aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde4-nag
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-06-21 12:06:06 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-06-21 12:06:06 +0000
commitec5d299eb61469aea4a1168bf8c059f6fb1c5556 (patch)
treeb40cc4ec2810b17b1e4c92a628c0219d556f1c02 /deskutils/horde4-nag
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
downloadports-ec5d299eb61469aea4a1168bf8c059f6fb1c5556.tar.gz
ports-ec5d299eb61469aea4a1168bf8c059f6fb1c5556.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_0'.release/4.6.0
Notes
Notes: svn path=/head/; revision=61671 svn path=/tags/RELEASE_4_6_0/; revision=61672; tag=release/4.6.0
Diffstat (limited to 'deskutils/horde4-nag')
-rw-r--r--deskutils/horde4-nag/Makefile68
-rw-r--r--deskutils/horde4-nag/distinfo1
-rw-r--r--deskutils/horde4-nag/files/httpd.conf.nag31
-rw-r--r--deskutils/horde4-nag/files/patch-aa8
-rw-r--r--deskutils/horde4-nag/files/patch-ab21
-rw-r--r--deskutils/horde4-nag/pkg-comment1
-rw-r--r--deskutils/horde4-nag/pkg-descr3
-rw-r--r--deskutils/horde4-nag/pkg-message21
-rw-r--r--deskutils/horde4-nag/pkg-plist139
9 files changed, 0 insertions, 293 deletions
diff --git a/deskutils/horde4-nag/Makefile b/deskutils/horde4-nag/Makefile
deleted file mode 100644
index b095464749fd..000000000000
--- a/deskutils/horde4-nag/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# Ports collection makefile for: Nag
-# Date created: Sun Dec 14, 2001
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= nag
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= deskutils www
-MASTER_SITES= ftp://ftp.horde.org/pub/nag/tarballs/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
-
-MAINTAINER= thierry@pompo.net
-
-RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_BUILD= yes
-PLIST_SUB= HORDEDIR=${LHORDEDIR} NAGDIR=${LNAGDIR}
-
-DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
- docs/TODO
-CONFFILE= conf.php html.php menu.php motd.php prefs.php
-SUB_DIRS= config graphics lib locale po scripts templates
-
-LHORDEDIR?= www/horde
-LNAGDIR?= ${LHORDEDIR}/nag
-
-HORDEDIR= ${PREFIX}/${LHORDEDIR}
-NAGDIR= ${PREFIX}/${LNAGDIR}
-CONFDIR= ${NAGDIR}/config
-
-HORDE_INC= ${LOCALBASE}/etc/horde
-
-do-install:
- @${MKDIR} ${NAGDIR}
-.for REP in ${SUB_DIRS}
- @${CP} -Rp ${WRKSRC}/${REP} ${NAGDIR}
-.endfor
- @${CP} -p ${WRKSRC}/*.php ${NAGDIR}
-.for FILE in ${CONFFILE}
- @if [ ! -f ${CONFDIR}/${FILE} ]; then \
- ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \
- fi
-.endfor
- @${CHOWN} -R www:www ${NAGDIR}
- @${CHMOD} -R o-rwx ${CONFDIR}
- @${CP} -p ${FILESDIR}/httpd.conf.nag ${HORDE_INC}
- @${PERL} -pi -e "s:/home/httpd/html/horde/nag:${NAGDIR}:g" \
- ${HORDE_INC}/httpd.conf.nag
- @${PERL} -pi -e "s://UNCOMMENTWHENINSTNAG::" ${HORDEDIR}/config/registry.php
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE} | \
- ${SED} -e "s:%%NAGDIR%%:${NAGDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:"
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/deskutils/horde4-nag/distinfo b/deskutils/horde4-nag/distinfo
deleted file mode 100644
index 956c7ffc9a34..000000000000
--- a/deskutils/horde4-nag/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nag-1.0-RC3.tar.gz) = b5ac807a01cdfed212ea4eff9eaffad8
diff --git a/deskutils/horde4-nag/files/httpd.conf.nag b/deskutils/horde4-nag/files/httpd.conf.nag
deleted file mode 100644
index c5279c8245fa..000000000000
--- a/deskutils/horde4-nag/files/httpd.conf.nag
+++ /dev/null
@@ -1,31 +0,0 @@
-# This is included in Apache's httpd.conf for Nag
-#
-# For security, don't serve pages from the Nag configuration and
-# library directories.
-#
-<Directory "/home/httpd/html/horde/nag/config">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/nag/lib">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/nag/locale">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/nag/po">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/nag/scripts">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/nag/templates">
- order deny,allow
- deny from all
-</Directory>
-# End of Nag configuration ================
-
diff --git a/deskutils/horde4-nag/files/patch-aa b/deskutils/horde4-nag/files/patch-aa
deleted file mode 100644
index 2ee4d373ca48..000000000000
--- a/deskutils/horde4-nag/files/patch-aa
+++ /dev/null
@@ -1,8 +0,0 @@
---- scripts/drivers/nag_tasks.sql.orig Tue Dec 11 14:47:41 2001
-+++ scripts/drivers/nag_tasks.sql Sat Dec 15 00:42:13 2001
-@@ -13,4 +13,4 @@
- primary key (task_owner, task_id)
- );
-
--grant select, insert, update, delete on nag_tasks to horde;
-+grant select, insert, update, delete on nag_tasks to hordemgr;
diff --git a/deskutils/horde4-nag/files/patch-ab b/deskutils/horde4-nag/files/patch-ab
deleted file mode 100644
index 26192dede93d..000000000000
--- a/deskutils/horde4-nag/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- config/conf.php.dist.orig Tue Mar 12 18:07:16 2002
-+++ config/conf.php.dist Mon Apr 8 23:08:04 2002
-@@ -42,12 +42,12 @@
- // Below is an example configuration for an sql driver, in this case
- // MySQL.
- $conf['storage']['params'] = array();
--// $conf['storage']['params']['phptype'] = 'mysql';
--// $conf['storage']['params']['hostspec'] = 'localhost';
--// $conf['storage']['params']['username'] = 'horde';
--// $conf['storage']['params']['password'] = '*****';
--// $conf['storage']['params']['database'] = 'horde';
--// $conf['storage']['params']['table'] = 'nag_tasks';
-+$conf['storage']['params']['phptype'] = 'mysql';
-+$conf['storage']['params']['hostspec'] = 'localhost';
-+$conf['storage']['params']['username'] = 'hordemgr';
-+$conf['storage']['params']['password'] = 'hordemgr';
-+$conf['storage']['params']['database'] = 'horde';
-+$conf['storage']['params']['table'] = 'nag_tasks';
-
-
- /**
diff --git a/deskutils/horde4-nag/pkg-comment b/deskutils/horde4-nag/pkg-comment
deleted file mode 100644
index 6dc29bafb4e5..000000000000
--- a/deskutils/horde4-nag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Nag is a simple, multiuser task list manager
diff --git a/deskutils/horde4-nag/pkg-descr b/deskutils/horde4-nag/pkg-descr
deleted file mode 100644
index 6eeeb953967c..000000000000
--- a/deskutils/horde4-nag/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Nag is the Horde task list manager.
-
-WWW: http://horde.org/nag/
diff --git a/deskutils/horde4-nag/pkg-message b/deskutils/horde4-nag/pkg-message
deleted file mode 100644
index 82fde213db7b..000000000000
--- a/deskutils/horde4-nag/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-************************************************************************
-Nag has been installed in %%NAGDIR%% with your blank
-configuration files.
-
-Horde and IMP must be configured; if not, see:
-- %%PORTSDIR%%/www/horde2/pkg-message
-- %%PORTSDIR%%/mail/imp3/pkg-message
-
-Then, you have to create the table nag_tasks, from the SQL script
-%%NAGDIR%%/scripts/drivers/nag_tasks.sql.
-For example, if your database is MySQL, you may run
-mysql --user=hordemgr --password=yourpass horde < nag_tasks.sql
-(If you run another database server, see
- %%HORDEDIR%%/scripts/db/README
- for more explanations.)
-
-Finally, you may have to tune the configuration files located in
-%%CONFDIR%%/, specially the files conf.php.
-
-To protect your configuration files, you have to restart Apache.
-************************************************************************
diff --git a/deskutils/horde4-nag/pkg-plist b/deskutils/horde4-nag/pkg-plist
deleted file mode 100644
index 26d8b393427e..000000000000
--- a/deskutils/horde4-nag/pkg-plist
+++ /dev/null
@@ -1,139 +0,0 @@
-%%PORTDOCS%%share/doc/nag/CHANGES
-%%PORTDOCS%%share/doc/nag/COPYING
-%%PORTDOCS%%share/doc/nag/CREDITS
-%%PORTDOCS%%share/doc/nag/INSTALL
-%%PORTDOCS%%share/doc/nag/README
-%%PORTDOCS%%share/doc/nag/TODO
-%%NAGDIR%%/config/conf.php
-%%NAGDIR%%/config/conf.php.dist
-%%NAGDIR%%/config/conf.php.dist.orig
-%%NAGDIR%%/config/html.php
-%%NAGDIR%%/config/html.php.dist
-%%NAGDIR%%/config/menu.php
-%%NAGDIR%%/config/menu.php.dist
-%%NAGDIR%%/config/motd.php
-%%NAGDIR%%/config/motd.php.dist
-%%NAGDIR%%/config/prefs.php
-%%NAGDIR%%/config/prefs.php.dist
-%%NAGDIR%%/graphics/add.gif
-%%NAGDIR%%/graphics/checkbox.gif
-%%NAGDIR%%/graphics/complete.gif
-%%NAGDIR%%/graphics/down.gif
-%%NAGDIR%%/graphics/list.gif
-%%NAGDIR%%/graphics/nag.gif
-%%NAGDIR%%/graphics/note.gif
-%%NAGDIR%%/graphics/refresh.gif
-%%NAGDIR%%/graphics/search.gif
-%%NAGDIR%%/graphics/up.gif
-%%NAGDIR%%/index.php
-%%NAGDIR%%/lib/Driver.php
-%%NAGDIR%%/lib/Driver/sql.php
-%%NAGDIR%%/lib/Nag.php
-%%NAGDIR%%/lib/api.php
-%%NAGDIR%%/lib/base.php
-%%NAGDIR%%/lib/constants.php
-%%NAGDIR%%/lib/version.php
-%%NAGDIR%%/list.php
-%%NAGDIR%%/locale/cs_CZ/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/de_DE/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/en_US/help.xml
-%%NAGDIR%%/locale/es_ES/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/fi_FI/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/fr_FR/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/it_IT/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/nl_NL/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/pt_BR/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/ru_RU/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/sv_SE/LC_MESSAGES/nag.mo
-%%NAGDIR%%/locale/zh_TW/LC_MESSAGES/nag.mo
-%%NAGDIR%%/menu.php
-%%NAGDIR%%/po/Makefile
-%%NAGDIR%%/po/README
-%%NAGDIR%%/po/cs_CZ.po
-%%NAGDIR%%/po/de_DE.po
-%%NAGDIR%%/po/es_ES.po
-%%NAGDIR%%/po/extract.pl
-%%NAGDIR%%/po/fi_FI.po
-%%NAGDIR%%/po/fr_FR.po
-%%NAGDIR%%/po/it_IT.po
-%%NAGDIR%%/po/nl_NL.po
-%%NAGDIR%%/po/pt_BR.po
-%%NAGDIR%%/po/ru_RU.po
-%%NAGDIR%%/po/ru_RU.KOI8-R.po
-%%NAGDIR%%/po/sv_SE.po
-%%NAGDIR%%/po/zh_TW.po
-%%NAGDIR%%/po/shtool
-%%NAGDIR%%/po/xgettext.sh
-%%NAGDIR%%/prefs.php
-%%NAGDIR%%/scripts/drivers/nag_tasks.sql
-%%NAGDIR%%/scripts/drivers/nag_tasks.sql.orig
-%%NAGDIR%%/search.php
-%%NAGDIR%%/task.php
-%%NAGDIR%%/templates/common-footer.inc
-%%NAGDIR%%/templates/common-header.inc
-%%NAGDIR%%/templates/index/css.inc
-%%NAGDIR%%/templates/index/notconfigured.inc
-%%NAGDIR%%/templates/list/actions.inc
-%%NAGDIR%%/templates/list/empty.inc
-%%NAGDIR%%/templates/list/footer.inc
-%%NAGDIR%%/templates/list/header.inc
-%%NAGDIR%%/templates/list/javascript.inc
-%%NAGDIR%%/templates/list/task_footers.inc
-%%NAGDIR%%/templates/list/task_headers.inc
-%%NAGDIR%%/templates/list/task_summaries.inc
-%%NAGDIR%%/templates/menu/menu.inc
-%%NAGDIR%%/templates/search/begin.inc
-%%NAGDIR%%/templates/search/end.inc
-%%NAGDIR%%/templates/search/search.inc
-%%NAGDIR%%/templates/task/begin.inc
-%%NAGDIR%%/templates/task/end.inc
-%%NAGDIR%%/templates/task/task.inc
-%%NAGDIR%%/templates/view/description.inc
-%%NAGDIR%%/templates/view/headers.inc
-%%NAGDIR%%/templates/view/navbar.inc
-%%NAGDIR%%/templates/view/no-task.inc
-%%NAGDIR%%/view.php
-@dirrm %%NAGDIR%%/config
-@dirrm %%NAGDIR%%/graphics
-@dirrm %%NAGDIR%%/lib/Driver
-@dirrm %%NAGDIR%%/lib
-@dirrm %%NAGDIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/cs_CZ
-@dirrm %%NAGDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/de_DE
-@dirrm %%NAGDIR%%/locale/en_US
-@dirrm %%NAGDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/es_ES
-@dirrm %%NAGDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/fi_FI
-@dirrm %%NAGDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/fr_FR
-@dirrm %%NAGDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/it_IT
-@dirrm %%NAGDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/nl_NL
-@dirrm %%NAGDIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/pt_BR
-@dirrm %%NAGDIR%%/locale/ru_RU/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/ru_RU
-@dirrm %%NAGDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/ru_RU.KOI8-R
-@dirrm %%NAGDIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/sv_SE
-@dirrm %%NAGDIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%NAGDIR%%/locale/zh_TW
-@dirrm %%NAGDIR%%/locale
-@dirrm %%NAGDIR%%/po
-@dirrm %%NAGDIR%%/scripts/drivers
-@dirrm %%NAGDIR%%/scripts
-@dirrm %%NAGDIR%%/templates/index
-@dirrm %%NAGDIR%%/templates/list
-@dirrm %%NAGDIR%%/templates/menu
-@dirrm %%NAGDIR%%/templates/search
-@dirrm %%NAGDIR%%/templates/task
-@dirrm %%NAGDIR%%/templates/view
-@dirrm %%NAGDIR%%/templates
-@dirrm %%NAGDIR%%
-etc/horde/httpd.conf.nag
-%%PORTDOCS%%@dirrm share/doc/nag