diff options
Diffstat (limited to 'deskutils/horde4-mnemo')
| -rw-r--r-- | deskutils/horde4-mnemo/Makefile | 79 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/distinfo | 1 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/files/httpd.conf.mnemo | 31 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/files/patch-config_conf.php.dist | 21 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/pkg-deinstall | 27 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/pkg-descr | 6 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/pkg-message | 21 | ||||
| -rw-r--r-- | deskutils/horde4-mnemo/pkg-plist | 175 |
8 files changed, 0 insertions, 361 deletions
diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile deleted file mode 100644 index 6f9754b8c1eb..000000000000 --- a/deskutils/horde4-mnemo/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Ports collection makefile for: Mnemo -# Date created: Sun May 19, 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= mnemo -PORTVERSION= 1.1 -CATEGORIES= deskutils www -MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \ - ftp://ftp.au.horde.org/pub/horde/mnemo/ \ - ftp://ftp.es.horde.org/pub/mnemo/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/mnemo/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \ - ftp://ftp.pt.horde.org/pub/horde-ftp/mnemo/ - -MAINTAINER= thierry@pompo.net -COMMENT= Mnemo is the Horde notes and memos application - -RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i.beforeMnemo - -PLIST_SUB= HORDEDIR=${LHORDEDIR} MNEMODIR=${LMNEMODIR} - -DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL -CONFFILE= conf.php menu.php prefs.php -SUB_DIRS= config graphics lib locale po scripts templates util - -LHORDEDIR?= www/horde -LMNEMODIR?= ${LHORDEDIR}/mnemo - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -MNEMODIR= ${PREFIX}/${LMNEMODIR} -CONFDIR= ${MNEMODIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde - -do-install: - @${MKDIR} ${MNEMODIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${MNEMODIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${MNEMODIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R www:www ${MNEMODIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${CP} -p ${FILESDIR}/httpd.conf.mnemo ${HORDE_INC} - @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \ - ${HORDE_INC}/httpd.conf.mnemo - @${RM} ${HORDE_INC}/httpd.conf.mnemo.beforeMnemo - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.beforeMnemo - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTMNEMO::" ${HORDEDIR}/config/registry.php - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.afterMnemo -.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:%%MNEMODIR%%:${MNEMODIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%HORDEDIR%%:${HORDEDIR}:" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/deskutils/horde4-mnemo/distinfo b/deskutils/horde4-mnemo/distinfo deleted file mode 100644 index b7e7f46129ef..000000000000 --- a/deskutils/horde4-mnemo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mnemo-1.1.tar.gz) = d442371b0fda93406bcf0ddbe912b137 diff --git a/deskutils/horde4-mnemo/files/httpd.conf.mnemo b/deskutils/horde4-mnemo/files/httpd.conf.mnemo deleted file mode 100644 index c87a3b7ef1c1..000000000000 --- a/deskutils/horde4-mnemo/files/httpd.conf.mnemo +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Mnemo -# -# For security, don't serve pages from the Mnemo configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/mnemo/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mnemo/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mnemo/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mnemo/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mnemo/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mnemo/templates"> - order deny,allow - deny from all -</Directory> -# End of Mnemo configuration ================ - diff --git a/deskutils/horde4-mnemo/files/patch-config_conf.php.dist b/deskutils/horde4-mnemo/files/patch-config_conf.php.dist deleted file mode 100644 index d3a504dd3711..000000000000 --- a/deskutils/horde4-mnemo/files/patch-config_conf.php.dist +++ /dev/null @@ -1,21 +0,0 @@ ---- config/conf.php.dist.orig Mon Apr 22 20:39:23 2002 -+++ config/conf.php.dist Sun May 19 11:10:29 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'] = 'mnemo_memos'; -+$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'] = 'mnemo_memos'; - - - /** diff --git a/deskutils/horde4-mnemo/pkg-deinstall b/deskutils/horde4-mnemo/pkg-deinstall deleted file mode 100644 index b329889878d6..000000000000 --- a/deskutils/horde4-mnemo/pkg-deinstall +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Mnemo config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls ${PKG_PREFIX}/www/horde/mnemo/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/deskutils/horde4-mnemo/pkg-descr b/deskutils/horde4-mnemo/pkg-descr deleted file mode 100644 index fbe52997ba27..000000000000 --- a/deskutils/horde4-mnemo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mnemo is the Horde notes and memos application. It lets users keep -free-text notes and other bits of information which doesn't fit as a -contact, a todo item, an event, etc. It is very similar in -functionality to the Palm Memo application. - -WWW: http://horde.org/ diff --git a/deskutils/horde4-mnemo/pkg-message b/deskutils/horde4-mnemo/pkg-message deleted file mode 100644 index df8570e3f82c..000000000000 --- a/deskutils/horde4-mnemo/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************************ -Mnemo has been installed in %%MNEMODIR%% 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 mnemo_memos, from the SQL script -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql. -For example, if your database is MySQL, you may run -mysql --user=hordemgr --password=yourpass horde < mnemo_memos.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-mnemo/pkg-plist b/deskutils/horde4-mnemo/pkg-plist deleted file mode 100644 index 60e0afee37ef..000000000000 --- a/deskutils/horde4-mnemo/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -%%PORTDOCS%%share/doc/mnemo/LICENSE -%%PORTDOCS%%share/doc/mnemo/README -%%PORTDOCS%%share/doc/mnemo/CHANGES -%%PORTDOCS%%share/doc/mnemo/CREDITS -%%PORTDOCS%%share/doc/mnemo/INSTALL -%%MNEMODIR%%/config/conf.php -%%MNEMODIR%%/config/conf.php.dist -%%MNEMODIR%%/config/conf.php.dist.orig -%%MNEMODIR%%/config/menu.php -%%MNEMODIR%%/config/menu.php.dist -%%MNEMODIR%%/config/prefs.php -%%MNEMODIR%%/config/prefs.php.dist -%%MNEMODIR%%/graphics/add.gif -%%MNEMODIR%%/graphics/checkbox.gif -%%MNEMODIR%%/graphics/colorpicker.gif -%%MNEMODIR%%/graphics/colorpicker.png -%%MNEMODIR%%/graphics/down.gif -%%MNEMODIR%%/graphics/list.gif -%%MNEMODIR%%/graphics/mnemo.gif -%%MNEMODIR%%/graphics/print.gif -%%MNEMODIR%%/graphics/refresh.gif -%%MNEMODIR%%/graphics/search.gif -%%MNEMODIR%%/graphics/up.gif -%%MNEMODIR%%/index.php -%%MNEMODIR%%/lib/Driver.php -%%MNEMODIR%%/lib/Driver/sql.php -%%MNEMODIR%%/lib/Mnemo.php -%%MNEMODIR%%/lib/api.php -%%MNEMODIR%%/lib/base.php -%%MNEMODIR%%/lib/constants.php -%%MNEMODIR%%/lib/version.php -%%MNEMODIR%%/list.php -%%MNEMODIR%%/locale/bg_BG/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/cs_CZ/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/da_DK/help.xml -%%MNEMODIR%%/locale/da_DK/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/de_DE/help.xml -%%MNEMODIR%%/locale/de_DE/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/el_GR/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/en_US/help.xml -%%MNEMODIR%%/locale/es_ES/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/fi_FI/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/fi_FI/help.xml -%%MNEMODIR%%/locale/fr_FR/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/hu_HU/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/lt_LT/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/nb_NO/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/nl_NL/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/nn_NO/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/pt_BR/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/pt_PT/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/sk_SK/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/sk_SK/help.xml -%%MNEMODIR%%/locale/sv_SE/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/zh_CN/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/locale/zh_TW/LC_MESSAGES/mnemo.mo -%%MNEMODIR%%/memo.php -%%MNEMODIR%%/menu.php -%%MNEMODIR%%/po/Makefile -%%MNEMODIR%%/po/README -%%MNEMODIR%%/po/bg_BG.po -%%MNEMODIR%%/po/cs_CZ.po -%%MNEMODIR%%/po/da_DK.po -%%MNEMODIR%%/po/de_DE.po -%%MNEMODIR%%/po/el_GR.po -%%MNEMODIR%%/po/es_ES.po -%%MNEMODIR%%/po/extract.pl -%%MNEMODIR%%/po/fi_FI.po -%%MNEMODIR%%/po/fr_FR.po -%%MNEMODIR%%/po/hu_HU.po -%%MNEMODIR%%/po/lt_LT.po -%%MNEMODIR%%/po/mnemo.pot -%%MNEMODIR%%/po/nb_NO.po -%%MNEMODIR%%/po/nl_NL.po -%%MNEMODIR%%/po/nn_NO.po -%%MNEMODIR%%/po/pt_BR.po -%%MNEMODIR%%/po/pt_PT.po -%%MNEMODIR%%/po/shtool -%%MNEMODIR%%/po/sk_SK.po -%%MNEMODIR%%/po/sv_SE.po -%%MNEMODIR%%/po/xgettext.sh -%%MNEMODIR%%/po/zh_CN.po -%%MNEMODIR%%/po/zh_TW.po -%%MNEMODIR%%/prefs.php -%%MNEMODIR%%/scripts/drivers/mnemo_memos.sql -%%MNEMODIR%%/search.php -%%MNEMODIR%%/templates/common-footer.inc -%%MNEMODIR%%/templates/common-header.inc -%%MNEMODIR%%/templates/index/css.inc -%%MNEMODIR%%/templates/index/notconfigured.inc -%%MNEMODIR%%/templates/javascript/open_print_win.js -%%MNEMODIR%%/templates/javascript/print.js -%%MNEMODIR%%/templates/list/actions.inc -%%MNEMODIR%%/templates/list/empty.inc -%%MNEMODIR%%/templates/list/footer.inc -%%MNEMODIR%%/templates/list/header.inc -%%MNEMODIR%%/templates/list/javascript.inc -%%MNEMODIR%%/templates/list/memo_footers.inc -%%MNEMODIR%%/templates/list/memo_headers.inc -%%MNEMODIR%%/templates/list/memo_summaries.inc -%%MNEMODIR%%/templates/memo/begin.inc -%%MNEMODIR%%/templates/memo/end.inc -%%MNEMODIR%%/templates/memo/memo.inc -%%MNEMODIR%%/templates/menu/menu.inc -%%MNEMODIR%%/templates/prefs/category_management.inc -%%MNEMODIR%%/templates/search/begin.inc -%%MNEMODIR%%/templates/search/end.inc -%%MNEMODIR%%/templates/search/search.inc -%%MNEMODIR%%/templates/view/description.inc -%%MNEMODIR%%/templates/view/headers.inc -%%MNEMODIR%%/templates/view/navbar.inc -%%MNEMODIR%%/templates/view/no-memo.inc -%%MNEMODIR%%/util/colorpicker.php -%%MNEMODIR%%/view.php -@dirrm %%MNEMODIR%%/config -@dirrm %%MNEMODIR%%/graphics -@dirrm %%MNEMODIR%%/lib/Driver -@dirrm %%MNEMODIR%%/lib -@dirrm %%MNEMODIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/bg_BG -@dirrm %%MNEMODIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/cs_CZ -@dirrm %%MNEMODIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/da_DK -@dirrm %%MNEMODIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/de_DE -@dirrm %%MNEMODIR%%/locale/en_US -@dirrm %%MNEMODIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/el_GR -@dirrm %%MNEMODIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/es_ES -@dirrm %%MNEMODIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/fi_FI -@dirrm %%MNEMODIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/fr_FR -@dirrm %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/lt_LT -@dirrm %%MNEMODIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/hu_HU -@dirrm %%MNEMODIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/nb_NO -@dirrm %%MNEMODIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/nl_NL -@dirrm %%MNEMODIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/nn_NO -@dirrm %%MNEMODIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/pt_BR -@dirrm %%MNEMODIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/pt_PT -@dirrm %%MNEMODIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/sk_SK -@dirrm %%MNEMODIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/sv_SE -@dirrm %%MNEMODIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/zh_CN -@dirrm %%MNEMODIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%MNEMODIR%%/locale/zh_TW -@dirrm %%MNEMODIR%%/locale -@dirrm %%MNEMODIR%%/po -@dirrm %%MNEMODIR%%/scripts/drivers -@dirrm %%MNEMODIR%%/scripts -@dirrm %%MNEMODIR%%/templates/index -@dirrm %%MNEMODIR%%/templates/javascript -@dirrm %%MNEMODIR%%/templates/list -@dirrm %%MNEMODIR%%/templates/memo -@dirrm %%MNEMODIR%%/templates/menu -@dirrm %%MNEMODIR%%/templates/prefs -@dirrm %%MNEMODIR%%/templates/search -@dirrm %%MNEMODIR%%/templates/view -@dirrm %%MNEMODIR%%/templates -@dirrm %%MNEMODIR%%/util -@dirrm %%MNEMODIR%% -etc/horde/httpd.conf.mnemo -%%PORTDOCS%%@dirrm share/doc/mnemo -@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterMnemo; then rm -f %D/www/horde/config/registry.php.afterMnemo; mv %D/www/horde/config/registry.php.beforeMnemo %D/www/horde/config/registry.php; fi |
