diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-12-18 18:28:39 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-12-18 18:28:39 +0000 |
commit | bdf3e9d0fe88a513c52f380eccf262f63ab4acc7 (patch) | |
tree | eb5fcc63097126829755dd64414cc9ee8f567c96 | |
parent | Version bump of muse mode (diff) | |
download | overlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.tar.gz overlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.tar.bz2 overlay-bdf3e9d0fe88a513c52f380eccf262f63ab4acc7.zip |
Version bump of muse mode
svn path=/; revision=583
40 files changed, 1 insertions, 1221 deletions
@@ -1,7 +1,7 @@ EBUILDS=app-admin/webapp-config/webapp-config-1.50.2.package \ app-admin/webapp-config/webapp-config-1.51.package \ - app-emacs/muse/muse-3.01.99.package \ app-emacs/muse/muse-3.02.02.package \ + app-emacs/muse/muse-3.02.5.package \ app-emacs/delicious/delicious-20051023.package \ app-emacs/else-mode/else-mode-1.20.package \ app-emacs/smtpmail/smtpmail-1.77.package \ @@ -23,16 +23,8 @@ EBUILDS=app-admin/webapp-config/webapp-config-1.50.2.package \ net-zope/viewlet/viewlet-20051102.package \ sys-libs/pam_exim/pam_exim-0.77-r1.package \ www-apps/aeromail/aeromail-2.41.package \ - www-apps/claroline/claroline-1.7.1.package \ - www-apps/hypermail/hypermail-2.2.0.package \ - www-apps/knowledgetree/knowledgetree-2.0.7.package \ - www-apps/phpicalendar/phpicalendar-2.0.1.package \ - www-apps/postfixadmin/postfixadmin-2.1.0.package \ - www-apps/pyblosxom/pyblosxom-1.2.1.package \ www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.package \ - www-apps/outreach/outreach-1.2.6.package \ www-apps/web-cyradm/web-cyradm-0.5.4.1.package \ - www-apps/xrms/xrms-2005.05.07.package \ www-apps/zina/zina-0.11.20.package \ sci-biology/ensembl-perl/ensembl-perl-33.package \ sci-biology/repbase/repbase-10.07.package \ diff --git a/www-apps/claroline/ChangeLog b/www-apps/claroline/ChangeLog deleted file mode 100644 index 83029a4..0000000 --- a/www-apps/claroline/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog for www-apps/claroline -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 11 Dec 2005; Gunnar Wrobel <php@gunnarwrobel.de> ChangeLog: - Initial ebuild import into the overlay. See bug #51662 - diff --git a/www-apps/claroline/Manifest b/www-apps/claroline/Manifest deleted file mode 100644 index c4071d3..0000000 --- a/www-apps/claroline/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 485ccaef31e626be91064da0c684a4e4 ChangeLog 239 -MD5 ead3a62f02149114065f7a9a6de4c7d2 claroline-1.7.1.ebuild 1929 -MD5 b66a727579d108ae559f2b66fc5631df files/postinstall-en.txt 1301 -MD5 c9e17647e8a336c98a52d5ed9c112f27 files/digest-claroline-1.7.1 65 diff --git a/www-apps/claroline/claroline-1.7.1.ebuild b/www-apps/claroline/claroline-1.7.1.ebuild deleted file mode 100644 index 11d4ecc..0000000 --- a/www-apps/claroline/claroline-1.7.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2005 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# Source: http://bugs.gentoo.org/show_bug.cgi?id=51662 -# Submitted-By: G. Wrobel -# Reviewed-By: wrobel 2005-12-11 -# $Id$ - -inherit webapp depend.php - -MY_P=${PN}${PV//./} - -DESCRIPTION="Claroline E-learning System" -HOMEPAGE="http://www.claroline.net/" -SRC_URI="http://www.claroline.net/dlarea/${MY_P}.tar.gz" - -LICENSE="GPL-2" -IUSE="" - -KEYWORDS="~x86" - -RDEPEND="net-www/apache - virtual/php - >=dev-db/mysql-3.23" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - - webapp_pkg_setup - - require_php_with_use tokenizer - -} - -src_install() { - - webapp_src_preinst - - cd ${S} - - ## Install documentation - DOCS="CREDITS.txt INSTALL.txt README.txt" - dodoc ${DOCS} - - ## Install application - cp -R . ${D}/${MY_HTDOCSDIR} - - ## Remove unnecessary documentation from webdir - for file in ${DOCS} LICENCE.txt - do - rm ${D}/${MY_HTDOCSDIR}/${file} - done - - touch ${D}/${MY_HTDOCSDIR}/claroline/inc/currentVersion.inc.php - cp ${D}/${MY_HTDOCSDIR}/textzone_right.inc.html.dist ${D}/${MY_HTDOCSDIR}/textzone_right.inc.html - cp ${D}/${MY_HTDOCSDIR}/textzone_top.inc.html.dist ${D}/${MY_HTDOCSDIR}/textzone_top.inc.html - - keepdir ${MY_HTDOCSDIR}/courses - sed -i -e 's#^\$coursesRepositoryAppend.*#\$coursesRepositoryAppend="courses/";#' ${D}/${MY_HTDOCSDIR}/claroline/install/do_install.inc.php - - SFILES="courses claroline claroline/inc/conf claroline/sql \ - claroline/inc/currentVersion.inc.php claroline/lang claroline/admin \ - claroline/inc/conf/* textzone_right.inc.html textzone_top.inc.html \ - textzone_right.inc.html.dist textzone_top.inc.html.dist" - - for FILE in ${SFILES} - do - webapp_serverowned ${MY_HTDOCSDIR}/${FILE}; - done - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - webapp_src_install -} - diff --git a/www-apps/claroline/files/digest-claroline-1.7.1 b/www-apps/claroline/files/digest-claroline-1.7.1 deleted file mode 100644 index d82cc96..0000000 --- a/www-apps/claroline/files/digest-claroline-1.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5531e14579ad0beaf08bf3a941145eba claroline171.tar.gz 3815851 diff --git a/www-apps/claroline/files/postinstall-en.txt b/www-apps/claroline/files/postinstall-en.txt deleted file mode 100644 index 7b576fc..0000000 --- a/www-apps/claroline/files/postinstall-en.txt +++ /dev/null @@ -1,38 +0,0 @@ -The claroline install instructions request setting your php.ini file -to the following values. - - safe_mode = Off - magic_quotes_runtime = Off - ------------------------------------------------------------------------- - -To finalize the Claroline installation, please create a MySQL database. - -mysql -u root -p <<__EOF -create database claroline; -GRANT ALL PRIVILEGES ON claroline.* TO 'claroline'@'localhost' IDENTIFIED BY 'mysecretpass'; -FLUSH PRIVILEGES; -__EOF - -and direct your browser to - -http://localhost${VHOST_APPDIR}/claroline/install/ - -NOTE: You should see a warning for step 1 which you can safely ignore! - The installation routine suggests write permission for the complete - installation directory. This is not necessary and the ebuild - ensures that only directories that need to be writeable are really - owned by the server. - -NOTE: There should also appear a warning during the setup of the database. - This is ok since the database has already been created with the - instructions given above. - ------------------------------------------------------------------------- - -Additional notes: - -Claroline will not work if you install it with the -VHOST_LINK_TYPE="soft" setting in your /etc/vhosts/webapp-config -file. So don't complain... - diff --git a/www-apps/hypermail/Manifest b/www-apps/hypermail/Manifest deleted file mode 100644 index bef9dd2..0000000 --- a/www-apps/hypermail/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 faac9da13817cbffa7b33dd71b7a3aea hypermail-2.2.0.ebuild 1022 -MD5 938544f0e86898c7a40a9e16bb3eee28 files/digest-hypermail-2.2.0 68 -MD5 2ca7723330c771ed61eee41abe567d49 files/destdir.patch 1434 diff --git a/www-apps/hypermail/files/destdir.patch b/www-apps/hypermail/files/destdir.patch deleted file mode 100644 index e13a240..0000000 --- a/www-apps/hypermail/files/destdir.patch +++ /dev/null @@ -1,33 +0,0 @@ -hypermail does not seem to get the DESTDIR handling right. -Plus, for that matter, we fix the MAKEFLAGS passing, even though portage does -not use it. ---- Makefile.in 2005-05-21 21:13:55.288915280 +0200 -+++ notbroken-Makefile.in 2005-05-21 21:22:44.945395256 +0200 -@@ -44,16 +44,21 @@ - - install: - @cd src; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- cgidir="$(cgidir)" bindir="$(bindir)" LIBS="$(LIBS)" -+ cgidir="$(DESTDIR)$(cgidir)" bindir="$(DESTDIR)$(bindir)" \ -+ LIBS="$(LIBS)" DESTDIR="$(DESTDIR)" - @cd docs; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- $(MAKEFLAGS) mandir="$(mandir)" htmldir="$(htmldir)" -+ mandir="$(DESTDIR)$(mandir)" \ -+ htmldir="$(DESTDIR)$(htmldir)" DESTDIR="$(DESTDIR)" - @cd archive; $(MAKE) install CC="$(CC)" CFLAGS="$(CFLAGS)" \ -- bindir="$(bindir)" -+ bindir="$(DESTDIR)$(bindir)" DESTDIR="$(DESTDIR)" - - uninstall: -- @cd src; $(MAKE) uninstall cgidir="$(cgidir)" bindir="$(bindir)" -- @cd docs; $(MAKE) uninstall mandir="$(mandir)" htmldir="$(htmldir)" -- @cd archive; $(MAKE) uninstall bindir="$(bindir)" -+ @cd src; $(MAKE) uninstall cgidir="$(DESTDIR)$(cgidir)" \ -+ bindir="$(DESTDIR)$(bindir)" DESTDIR="$(DESTDIR)" -+ @cd docs; $(MAKE) uninstall mandir="$(DESTDIR)$(mandir)" \ -+ htmldir="$(DESTDIR)$(htmldir)" DESTDIR="$(DESTDIR)" -+ @cd archive; $(MAKE) uninstall bindir="$(DESTDIR)$(bindir)" \ -+ DESTDIR="$(DESTDIR)" - - lint: - @cd src; $(MAKE) lint diff --git a/www-apps/hypermail/files/digest-hypermail-2.2.0 b/www-apps/hypermail/files/digest-hypermail-2.2.0 deleted file mode 100644 index e6ca7fc..0000000 --- a/www-apps/hypermail/files/digest-hypermail-2.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a064e36780ee41409c8c973f9c69927f hypermail-2.2.0.tar.gz 1256316 diff --git a/www-apps/hypermail/hypermail-2.2.0.ebuild b/www-apps/hypermail/hypermail-2.2.0.ebuild deleted file mode 100644 index ababa81..0000000 --- a/www-apps/hypermail/hypermail-2.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Make HTML archives out of mailboxes" -HOMEPAGE="http://www.hypermail-project.org/" -SRC_URI="http://www.hypermail-project.org/$P.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="gdbm doc" - -DEPEND="gdbm? ( sys-libs/gdbm )" - -src_unpack() { - unpack "$A" || die "unpack failed" - cd "$S" || die "Could not cd to $S" - - # This patch makes DESTDIR=xxx work for make install - patch -p0 < "$FILESDIR/destdir.patch" || die "patch failed" -} - -src_compile() { - if ! use doc - then - einfo "Not installing html documentation." - # We exploit that docs/Makefile does not declare install.html as .PHONY - touch docs/install.html - fi - econf --with-htmldir="/usr/share/doc/$PF/html" "$(use_with gdbm)" || - die "econf failed" - einfo "Compiling..." - emake || die "emake failed" -} - -src_install() { - make DESTDIR="$D" install - dodoc COPYING Changelog KNOWN_BUGS README TODO UPGRADE || die 'dodoc failed' -} diff --git a/www-apps/knowledgetree/ChangeLog b/www-apps/knowledgetree/ChangeLog deleted file mode 100644 index 967abee..0000000 --- a/www-apps/knowledgetree/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for www-apps/knowledgetree -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/knowledgetree/ChangeLog,v 1.2 2005/08/22 22:56:10 rl03 Exp $ - - 22 Aug 2005; Renat Lumpau <rl03@gentoo.org> - files/postinstall-en-2.0.7.txt: - Housekeeping - -*knowledgetree-2.0.7 (09 Aug 2005) - - 09 Aug 2005; Renat Lumpau <rl03@gentoo.org> +files/config-hook-2.0.0.sh, - +files/postinstall-en-2.0.7.txt, +metadata.xml, - +knowledgetree-2.0.7.ebuild: - Initial commit per bug #65083. Thanks to wrobel. - diff --git a/www-apps/knowledgetree/Manifest b/www-apps/knowledgetree/Manifest deleted file mode 100644 index 41f9cd5..0000000 --- a/www-apps/knowledgetree/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 6825d224fe9c17120e3156bb88d4ae54 ChangeLog 555 -MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 8c59ecf52320b1dbc2caa1758716036d knowledgetree-2.0.7.ebuild 2112 -MD5 74f02fdd8e803af4673121fe6df90ae4 files/digest-knowledgetree-2.0.7 68 -MD5 3b1ebecb999e40f5b64494b9b9e34096 files/config-hook-2.0.0.sh 251 -MD5 cdffaf0b390060eab7ac6e2146e91123 files/postinstall-en-2.0.7.txt 1848 diff --git a/www-apps/knowledgetree/files/config-hook-2.0.0.sh b/www-apps/knowledgetree/files/config-hook-2.0.0.sh deleted file mode 100644 index cd86b6a..0000000 --- a/www-apps/knowledgetree/files/config-hook-2.0.0.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# Sets installation directory and hostname when installing knowledgeTree - -if [ "x$1"=="xinstall" ]; then - cd ${MY_INSTALLDIR}/config - sed -i -e "s#default->rootUrl = \"\"#default->rootUrl = \"${VHOST_APPDIR}\"#" environment.php -fi diff --git a/www-apps/knowledgetree/files/digest-knowledgetree-2.0.7 b/www-apps/knowledgetree/files/digest-knowledgetree-2.0.7 deleted file mode 100644 index 352d94b..0000000 --- a/www-apps/knowledgetree/files/digest-knowledgetree-2.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f17896400535a4ad2159e3ff05a0f1e0 knowledgeTree-2.0.7.tgz 806523 diff --git a/www-apps/knowledgetree/files/postinstall-en-2.0.7.txt b/www-apps/knowledgetree/files/postinstall-en-2.0.7.txt deleted file mode 100644 index f62b4f2..0000000 --- a/www-apps/knowledgetree/files/postinstall-en-2.0.7.txt +++ /dev/null @@ -1,46 +0,0 @@ ------------------------------------------------------------------------- -INSTALLATION - -The ebuild installs most parts of knowledgeTree automatically, but -you will have to create a database for the document management system. - -You can do this using the following commands as the mysql root user: - -> mysql -u root -p -e "CREATE DATABASE dms; - GRANT SELECT, INSERT, UPDATE, DELETE ON dms.* TO 'dms'@'localhost' - IDENTIFIED BY 'pass'; - FLUSH PRIVILEGES;" - -> mysql -u root -p -e "GRANT ALL PRIVILEGES ON dms.* TO 'dmsadmin'@'localhost' - IDENTIFIED BY 'pass'; - FLUSH PRIVILEGES;" - -Please do not forget to choose a password that is more sensible than -'pass' ;) - -Now as user "dmsadmin": - -> mysql -u dmsadmin -ppass dms < ${MY_HTDOCSDIR}/sql/mysql/install/structure.sql -> mysql -u dmsadmin -ppass dms < ${MY_HTDOCSDIR}/sql/mysql/install/data.sql - -You also need to set the MySQL passwords for the dms and dmsadmin user in -the ${MY_INSTALLDIR}/config/environment.php file so that knowledgeTree can -access the database. - -Now you can go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR} and log in -as user "admin" with the password "admin". - ------------------------------------------------------------------------- -UPGRADE - -To upgrade from version prior to 2.0.2 please run the necessary sql -upgrade scripts. All upgrades after 2.0.2 can be done automatically -from within the web frontend. - -> mysql -u dms -ppass dms < ${MY_HTDOCSDIR}/sql/mysql/upgrade/1.2.4-to-2.0.0.sql -> mysql -u dms -ppass dms < ${MY_HTDOCSDIR}/sql/mysql/upgrade/2.0.0-to-2.0.1.sql -> mysql -u dms -ppass dms < ${MY_HTDOCSDIR}/sql/mysql/upgrade/2.0.1-to-2.0.2.sql - -Please also refer to /usr/share/doc/knowledgetree-2.0.7/UPGRADE.txt.gz - ------------------------------------------------------------------------- diff --git a/www-apps/knowledgetree/knowledgetree-2.0.7.ebuild b/www-apps/knowledgetree/knowledgetree-2.0.7.ebuild deleted file mode 100644 index 7e89ec9..0000000 --- a/www-apps/knowledgetree/knowledgetree-2.0.7.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/knowledgetree/knowledgetree-2.0.7.ebuild,v 1.2 2005/08/09 13:20:13 swegener Exp $ - -inherit webapp - -MY_PN=${PN/tree/Tree} -MY_P=${MY_PN}-${PV} -DESCRIPTION="KnowledgeTree is a document management system providing a content repository, workflow and routing of content, content publication and content metrics definition and analysis." -HOMEPAGE="http://www.ktdms.com/" -SRC_URI="mirror://sourceforge/kt-dms/${MY_P}.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" - -DEPEND=" - virtual/php - dev-db/mysql - >=dev-php/PEAR-DB-1.6.4 - >=dev-php/PEAR-Log-1.8.3 - dev-php/smarty - " -S=${WORKDIR}/${MY_PN} - -src_unpack() { - - unpack ${A} && cd "${S}" - - ## The ebuild depends on PEAR-DB and PEAR-Log. - ## No need for additional PEAR library files - rm -rf thirdparty - - ## not running any tests - rm -rf tests - - ## Example apache, php and mysql config files - cd etc - for FL in * - do - mv ${FL} example-${FL} - done -} - -src_install() { - webapp_src_preinst - - local docs="docs/CREDITS.txt - docs/ChangeLog.txt - docs/INSTALL.txt - docs/README.txt - docs/TODO.txt - docs/UPGRADE.txt - docs/faq.txt - docs/i18n.txt - docs/SearchPermissions.txt - sql/mysql/install/user.sql - " - - dodoc ${docs} etc/* - - ## Main application - cp -r . ${D}${MY_HTDOCSDIR} - - ## Docs installed, remove unnecessary files - rm -rf ${D}${MY_HTDOCSDIR}/etc - for doc in ${docs} - do - rm ${D}${MY_HTDOCSDIR}/${doc} - done - - for CFG in ${MY_HTDOCSDIR}/config/{browsers.inc,dmsDefaults.php,environment.php,siteMap.inc,tableMappings.inc} - do - webapp_configfile ${CFG} - done - - ## Documents will be saved here - webapp_serverowned ${MY_HTDOCSDIR}/log - webapp_serverowned ${MY_HTDOCSDIR}/Documents - webapp_serverowned ${MY_HTDOCSDIR}/Documents/Root\ Folder - webapp_serverowned ${MY_HTDOCSDIR}/Documents/Root\ Folder/Default\ Unit - - webapp_postinst_txt en ${FILESDIR}/postinstall-en-2.0.7.txt - - ## Fix for the root folder - webapp_hook_script ${FILESDIR}/config-hook-2.0.0.sh - - webapp_src_install -} diff --git a/www-apps/knowledgetree/metadata.xml b/www-apps/knowledgetree/metadata.xml deleted file mode 100644 index 95c06f0..0000000 --- a/www-apps/knowledgetree/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>web-apps</herd> -</pkgmetadata> diff --git a/www-apps/outreach/Manifest b/www-apps/outreach/Manifest deleted file mode 100644 index be888e7..0000000 --- a/www-apps/outreach/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 76d5508eb96fece8823101bc24a13491 outreach-1.2.6.ebuild 1484 -MD5 330358c7c6cb9facfe42b556fb7013bd files/digest-outreach-0.946b 62 -MD5 54e29be2efa4569d17cbe7bd75f5af1d files/digest-outreach-1.2.6 66 -MD5 7ff4e70f5f69f6c81139df033f35cbba files/gentoo-jpgraph.patch 11081 -MD5 651c6b580aad5067d32dd8202d10cdb4 files/postinstall-en.txt 982 diff --git a/www-apps/outreach/files/digest-outreach-1.2.6 b/www-apps/outreach/files/digest-outreach-1.2.6 deleted file mode 100644 index 1fbdcff..0000000 --- a/www-apps/outreach/files/digest-outreach-1.2.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 188188ccc15a8a2f1bf34353e0ce946e OPT_1-2-6_MAX.tar.gz 3557117 diff --git a/www-apps/outreach/files/gentoo-jpgraph.patch b/www-apps/outreach/files/gentoo-jpgraph.patch deleted file mode 100644 index dd65e07..0000000 --- a/www-apps/outreach/files/gentoo-jpgraph.patch +++ /dev/null @@ -1,284 +0,0 @@ -diff -Naur outreach.orig/overview/gantt/gantt_image.php outreach/overview/gantt/gantt_image.php ---- outreach.orig/overview/gantt/gantt_image.php 2005-08-01 19:36:27.000000000 +0200 -+++ outreach/overview/gantt/gantt_image.php 2005-08-01 19:43:58.000000000 +0200 -@@ -15,8 +15,8 @@ - exit; - } - } --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_gantt.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_gantt.php"); - include("$CRM_path/rt/reports/req_gantt_calc.inc"); - - // If we didn't get all the variables we'd like, retrieve them from user_settings; -diff -Naur outreach.orig/people/admin/gantt_image.php outreach/people/admin/gantt_image.php ---- outreach.orig/people/admin/gantt_image.php 2005-08-01 19:36:27.000000000 +0200 -+++ outreach/people/admin/gantt_image.php 2005-08-01 19:43:58.000000000 +0200 -@@ -11,8 +11,8 @@ - } - } - --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_gantt.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_gantt.php"); - - $person = $id; - include("$CRM_path/rt/reports/req_gantt_calc.inc"); -diff -Naur outreach.orig/rt/reports/counts_by_category.php outreach/rt/reports/counts_by_category.php ---- outreach.orig/rt/reports/counts_by_category.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/counts_by_category.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/reports/counts_by_owner.php outreach/rt/reports/counts_by_owner.php ---- outreach.orig/rt/reports/counts_by_owner.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/counts_by_owner.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/reports/deadlines_by_category.php outreach/rt/reports/deadlines_by_category.php ---- outreach.orig/rt/reports/deadlines_by_category.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/deadlines_by_category.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/reports/deadlines_by_owner.php outreach/rt/reports/deadlines_by_owner.php ---- outreach.orig/rt/reports/deadlines_by_owner.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/deadlines_by_owner.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/reports/gantt_image.php outreach/rt/reports/gantt_image.php ---- outreach.orig/rt/reports/gantt_image.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/gantt_image.php 2005-08-01 19:43:55.000000000 +0200 -@@ -9,8 +9,8 @@ - exit; - } - } --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_gantt.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_gantt.php"); - include ("$CRM_path/rt/reports/req_gantt_calc.inc"); - - // Setup Gantt graph -diff -Naur outreach.orig/rt/reports/resolve_time_by_category.php outreach/rt/reports/resolve_time_by_category.php ---- outreach.orig/rt/reports/resolve_time_by_category.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/resolve_time_by_category.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/reports/resolve_time_by_owner.php outreach/rt/reports/resolve_time_by_owner.php ---- outreach.orig/rt/reports/resolve_time_by_owner.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/reports/resolve_time_by_owner.php 2005-08-01 19:43:55.000000000 +0200 -@@ -1,7 +1,7 @@ - <?php - include ("../../include/OPT_lib.php"); -- include ("$CRM_inc/jpgraph/jpgraph.php"); -- include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+ include ("jpgraph/jpgraph.php"); -+ include ("jpgraph/jpgraph_bar.php"); - auth_open(); - - // Ensure we got a project -diff -Naur outreach.orig/rt/req_view/gantt_image.php outreach/rt/req_view/gantt_image.php ---- outreach.orig/rt/req_view/gantt_image.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/req_view/gantt_image.php 2005-08-01 19:43:56.000000000 +0200 -@@ -11,8 +11,8 @@ - exit; - } - } --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_gantt.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_gantt.php"); - - // Setup Gantt graph - $graph = new GanttGraph(700,0,'auto'); -diff -Naur outreach.orig/rt/req_view/req_progress.php outreach/rt/req_view/req_progress.php ---- outreach.orig/rt/req_view/req_progress.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/rt/req_view/req_progress.php 2005-08-01 19:43:55.000000000 +0200 -@@ -4,8 +4,8 @@ - - include ("../../include/OPT_lib.php"); - auth_open(); --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_line.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_line.php"); - - // First we determine all the timestamps when a progress change occured for a task associated with this request - $prog_sql="select unix_timestamp(task_progress_history.date) from task_progress_history, request2task -diff -Naur outreach.orig/setup/test_graph.php outreach/setup/test_graph.php ---- outreach.orig/setup/test_graph.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/setup/test_graph.php 2005-08-01 19:44:46.000000000 +0200 -@@ -1,8 +1,8 @@ - <?php - - $CRM_inc = "../include/"; --include ("../include/jpgraph/jpgraph.php"); --include ("../include/jpgraph/jpgraph_bar.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_bar.php"); - - // Some data - $datay1=array(140,110,50,60); -diff -Naur outreach.orig/setup/test_graph.php~ outreach/setup/test_graph.php~ ---- outreach.orig/setup/test_graph.php~ 1970-01-01 01:00:00.000000000 +0100 -+++ outreach/setup/test_graph.php~ 2005-08-01 19:43:56.000000000 +0200 -@@ -0,0 +1,75 @@ -+<?php -+ -+$CRM_inc = "../include/"; -+include ("../include/jpgraph/jpgraph.php"); -+include ("../include/jpgraph/jpgraph_bar.php"); -+ -+// Some data -+$datay1=array(140,110,50,60); -+$datay2=array(35,90,190,190); -+$datay3=array(20,60,70,140); -+ -+// Create the basic graph -+$graph = new Graph(450,250,'auto'); -+$graph->SetScale("textlin"); -+$graph->img->SetMargin(40,80,30,40); -+ -+// Adjust the position of the legend box -+$graph->legend->Pos(0.02,0.15); -+ -+// Adjust the color for theshadow of the legend -+$graph->legend->SetShadow('darkgray@0.5'); -+$graph->legend->SetFillColor('lightblue@0.3'); -+ -+// Get localised version of the month names -+$graph->xaxis->SetTickLabels($gDateLocale->GetShortMonth()); -+ -+// Set a nice summer (in Stockholm) image -+$graph->SetBackgroundImage('../images/stship.jpg',BGIMG_COPY); -+ -+// Set axis titles and fonts -+$graph->xaxis->title->Set('Year 2002'); -+$graph->xaxis->title->SetFont(FF_FONT1,FS_BOLD); -+$graph->xaxis->title->SetColor('white'); -+ -+$graph->xaxis->SetFont(FF_FONT1,FS_BOLD); -+$graph->xaxis->SetColor('white'); -+ -+$graph->yaxis->SetFont(FF_FONT1,FS_BOLD); -+$graph->yaxis->SetColor('white'); -+ -+//$graph->ygrid->Show(false); -+$graph->ygrid->SetColor('white@0.5'); -+ -+// Setup graph title -+$graph->title->Set('Congratulations! JpGraph succcessfully installed.'); -+// Some extra margin (from the top) -+$graph->title->SetMargin(3); -+$graph->title->SetFont(FF_COMIC,FS_NORMAL,12); -+ -+// Create the three var series we will combine -+$bplot1 = new BarPlot($datay1); -+$bplot2 = new BarPlot($datay2); -+$bplot3 = new BarPlot($datay3); -+ -+// Setup the colors with 40% transparency (alpha channel) -+$bplot1->SetFillColor('orange@0.4'); -+$bplot2->SetFillColor('brown@0.4'); -+$bplot3->SetFillColor('darkgreen@0.4'); -+ -+// Setup legends -+$bplot1->SetLegend('Label 1'); -+$bplot2->SetLegend('Label 2'); -+$bplot3->SetLegend('Label 3'); -+ -+// Setup each bar with a shadow of 50% transparency -+$bplot1->SetShadow('black@0.4'); -+$bplot2->SetShadow('black@0.4'); -+$bplot3->SetShadow('black@0.4'); -+ -+$gbarplot = new GroupBarPlot(array($bplot1,$bplot2,$bplot3)); -+$gbarplot->SetWidth(0.6); -+$graph->Add($gbarplot); -+ -+$graph->Stroke(); -+?> -\ Kein Zeilenumbruch am Dateiende. -diff -Naur outreach.orig/tasks/report/gantt_image.php outreach/tasks/report/gantt_image.php ---- outreach.orig/tasks/report/gantt_image.php 2005-08-01 19:36:27.000000000 +0200 -+++ outreach/tasks/report/gantt_image.php 2005-08-01 19:43:56.000000000 +0200 -@@ -9,8 +9,8 @@ - exit; - } - } --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_gantt.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_gantt.php"); - - // Setup Gantt graph - $graph = new GanttGraph(700,0,'auto'); -diff -Naur outreach.orig/tasks/task/estimate_bar_graph.php outreach/tasks/task/estimate_bar_graph.php ---- outreach.orig/tasks/task/estimate_bar_graph.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/tasks/task/estimate_bar_graph.php 2005-08-01 19:43:56.000000000 +0200 -@@ -3,8 +3,8 @@ - // When they happened and who changed them - include ("../../include/OPT_lib.php"); - auth_open(); --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_bar.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_bar.php"); - - $est_sql="select date, TIME_TO_SEC(estimated)/3600, fname, lname, task_estimate_history.id - from task_estimate_history, people where estimator = people.id and taskID = $task"; -diff -Naur outreach.orig/tasks/task/task_progress.php outreach/tasks/task/task_progress.php ---- outreach.orig/tasks/task/task_progress.php 2005-08-01 19:36:26.000000000 +0200 -+++ outreach/tasks/task/task_progress.php 2005-08-01 19:43:56.000000000 +0200 -@@ -4,8 +4,8 @@ - - include ("../../include/OPT_lib.php"); - auth_open(); --include ("$CRM_inc/jpgraph/jpgraph.php"); --include ("$CRM_inc/jpgraph/jpgraph_line.php"); -+include ("jpgraph/jpgraph.php"); -+include ("jpgraph/jpgraph_line.php"); - - // Determine whether to show Y axis as hours remaining or percentage complete - if (get_project_setting($proj, "task_status_hours_remaining") == "1") diff --git a/www-apps/outreach/files/postinstall-en.txt b/www-apps/outreach/files/postinstall-en.txt deleted file mode 100644 index eff0666..0000000 --- a/www-apps/outreach/files/postinstall-en.txt +++ /dev/null @@ -1,36 +0,0 @@ -Final installation steps ------------------------- - -Make certain you have php and mod_php compiled with support for the MySQL -database. - -Please read the files in /usr/share/outreach-1.2.6/doc. -They explain how to configure the email feature. - -You may find further information on the project website including the users -manual in PDF format. - - ==> http://outreach.sourceforge.net/ - -Now, point your browser to the location of the setup script to complete the -setup/upgrade. For example: - - ==> http://${VHOST_HOSTNAME}${VHOST_APPDIR}/setup/ - -If the setup indicates a problem with jpgraph ("Font file...does not exist") -you will need to tell jpgraph where it can find the true type fonts of the -corefont package. - -Edit the file - - /usr/lib/php/jpgraph/jpg-config.inc - -and set - - DEFINE("TTF_DIR","/usr/share/fonts/corefonts/"); - -Finally you may need to manually change the owner of 'include' directory to secure -your system: - - # chown -R root: ${MY_INSTALLDIR}/include - diff --git a/www-apps/outreach/outreach-1.2.6.ebuild b/www-apps/outreach/outreach-1.2.6.ebuild deleted file mode 100644 index d80dbd9..0000000 --- a/www-apps/outreach/outreach-1.2.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils webapp - -MY_PV=${PV//./-} - -DESCRIPTION="Outreach Project Tool (OPT) is a PHP general-purpose virtual commonplace for customers and \ - developers to collaborate in developing projects." -HOMEPAGE="http://outreach.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/OPT_${MY_PV}_MAX.tar.gz" - -LICENSE="" -IUSE="" -KEYWORDS="~x86" - -RDEPEND="virtual/php - || (dev-php4/jpgraph dev-php5/jpgraph) - media-fonts/corefonts - dev-db/mysql" - -S=${WORKDIR}/OPT_${MY_PV}_MAX - -src_unpack() { - unpack ${A} - cd ${S}/opt - - epatch ${FILESDIR}/gentoo-jpgraph.patch - - cd .. -} - -src_install() { - webapp_src_preinst - - DOCS="CHANGES INSTALL README docs/*" - - # Do documentation - for docfile in ${DOCS} - do - dodoc ${docfile} - done - - # Copy files to destination - cp -R opt/* ${D}/${MY_HTDOCSDIR} - - # Remove documentation - for docfile in ${DOCS} - do - rm -rf ${D}/${MY_HTDOCSDIR}/${docfile} - done - - # Remove libraries - rm -rf ${D}/${MY_HTDOCSDIR}/include/jpgraph - rm -rf ${D}/${MY_HTDOCSDIR}/include/horde - - # Change permissions for web-based setup - for srvown in include/setup_lock include/OPT_lib.php include/mail_retrieve.pl include/cvs_parse.pl - do - touch ${D}${MY_HTDOCSDIR}/${srvown} - webapp_serverowned ${MY_HTDOCSDIR}/${srvown} - done - - # Post install - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - - webapp_src_install -} - diff --git a/www-apps/phpicalendar/Manifest b/www-apps/phpicalendar/Manifest deleted file mode 100644 index 3dfb559..0000000 --- a/www-apps/phpicalendar/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ea23954293cac9f42a9f11306fc463dc phpicalendar-2.0.1.ebuild 720 -MD5 aabfaacd0a81ac64ce4a72f466cabbad files/digest-phpicalendar-2.0.1 67 -MD5 02c84e8010cef6534cc05b62428028d1 files/digest-phpicalendar-2.0b 66 diff --git a/www-apps/phpicalendar/files/digest-phpicalendar-2.0.1 b/www-apps/phpicalendar/files/digest-phpicalendar-2.0.1 deleted file mode 100644 index 0b3de0c..0000000 --- a/www-apps/phpicalendar/files/digest-phpicalendar-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a73847a15634f8caf2ce96c341e23b56 phpicalendar-2.0.1.tgz 145348 diff --git a/www-apps/phpicalendar/files/digest-phpicalendar-2.0b b/www-apps/phpicalendar/files/digest-phpicalendar-2.0b deleted file mode 100644 index 6a5d40f..0000000 --- a/www-apps/phpicalendar/files/digest-phpicalendar-2.0b +++ /dev/null @@ -1 +0,0 @@ -MD5 30ffa5cba3db1d9c523f607a091f952a phpicalendar-2.0b.tgz 139599 diff --git a/www-apps/phpicalendar/phpicalendar-2.0.1.ebuild b/www-apps/phpicalendar/phpicalendar-2.0.1.ebuild deleted file mode 100644 index 009ad55..0000000 --- a/www-apps/phpicalendar/phpicalendar-2.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit webapp - -DESCRIPTION="PHP-based iCal file viewer/parser" -HOMEPAGE="http://phpicalendar.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/httpd-php" - -src_install() { - webapp_src_preinst - - local docs="AUTHORS COPYING README TIMEZONES" - - # Copy the app's main files - cp -r . ${D}${MY_HTDOCSDIR} - - # handle documentation files - dodoc ${docs} - for doc in ${docs}; do - rm -f ${D}${MY_HTDOCSDIR}/${doc} - done - - # Identify the configuration files that this app uses - webapp_configfile ${MY_HTDOCSDIR}/config.inc.php - - webapp_src_install -} diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest deleted file mode 100644 index 5c28368..0000000 --- a/www-apps/postfixadmin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 24b70c275a3ecbcc296eb88c973b6915 postfixadmin-2.1.0.ebuild 4300 -MD5 51eaeda2887cba8fd76b86221eb6efab postinstall-en.txt 1832 -MD5 7892309c6746f5bbc334992cc0f90a97 files/digest-postfixadmin-2.1.0 67 -MD5 51eaeda2887cba8fd76b86221eb6efab files/postinstall-en.txt 1832 diff --git a/www-apps/postfixadmin/files/digest-postfixadmin-2.1.0 b/www-apps/postfixadmin/files/digest-postfixadmin-2.1.0 deleted file mode 100644 index f15183b..0000000 --- a/www-apps/postfixadmin/files/digest-postfixadmin-2.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 89043e52796298f44a06d65eaddaef09 postfixadmin-2.1.0.tgz 160525 diff --git a/www-apps/postfixadmin/files/postinstall-en.txt b/www-apps/postfixadmin/files/postinstall-en.txt deleted file mode 100644 index e1a2cae..0000000 --- a/www-apps/postfixadmin/files/postinstall-en.txt +++ /dev/null @@ -1,45 +0,0 @@ -To complete installation, you must: - 1. Create the needed MySQL database and tables and user: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql - 2. Reload MySQL: - /etc/init.d/mysql restart - 3. Change the password for the admin user! Inital password is - "admin" (without the qotes). - - -Updating from older version of Postfix Admin: - * When you are upgrading from an older Postfix Admin version, make sure you - * backup your database before you run the update script on your database. - * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql - - For update from 2.0.x version of Postfix Admin: - 1. Please read the BACKUP_MX.TXT - 2. Update the needed MySQL database and tables: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/2.0.x_to_${PVR}.sql - 3. Reload MySQL: - /etc/init.d/mysql restart - - For update from 1.5x (or older) version of Postfix Admin: - 1. Please read the UPGRADE.TXT - 2. Update the needed MySQL database and tables: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/1.5x_to_${PVR}.sql - 3. Reload MySQL: - /etc/init.d/mysql restart - - -To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL. - -Check the config.inc.php file. There you can specify settings that are -relevant to your setup. - -Postfix Admin contains 3 views of administration: - 1. Site Admin view, located at http://domain.tld/postfixadmin/admin/. - 2. Domain Admin view, located at http://domain.tld/postfixadmin/. - 3. User Admin View, located at http://domain.tld/postfixadmin/users/. - -In order to do the initial configuration you have to go to the Site Admin view. - -The default password for the Site Admin view of Postfix Admin is admin/admin. - -This is specified in the .htpasswd file in the /admin directory. Make sure -that the location of the .htpasswd file matches your path. diff --git a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild b/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild deleted file mode 100644 index 3b3a516..0000000 --- a/www-apps/postfixadmin/postfixadmin-2.1.0.ebuild +++ /dev/null @@ -1,150 +0,0 @@ -# Copyright 1999-2005 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# app-admin/postfixadmin/postfixadmin-2.1.0.ebuild, SteveB (tp22a@softhome.net) -# -# Revisions: -# 15.11.2003: app-admin/postfixadmin/postfixadmin-1.5.4.ebuild -# - initial ebuild -# 03.09.2004: app-admin/postfixadmin/postfixadmin-2.0.5.ebuild -# - switched to webapp -# 01.02.2005: app-admin/postfixadmin/postfixadmin-2.1.0.ebuild -# $Header: $ - -inherit eutils webapp - -IUSE="mysql postgres vhosts" -DESCRIPTION="Postfix Admin is a Web Based Management tool for Postfix when you are dealing with Postfix Style Virtual Domains and Virtual Users that are stored in MySQL." -HOMEPAGE="http://high5.net/postfixadmin/" -SRC_URI="http://high5.net/${PN}/${PN}-${PV}.tgz" -RESTRICT="nomirror" -KEYWORDS="~x86" -DEPEND=">=mail-mta/postfix-2.0.0 - >=net-www/apache-1.3.27 - >=dev-php/php-4.1 <dev-php/php-5.0 - mysql? ( >=dev-db/mysql-3.23 - >=dev-lang/perl-5.0 - dev-perl/DBI - dev-perl/DBD-mysql ) - postgres? ( >=dev-db/postgresql-7.4.3 )" - -RDEPEND=">=sys-apps/sed-4.0.5 - sys-apps/grep - sys-apps/findutils" - -LICENSE="MPL-1.1" - -pkg_setup() { - webapp_pkg_setup - if use mysql; then - id vacation 2>/dev/null || enewgroup vacation - id vacation 2>/dev/null || enewuser vacation -1 /bin/false /dev/null vacation - fi -} - -src_unpack() { - unpack ${A} || die - cd ${S} - - # Remove .cvs* files and CVS directories - find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) -exec rm -rf {} \; - - # Database support (we don't care wich one is used. Allow both of them!) - if use mysql; then - cp ./DATABASE_MYSQL.TXT ${T}/mysql-setup.sql || die "Creating MySQL setup script failed!" - cp ./TABLE_CHANGES.TXT ${T}/mysql-update.sql || die "Creating MySQL update script failed!" - cp ./VIRTUAL_VACATION/INSTALL.TXT ${T}/VIRTUAL_VACATION_INSTALL.TXT - fi - if use postgres ; then - cp ./DATABASE_PGSQL.TXT ${T}/pgsql-setup.sql || die "Creating PostgreSQL setup script failed!" - fi - - # Rename config.inc.php - cp ./config.inc.php.sample ${T}/config.inc.php || die "Creating config file failed!" - - # Fix .htaccess - if ! use vhosts; then - sed -i "s:^\(AuthUserFile \).*$:\1${VHOST_ROOT}/${MY_HTDOCSBASE}/${PN}/admin/.htpasswd:gI" ./admin/.htaccess - else - sed -i "s:^\(AuthUserFile \).*$:\1/var/www/localhost/htdocs/${PN}/admin/.htpasswd:gI" ./admin/.htaccess - fi -} - -src_install() { - webapp_src_preinst - - - # Virtual Vacation only works with MySQL - if use mysql; then - diropts -m0770 -o vacation -g vacation - dodir /var/spool/vacation - keepdir /var/spool/vacation - insinto /var/spool/vacation - insopts -m770 -o vacation -g vacation - doins ${S}/VIRTUAL_VACATION/vacation.pl - fi - - # Documentation - # - local docs="BACKUP_MX.TXT CHANGELOG.TXT INSTALL.TXT LANGUAGE.TXT LICENSE.TXT TABLE_BACKUP_MX.TXT TABLE_CHANGES.TXT UPGRADE.TXT" - if use mysql; then - docs="${docs} DATABASE_MYSQL.TXT ${T}/VIRTUAL_VACATION_INSTALL.TXT" - fi - if use postgres ; then - docs="${docs} DATABASE_PGSQL.TXT" - fi - - - # install the SQL scripts available to us - # - # unfortunately, we do not have scripts to upgrade from older versions - # these are things we need to add at a later date - # - if use mysql; then - webapp_sqlscript mysql ${T}/mysql-setup.sql - webapp_sqlscript mysql ${T}/mysql-update.sql 2.0.x - webapp_sqlscript mysql ${T}/mysql-update.sql 1.5x - fi - if use postgres ; then - webapp_sqlscript pgsql ${T}/pgsql-setup.sql - fi - - - # Copy the app's main files - # - einfo "Installing main files" - mkdir -p ${D}${MY_HTDOCSDIR} - cp -r . ${D}${MY_HTDOCSDIR} || die "cp failed" - cp ${T}/config.inc.php ${D}${MY_HTDOCSDIR} || die "cp failed" - - # handle documentation files - # - # NOTE that doc files go into /usr/share/doc as normal; they do NOT - # get installed per vhost! - # - dodoc ${docs} - for foo in ${docs} DATABASE_MYSQL.TXT DATABASE_PGSQL.TXT - do - rm -f ${D}${MY_HTDOCSDIR}/${foo} - done - - # handle additional (maybe) not needed files and directories - # - for foo in ADDITIONS VIRTUAL_VACATION - do - rm -rf ${D}${MY_HTDOCSDIR}/${foo} - done - - # Identify the configuration files that this app uses - # - webapp_configfile ${MY_HTDOCSDIR}/config.inc.php - - # Add the post-installation instructions - # - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - - # All done - # - # Now we let the eclass strut its stuff ;-) - # - webapp_src_install -} diff --git a/www-apps/postfixadmin/postinstall-en.txt b/www-apps/postfixadmin/postinstall-en.txt deleted file mode 100644 index e1a2cae..0000000 --- a/www-apps/postfixadmin/postinstall-en.txt +++ /dev/null @@ -1,45 +0,0 @@ -To complete installation, you must: - 1. Create the needed MySQL database and tables and user: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql - 2. Reload MySQL: - /etc/init.d/mysql restart - 3. Change the password for the admin user! Inital password is - "admin" (without the qotes). - - -Updating from older version of Postfix Admin: - * When you are upgrading from an older Postfix Admin version, make sure you - * backup your database before you run the update script on your database. - * mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql - - For update from 2.0.x version of Postfix Admin: - 1. Please read the BACKUP_MX.TXT - 2. Update the needed MySQL database and tables: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/2.0.x_to_${PVR}.sql - 3. Reload MySQL: - /etc/init.d/mysql restart - - For update from 1.5x (or older) version of Postfix Admin: - 1. Please read the UPGRADE.TXT - 2. Update the needed MySQL database and tables: - mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/1.5x_to_${PVR}.sql - 3. Reload MySQL: - /etc/init.d/mysql restart - - -To use Virtual Vacation, please read VIRTUAL_VACATION_INSTALL. - -Check the config.inc.php file. There you can specify settings that are -relevant to your setup. - -Postfix Admin contains 3 views of administration: - 1. Site Admin view, located at http://domain.tld/postfixadmin/admin/. - 2. Domain Admin view, located at http://domain.tld/postfixadmin/. - 3. User Admin View, located at http://domain.tld/postfixadmin/users/. - -In order to do the initial configuration you have to go to the Site Admin view. - -The default password for the Site Admin view of Postfix Admin is admin/admin. - -This is specified in the .htpasswd file in the /admin directory. Make sure -that the location of the .htpasswd file matches your path. diff --git a/www-apps/pyblosxom/Manifest b/www-apps/pyblosxom/Manifest deleted file mode 100644 index 8378a89..0000000 --- a/www-apps/pyblosxom/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 8a007bcd5a98c0b6718df713d9813ef1 pyblosxom-1.2.1.ebuild 922 -MD5 072ef383d4b7bba7b7f5d2207c00267c files/digest-pyblosxom-1.2.1 66 -MD5 0835a464fdaa7a605c63376bb18a2b24 files/config-hook.sh 468 -MD5 549472aeb8561d15d9795008c05e2b81 files/gentoo-webapp.patch 1096 -MD5 e84e9bac151c8840be64b08ef32ae763 files/postinstall-en.txt 324 diff --git a/www-apps/pyblosxom/files/config-hook.sh b/www-apps/pyblosxom/files/config-hook.sh deleted file mode 100644 index 963713c..0000000 --- a/www-apps/pyblosxom/files/config-hook.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -case "$1" in - install) - chown ${VHOST_SERVER_UID} ${MY_INSTALLDIR}/log - sed -i -e "s#/path/to/blog#${MY_INSTALLDIR}/data/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#/path/to/logdir#${MY_INSTALLDIR}/log/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - sed -i -e "s#^\#\(.*\)/path/to/my/plugins#\1/usr/share/pyblosxom-1.2.1/plugins/#" ${VHOST_CGIBINDIR}/pyblosxom/config.py || exit - ;; - *) - # Nothing to do for clean up - ;; -esac diff --git a/www-apps/pyblosxom/files/digest-pyblosxom-1.2.1 b/www-apps/pyblosxom/files/digest-pyblosxom-1.2.1 deleted file mode 100644 index ad0a457..0000000 --- a/www-apps/pyblosxom/files/digest-pyblosxom-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c59e2cb44a9e72ba5e46e265ed23f0ad pyblosxom-1.2.1.tar.gz 46580 diff --git a/www-apps/pyblosxom/files/gentoo-webapp.patch b/www-apps/pyblosxom/files/gentoo-webapp.patch deleted file mode 100644 index 6630fb5..0000000 --- a/www-apps/pyblosxom/files/gentoo-webapp.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur pyblosxom-1.2.1.orig/setup.py pyblosxom-1.2.1/setup.py ---- pyblosxom-1.2.1.orig/setup.py 2005-07-31 13:06:25.000000000 +0200 -+++ pyblosxom-1.2.1/setup.py 2005-07-31 13:06:46.000000000 +0200 -@@ -64,12 +64,13 @@ - - # we want to move the web script files as well, so we sneak them - # in here. -+# These are handled by the webapp class in Gentoo -+# os.path.normpath("web/pyblosxom.cgi"), -+# os.path.normpath("web/config.py") - pydf.append( [os.path.join('share', PVER, 'web'), -- [os.path.normpath("web/pyblosxom.cgi"), -- os.path.normpath("web/pyblosxom.tac"), -+ [os.path.normpath("web/pyblosxom.tac"), - os.path.normpath("web/pyblosxom_wsgi.cgi"), -- os.path.normpath("web/wsgi_app.py"), -- os.path.normpath("web/config.py")]]) -+ os.path.normpath("web/wsgi_app.py")]]) - - else: - # we don't know what platform they have, so we print out -diff -Naur pyblosxom-1.2.1.orig/web/config.py pyblosxom-1.2.1/web/config.py diff --git a/www-apps/pyblosxom/files/postinstall-en.txt b/www-apps/pyblosxom/files/postinstall-en.txt deleted file mode 100644 index e37a090..0000000 --- a/www-apps/pyblosxom/files/postinstall-en.txt +++ /dev/null @@ -1,12 +0,0 @@ -PyBlosxom setup: - -1. Customize the config file - ${VHOST_CGIBINDIR}/pyblosxom/config.py - -2. Add any pyblosxom plugins you would like to use to the - /usr/share/${P}/plugins directory. - -3. Add blog entries as normal text files to - ${MY_INSTALLDIR}/data - --- Go to http://${VHOST_SERVER}/cgi-bin/pyblosxom/pyblosxom.cgi diff --git a/www-apps/pyblosxom/pyblosxom-1.2.1.ebuild b/www-apps/pyblosxom/pyblosxom-1.2.1.ebuild deleted file mode 100644 index 61e1167..0000000 --- a/www-apps/pyblosxom/pyblosxom-1.2.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2005 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils distutils webapp - -DESCRIPTION="PyBlosxom is a lightweight weblog system." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://pyblosxom.sourceforge.net/" - -LICENSE="MIT" -KEYWORDS="~x86" - -IUSE="" - -DEPEND="virtual/python" - -src_unpack() { - - unpack ${A} && cd "${S}" - - epatch ${FILESDIR}/gentoo-webapp.patch - -} - -src_install() { - webapp_src_preinst - - distutils_src_install - dodoc README - - keepdir /usr/share/${P}/plugins - keepdir ${MY_HTDOCSDIR}/data - keepdir ${MY_HTDOCSDIR}/log - - mkdir -p ${D}${MY_CGIBINDIR}/pyblosxom - cp web/{config.py,pyblosxom.cgi} ${D}${MY_CGIBINDIR}/pyblosxom/ - - webapp_configfile ${MY_CGIBINDIR}/pyblosxom/config.py - - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_hook_script ${FILESDIR}/config-hook.sh - - webapp_src_install -} diff --git a/www-apps/xrms/Manifest b/www-apps/xrms/Manifest deleted file mode 100644 index 961fbee..0000000 --- a/www-apps/xrms/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 58e404e42cbe4d42a0da60bdebb283d6 xrms-2005.05.07.ebuild 903 -MD5 d4baf1ed48ba11a7b5571521b55a68c0 files/digest-xrms-2005.05.07 68 diff --git a/www-apps/xrms/files/digest-xrms-2005.05.07 b/www-apps/xrms/files/digest-xrms-2005.05.07 deleted file mode 100644 index 2aec782..0000000 --- a/www-apps/xrms/files/digest-xrms-2005.05.07 +++ /dev/null @@ -1 +0,0 @@ -MD5 7d5b35a85af7bb56ac1f5aa0115ffdd3 xrms-2005-05-07.tar.gz 9845277 diff --git a/www-apps/xrms/xrms-2005.05.07.ebuild b/www-apps/xrms/xrms-2005.05.07.ebuild deleted file mode 100644 index f43c4de..0000000 --- a/www-apps/xrms/xrms-2005.05.07.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit webapp - -MY_P=${P//./-} - -DESCRIPTION="" -HOMEPAGE="http://xrms.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="OpenSoftware" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - - require_php_with_use recode - -} - - -src_unpack() { - - unpack ${A} && cd "${S}" - - find . -type d -name CVS | xargs rm -rf - - rm -rf include/adodb include/jpgraph* - -} - -src_install() { - webapp_src_preinst - - local docs="CHANGELOG README" - - # Copy the app's main files - cp -r . ${D}${MY_HTDOCSDIR} - - # handle documentation files - dodoc ${docs} - for doc in ${docs}; do - rm -f ${D}${MY_HTDOCSDIR}/${doc} - done - - # Identify the configuration files that this app uses - #webapp_configfile ${MY_HTDOCSDIR}/config.inc.php - - webapp_src_install -} |