aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde4-mnemo
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /deskutils/horde4-mnemo
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
downloadports-40a3261d1a6e2617f6afde0cd6d762a7e211af7a.tar.gz
ports-40a3261d1a6e2617f6afde0cd6d762a7e211af7a.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'deskutils/horde4-mnemo')
-rw-r--r--deskutils/horde4-mnemo/Makefile78
-rw-r--r--deskutils/horde4-mnemo/distinfo2
-rw-r--r--deskutils/horde4-mnemo/files/httpd.conf.mnemo31
-rw-r--r--deskutils/horde4-mnemo/files/pkg-message.in19
-rw-r--r--deskutils/horde4-mnemo/pkg-deinstall27
-rw-r--r--deskutils/horde4-mnemo/pkg-descr6
-rw-r--r--deskutils/horde4-mnemo/pkg-plist176
7 files changed, 0 insertions, 339 deletions
diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile
deleted file mode 100644
index f6d805d4de16..000000000000
--- a/deskutils/horde4-mnemo/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# Ports collection makefile for: Mnemo
-# Date created: Sun May 19, 2002
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= mnemo
-PORTVERSION= 2.0.1
-CATEGORIES= deskutils www
-MASTER_SITES= ftp://ftp.horde.org/pub/mnemo/ \
- ftp://ftp.planetmirror.com/pub/horde/mnemo/ \
- ftp://ftp.au.horde.org/pub/horde/mnemo/ \
- ftp://ftp.be.horde.org/mnemo/ \
- ftp://ftp.es.horde.org/pub/mnemo/ \
- ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/mnemo/ \
- ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/mnemo/ \
- http://ftp.horde.org/pub/mnemo/
-DISTNAME= ${PORTNAME}-h3-${PORTVERSION}
-
-MAINTAINER= thierry@FreeBSD.org
-COMMENT= Mnemo is the Horde notes and memos application
-
-RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
-
-NO_BUILD= yes
-USE_REINPLACE= yes
-
-PLIST_SUB= MNEMODIR=${LMNEMODIR}
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-DOCS= LICENSE README docs/CHANGES docs/CREDITS docs/INSTALL \
- docs/RELEASE_NOTES docs/TODO docs/UPGRADING
-CONFFILE= prefs.php
-SUB_DIRS= config lib locale po scripts templates themes
-
-LHORDEDIR?= www/horde
-LMNEMODIR?= ${LHORDEDIR}/mnemo
-
-MNEMODIR= ${PREFIX}/${LMNEMODIR}
-CONFDIR= ${MNEMODIR}/config
-
-HORDE_INC= ${LOCALBASE}/etc/horde
-
-pre-configure:
- @${SED} -e "s:/home/httpd/html/horde/mnemo:${MNEMODIR}:g" \
- ${FILESDIR}/httpd.conf.mnemo > ${WRKDIR}/httpd.conf.mnemo
-
-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 ${WWWOWN}:${WWWGRP} ${MNEMODIR}
- @${CHMOD} -R o-rwx ${CONFDIR}
- @${INSTALL_DATA} ${WRKDIR}/httpd.conf.mnemo ${HORDE_INC}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-
-post-install:
- @${SED} -e "s:%%MNEMODIR%%:${MNEMODIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \
- < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/deskutils/horde4-mnemo/distinfo b/deskutils/horde4-mnemo/distinfo
deleted file mode 100644
index bffc4bb8c7e0..000000000000
--- a/deskutils/horde4-mnemo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (mnemo-h3-2.0.1.tar.gz) = eca23463b7340b8bc1e7b5be2353bdc9
-SIZE (mnemo-h3-2.0.1.tar.gz) = 845268
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/pkg-message.in b/deskutils/horde4-mnemo/files/pkg-message.in
deleted file mode 100644
index fa0bdcaab8ca..000000000000
--- a/deskutils/horde4-mnemo/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-************************************************************************
-Mnemo has been installed in %%MNEMODIR%% with your blank
-configuration files.
-
-Horde must be configured; if not, see `pkg_info -D -x horde'.
-
-Then, you have to create the table mnemo_memos, from the SQL script
-%%MNEMODIR%%/scripts/sql/mnemo.sql
-For example, if your database is MySQL, you may run
-mysql --user=root --password=yourpass horde < mnemo.sql
-
-WARNING! if you are upgrading from Mnemo v. 1.1.x, you have to alter your
-******** schema. Please read the doc %%DOCSDIR%%/UPGRADING.
-
-Finally, you must login to Horde as a Horde Administrator to finish the
-configuration.
-
-To protect your configuration files, you have to restart Apache.
-************************************************************************
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-plist b/deskutils/horde4-mnemo/pkg-plist
deleted file mode 100644
index f1f5fbdb9b2e..000000000000
--- a/deskutils/horde4-mnemo/pkg-plist
+++ /dev/null
@@ -1,176 +0,0 @@
-etc/horde/httpd.conf.mnemo
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
-%%MNEMODIR%%/config/.htaccess
-%%MNEMODIR%%/config/conf.xml
-%%MNEMODIR%%/config/prefs.php
-%%MNEMODIR%%/config/prefs.php.dist
-%%MNEMODIR%%/data.php
-%%MNEMODIR%%/index.php
-%%MNEMODIR%%/lib/Block/summary.php
-%%MNEMODIR%%/lib/Driver.php
-%%MNEMODIR%%/lib/Driver/kolab.php
-%%MNEMODIR%%/lib/Driver/sql.php
-%%MNEMODIR%%/lib/Mnemo.php
-%%MNEMODIR%%/lib/api.php
-%%MNEMODIR%%/lib/base.php
-%%MNEMODIR%%/lib/prefs.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/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/da_DK/help.xml
-%%MNEMODIR%%/locale/de_DE/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/de_DE/help.xml
-%%MNEMODIR%%/locale/el_GR/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/en_US/help.xml
-%%MNEMODIR%%/locale/es_ES/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/es_ES/help.xml
-%%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/hu_HU/help.xml
-%%MNEMODIR%%/locale/it_IT/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/it_IT/help.xml
-%%MNEMODIR%%/locale/lt_LT/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/lv_LV/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/lv_LV/help.xml
-%%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/pl_PL/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/pt_BR/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/pt_PT/LC_MESSAGES/mnemo.mo
-%%MNEMODIR%%/locale/ro_RO/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%%/notepads.php
-%%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/fi_FI.po
-%%MNEMODIR%%/po/fr_FR.po
-%%MNEMODIR%%/po/hu_HU.po
-%%MNEMODIR%%/po/it_IT.po
-%%MNEMODIR%%/po/lt_LT.po
-%%MNEMODIR%%/po/lv_LV.po
-%%MNEMODIR%%/po/mnemo.pot
-%%MNEMODIR%%/po/nb_NO.po
-%%MNEMODIR%%/po/nl_NL.po
-%%MNEMODIR%%/po/nn_NO.po
-%%MNEMODIR%%/po/pl_PL.po
-%%MNEMODIR%%/po/pt_BR.po
-%%MNEMODIR%%/po/pt_PT.po
-%%MNEMODIR%%/po/ro_RO.po
-%%MNEMODIR%%/po/sk_SK.po
-%%MNEMODIR%%/po/sv_SE.po
-%%MNEMODIR%%/po/zh_CN.po
-%%MNEMODIR%%/po/zh_TW.po
-%%MNEMODIR%%/scripts/.htaccess
-%%MNEMODIR%%/scripts/sql/mnemo.sql
-%%MNEMODIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql
-%%MNEMODIR%%/scripts/upgrades/2004-12-21_add_memo_uid.sql
-%%MNEMODIR%%/search.php
-%%MNEMODIR%%/templates/common-header.inc
-%%MNEMODIR%%/templates/data/export.inc
-%%MNEMODIR%%/templates/data/import.inc
-%%MNEMODIR%%/templates/list/empty.inc
-%%MNEMODIR%%/templates/list/header.inc
-%%MNEMODIR%%/templates/list/memo_footers.inc
-%%MNEMODIR%%/templates/list/memo_headers.inc
-%%MNEMODIR%%/templates/list/memo_summaries.inc
-%%MNEMODIR%%/templates/memo/memo.inc
-%%MNEMODIR%%/templates/menu.inc
-%%MNEMODIR%%/templates/notepads/notepads.inc
-%%MNEMODIR%%/templates/prefs/notepadselect.inc
-%%MNEMODIR%%/templates/prefs/showsummaryselect.inc
-%%MNEMODIR%%/templates/search/search.inc
-%%MNEMODIR%%/templates/view/memo.inc
-%%MNEMODIR%%/themes/graphics/add.png
-%%MNEMODIR%%/themes/graphics/mnemo.png
-%%MNEMODIR%%/themes/graphics/notepads.png
-%%MNEMODIR%%/view.php
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%MNEMODIR%%/themes/graphics
-@dirrm %%MNEMODIR%%/themes
-@dirrm %%MNEMODIR%%/templates/view
-@dirrm %%MNEMODIR%%/templates/search
-@dirrm %%MNEMODIR%%/templates/prefs
-@dirrm %%MNEMODIR%%/templates/notepads
-@dirrm %%MNEMODIR%%/templates/memo
-@dirrm %%MNEMODIR%%/templates/list
-@dirrm %%MNEMODIR%%/templates/data
-@dirrm %%MNEMODIR%%/templates
-@dirrm %%MNEMODIR%%/scripts/upgrades
-@dirrm %%MNEMODIR%%/scripts/sql
-@dirrm %%MNEMODIR%%/scripts
-@dirrm %%MNEMODIR%%/po
-@dirrm %%MNEMODIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/zh_TW
-@dirrm %%MNEMODIR%%/locale/zh_CN/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/zh_CN
-@dirrm %%MNEMODIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/sv_SE
-@dirrm %%MNEMODIR%%/locale/sk_SK/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/sk_SK
-@dirrm %%MNEMODIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/ro_RO
-@dirrm %%MNEMODIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/pt_PT
-@dirrm %%MNEMODIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/pt_BR
-@dirrm %%MNEMODIR%%/locale/pl_PL/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/pl_PL
-@dirrm %%MNEMODIR%%/locale/nn_NO/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/nn_NO
-@dirrm %%MNEMODIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/nl_NL
-@dirrm %%MNEMODIR%%/locale/nb_NO/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/nb_NO
-@dirrm %%MNEMODIR%%/locale/lv_LV/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/lv_LV
-@dirrm %%MNEMODIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/lt_LT
-@dirrm %%MNEMODIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/it_IT
-@dirrm %%MNEMODIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/hu_HU
-@dirrm %%MNEMODIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/fr_FR
-@dirrm %%MNEMODIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/fi_FI
-@dirrm %%MNEMODIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/es_ES
-@dirrm %%MNEMODIR%%/locale/en_US
-@dirrm %%MNEMODIR%%/locale/el_GR/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/el_GR
-@dirrm %%MNEMODIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/de_DE
-@dirrm %%MNEMODIR%%/locale/da_DK/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/da_DK
-@dirrm %%MNEMODIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/cs_CZ
-@dirrm %%MNEMODIR%%/locale/bg_BG/LC_MESSAGES
-@dirrm %%MNEMODIR%%/locale/bg_BG
-@dirrm %%MNEMODIR%%/locale
-@dirrm %%MNEMODIR%%/lib/Driver
-@dirrm %%MNEMODIR%%/lib/Block
-@dirrm %%MNEMODIR%%/lib
-@unexec rmdir %D/%%MNEMODIR%%/config 2>/dev/null || true
-@unexec rmdir %D/%%MNEMODIR%% 2>/dev/null || true