diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-08 23:42:31 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-08 23:42:31 +0000 |
commit | 1e0d8c9112e8493a5f7edfd1134a422c3e3efac3 (patch) | |
tree | 8195bcc94557ed871bb3862c71b9314dc2c43bd8 /mail | |
parent | 3e50ab625e240bab15b5babee4112f1f654cae5d (diff) | |
download | ports-1e0d8c9112e8493a5f7edfd1134a422c3e3efac3.tar.gz ports-1e0d8c9112e8493a5f7edfd1134a422c3e3efac3.zip |
Notes
Diffstat (limited to 'mail')
63 files changed, 3356 insertions, 4788 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 48e7a1ebb674..7c12481824c1 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-imp/Makefile @@ -7,10 +7,8 @@ PORTNAME= imp PORTVERSION= 4.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Webmail system for IMAP/POP3 mailboxes @@ -39,15 +37,11 @@ COMMENT= Webmail system for IMAP/POP3 mailboxes RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -CONFLICTS= imp-3.* - USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif @@ -66,44 +60,13 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif -NO_BUILD= yes +CONFLICTS= imp-3.* +USE_HORDE= base USE_GETTEXT= yes -REINPLACE_ARGS= -i.beforeIMP - PORTDOCS= README CHANGES CREDITS INSTALL \ RELEASE_NOTES TODO UPGRADING -CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ - prefs.php servers.php trailer.txt -SUB_DIRS= config js lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LIMPDIR= ${LHORDEDIR}/imp -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -IMPDIR= ${PREFIX}/${LIMPDIR} -CONFDIR= ${IMPDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ - conf.xml.beforeIMP servers.php.dist.beforeIMP - -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml @@ -136,11 +99,6 @@ pre-configure: . endif .endif -.for fc in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${fc} -.endfor - @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP - pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ @@ -151,27 +109,5 @@ pre-install: fi .endif -do-install: - @${INSTALL} -d ${IMPDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${IMPDIR}/ - @${CP} -p ${WRKSRC}/*.php ${IMPDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR}/ - @${CHMOD} -R o-rwx ${IMPDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde-imp/files/pkg-deinstall.in b/mail/horde-imp/files/pkg-deinstall.in deleted file mode 100644 index e4787a72dfe4..000000000000 --- a/mail/horde-imp/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-imp/files/pkg-install.in b/mail/horde-imp/files/pkg-install.in deleted file mode 100644 index 7a19b9e2b9de..000000000000 --- a/mail/horde-imp/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde-imp/files/pkg-message.in b/mail/horde-imp/files/pkg-message.in index 0d82a9a5d916..9a3de8c83b0c 100644 --- a/mail/horde-imp/files/pkg-message.in +++ b/mail/horde-imp/files/pkg-message.in @@ -1,12 +1,13 @@ ************************************************************************ -IMP has been installed in %%IMPDIR%% with your blank +IMP has been installed in %%HORDIR%%/ with your blank configuration files. Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. +`pkg_info -Dx horde-base'. Then, you have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php to define your mailserver. +%%HORCFG%%/, especially the file servers.php +to define your mailserver. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. diff --git a/mail/horde-imp/pkg-plist b/mail/horde-imp/pkg-plist index 7aeb4b50a7c6..37bc7af5025a 100644 --- a/mail/horde-imp/pkg-plist +++ b/mail/horde-imp/pkg-plist @@ -1,498 +1,499 @@ -%%IMPDIR%%/acl.php -%%IMPDIR%%/attachment.php -%%IMPDIR%%/compose.php -%%IMPDIR%%/config/.htaccess -%%IMPDIR%%/config/conf.xml -%%IMPDIR%%/config/filter.txt.dist -%%IMPDIR%%/config/header.php.dist -%%IMPDIR%%/config/menu.php.dist -%%IMPDIR%%/config/mime_drivers.php.dist -%%IMPDIR%%/config/motd.php.dist -%%IMPDIR%%/config/prefs.php.dist -%%IMPDIR%%/config/servers.php.dist -%%IMPDIR%%/config/trailer.txt.dist -%%IMPDIR%%/contacts.php -%%IMPDIR%%/expand.php -%%IMPDIR%%/fetchmail.php -%%IMPDIR%%/fetchmailprefs.php -%%IMPDIR%%/filterprefs.php -%%IMPDIR%%/folders.php -%%IMPDIR%%/index.php -%%IMPDIR%%/js/ieEscGuard.js -%%IMPDIR%%/lib/.htaccess -%%IMPDIR%%/lib/Auth/imp.php -%%IMPDIR%%/lib/Block/summary.php -%%IMPDIR%%/lib/Block/tree_folders.php -%%IMPDIR%%/lib/Compose.php -%%IMPDIR%%/lib/Crypt/PGP.php -%%IMPDIR%%/lib/Crypt/SMIME.php -%%IMPDIR%%/lib/Fetchmail.php -%%IMPDIR%%/lib/Fetchmail/imap.php -%%IMPDIR%%/lib/Filter.php -%%IMPDIR%%/lib/Folder.php -%%IMPDIR%%/lib/IMAP.php -%%IMPDIR%%/lib/IMAP/Client.php -%%IMPDIR%%/lib/IMAP/Search.php -%%IMPDIR%%/lib/IMAP/Sort.php -%%IMPDIR%%/lib/IMAP/Thread.php -%%IMPDIR%%/lib/IMAP/Tree.php -%%IMPDIR%%/lib/IMP.php -%%IMPDIR%%/lib/Identity/imp.php -%%IMPDIR%%/lib/MIME/Contents.php -%%IMPDIR%%/lib/MIME/Headers.php -%%IMPDIR%%/lib/MIME/Viewer/alternative.php -%%IMPDIR%%/lib/MIME/Viewer/appledouble.php -%%IMPDIR%%/lib/MIME/Viewer/enriched.php -%%IMPDIR%%/lib/MIME/Viewer/html.php -%%IMPDIR%%/lib/MIME/Viewer/images.php -%%IMPDIR%%/lib/MIME/Viewer/itip.php -%%IMPDIR%%/lib/MIME/Viewer/multipart.php -%%IMPDIR%%/lib/MIME/Viewer/notification.php -%%IMPDIR%%/lib/MIME/Viewer/partial.php -%%IMPDIR%%/lib/MIME/Viewer/pgp.php -%%IMPDIR%%/lib/MIME/Viewer/pkcs7.php -%%IMPDIR%%/lib/MIME/Viewer/plain.php -%%IMPDIR%%/lib/MIME/Viewer/related.php -%%IMPDIR%%/lib/MIME/Viewer/rfc822.php -%%IMPDIR%%/lib/MIME/Viewer/status.php -%%IMPDIR%%/lib/MIME/Viewer/tnef.php -%%IMPDIR%%/lib/MIME/Viewer/zip.php -%%IMPDIR%%/lib/Mailbox.php -%%IMPDIR%%/lib/Maillog.php -%%IMPDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/fetchmail_login.php -%%IMPDIR%%/lib/Maintenance/Task/purge_trash.php -%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/tos_agreement.php -%%IMPDIR%%/lib/Maintenance/imp.php -%%IMPDIR%%/lib/Message.php -%%IMPDIR%%/lib/Notification/Listener/status.php -%%IMPDIR%%/lib/Quota.php -%%IMPDIR%%/lib/Quota/command.php -%%IMPDIR%%/lib/Quota/courier.php -%%IMPDIR%%/lib/Quota/cyrus.php -%%IMPDIR%%/lib/Quota/logfile.php -%%IMPDIR%%/lib/Quota/mdaemon.php -%%IMPDIR%%/lib/Quota/mercury32.php -%%IMPDIR%%/lib/Search.php -%%IMPDIR%%/lib/Session.php -%%IMPDIR%%/lib/Spam.php -%%IMPDIR%%/lib/api.php -%%IMPDIR%%/lib/base.php -%%IMPDIR%%/lib/prefs.php -%%IMPDIR%%/lib/version.php -%%IMPDIR%%/locale/.htaccess -%%IMPDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/help.xml -%%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/cs_CZ/help.xml -%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/da_DK/help.xml -%%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/de_DE/help.xml -%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/el_GR/help.xml -%%IMPDIR%%/locale/en_US/help.xml -%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/es_ES/help.xml -%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/et_EE/help.xml -%%IMPDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fa_IR/help.xml -%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fi_FI/help.xml -%%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fr_FR/help.xml -%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/he_IL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/help.xml -%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/help.xml -%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/km_KH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/help.xml -%%IMPDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/help.xml -%%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nl_NL/help.xml -%%IMPDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/help.xml -%%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_BR/help.xml -%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_PT/help.xml -%%IMPDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/help.xml -%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sk_SK/help.xml -%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/help.xml -%%IMPDIR%%/locale/th_TH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/help.xml -%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/uk_UA/help.xml -%%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_CN/help.xml -%%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_TW/help.xml -%%IMPDIR%%/login.php -%%IMPDIR%%/mailbox.php -%%IMPDIR%%/message.php -%%IMPDIR%%/pgp.php -%%IMPDIR%%/po/.htaccess -%%IMPDIR%%/po/README -%%IMPDIR%%/po/ar_OM.po -%%IMPDIR%%/po/ar_SY.po -%%IMPDIR%%/po/bg_BG.po -%%IMPDIR%%/po/bs_BA.po -%%IMPDIR%%/po/ca_ES.po -%%IMPDIR%%/po/cs_CZ.po -%%IMPDIR%%/po/da_DK.po -%%IMPDIR%%/po/de_DE.po -%%IMPDIR%%/po/el_GR.po -%%IMPDIR%%/po/es_ES.po -%%IMPDIR%%/po/et_EE.po -%%IMPDIR%%/po/fa_IR.po -%%IMPDIR%%/po/fi_FI.po -%%IMPDIR%%/po/fr_FR.po -%%IMPDIR%%/po/gl_ES.po -%%IMPDIR%%/po/he_IL.po -%%IMPDIR%%/po/hu_HU.po -%%IMPDIR%%/po/id_ID.po -%%IMPDIR%%/po/imp.pot -%%IMPDIR%%/po/is_IS.po -%%IMPDIR%%/po/it_IT.po -%%IMPDIR%%/po/ja_JP.po -%%IMPDIR%%/po/km_KH.po -%%IMPDIR%%/po/ko_KR.po -%%IMPDIR%%/po/lt_LT.po -%%IMPDIR%%/po/lv_LV.po -%%IMPDIR%%/po/mk_MK.po -%%IMPDIR%%/po/nb_NO.po -%%IMPDIR%%/po/nl_NL.po -%%IMPDIR%%/po/nn_NO.po -%%IMPDIR%%/po/pl_PL.po -%%IMPDIR%%/po/pt_BR.po -%%IMPDIR%%/po/pt_PT.po -%%IMPDIR%%/po/ro_RO.po -%%IMPDIR%%/po/ru_RU.po -%%IMPDIR%%/po/sk_SK.po -%%IMPDIR%%/po/sl_SI.po -%%IMPDIR%%/po/sv_SE.po -%%IMPDIR%%/po/th_TH.po -%%IMPDIR%%/po/tr_TR.po -%%IMPDIR%%/po/uk_UA.po -%%IMPDIR%%/po/zh_CN.po -%%IMPDIR%%/po/zh_TW.po -%%IMPDIR%%/recompose.php -%%IMPDIR%%/redirect.php -%%IMPDIR%%/saveimage.php -%%IMPDIR%%/scripts/.htaccess -%%IMPDIR%%/scripts/Imp.reg -%%IMPDIR%%/scripts/custom_login.php -%%IMPDIR%%/search.php -%%IMPDIR%%/smime.php -%%IMPDIR%%/spelling.php -%%IMPDIR%%/stationery.php -%%IMPDIR%%/templates/.htaccess -%%IMPDIR%%/templates/acl/acl.inc -%%IMPDIR%%/templates/common-header.inc -%%IMPDIR%%/templates/compose/attachments.inc -%%IMPDIR%%/templates/compose/attachments.js -%%IMPDIR%%/templates/compose/compose.inc -%%IMPDIR%%/templates/compose/compose.js -%%IMPDIR%%/templates/compose/compose_expand.js -%%IMPDIR%%/templates/compose/encrypt_list.inc -%%IMPDIR%%/templates/compose/expand.inc -%%IMPDIR%%/templates/compose/recompose.inc -%%IMPDIR%%/templates/compose/redirect.inc -%%IMPDIR%%/templates/compose/spelling.inc -%%IMPDIR%%/templates/compose/spelling.js -%%IMPDIR%%/templates/compose/success.inc -%%IMPDIR%%/templates/contacts/contacts.inc -%%IMPDIR%%/templates/fetchmail/account_select.inc -%%IMPDIR%%/templates/fetchmail/driver_select.inc -%%IMPDIR%%/templates/fetchmail/fetchmail.inc -%%IMPDIR%%/templates/fetchmail/manage.inc -%%IMPDIR%%/templates/fetchmail/top.inc -%%IMPDIR%%/templates/filters/notactive.inc -%%IMPDIR%%/templates/filters/prefs.inc -%%IMPDIR%%/templates/folders/actions.inc -%%IMPDIR%%/templates/folders/folders.html -%%IMPDIR%%/templates/folders/folders_confirm.html -%%IMPDIR%%/templates/folders/foot.inc -%%IMPDIR%%/templates/folders/head.inc -%%IMPDIR%%/templates/folders/import.inc -%%IMPDIR%%/templates/javascript/addressesBlocks.js -%%IMPDIR%%/templates/javascript/folders.js -%%IMPDIR%%/templates/javascript/popup.js -%%IMPDIR%%/templates/login/login.inc -%%IMPDIR%%/templates/mailbox/actions.inc -%%IMPDIR%%/templates/mailbox/actions_deleted.inc -%%IMPDIR%%/templates/mailbox/alert.inc -%%IMPDIR%%/templates/mailbox/empty_mailbox.inc -%%IMPDIR%%/templates/mailbox/footer.inc -%%IMPDIR%%/templates/mailbox/header.inc -%%IMPDIR%%/templates/mailbox/javascript.inc -%%IMPDIR%%/templates/mailbox/legend.inc -%%IMPDIR%%/templates/mailbox/mailbox.html -%%IMPDIR%%/templates/mailbox/message_footers.inc -%%IMPDIR%%/templates/mailbox/message_headers.inc -%%IMPDIR%%/templates/mailbox/navbar.inc -%%IMPDIR%%/templates/mailbox/searchfolder.inc -%%IMPDIR%%/templates/menu.inc -%%IMPDIR%%/templates/message/headers.inc -%%IMPDIR%%/templates/message/javascript.inc -%%IMPDIR%%/templates/message/message.inc -%%IMPDIR%%/templates/message/navbar_actions.inc -%%IMPDIR%%/templates/message/navbar_navigate.inc -%%IMPDIR%%/templates/message/navbar_top.inc -%%IMPDIR%%/templates/pgp/import_key.inc -%%IMPDIR%%/templates/pgp/notactive.inc -%%IMPDIR%%/templates/pgp/passphrase.inc -%%IMPDIR%%/templates/pgp/pgp.inc -%%IMPDIR%%/templates/prefs/defaultsearchselect.inc -%%IMPDIR%%/templates/prefs/encryptselect.inc -%%IMPDIR%%/templates/prefs/folderselect.inc -%%IMPDIR%%/templates/prefs/initialpageselect.inc -%%IMPDIR%%/templates/prefs/sentmailselect.inc -%%IMPDIR%%/templates/prefs/sourceselect.inc -%%IMPDIR%%/templates/prefs/spamselect.inc -%%IMPDIR%%/templates/prefs/trashselect.inc -%%IMPDIR%%/templates/quota/quota.inc -%%IMPDIR%%/templates/saveimage/saveimage.inc -%%IMPDIR%%/templates/search/fields.inc -%%IMPDIR%%/templates/search/header.inc -%%IMPDIR%%/templates/search/javascript.inc -%%IMPDIR%%/templates/search/main.inc -%%IMPDIR%%/templates/smime/import_key.inc -%%IMPDIR%%/templates/smime/notactive.inc -%%IMPDIR%%/templates/smime/passphrase.inc -%%IMPDIR%%/templates/smime/smime.inc -%%IMPDIR%%/templates/stationery/prefs.inc -%%IMPDIR%%/templates/thread/thread.html -%%IMPDIR%%/test.php -%%IMPDIR%%/themes/azur/screen.css -%%IMPDIR%%/themes/bluemoon/screen.css -%%IMPDIR%%/themes/bluewhite/screen.css -%%IMPDIR%%/themes/brown/screen.css -%%IMPDIR%%/themes/burntorange/screen.css -%%IMPDIR%%/themes/cherry/screen.css -%%IMPDIR%%/themes/cornflower/screen.css -%%IMPDIR%%/themes/gennevilliers/screen.css -%%IMPDIR%%/themes/graphics/addressbook_add.png -%%IMPDIR%%/themes/graphics/addressbook_browse.png -%%IMPDIR%%/themes/graphics/apple.png -%%IMPDIR%%/themes/graphics/attachment.png -%%IMPDIR%%/themes/graphics/audio/theetone.wav -%%IMPDIR%%/themes/graphics/compose.png -%%IMPDIR%%/themes/graphics/empty_spam.png -%%IMPDIR%%/themes/graphics/empty_trash.png -%%IMPDIR%%/themes/graphics/encrypted.png -%%IMPDIR%%/themes/graphics/expand.png -%%IMPDIR%%/themes/graphics/favicon.ico -%%IMPDIR%%/themes/graphics/fetchmail.png -%%IMPDIR%%/themes/graphics/filters.png -%%IMPDIR%%/themes/graphics/folders/drafts.png -%%IMPDIR%%/themes/graphics/folders/folder.png -%%IMPDIR%%/themes/graphics/folders/folder_open.png -%%IMPDIR%%/themes/graphics/folders/inbox.png -%%IMPDIR%%/themes/graphics/folders/sent.png -%%IMPDIR%%/themes/graphics/folders/trash.png -%%IMPDIR%%/themes/graphics/imp.png -%%IMPDIR%%/themes/graphics/mail_answered.png -%%IMPDIR%%/themes/graphics/mail_deleted.png -%%IMPDIR%%/themes/graphics/mail_draft.png -%%IMPDIR%%/themes/graphics/mail_flagged.png -%%IMPDIR%%/themes/graphics/mail_forwarded.png -%%IMPDIR%%/themes/graphics/mail_personal.png -%%IMPDIR%%/themes/graphics/mail_priority_high.png -%%IMPDIR%%/themes/graphics/mail_priority_low.png -%%IMPDIR%%/themes/graphics/mail_unseen.png -%%IMPDIR%%/themes/graphics/manage_attachments.png -%%IMPDIR%%/themes/graphics/mime/binary.png -%%IMPDIR%%/themes/graphics/mime/compressed.png -%%IMPDIR%%/themes/graphics/mime/encryption.png -%%IMPDIR%%/themes/graphics/mime/html.png -%%IMPDIR%%/themes/graphics/mime/image.png -%%IMPDIR%%/themes/graphics/mime/itip.png -%%IMPDIR%%/themes/graphics/mime/mail.png -%%IMPDIR%%/themes/graphics/mime/text.png -%%IMPDIR%%/themes/graphics/newmail.png -%%IMPDIR%%/themes/graphics/shared.png -%%IMPDIR%%/themes/graphics/signed.png -%%IMPDIR%%/themes/graphics/spacer_red.png -%%IMPDIR%%/themes/graphics/spellcheck.png -%%IMPDIR%%/themes/green/screen.css -%%IMPDIR%%/themes/grey/screen.css -%%IMPDIR%%/themes/lavander/screen.css -%%IMPDIR%%/themes/luc/screen.css -%%IMPDIR%%/themes/lucblue/screen.css -%%IMPDIR%%/themes/postnuke/screen.css -%%IMPDIR%%/themes/rtl.css -%%IMPDIR%%/themes/screen.css -%%IMPDIR%%/themes/simplex/screen.css -%%IMPDIR%%/themes/sun/screen.css -%%IMPDIR%%/thread.php -%%IMPDIR%%/view.php -@dirrm %%IMPDIR%%/themes/sun -@dirrm %%IMPDIR%%/themes/simplex -@dirrm %%IMPDIR%%/themes/postnuke -@dirrm %%IMPDIR%%/themes/lucblue -@dirrm %%IMPDIR%%/themes/luc -@dirrm %%IMPDIR%%/themes/lavander -@dirrm %%IMPDIR%%/themes/graphics/mime -@dirrm %%IMPDIR%%/themes/graphics/folders -@dirrm %%IMPDIR%%/themes/graphics/audio -@dirrm %%IMPDIR%%/themes/graphics -@dirrm %%IMPDIR%%/themes/grey -@dirrm %%IMPDIR%%/themes/green -@dirrm %%IMPDIR%%/themes/gennevilliers -@dirrm %%IMPDIR%%/themes/cornflower -@dirrm %%IMPDIR%%/themes/cherry -@dirrm %%IMPDIR%%/themes/burntorange -@dirrm %%IMPDIR%%/themes/brown -@dirrm %%IMPDIR%%/themes/bluewhite -@dirrm %%IMPDIR%%/themes/bluemoon -@dirrm %%IMPDIR%%/themes/azur -@dirrm %%IMPDIR%%/themes -@dirrm %%IMPDIR%%/templates/thread -@dirrm %%IMPDIR%%/templates/stationery -@dirrm %%IMPDIR%%/templates/smime -@dirrm %%IMPDIR%%/templates/search -@dirrm %%IMPDIR%%/templates/saveimage -@dirrm %%IMPDIR%%/templates/quota -@dirrm %%IMPDIR%%/templates/prefs -@dirrm %%IMPDIR%%/templates/pgp -@dirrm %%IMPDIR%%/templates/message -@dirrm %%IMPDIR%%/templates/mailbox -@dirrm %%IMPDIR%%/templates/login -@dirrm %%IMPDIR%%/templates/javascript -@dirrm %%IMPDIR%%/templates/folders -@dirrm %%IMPDIR%%/templates/filters -@dirrm %%IMPDIR%%/templates/fetchmail -@dirrm %%IMPDIR%%/templates/contacts -@dirrm %%IMPDIR%%/templates/compose -@dirrm %%IMPDIR%%/templates/acl -@dirrm %%IMPDIR%%/templates -@dirrm %%IMPDIR%%/scripts -@dirrm %%IMPDIR%%/po -@dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_TW -@dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_CN -@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/uk_UA -@dirrm %%IMPDIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/tr_TR -@dirrm %%IMPDIR%%/locale/th_TH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/th_TH -@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sv_SE -@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sl_SI -@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sk_SK -@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ru_RU -@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ro_RO -@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_PT -@dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_BR -@dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pl_PL -@dirrm %%IMPDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nn_NO -@dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nl_NL -@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nb_NO -@dirrm %%IMPDIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/mk_MK -@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lv_LV -@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lt_LT -@dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ko_KR -@dirrm %%IMPDIR%%/locale/km_KH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/km_KH -@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ja_JP -@dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/it_IT -@dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/is_IS -@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/id_ID -@dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/hu_HU -@dirrm %%IMPDIR%%/locale/he_IL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/he_IL -@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/gl_ES -@dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fr_FR -@dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fi_FI -@dirrm %%IMPDIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fa_IR -@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/et_EE -@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/es_ES -@dirrm %%IMPDIR%%/locale/en_US -@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/el_GR -@dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/de_DE -@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/da_DK -@dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/cs_CZ -@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ca_ES -@dirrm %%IMPDIR%%/locale/bs_BA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bs_BA -@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bg_BG -@dirrm %%IMPDIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_SY -@dirrm %%IMPDIR%%/locale/ar_OM/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_OM -@dirrm %%IMPDIR%%/locale -@dirrm %%IMPDIR%%/lib/Quota -@dirrm %%IMPDIR%%/lib/Notification/Listener -@dirrm %%IMPDIR%%/lib/Notification -@dirrm %%IMPDIR%%/lib/Maintenance/Task -@dirrm %%IMPDIR%%/lib/Maintenance -@dirrm %%IMPDIR%%/lib/MIME/Viewer -@dirrm %%IMPDIR%%/lib/MIME -@dirrm %%IMPDIR%%/lib/Identity -@dirrm %%IMPDIR%%/lib/IMAP -@dirrm %%IMPDIR%%/lib/Fetchmail -@dirrm %%IMPDIR%%/lib/Crypt -@dirrm %%IMPDIR%%/lib/Block -@dirrm %%IMPDIR%%/lib/Auth -@dirrm %%IMPDIR%%/lib -@dirrm %%IMPDIR%%/js -@dirrmtry %%IMPDIR%%/config -@dirrmtry %%IMPDIR%% +%%HORDIR%%/acl.php +%%HORDIR%%/attachment.php +%%HORDIR%%/compose.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/filter.txt.dist +%%HORDIR%%/config/header.php.dist +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/motd.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/servers.php.dist +%%HORDIR%%/config/trailer.txt.dist +%%HORDIR%%/contacts.php +%%HORDIR%%/expand.php +%%HORDIR%%/fetchmail.php +%%HORDIR%%/fetchmailprefs.php +%%HORDIR%%/filterprefs.php +%%HORDIR%%/folders.php +%%HORDIR%%/index.php +%%HORDIR%%/js/ieEscGuard.js +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Auth/imp.php +%%HORDIR%%/lib/Block/summary.php +%%HORDIR%%/lib/Block/tree_folders.php +%%HORDIR%%/lib/Compose.php +%%HORDIR%%/lib/Crypt/PGP.php +%%HORDIR%%/lib/Crypt/SMIME.php +%%HORDIR%%/lib/Fetchmail/imap.php +%%HORDIR%%/lib/Fetchmail.php +%%HORDIR%%/lib/Filter.php +%%HORDIR%%/lib/Folder.php +%%HORDIR%%/lib/IMAP/Client.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/IMAP/Sort.php +%%HORDIR%%/lib/IMAP/Thread.php +%%HORDIR%%/lib/IMAP/Tree.php +%%HORDIR%%/lib/IMAP.php +%%HORDIR%%/lib/IMP.php +%%HORDIR%%/lib/Identity/imp.php +%%HORDIR%%/lib/MIME/Contents.php +%%HORDIR%%/lib/MIME/Headers.php +%%HORDIR%%/lib/MIME/Viewer/alternative.php +%%HORDIR%%/lib/MIME/Viewer/appledouble.php +%%HORDIR%%/lib/MIME/Viewer/enriched.php +%%HORDIR%%/lib/MIME/Viewer/html.php +%%HORDIR%%/lib/MIME/Viewer/images.php +%%HORDIR%%/lib/MIME/Viewer/itip.php +%%HORDIR%%/lib/MIME/Viewer/multipart.php +%%HORDIR%%/lib/MIME/Viewer/notification.php +%%HORDIR%%/lib/MIME/Viewer/partial.php +%%HORDIR%%/lib/MIME/Viewer/pgp.php +%%HORDIR%%/lib/MIME/Viewer/pkcs7.php +%%HORDIR%%/lib/MIME/Viewer/plain.php +%%HORDIR%%/lib/MIME/Viewer/related.php +%%HORDIR%%/lib/MIME/Viewer/rfc822.php +%%HORDIR%%/lib/MIME/Viewer/status.php +%%HORDIR%%/lib/MIME/Viewer/tnef.php +%%HORDIR%%/lib/MIME/Viewer/zip.php +%%HORDIR%%/lib/Mailbox.php +%%HORDIR%%/lib/Maillog.php +%%HORDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php +%%HORDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/fetchmail_login.php +%%HORDIR%%/lib/Maintenance/Task/purge_trash.php +%%HORDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/tos_agreement.php +%%HORDIR%%/lib/Maintenance/imp.php +%%HORDIR%%/lib/Message.php +%%HORDIR%%/lib/Notification/Listener/status.php +%%HORDIR%%/lib/Quota/command.php +%%HORDIR%%/lib/Quota/courier.php +%%HORDIR%%/lib/Quota/cyrus.php +%%HORDIR%%/lib/Quota/logfile.php +%%HORDIR%%/lib/Quota/mdaemon.php +%%HORDIR%%/lib/Quota/mercury32.php +%%HORDIR%%/lib/Quota.php +%%HORDIR%%/lib/Search.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Spam.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/cs_CZ/help.xml +%%HORDIR%%/locale/da_DK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/da_DK/help.xml +%%HORDIR%%/locale/de_DE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/el_GR/help.xml +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/et_EE/help.xml +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/he_IL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/help.xml +%%HORDIR%%/locale/id_ID/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/help.xml +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/km_KH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/help.xml +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/help.xml +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nl_NL/help.xml +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/help.xml +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/help.xml +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/help.xml +%%HORDIR%%/locale/th_TH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/uk_UA/help.xml +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_CN/help.xml +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_TW/help.xml +%%HORDIR%%/login.php +%%HORDIR%%/mailbox.php +%%HORDIR%%/message.php +%%HORDIR%%/pgp.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_OM.po +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/bs_BA.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/he_IL.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/id_ID.po +%%HORDIR%%/po/imp.pot +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/km_KH.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/th_TH.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/recompose.php +%%HORDIR%%/redirect.php +%%HORDIR%%/saveimage.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Imp.reg +%%HORDIR%%/scripts/custom_login.php +%%HORDIR%%/search.php +%%HORDIR%%/smime.php +%%HORDIR%%/spelling.php +%%HORDIR%%/stationery.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/acl/acl.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/compose/attachments.inc +%%HORDIR%%/templates/compose/attachments.js +%%HORDIR%%/templates/compose/compose.inc +%%HORDIR%%/templates/compose/compose.js +%%HORDIR%%/templates/compose/compose_expand.js +%%HORDIR%%/templates/compose/encrypt_list.inc +%%HORDIR%%/templates/compose/expand.inc +%%HORDIR%%/templates/compose/recompose.inc +%%HORDIR%%/templates/compose/redirect.inc +%%HORDIR%%/templates/compose/spelling.inc +%%HORDIR%%/templates/compose/spelling.js +%%HORDIR%%/templates/compose/success.inc +%%HORDIR%%/templates/contacts/contacts.inc +%%HORDIR%%/templates/fetchmail/account_select.inc +%%HORDIR%%/templates/fetchmail/driver_select.inc +%%HORDIR%%/templates/fetchmail/fetchmail.inc +%%HORDIR%%/templates/fetchmail/manage.inc +%%HORDIR%%/templates/fetchmail/top.inc +%%HORDIR%%/templates/filters/notactive.inc +%%HORDIR%%/templates/filters/prefs.inc +%%HORDIR%%/templates/folders/actions.inc +%%HORDIR%%/templates/folders/folders.html +%%HORDIR%%/templates/folders/folders_confirm.html +%%HORDIR%%/templates/folders/foot.inc +%%HORDIR%%/templates/folders/head.inc +%%HORDIR%%/templates/folders/import.inc +%%HORDIR%%/templates/javascript/addressesBlocks.js +%%HORDIR%%/templates/javascript/folders.js +%%HORDIR%%/templates/javascript/popup.js +%%HORDIR%%/templates/login/login.inc +%%HORDIR%%/templates/mailbox/actions.inc +%%HORDIR%%/templates/mailbox/actions_deleted.inc +%%HORDIR%%/templates/mailbox/alert.inc +%%HORDIR%%/templates/mailbox/empty_mailbox.inc +%%HORDIR%%/templates/mailbox/footer.inc +%%HORDIR%%/templates/mailbox/header.inc +%%HORDIR%%/templates/mailbox/javascript.inc +%%HORDIR%%/templates/mailbox/legend.inc +%%HORDIR%%/templates/mailbox/mailbox.html +%%HORDIR%%/templates/mailbox/message_footers.inc +%%HORDIR%%/templates/mailbox/message_headers.inc +%%HORDIR%%/templates/mailbox/navbar.inc +%%HORDIR%%/templates/mailbox/searchfolder.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/message/headers.inc +%%HORDIR%%/templates/message/javascript.inc +%%HORDIR%%/templates/message/message.inc +%%HORDIR%%/templates/message/navbar_actions.inc +%%HORDIR%%/templates/message/navbar_navigate.inc +%%HORDIR%%/templates/message/navbar_top.inc +%%HORDIR%%/templates/pgp/import_key.inc +%%HORDIR%%/templates/pgp/notactive.inc +%%HORDIR%%/templates/pgp/passphrase.inc +%%HORDIR%%/templates/pgp/pgp.inc +%%HORDIR%%/templates/prefs/defaultsearchselect.inc +%%HORDIR%%/templates/prefs/encryptselect.inc +%%HORDIR%%/templates/prefs/folderselect.inc +%%HORDIR%%/templates/prefs/initialpageselect.inc +%%HORDIR%%/templates/prefs/sentmailselect.inc +%%HORDIR%%/templates/prefs/sourceselect.inc +%%HORDIR%%/templates/prefs/spamselect.inc +%%HORDIR%%/templates/prefs/trashselect.inc +%%HORDIR%%/templates/quota/quota.inc +%%HORDIR%%/templates/saveimage/saveimage.inc +%%HORDIR%%/templates/search/fields.inc +%%HORDIR%%/templates/search/header.inc +%%HORDIR%%/templates/search/javascript.inc +%%HORDIR%%/templates/search/main.inc +%%HORDIR%%/templates/smime/import_key.inc +%%HORDIR%%/templates/smime/notactive.inc +%%HORDIR%%/templates/smime/passphrase.inc +%%HORDIR%%/templates/smime/smime.inc +%%HORDIR%%/templates/stationery/prefs.inc +%%HORDIR%%/templates/thread/thread.html +%%HORDIR%%/test.php +%%HORDIR%%/themes/azur/screen.css +%%HORDIR%%/themes/bluemoon/screen.css +%%HORDIR%%/themes/bluewhite/screen.css +%%HORDIR%%/themes/brown/screen.css +%%HORDIR%%/themes/burntorange/screen.css +%%HORDIR%%/themes/cherry/screen.css +%%HORDIR%%/themes/cornflower/screen.css +%%HORDIR%%/themes/gennevilliers/screen.css +%%HORDIR%%/themes/graphics/addressbook_add.png +%%HORDIR%%/themes/graphics/addressbook_browse.png +%%HORDIR%%/themes/graphics/apple.png +%%HORDIR%%/themes/graphics/attachment.png +%%HORDIR%%/themes/graphics/audio/theetone.wav +%%HORDIR%%/themes/graphics/compose.png +%%HORDIR%%/themes/graphics/empty_spam.png +%%HORDIR%%/themes/graphics/empty_trash.png +%%HORDIR%%/themes/graphics/encrypted.png +%%HORDIR%%/themes/graphics/expand.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/fetchmail.png +%%HORDIR%%/themes/graphics/filters.png +%%HORDIR%%/themes/graphics/folders/drafts.png +%%HORDIR%%/themes/graphics/folders/folder.png +%%HORDIR%%/themes/graphics/folders/folder_open.png +%%HORDIR%%/themes/graphics/folders/inbox.png +%%HORDIR%%/themes/graphics/folders/sent.png +%%HORDIR%%/themes/graphics/folders/trash.png +%%HORDIR%%/themes/graphics/imp.png +%%HORDIR%%/themes/graphics/mail_answered.png +%%HORDIR%%/themes/graphics/mail_deleted.png +%%HORDIR%%/themes/graphics/mail_draft.png +%%HORDIR%%/themes/graphics/mail_flagged.png +%%HORDIR%%/themes/graphics/mail_forwarded.png +%%HORDIR%%/themes/graphics/mail_personal.png +%%HORDIR%%/themes/graphics/mail_priority_high.png +%%HORDIR%%/themes/graphics/mail_priority_low.png +%%HORDIR%%/themes/graphics/mail_unseen.png +%%HORDIR%%/themes/graphics/manage_attachments.png +%%HORDIR%%/themes/graphics/mime/binary.png +%%HORDIR%%/themes/graphics/mime/compressed.png +%%HORDIR%%/themes/graphics/mime/encryption.png +%%HORDIR%%/themes/graphics/mime/html.png +%%HORDIR%%/themes/graphics/mime/image.png +%%HORDIR%%/themes/graphics/mime/itip.png +%%HORDIR%%/themes/graphics/mime/mail.png +%%HORDIR%%/themes/graphics/mime/text.png +%%HORDIR%%/themes/graphics/newmail.png +%%HORDIR%%/themes/graphics/shared.png +%%HORDIR%%/themes/graphics/signed.png +%%HORDIR%%/themes/graphics/spacer_red.png +%%HORDIR%%/themes/graphics/spellcheck.png +%%HORDIR%%/themes/green/screen.css +%%HORDIR%%/themes/grey/screen.css +%%HORDIR%%/themes/lavander/screen.css +%%HORDIR%%/themes/luc/screen.css +%%HORDIR%%/themes/lucblue/screen.css +%%HORDIR%%/themes/postnuke/screen.css +%%HORDIR%%/themes/rtl.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/themes/simplex/screen.css +%%HORDIR%%/themes/sun/screen.css +%%HORDIR%%/thread.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Auth +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Crypt +@dirrm %%HORDIR%%/lib/Fetchmail +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Identity +@dirrm %%HORDIR%%/lib/MIME/Viewer +@dirrm %%HORDIR%%/lib/MIME +@dirrm %%HORDIR%%/lib/Maintenance/Task +@dirrm %%HORDIR%%/lib/Maintenance +@dirrm %%HORDIR%%/lib/Notification/Listener +@dirrm %%HORDIR%%/lib/Notification +@dirrm %%HORDIR%%/lib/Quota +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_OM/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_OM +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/bs_BA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bs_BA +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/he_IL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/he_IL +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/id_ID/LC_MESSAGES +@dirrm %%HORDIR%%/locale/id_ID +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/km_KH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/km_KH +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/th_TH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/th_TH +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/acl +@dirrm %%HORDIR%%/templates/compose +@dirrm %%HORDIR%%/templates/contacts +@dirrm %%HORDIR%%/templates/fetchmail +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/folders +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/login +@dirrm %%HORDIR%%/templates/mailbox +@dirrm %%HORDIR%%/templates/message +@dirrm %%HORDIR%%/templates/pgp +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates/quota +@dirrm %%HORDIR%%/templates/saveimage +@dirrm %%HORDIR%%/templates/search +@dirrm %%HORDIR%%/templates/smime +@dirrm %%HORDIR%%/templates/stationery +@dirrm %%HORDIR%%/templates/thread +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/azur +@dirrm %%HORDIR%%/themes/bluemoon +@dirrm %%HORDIR%%/themes/bluewhite +@dirrm %%HORDIR%%/themes/brown +@dirrm %%HORDIR%%/themes/burntorange +@dirrm %%HORDIR%%/themes/cherry +@dirrm %%HORDIR%%/themes/cornflower +@dirrm %%HORDIR%%/themes/gennevilliers +@dirrm %%HORDIR%%/themes/graphics/audio +@dirrm %%HORDIR%%/themes/graphics/folders +@dirrm %%HORDIR%%/themes/graphics/mime +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/green +@dirrm %%HORDIR%%/themes/grey +@dirrm %%HORDIR%%/themes/lavander +@dirrm %%HORDIR%%/themes/luc +@dirrm %%HORDIR%%/themes/lucblue +@dirrm %%HORDIR%%/themes/postnuke +@dirrm %%HORDIR%%/themes/simplex +@dirrm %%HORDIR%%/themes/sun +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index eb94e51a0363..a17b4d34104f 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -7,10 +7,8 @@ PORTNAME= ingo PORTVERSION= 1.1.3 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application @@ -22,63 +20,14 @@ COMMENT= Horde's email-filter management application # #----------------------------------------------------------------------- -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - -NO_BUILD= yes -USE_PHP= imap -USE_GETTEXT= yes - -PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= INGODIR=${INGODIR} - -PORTDOCS= README CHANGES CREDITS INSTALL \ - RELEASE_NOTES TODO -CONFFILE= backends.php fields.php prefs.php -SUB_DIRS= config lib locale po scripts templates themes js - -LHORDEDIR?= www/horde -LINGODIR= ${LHORDEDIR}/ingo -PEARDIR?= ${LOCALBASE}/share/pear - -INGODIR= ${PREFIX}/${LINGODIR} -CONFDIR= ${INGODIR}/config - -.include <bsd.port.pre.mk> - .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -do-install: - @${INSTALL} -d ${INGODIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${INGODIR}/ - @${CP} -p ${WRKSRC}/*.php ${INGODIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${INGODIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${CONFDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} +USE_PHP= imap +USE_HORDE= base pkg-message +USE_GETTEXT= yes +PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde-ingo/files/pkg-deinstall.in b/mail/horde-ingo/files/pkg-deinstall.in deleted file mode 100644 index 9d8d08de9224..000000000000 --- a/mail/horde-ingo/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Ingo config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%INGODIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-ingo/files/pkg-install.in b/mail/horde-ingo/files/pkg-install.in deleted file mode 100644 index 3a7bcda4b76a..000000000000 --- a/mail/horde-ingo/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%INGODIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde-ingo/files/pkg-message.in b/mail/horde-ingo/files/pkg-message.in deleted file mode 100644 index 0a1a920d3516..000000000000 --- a/mail/horde-ingo/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************************ -Ingo has been installed in %%INGODIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Finally, you must login to Horde as a Horde Administrator to finish the -configuration. - -************************************************************************ diff --git a/mail/horde-ingo/pkg-plist b/mail/horde-ingo/pkg-plist index e54f8e1a2cf8..5e6d04751680 100644 --- a/mail/horde-ingo/pkg-plist +++ b/mail/horde-ingo/pkg-plist @@ -1,195 +1,196 @@ -%%INGODIR%%/blacklist.php -%%INGODIR%%/config/.htaccess -%%INGODIR%%/config/backends.php.dist -%%INGODIR%%/config/conf.xml -%%INGODIR%%/config/fields.php.dist -%%INGODIR%%/config/prefs.php.dist -%%INGODIR%%/filters.php -%%INGODIR%%/forward.php -%%INGODIR%%/index.php -%%INGODIR%%/js/stripe.js -%%INGODIR%%/lib/Block/overview.php -%%INGODIR%%/lib/Driver.php -%%INGODIR%%/lib/Driver/ldap.php -%%INGODIR%%/lib/Driver/null.php -%%INGODIR%%/lib/Driver/timsieved.php -%%INGODIR%%/lib/Driver/vfs.php -%%INGODIR%%/lib/IMAP/Search.php -%%INGODIR%%/lib/Ingo.php -%%INGODIR%%/lib/Script.php -%%INGODIR%%/lib/Script/imap.php -%%INGODIR%%/lib/Script/maildrop.php -%%INGODIR%%/lib/Script/procmail.php -%%INGODIR%%/lib/Script/sieve.php -%%INGODIR%%/lib/Session.php -%%INGODIR%%/lib/Storage.php -%%INGODIR%%/lib/Storage/prefs.php -%%INGODIR%%/lib/api.php -%%INGODIR%%/lib/base.php -%%INGODIR%%/lib/version.php -%%INGODIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ca_ES/help.xml -%%INGODIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/da_DK/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/help.xml -%%INGODIR%%/locale/en_US/help.xml -%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/help.xml -%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/help.xml -%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fr_FR/help.xml -%%INGODIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/it_IT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/help.xml -%%INGODIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo -%%INGODIR%%/po/README -%%INGODIR%%/po/ca_ES.po -%%INGODIR%%/po/cs_CZ.po -%%INGODIR%%/po/da_DK.po -%%INGODIR%%/po/de_DE.po -%%INGODIR%%/po/el_GR.po -%%INGODIR%%/po/es_ES.po -%%INGODIR%%/po/et_EE.po -%%INGODIR%%/po/fi_FI.po -%%INGODIR%%/po/fr_FR.po -%%INGODIR%%/po/hu_HU.po -%%INGODIR%%/po/ingo.pot -%%INGODIR%%/po/it_IT.po -%%INGODIR%%/po/ko_KR.po -%%INGODIR%%/po/lt_LT.po -%%INGODIR%%/po/lv_LV.po -%%INGODIR%%/po/nb_NO.po -%%INGODIR%%/po/nl_NL.po -%%INGODIR%%/po/pl_PL.po -%%INGODIR%%/po/pt_BR.po -%%INGODIR%%/po/pt_PT.po -%%INGODIR%%/po/ro_RO.po -%%INGODIR%%/po/sl_SI.po -%%INGODIR%%/po/sv_SE.po -%%INGODIR%%/po/tr_TR.po -%%INGODIR%%/po/zh_TW.po -%%INGODIR%%/rule.php -%%INGODIR%%/script.php -%%INGODIR%%/scripts/.htaccess -%%INGODIR%%/scripts/convert_imp_filters.php -%%INGODIR%%/templates/blacklist/blacklist.inc -%%INGODIR%%/templates/common-header.inc -%%INGODIR%%/templates/filters/filter-none.inc -%%INGODIR%%/templates/filters/filter.html -%%INGODIR%%/templates/filters/footer.inc -%%INGODIR%%/templates/filters/header.inc -%%INGODIR%%/templates/filters/settings.inc -%%INGODIR%%/templates/forward/forward.inc -%%INGODIR%%/templates/javascript/new_folder.js -%%INGODIR%%/templates/menu.inc -%%INGODIR%%/templates/rule/filter.inc -%%INGODIR%%/templates/rule/footer.inc -%%INGODIR%%/templates/rule/header.inc -%%INGODIR%%/templates/script/activate.inc -%%INGODIR%%/templates/script/footer.inc -%%INGODIR%%/templates/script/header.inc -%%INGODIR%%/templates/script/script.inc -%%INGODIR%%/templates/vacation/vacation.inc -%%INGODIR%%/templates/whitelist/whitelist.inc -%%INGODIR%%/test.php -%%INGODIR%%/themes/graphics/blacklist.png -%%INGODIR%%/themes/graphics/copy.png -%%INGODIR%%/themes/graphics/disable.png -%%INGODIR%%/themes/graphics/enable.png -%%INGODIR%%/themes/graphics/favicon.ico -%%INGODIR%%/themes/graphics/forward.png -%%INGODIR%%/themes/graphics/ingo.png -%%INGODIR%%/themes/graphics/script.png -%%INGODIR%%/themes/graphics/vacation.png -%%INGODIR%%/themes/graphics/whitelist.png -%%INGODIR%%/themes/screen.css -%%INGODIR%%/vacation.php -%%INGODIR%%/whitelist.php -@dirrm %%INGODIR%%/themes/graphics -@dirrm %%INGODIR%%/themes -@dirrm %%INGODIR%%/templates/whitelist -@dirrm %%INGODIR%%/templates/vacation -@dirrm %%INGODIR%%/templates/script -@dirrm %%INGODIR%%/templates/rule -@dirrm %%INGODIR%%/templates/javascript -@dirrm %%INGODIR%%/templates/forward -@dirrm %%INGODIR%%/templates/filters -@dirrm %%INGODIR%%/templates/blacklist -@dirrm %%INGODIR%%/templates -@dirrm %%INGODIR%%/scripts -@dirrm %%INGODIR%%/po -@dirrm %%INGODIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%INGODIR%%/locale/zh_TW -@dirrm %%INGODIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/tr_TR -@dirrm %%INGODIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sv_SE -@dirrm %%INGODIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sl_SI -@dirrm %%INGODIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ro_RO -@dirrm %%INGODIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_PT -@dirrm %%INGODIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_BR -@dirrm %%INGODIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pl_PL -@dirrm %%INGODIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nl_NL -@dirrm %%INGODIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nb_NO -@dirrm %%INGODIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lv_LV -@dirrm %%INGODIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lt_LT -@dirrm %%INGODIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ko_KR -@dirrm %%INGODIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/it_IT -@dirrm %%INGODIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%INGODIR%%/locale/hu_HU -@dirrm %%INGODIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fr_FR -@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fi_FI -@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/et_EE -@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/es_ES -@dirrm %%INGODIR%%/locale/en_US -@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/el_GR -@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/de_DE -@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%INGODIR%%/locale/da_DK -@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%INGODIR%%/locale/cs_CZ -@dirrm %%INGODIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ca_ES -@dirrm %%INGODIR%%/locale -@dirrm %%INGODIR%%/js -@dirrm %%INGODIR%%/lib/Storage -@dirrm %%INGODIR%%/lib/Script -@dirrm %%INGODIR%%/lib/IMAP -@dirrm %%INGODIR%%/lib/Driver -@dirrm %%INGODIR%%/lib/Block -@dirrm %%INGODIR%%/lib -@dirrmtry %%INGODIR%%/config -@dirrmtry %%INGODIR%% +%%HORDIR%%/blacklist.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/backends.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/fields.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/filters.php +%%HORDIR%%/forward.php +%%HORDIR%%/index.php +%%HORDIR%%/js/stripe.js +%%HORDIR%%/lib/Block/overview.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/timsieved.php +%%HORDIR%%/lib/Driver/vfs.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/Ingo.php +%%HORDIR%%/lib/Script/imap.php +%%HORDIR%%/lib/Script/maildrop.php +%%HORDIR%%/lib/Script/procmail.php +%%HORDIR%%/lib/Script/sieve.php +%%HORDIR%%/lib/Script.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Storage/prefs.php +%%HORDIR%%/lib/Storage.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/help.xml +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo +%%HORDIR%%/po/README +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/ingo.pot +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/rule.php +%%HORDIR%%/script.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/convert_imp_filters.php +%%HORDIR%%/templates/blacklist/blacklist.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/filters/filter-none.inc +%%HORDIR%%/templates/filters/filter.html +%%HORDIR%%/templates/filters/footer.inc +%%HORDIR%%/templates/filters/header.inc +%%HORDIR%%/templates/filters/settings.inc +%%HORDIR%%/templates/forward/forward.inc +%%HORDIR%%/templates/javascript/new_folder.js +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/rule/filter.inc +%%HORDIR%%/templates/rule/footer.inc +%%HORDIR%%/templates/rule/header.inc +%%HORDIR%%/templates/script/activate.inc +%%HORDIR%%/templates/script/footer.inc +%%HORDIR%%/templates/script/header.inc +%%HORDIR%%/templates/script/script.inc +%%HORDIR%%/templates/vacation/vacation.inc +%%HORDIR%%/templates/whitelist/whitelist.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/blacklist.png +%%HORDIR%%/themes/graphics/copy.png +%%HORDIR%%/themes/graphics/disable.png +%%HORDIR%%/themes/graphics/enable.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/forward.png +%%HORDIR%%/themes/graphics/ingo.png +%%HORDIR%%/themes/graphics/script.png +%%HORDIR%%/themes/graphics/vacation.png +%%HORDIR%%/themes/graphics/whitelist.png +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vacation.php +%%HORDIR%%/whitelist.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Script +@dirrm %%HORDIR%%/lib/Storage +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/blacklist +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/forward +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/rule +@dirrm %%HORDIR%%/templates/script +@dirrm %%HORDIR%%/templates/vacation +@dirrm %%HORDIR%%/templates/whitelist +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index 017f37710359..c8abd67b2b31 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -7,9 +7,7 @@ PORTNAME= mimp PORTVERSION= 1.0.1 -DISTVERSIONPREFIX= h3- CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Mobile webmail system @@ -28,21 +26,6 @@ COMMENT= Mobile webmail system # - WITHOUT_SSL if you have not installed c-client WITH_SSL; # # - WITH_VALID_CERT if you own a valid SSL certificate; -# -# - WITH_IMAPSERVER if you want to depend on an IMAP server; -# -# or you can select to work with one of these servers: -# -# - WITH_CYRUS-IMAPD MIMP will work with cyrus-imapd; -# -# - WITH_IMAP-UW MIMP will work with imap-uw; -# -# - WITH_DOVECOT MIMP will work with dovecot; -# -# - WITH_COURIER-IMAP MIMP will work with courier-imap. -# -# These choices are mutually exclusive, and imap-uw is the default. -# #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL @@ -51,74 +34,18 @@ USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif - -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif - .if !defined(NOCRYPT) RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 .endif -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION +USE_HORDE= base USE_GETTEXT= yes -REINPLACE_ARGS= -i.beforeMIMP - PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES -CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ - prefs.php servers.php trailer.txt conf.xml .htaccess -SUB_DIRS= config lib locale po templates themes - -LHORDEDIR?= www/horde -LMIMPDIR= ${LHORDEDIR}/mimp -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= MIMPDIR=${LMIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= MIMPDIR=${MIMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -MIMPDIR= ${PREFIX}/${LMIMPDIR} -CONFDIR= ${MIMPDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -PATCH2RM= prefs.php.dist.orig servers.php.dist.orig - -.include <bsd.port.pre.mk> - -.if defined(WITH_IMAPSERVER) -. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/cyrus/bin/master) -RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/master:${PORTSDIR}/mail/cyrus-imapd23 -. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) -RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap -. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) -RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot -. else -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -. endif -.endif - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ -.else -HORDE_INC= ${LOCALBASE}/etc/horde/ -.endif - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(NOCRYPT) @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ ${WRKSRC}/config/conf.xml @@ -142,8 +69,6 @@ pre-configure: ${WRKSRC}/config/servers.php.dist . endif .endif - @${SED} -e "s:/home/httpd/html/horde/mimp:${MIMPDIR}:" \ - ${FILESDIR}/httpd.conf.mimp > ${WRKDIR}/httpd-mimp.conf pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @@ -154,28 +79,6 @@ pre-install: ${FALSE} ; \ fi .endif -.for fc in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${fc} -.endfor - -do-install: - @${INSTALL} -d ${MIMPDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${MIMPDIR}/ - @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${INSTALL_DATA} ${WRKDIR}/httpd-mimp.conf ${HORDE_INC}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MIMPDIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde-mimp/files/httpd.conf.mimp b/mail/horde-mimp/files/httpd.conf.mimp deleted file mode 100644 index 0a6aadc8a2cc..000000000000 --- a/mail/horde-mimp/files/httpd.conf.mimp +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for MIMP -# -# For security, don't serve pages from the MIMP configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/mimp/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/templates"> - order deny,allow - deny from all -</Directory> -# End of MIMP configuration ================ - diff --git a/mail/horde-mimp/files/pkg-deinstall.in b/mail/horde-mimp/files/pkg-deinstall.in deleted file mode 100644 index 7f721dba2f9a..000000000000 --- a/mail/horde-mimp/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%MIMPDIR%%/config/*php %%MIMPDIR%%/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-mimp/files/pkg-install.in b/mail/horde-mimp/files/pkg-install.in deleted file mode 100644 index 6268cfb52df6..000000000000 --- a/mail/horde-mimp/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%MIMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde-mimp/files/pkg-message.in b/mail/horde-mimp/files/pkg-message.in index 0710c978e6d5..20c7c869de8d 100644 --- a/mail/horde-mimp/files/pkg-message.in +++ b/mail/horde-mimp/files/pkg-message.in @@ -1,12 +1,12 @@ ************************************************************************ -MIMP has been installed in %%MIMPDIR%% with your blank +MIMP has been installed in %%HORDIR%% with your blank configuration files. Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. +`pkg_info -Dx horde-base'. Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php. +%%HORCFG%%/, specially the file servers.php. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. diff --git a/mail/horde-mimp/pkg-plist b/mail/horde-mimp/pkg-plist index 9009f3448350..55d92b55df58 100644 --- a/mail/horde-mimp/pkg-plist +++ b/mail/horde-mimp/pkg-plist @@ -1,120 +1,117 @@ -%%MIMPDIR%%/compose.php -%%MIMPDIR%%/config/.htaccess -%%MIMPDIR%%/config/conf.xml -%%MIMPDIR%%/config/filter.txt.dist -%%MIMPDIR%%/config/header.php.dist -%%MIMPDIR%%/config/menu.php.dist -%%MIMPDIR%%/config/mime_drivers.php.dist -%%MIMPDIR%%/config/motd.php.dist -%%MIMPDIR%%/config/prefs.php.dist -%%MIMPDIR%%/config/servers.php.dist -%%MIMPDIR%%/config/trailer.txt.dist -%%MIMPDIR%%/config/conf.xml.beforeMIMP -%%MIMPDIR%%/config/servers.php.dist.beforeMIMP -%%MIMPDIR%%/folders.php -%%MIMPDIR%%/index.php -%%MIMPDIR%%/lib/Auth/mimp.php -%%MIMPDIR%%/lib/base.php -%%MIMPDIR%%/lib/Compose.php -%%MIMPDIR%%/lib/Folder.php -%%MIMPDIR%%/lib/IMAP.php -%%MIMPDIR%%/lib/IMAP/Client.php -%%MIMPDIR%%/lib/IMAP/Sort.php -%%MIMPDIR%%/lib/IMAP/Tree.php -%%MIMPDIR%%/lib/Identity/mimp.php -%%MIMPDIR%%/lib/MIME/Contents.php -%%MIMPDIR%%/lib/MIME/Headers.php -%%MIMPDIR%%/lib/MIME/Viewer/alternative.php -%%MIMPDIR%%/lib/MIME/Viewer/html.php -%%MIMPDIR%%/lib/MIME/Viewer/multipart.php -%%MIMPDIR%%/lib/MIME/Viewer/plain.php -%%MIMPDIR%%/lib/MIME/Viewer/related.php -%%MIMPDIR%%/lib/MIME/Headers.php.beforeMIMP -%%MIMPDIR%%/lib/Mailbox.php -%%MIMPDIR%%/lib/Message.php -%%MIMPDIR%%/lib/MIMP.php -%%MIMPDIR%%/lib/Session.php -%%MIMPDIR%%/lib/api.php -%%MIMPDIR%%/lib/prefs.php -%%MIMPDIR%%/lib/version.php -%%MIMPDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/login.php -%%MIMPDIR%%/mailbox.php -%%MIMPDIR%%/message.php -%%MIMPDIR%%/po/README -%%MIMPDIR%%/po/mimp.pot -%%MIMPDIR%%/po/ca_ES.po -%%MIMPDIR%%/po/de_DE.po -%%MIMPDIR%%/po/es_ES.po -%%MIMPDIR%%/po/fi_FI.po -%%MIMPDIR%%/po/fr_FR.po -%%MIMPDIR%%/po/hu_HU.po -%%MIMPDIR%%/po/it_IT.po -%%MIMPDIR%%/po/lt_LT.po -%%MIMPDIR%%/po/nl_NL.po -%%MIMPDIR%%/po/pt_PT.po -%%MIMPDIR%%/po/ro_RO.po -%%MIMPDIR%%/redirect.php -%%MIMPDIR%%/templates/common-header.inc -%%MIMPDIR%%/templates/compose/compose.inc -%%MIMPDIR%%/templates/compose/redirect.inc -%%MIMPDIR%%/templates/index/notconfigured.inc -%%MIMPDIR%%/templates/login/login.inc -%%MIMPDIR%%/templates/mailbox/mailbox.inc -%%MIMPDIR%%/templates/prefs/sentmailselect.inc -%%MIMPDIR%%/test.php -%%MIMPDIR%%/themes/graphics/favicon.ico -%%MIMPDIR%%/themes/graphics/mimp.png -%%MIMPDIR%%/themes/graphics/horde-power2.png -%%MIMPDIR%%/themes/graphics/horde-power2.wbmp -%%HORDE_INC%%httpd-mimp.conf -@dirrm %%MIMPDIR%%/themes/graphics -@dirrm %%MIMPDIR%%/themes -@dirrm %%MIMPDIR%%/templates/prefs -@dirrm %%MIMPDIR%%/templates/mailbox -@dirrm %%MIMPDIR%%/templates/login -@dirrm %%MIMPDIR%%/templates/index -@dirrm %%MIMPDIR%%/templates/compose -@dirrm %%MIMPDIR%%/templates -@dirrm %%MIMPDIR%%/po -@dirrm %%MIMPDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/ro_RO -@dirrm %%MIMPDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/pt_PT -@dirrm %%MIMPDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/nl_NL -@dirrm %%MIMPDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/lt_LT -@dirrm %%MIMPDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/it_IT -@dirrm %%MIMPDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/hu_HU -@dirrm %%MIMPDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/fr_FR -@dirrm %%MIMPDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/fi_FI -@dirrm %%MIMPDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/es_ES -@dirrm %%MIMPDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/de_DE -@dirrm %%MIMPDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/ca_ES -@dirrm %%MIMPDIR%%/locale -@dirrm %%MIMPDIR%%/lib/MIME/Viewer -@dirrm %%MIMPDIR%%/lib/MIME -@dirrm %%MIMPDIR%%/lib/Identity -@dirrm %%MIMPDIR%%/lib/IMAP -@dirrm %%MIMPDIR%%/lib/Auth -@dirrm %%MIMPDIR%%/lib -@dirrmtry %%MIMPDIR%%/config -@dirrmtry %%MIMPDIR%% +%%HORDIR%%/compose.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/filter.txt.dist +%%HORDIR%%/config/header.php.dist +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/motd.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/servers.php.dist +%%HORDIR%%/config/trailer.txt.dist +%%HORDIR%%/folders.php +%%HORDIR%%/index.php +%%HORDIR%%/lib/Auth/mimp.php +%%HORDIR%%/lib/Compose.php +%%HORDIR%%/lib/Folder.php +%%HORDIR%%/lib/IMAP/Client.php +%%HORDIR%%/lib/IMAP/Sort.php +%%HORDIR%%/lib/IMAP/Tree.php +%%HORDIR%%/lib/IMAP.php +%%HORDIR%%/lib/Identity/mimp.php +%%HORDIR%%/lib/MIME/Contents.php +%%HORDIR%%/lib/MIME/Headers.php +%%HORDIR%%/lib/MIME/Viewer/alternative.php +%%HORDIR%%/lib/MIME/Viewer/html.php +%%HORDIR%%/lib/MIME/Viewer/multipart.php +%%HORDIR%%/lib/MIME/Viewer/plain.php +%%HORDIR%%/lib/MIME/Viewer/related.php +%%HORDIR%%/lib/MIMP.php +%%HORDIR%%/lib/Mailbox.php +%%HORDIR%%/lib/Message.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo +%%HORDIR%%/login.php +%%HORDIR%%/mailbox.php +%%HORDIR%%/message.php +%%HORDIR%%/po/README +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/mimp.pot +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/redirect.php +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/compose/compose.inc +%%HORDIR%%/templates/compose/redirect.inc +%%HORDIR%%/templates/index/notconfigured.inc +%%HORDIR%%/templates/login/login.inc +%%HORDIR%%/templates/mailbox/mailbox.inc +%%HORDIR%%/templates/prefs/sentmailselect.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/horde-power2.png +%%HORDIR%%/themes/graphics/horde-power2.wbmp +%%HORDIR%%/themes/graphics/mimp.png +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/lib/Auth +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Identity +@dirrm %%HORDIR%%/lib/MIME/Viewer +@dirrm %%HORDIR%%/lib/MIME +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/templates/compose +@dirrm %%HORDIR%%/templates/index +@dirrm %%HORDIR%%/templates/login +@dirrm %%HORDIR%%/templates/mailbox +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 6cddc5222df0..d1a0a7d8accd 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -7,69 +7,21 @@ PORTNAME= turba PORTVERSION= 2.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - +USE_HORDE= base USE_PHP= ldap -NO_BUILD= yes USE_GETTEXT= yes -REINPLACE_ARGS= -i "" -PORTDOCS= README CHANGES CREDITS INSTALL LDAP \ - RELEASE_NOTES TODO UPGRADING -CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php -SUB_DIRS= config lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= TURBADIR=${LTURBADIR} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} - -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config +PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -pre-configure: - @${RM} ${WRKSRC}/config/sources.php.dist.orig +pre-patch: @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl -do-install: - @${INSTALL} -d ${TURBADIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${TURBADIR}/ - @${CP} -p ${WRKSRC}/*.php ${TURBADIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR}/ - @${CHMOD} -R o-rwx ${TURBADIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde-turba/files/pkg-deinstall.in b/mail/horde-turba/files/pkg-deinstall.in deleted file mode 100644 index fced5020f1b0..000000000000 --- a/mail/horde-turba/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%TURBADIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-turba/files/pkg-install.in b/mail/horde-turba/files/pkg-install.in deleted file mode 100644 index e0611782bf84..000000000000 --- a/mail/horde-turba/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%TURBADIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde-turba/files/pkg-message.in b/mail/horde-turba/files/pkg-message.in index c59f450b8cf5..fac46bfb9f28 100644 --- a/mail/horde-turba/files/pkg-message.in +++ b/mail/horde-turba/files/pkg-message.in @@ -1,11 +1,11 @@ ************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank +Turba has been installed in %%HORDIR%% with your blank configuration files. -Horde must be configured; if not, see `pkg_info -D -x horde'. +Horde must be configured; if not, see `pkg_info -Dx horde'. Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file sources.php. +%%HORCFG%%/, specially the file sources.php. Warning: if you don't use some source, deactivate it, or you could ******** experience bad response times! @@ -15,7 +15,7 @@ Then, you must login to Horde as a Horde Administrator to finish the configuration. You have to create a table in your database; please see -%%TURBADIR%%/scripts/. +%%HORDIR%%/scripts/. You might create a LDAP schema: please see the doc LDAP. ************************************************************************ diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist index fe2bc9fa07da..0ae7fe8003b0 100644 --- a/mail/horde-turba/pkg-plist +++ b/mail/horde-turba/pkg-plist @@ -1,274 +1,275 @@ -%%TURBADIR%%/add.php -%%TURBADIR%%/addressbooks.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.xml -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/mime_drivers.php.dist -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/display.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/Block/minisearch.php -%%TURBADIR%%/lib/Block/tree_menu.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/imsp.php -%%TURBADIR%%/lib/Driver/kolab.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/null.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/Object/Group.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/Renderer.php -%%TURBADIR%%/lib/tests/tovcard.phpt -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/prefs.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/help.xml -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/help.xml -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/help.xml -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/help.xml -%%TURBADIR%%/locale/gl_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/is_IS/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/help.xml -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/help.xml -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/help.xml -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/minisearch.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/fa_IR.po -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/gl_ES.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/is_IS.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/tr_TR.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/import_vcards.php -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/scripts/ldap/rfc2739.schema -%%TURBADIR%%/scripts/sql/turba_objects.mssql.sql -%%TURBADIR%%/scripts/sql/turba_objects.mysql.sql -%%TURBADIR%%/scripts/sql/turba_objects.oci8.sql -%%TURBADIR%%/scripts/sql/turba_objects.pgsql.sql -%%TURBADIR%%/scripts/sql/turba_objects.sql -%%TURBADIR%%/scripts/sql/turba.xml -%%TURBADIR%%/scripts/sql/turba_weddingguests.sql -%%TURBADIR%%/scripts/upgrades/create_default_histories.php -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql -%%TURBADIR%%/scripts/upgrades/1.1_to_1.2.sql -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.sql -%%TURBADIR%%/scripts/upgrades/public_to_horde_share.php -%%TURBADIR%%/search.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/addressbooks.inc -%%TURBADIR%%/templates/block/minisearch.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/footerAlpha.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/row.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/search_criteria.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/menu.inc -%%TURBADIR%%/templates/prefs/addressbookselect.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/prefs/imsp_opt.inc -%%TURBADIR%%/test.php -%%TURBADIR%%/themes/graphics/contact.png -%%TURBADIR%%/themes/graphics/favicon.ico -%%TURBADIR%%/themes/graphics/group.png -%%TURBADIR%%/themes/graphics/menu/browse.png -%%TURBADIR%%/themes/graphics/menu/new.png -%%TURBADIR%%/themes/graphics/new.png -%%TURBADIR%%/themes/graphics/turba.png -%%TURBADIR%%/themes/ideas/screen.css -%%TURBADIR%%/themes/screen.css -%%TURBADIR%%/vcard.php -%%TURBADIR%%/view.php -@dirrm %%TURBADIR%%/themes/ideas -@dirrm %%TURBADIR%%/themes/graphics/menu -@dirrm %%TURBADIR%%/themes/graphics -@dirrm %%TURBADIR%%/themes -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/block -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%%/scripts/upgrades -@dirrm %%TURBADIR%%/scripts/sql -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/tr_TR -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/is_IS -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/gl_ES -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fa_IR -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/lib/tests -@dirrm %%TURBADIR%%/lib/Object -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/Block -@dirrm %%TURBADIR%%/lib -@dirrmtry %%TURBADIR%%/config -@dirrmtry %%TURBADIR%% +%%HORDIR%%/add.php +%%HORDIR%%/addressbooks.php +%%HORDIR%%/browse.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/attributes.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/sources.php.dist +%%HORDIR%%/data.php +%%HORDIR%%/delete.php +%%HORDIR%%/display.php +%%HORDIR%%/edit.php +%%HORDIR%%/index.php +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Block/minisearch.php +%%HORDIR%%/lib/Block/tree_menu.php +%%HORDIR%%/lib/Driver/imsp.php +%%HORDIR%%/lib/Driver/kolab.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/prefs.php +%%HORDIR%%/lib/Driver/sql.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/Group.php +%%HORDIR%%/lib/List.php +%%HORDIR%%/lib/ListView.php +%%HORDIR%%/lib/Object/Group.php +%%HORDIR%%/lib/Object.php +%%HORDIR%%/lib/ObjectView.php +%%HORDIR%%/lib/Renderer.php +%%HORDIR%%/lib/Turba.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/tests/tovcard.phpt +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/turba.mo +%%HORDIR%%/minisearch.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/turba.pot +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Turba.reg +%%HORDIR%%/scripts/import_vcards.php +%%HORDIR%%/scripts/ldap/addou +%%HORDIR%%/scripts/ldap/addou.pl +%%HORDIR%%/scripts/ldap/core.schema.patch +%%HORDIR%%/scripts/ldap/rfc2739.schema +%%HORDIR%%/scripts/sql/turba.xml +%%HORDIR%%/scripts/sql/turba_objects.mssql.sql +%%HORDIR%%/scripts/sql/turba_objects.mysql.sql +%%HORDIR%%/scripts/sql/turba_objects.oci8.sql +%%HORDIR%%/scripts/sql/turba_objects.pgsql.sql +%%HORDIR%%/scripts/sql/turba_objects.sql +%%HORDIR%%/scripts/sql/turba_weddingguests.sql +%%HORDIR%%/scripts/upgrades/1.1_to_1.2.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.sql +%%HORDIR%%/scripts/upgrades/create_default_histories.php +%%HORDIR%%/scripts/upgrades/public_to_horde_share.php +%%HORDIR%%/search.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/addressbooks.inc +%%HORDIR%%/templates/block/minisearch.inc +%%HORDIR%%/templates/browse/actions.inc +%%HORDIR%%/templates/browse/column_footers.inc +%%HORDIR%%/templates/browse/column_headers.inc +%%HORDIR%%/templates/browse/contactrow.inc +%%HORDIR%%/templates/browse/footer.inc +%%HORDIR%%/templates/browse/footerAlpha.inc +%%HORDIR%%/templates/browse/header.inc +%%HORDIR%%/templates/browse/javascript.inc +%%HORDIR%%/templates/browse/row.inc +%%HORDIR%%/templates/browse/search.inc +%%HORDIR%%/templates/browse/search_criteria.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/data/export.inc +%%HORDIR%%/templates/data/import.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/prefs/addressbookselect.inc +%%HORDIR%%/templates/prefs/columnselect.inc +%%HORDIR%%/templates/prefs/imsp_opt.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/contact.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/group.png +%%HORDIR%%/themes/graphics/menu/browse.png +%%HORDIR%%/themes/graphics/menu/new.png +%%HORDIR%%/themes/graphics/new.png +%%HORDIR%%/themes/graphics/turba.png +%%HORDIR%%/themes/ideas/screen.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vcard.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/Object +@dirrm %%HORDIR%%/lib/tests +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts/ldap +@dirrm %%HORDIR%%/scripts/sql +@dirrm %%HORDIR%%/scripts/upgrades +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/block +@dirrm %%HORDIR%%/templates/browse +@dirrm %%HORDIR%%/templates/data +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics/menu +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/ideas +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde-vacation/Makefile b/mail/horde-vacation/Makefile index fbe69a1c2c16..b81886f02382 100644 --- a/mail/horde-vacation/Makefile +++ b/mail/horde-vacation/Makefile @@ -7,9 +7,7 @@ PORTNAME= vacation PORTVERSION= 3.0 -DISTVERSIONPREFIX= h3- CATEGORIES= mail www -MASTER_SITES= HORDE PKGNAMEPREFIX= horde- MAINTAINER= beech@alaskaparadise.com @@ -33,69 +31,9 @@ USE_PHP+= ldap USE_PHP+= ftp .endif -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION +USE_HORDE= base pkg-message USE_GETTEXT= yes -REINPLACE_ARGS= -i "" - PORTDOCS= CHANGES CREDITS INSTALL RELEASE_NOTES TODO -CONFFILE= conf.xml .htaccess -SUB_DIRS= config files lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LVACDIR= ${LHORDEDIR}/vacation -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= VACDIR=${LVACDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= VACDIR=${VACDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -VACDIR= ${PREFIX}/${LVACDIR} -CONFDIR= ${VACDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ -.else -HORDE_INC= ${LOCALBASE}/etc/horde/ -.endif - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml - @${SED} -e "s:/home/httpd/html/horde/vacation:${VACDIR}:" \ - ${FILESDIR}/httpd.conf.vacation > ${WRKDIR}/httpd-vacation.conf - -do-install: - @${INSTALL} -d ${VACDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${VACDIR}/ - @${CP} -p ${WRKSRC}/*.php ${VACDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${INSTALL_DATA} ${WRKDIR}/httpd-vacation.conf ${HORDE_INC}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${VACDIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde-vacation/files/httpd.conf.vacation b/mail/horde-vacation/files/httpd.conf.vacation deleted file mode 100644 index 8c5c87914088..000000000000 --- a/mail/horde-vacation/files/httpd.conf.vacation +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for VACATION -# -# For security, don't serve pages from the VACATION configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/vacation/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/vacation/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/vacation/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/vacation/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/vacation/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/vacation/templates"> - order deny,allow - deny from all -</Directory> -# End of VACATION configuration ================ - diff --git a/mail/horde-vacation/files/pkg-deinstall.in b/mail/horde-vacation/files/pkg-deinstall.in deleted file mode 100644 index b0935973dcea..000000000000 --- a/mail/horde-vacation/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%VACDIR%%/config/*.xml %%VACDIR%%/config/*xml`; do - diff -bBqw $cf $cf.xml >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde-vacation/files/pkg-install.in b/mail/horde-vacation/files/pkg-install.in deleted file mode 100644 index 317b307c0b70..000000000000 --- a/mail/horde-vacation/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%VACDIR%%/config/*.xml | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.xml $cf - fi - done - fi - ;; -esac diff --git a/mail/horde-vacation/files/pkg-message.in b/mail/horde-vacation/files/pkg-message.in deleted file mode 100644 index 788efd39a59c..000000000000 --- a/mail/horde-vacation/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -************************************************************************ -VACATION has been installed in %%VACDIR%% with your blank -configuration files. - -Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. - -Then, you must login to Horde as a Horde Administrator to finish the -configuration. Please read %%DOCSDIR%%/INSTALL. - -To protect your configuration files, you have to restart your webserver. -************************************************************************ diff --git a/mail/horde-vacation/pkg-plist b/mail/horde-vacation/pkg-plist index 03e2d6cc44c5..b46a030b34a1 100644 --- a/mail/horde-vacation/pkg-plist +++ b/mail/horde-vacation/pkg-plist @@ -1,128 +1,128 @@ -%%VACDIR%%/config/.htaccess -%%VACDIR%%/config/conf.xml -%%VACDIR%%/files/empty.btree.bin -%%VACDIR%%/files/empty.empty.bin -%%VACDIR%%/files/empty.gdbm.bin -%%VACDIR%%/files/empty.hash.bin -%%VACDIR%%/files/empty.hash3.bin -%%VACDIR%%/index.php -%%VACDIR%%/lib/AliasDriver/ftp.php -%%VACDIR%%/lib/AliasDriver/none.php -%%VACDIR%%/lib/Block/summary.php -%%VACDIR%%/lib/AliasDriver.php -%%VACDIR%%/lib/base.php -%%VACDIR%%/lib/Driver.php -%%VACDIR%%/lib/Driver/forwards.php -%%VACDIR%%/lib/Driver/ldap.php -%%VACDIR%%/lib/Driver/qmail.php -%%VACDIR%%/lib/Driver/sql.php -%%VACDIR%%/lib/.htaccess -%%VACDIR%%/lib/version.php -%%VACDIR%%/locale/bg_BG/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/cs_CZ/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/da_DK/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/de_DE/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/el_GR/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/en_US/help.xml -%%VACDIR%%/locale/es_ES/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/es_ES/help.xml -%%VACDIR%%/locale/fa_IR/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/fa_IR/help.xml -%%VACDIR%%/locale/fi_FI/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/fi_FI/help.xml -%%VACDIR%%/locale/fr_FR/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/gl_ES/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/hu_HU/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/it_IT/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/nl_NL/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/nl_NL/help.xml -%%VACDIR%%/locale/nn_NO/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/pl_PL/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/pt_BR/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/ro_RO/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/sv_SE/LC_MESSAGES/vacation.mo -%%VACDIR%%/locale/zh_TW/LC_MESSAGES/vacation.mo -%%VACDIR%%/main.php -%%VACDIR%%/po/README -%%VACDIR%%/po/.htaccess -%%VACDIR%%/po/bg_BG.po -%%VACDIR%%/po/cs_CZ.po -%%VACDIR%%/po/da_DK.po -%%VACDIR%%/po/de_DE.po -%%VACDIR%%/po/el_GR.po -%%VACDIR%%/po/es_ES.po -%%VACDIR%%/po/fa_IR.po -%%VACDIR%%/po/fi_FI.po -%%VACDIR%%/po/fr_FR.po -%%VACDIR%%/po/gl_ES.po -%%VACDIR%%/po/hu_HU.po -%%VACDIR%%/po/it_IT.po -%%VACDIR%%/po/nl_NL.po -%%VACDIR%%/po/nn_NO.po -%%VACDIR%%/po/pl_PL.po -%%VACDIR%%/po/pt_BR.po -%%VACDIR%%/po/ro_RO.po -%%VACDIR%%/po/sv_SE.po -%%VACDIR%%/po/vacation.pot -%%VACDIR%%/po/zh_TW.po -%%VACDIR%%/scripts/.htaccess -%%VACDIR%%/scripts/create-db-files.pl -%%VACDIR%%/templates/common-header.inc -%%VACDIR%%/templates/.htaccess -%%VACDIR%%/templates/main/main.inc -%%VACDIR%%/themes/graphics/favicon.ico -%%VACDIR%%/themes/graphics/vacation.png -%%HORDE_INC%%httpd-vacation.conf -@dirrm %%VACDIR%%/themes/graphics -@dirrm %%VACDIR%%/themes -@dirrm %%VACDIR%%/templates/main -@dirrm %%VACDIR%%/templates -@dirrm %%VACDIR%%/scripts -@dirrm %%VACDIR%%/po -@dirrm %%VACDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%VACDIR%%/locale/zh_TW -@dirrm %%VACDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%VACDIR%%/locale/sv_SE -@dirrm %%VACDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%VACDIR%%/locale/ro_RO -@dirrm %%VACDIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%VACDIR%%/locale/pt_BR -@dirrm %%VACDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%VACDIR%%/locale/pl_PL -@dirrm %%VACDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%VACDIR%%/locale/nn_NO -@dirrm %%VACDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%VACDIR%%/locale/nl_NL -@dirrm %%VACDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%VACDIR%%/locale/it_IT -@dirrm %%VACDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%VACDIR%%/locale/hu_HU -@dirrm %%VACDIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%VACDIR%%/locale/gl_ES -@dirrm %%VACDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%VACDIR%%/locale/fr_FR -@dirrm %%VACDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%VACDIR%%/locale/fi_FI -@dirrm %%VACDIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%VACDIR%%/locale/fa_IR -@dirrm %%VACDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%VACDIR%%/locale/es_ES -@dirrm %%VACDIR%%/locale/en_US -@dirrm %%VACDIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%VACDIR%%/locale/el_GR -@dirrm %%VACDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%VACDIR%%/locale/de_DE -@dirrm %%VACDIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%VACDIR%%/locale/da_DK -@dirrm %%VACDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%VACDIR%%/locale/cs_CZ -@dirrm %%VACDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%VACDIR%%/locale/bg_BG -@dirrm %%VACDIR%%/locale -@dirrm %%VACDIR%%/lib/Driver -@dirrm %%VACDIR%%/lib/Block -@dirrm %%VACDIR%%/lib/AliasDriver -@dirrm %%VACDIR%%/lib -@dirrm %%VACDIR%%/files -@dirrmtry %%VACDIR%%/config -@dirrmtry %%VACDIR%% +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/files/empty.btree.bin +%%HORDIR%%/files/empty.empty.bin +%%HORDIR%%/files/empty.gdbm.bin +%%HORDIR%%/files/empty.hash.bin +%%HORDIR%%/files/empty.hash3.bin +%%HORDIR%%/index.php +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/AliasDriver/ftp.php +%%HORDIR%%/lib/AliasDriver/none.php +%%HORDIR%%/lib/AliasDriver.php +%%HORDIR%%/lib/Block/summary.php +%%HORDIR%%/lib/Driver/forwards.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/qmail.php +%%HORDIR%%/lib/Driver/sql.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/el_GR/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/nl_NL/help.xml +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/vacation.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/vacation.mo +%%HORDIR%%/main.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/vacation.pot +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/create-db-files.pl +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/main/main.inc +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/vacation.png +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/files +@dirrm %%HORDIR%%/lib/AliasDriver +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/main +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 48e7a1ebb674..7c12481824c1 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -7,10 +7,8 @@ PORTNAME= imp PORTVERSION= 4.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Webmail system for IMAP/POP3 mailboxes @@ -39,15 +37,11 @@ COMMENT= Webmail system for IMAP/POP3 mailboxes RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -CONFLICTS= imp-3.* - USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif @@ -66,44 +60,13 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif -NO_BUILD= yes +CONFLICTS= imp-3.* +USE_HORDE= base USE_GETTEXT= yes -REINPLACE_ARGS= -i.beforeIMP - PORTDOCS= README CHANGES CREDITS INSTALL \ RELEASE_NOTES TODO UPGRADING -CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ - prefs.php servers.php trailer.txt -SUB_DIRS= config js lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LIMPDIR= ${LHORDEDIR}/imp -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -IMPDIR= ${PREFIX}/${LIMPDIR} -CONFDIR= ${IMPDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ - conf.xml.beforeIMP servers.php.dist.beforeIMP - -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml @@ -136,11 +99,6 @@ pre-configure: . endif .endif -.for fc in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${fc} -.endfor - @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP - pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ @@ -151,27 +109,5 @@ pre-install: fi .endif -do-install: - @${INSTALL} -d ${IMPDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${IMPDIR}/ - @${CP} -p ${WRKSRC}/*.php ${IMPDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR}/ - @${CHMOD} -R o-rwx ${IMPDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde4-imp/files/pkg-deinstall.in b/mail/horde4-imp/files/pkg-deinstall.in deleted file mode 100644 index e4787a72dfe4..000000000000 --- a/mail/horde4-imp/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde4-imp/files/pkg-install.in b/mail/horde4-imp/files/pkg-install.in deleted file mode 100644 index 7a19b9e2b9de..000000000000 --- a/mail/horde4-imp/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde4-imp/files/pkg-message.in b/mail/horde4-imp/files/pkg-message.in index 0d82a9a5d916..9a3de8c83b0c 100644 --- a/mail/horde4-imp/files/pkg-message.in +++ b/mail/horde4-imp/files/pkg-message.in @@ -1,12 +1,13 @@ ************************************************************************ -IMP has been installed in %%IMPDIR%% with your blank +IMP has been installed in %%HORDIR%%/ with your blank configuration files. Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. +`pkg_info -Dx horde-base'. Then, you have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php to define your mailserver. +%%HORCFG%%/, especially the file servers.php +to define your mailserver. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. diff --git a/mail/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist index 7aeb4b50a7c6..37bc7af5025a 100644 --- a/mail/horde4-imp/pkg-plist +++ b/mail/horde4-imp/pkg-plist @@ -1,498 +1,499 @@ -%%IMPDIR%%/acl.php -%%IMPDIR%%/attachment.php -%%IMPDIR%%/compose.php -%%IMPDIR%%/config/.htaccess -%%IMPDIR%%/config/conf.xml -%%IMPDIR%%/config/filter.txt.dist -%%IMPDIR%%/config/header.php.dist -%%IMPDIR%%/config/menu.php.dist -%%IMPDIR%%/config/mime_drivers.php.dist -%%IMPDIR%%/config/motd.php.dist -%%IMPDIR%%/config/prefs.php.dist -%%IMPDIR%%/config/servers.php.dist -%%IMPDIR%%/config/trailer.txt.dist -%%IMPDIR%%/contacts.php -%%IMPDIR%%/expand.php -%%IMPDIR%%/fetchmail.php -%%IMPDIR%%/fetchmailprefs.php -%%IMPDIR%%/filterprefs.php -%%IMPDIR%%/folders.php -%%IMPDIR%%/index.php -%%IMPDIR%%/js/ieEscGuard.js -%%IMPDIR%%/lib/.htaccess -%%IMPDIR%%/lib/Auth/imp.php -%%IMPDIR%%/lib/Block/summary.php -%%IMPDIR%%/lib/Block/tree_folders.php -%%IMPDIR%%/lib/Compose.php -%%IMPDIR%%/lib/Crypt/PGP.php -%%IMPDIR%%/lib/Crypt/SMIME.php -%%IMPDIR%%/lib/Fetchmail.php -%%IMPDIR%%/lib/Fetchmail/imap.php -%%IMPDIR%%/lib/Filter.php -%%IMPDIR%%/lib/Folder.php -%%IMPDIR%%/lib/IMAP.php -%%IMPDIR%%/lib/IMAP/Client.php -%%IMPDIR%%/lib/IMAP/Search.php -%%IMPDIR%%/lib/IMAP/Sort.php -%%IMPDIR%%/lib/IMAP/Thread.php -%%IMPDIR%%/lib/IMAP/Tree.php -%%IMPDIR%%/lib/IMP.php -%%IMPDIR%%/lib/Identity/imp.php -%%IMPDIR%%/lib/MIME/Contents.php -%%IMPDIR%%/lib/MIME/Headers.php -%%IMPDIR%%/lib/MIME/Viewer/alternative.php -%%IMPDIR%%/lib/MIME/Viewer/appledouble.php -%%IMPDIR%%/lib/MIME/Viewer/enriched.php -%%IMPDIR%%/lib/MIME/Viewer/html.php -%%IMPDIR%%/lib/MIME/Viewer/images.php -%%IMPDIR%%/lib/MIME/Viewer/itip.php -%%IMPDIR%%/lib/MIME/Viewer/multipart.php -%%IMPDIR%%/lib/MIME/Viewer/notification.php -%%IMPDIR%%/lib/MIME/Viewer/partial.php -%%IMPDIR%%/lib/MIME/Viewer/pgp.php -%%IMPDIR%%/lib/MIME/Viewer/pkcs7.php -%%IMPDIR%%/lib/MIME/Viewer/plain.php -%%IMPDIR%%/lib/MIME/Viewer/related.php -%%IMPDIR%%/lib/MIME/Viewer/rfc822.php -%%IMPDIR%%/lib/MIME/Viewer/status.php -%%IMPDIR%%/lib/MIME/Viewer/tnef.php -%%IMPDIR%%/lib/MIME/Viewer/zip.php -%%IMPDIR%%/lib/Mailbox.php -%%IMPDIR%%/lib/Maillog.php -%%IMPDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/fetchmail_login.php -%%IMPDIR%%/lib/Maintenance/Task/purge_trash.php -%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/tos_agreement.php -%%IMPDIR%%/lib/Maintenance/imp.php -%%IMPDIR%%/lib/Message.php -%%IMPDIR%%/lib/Notification/Listener/status.php -%%IMPDIR%%/lib/Quota.php -%%IMPDIR%%/lib/Quota/command.php -%%IMPDIR%%/lib/Quota/courier.php -%%IMPDIR%%/lib/Quota/cyrus.php -%%IMPDIR%%/lib/Quota/logfile.php -%%IMPDIR%%/lib/Quota/mdaemon.php -%%IMPDIR%%/lib/Quota/mercury32.php -%%IMPDIR%%/lib/Search.php -%%IMPDIR%%/lib/Session.php -%%IMPDIR%%/lib/Spam.php -%%IMPDIR%%/lib/api.php -%%IMPDIR%%/lib/base.php -%%IMPDIR%%/lib/prefs.php -%%IMPDIR%%/lib/version.php -%%IMPDIR%%/locale/.htaccess -%%IMPDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/help.xml -%%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/cs_CZ/help.xml -%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/da_DK/help.xml -%%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/de_DE/help.xml -%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/el_GR/help.xml -%%IMPDIR%%/locale/en_US/help.xml -%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/es_ES/help.xml -%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/et_EE/help.xml -%%IMPDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fa_IR/help.xml -%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fi_FI/help.xml -%%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fr_FR/help.xml -%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/he_IL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/help.xml -%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/help.xml -%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/km_KH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/help.xml -%%IMPDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/help.xml -%%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nl_NL/help.xml -%%IMPDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/help.xml -%%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_BR/help.xml -%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_PT/help.xml -%%IMPDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/help.xml -%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sk_SK/help.xml -%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/help.xml -%%IMPDIR%%/locale/th_TH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/help.xml -%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/uk_UA/help.xml -%%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_CN/help.xml -%%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_TW/help.xml -%%IMPDIR%%/login.php -%%IMPDIR%%/mailbox.php -%%IMPDIR%%/message.php -%%IMPDIR%%/pgp.php -%%IMPDIR%%/po/.htaccess -%%IMPDIR%%/po/README -%%IMPDIR%%/po/ar_OM.po -%%IMPDIR%%/po/ar_SY.po -%%IMPDIR%%/po/bg_BG.po -%%IMPDIR%%/po/bs_BA.po -%%IMPDIR%%/po/ca_ES.po -%%IMPDIR%%/po/cs_CZ.po -%%IMPDIR%%/po/da_DK.po -%%IMPDIR%%/po/de_DE.po -%%IMPDIR%%/po/el_GR.po -%%IMPDIR%%/po/es_ES.po -%%IMPDIR%%/po/et_EE.po -%%IMPDIR%%/po/fa_IR.po -%%IMPDIR%%/po/fi_FI.po -%%IMPDIR%%/po/fr_FR.po -%%IMPDIR%%/po/gl_ES.po -%%IMPDIR%%/po/he_IL.po -%%IMPDIR%%/po/hu_HU.po -%%IMPDIR%%/po/id_ID.po -%%IMPDIR%%/po/imp.pot -%%IMPDIR%%/po/is_IS.po -%%IMPDIR%%/po/it_IT.po -%%IMPDIR%%/po/ja_JP.po -%%IMPDIR%%/po/km_KH.po -%%IMPDIR%%/po/ko_KR.po -%%IMPDIR%%/po/lt_LT.po -%%IMPDIR%%/po/lv_LV.po -%%IMPDIR%%/po/mk_MK.po -%%IMPDIR%%/po/nb_NO.po -%%IMPDIR%%/po/nl_NL.po -%%IMPDIR%%/po/nn_NO.po -%%IMPDIR%%/po/pl_PL.po -%%IMPDIR%%/po/pt_BR.po -%%IMPDIR%%/po/pt_PT.po -%%IMPDIR%%/po/ro_RO.po -%%IMPDIR%%/po/ru_RU.po -%%IMPDIR%%/po/sk_SK.po -%%IMPDIR%%/po/sl_SI.po -%%IMPDIR%%/po/sv_SE.po -%%IMPDIR%%/po/th_TH.po -%%IMPDIR%%/po/tr_TR.po -%%IMPDIR%%/po/uk_UA.po -%%IMPDIR%%/po/zh_CN.po -%%IMPDIR%%/po/zh_TW.po -%%IMPDIR%%/recompose.php -%%IMPDIR%%/redirect.php -%%IMPDIR%%/saveimage.php -%%IMPDIR%%/scripts/.htaccess -%%IMPDIR%%/scripts/Imp.reg -%%IMPDIR%%/scripts/custom_login.php -%%IMPDIR%%/search.php -%%IMPDIR%%/smime.php -%%IMPDIR%%/spelling.php -%%IMPDIR%%/stationery.php -%%IMPDIR%%/templates/.htaccess -%%IMPDIR%%/templates/acl/acl.inc -%%IMPDIR%%/templates/common-header.inc -%%IMPDIR%%/templates/compose/attachments.inc -%%IMPDIR%%/templates/compose/attachments.js -%%IMPDIR%%/templates/compose/compose.inc -%%IMPDIR%%/templates/compose/compose.js -%%IMPDIR%%/templates/compose/compose_expand.js -%%IMPDIR%%/templates/compose/encrypt_list.inc -%%IMPDIR%%/templates/compose/expand.inc -%%IMPDIR%%/templates/compose/recompose.inc -%%IMPDIR%%/templates/compose/redirect.inc -%%IMPDIR%%/templates/compose/spelling.inc -%%IMPDIR%%/templates/compose/spelling.js -%%IMPDIR%%/templates/compose/success.inc -%%IMPDIR%%/templates/contacts/contacts.inc -%%IMPDIR%%/templates/fetchmail/account_select.inc -%%IMPDIR%%/templates/fetchmail/driver_select.inc -%%IMPDIR%%/templates/fetchmail/fetchmail.inc -%%IMPDIR%%/templates/fetchmail/manage.inc -%%IMPDIR%%/templates/fetchmail/top.inc -%%IMPDIR%%/templates/filters/notactive.inc -%%IMPDIR%%/templates/filters/prefs.inc -%%IMPDIR%%/templates/folders/actions.inc -%%IMPDIR%%/templates/folders/folders.html -%%IMPDIR%%/templates/folders/folders_confirm.html -%%IMPDIR%%/templates/folders/foot.inc -%%IMPDIR%%/templates/folders/head.inc -%%IMPDIR%%/templates/folders/import.inc -%%IMPDIR%%/templates/javascript/addressesBlocks.js -%%IMPDIR%%/templates/javascript/folders.js -%%IMPDIR%%/templates/javascript/popup.js -%%IMPDIR%%/templates/login/login.inc -%%IMPDIR%%/templates/mailbox/actions.inc -%%IMPDIR%%/templates/mailbox/actions_deleted.inc -%%IMPDIR%%/templates/mailbox/alert.inc -%%IMPDIR%%/templates/mailbox/empty_mailbox.inc -%%IMPDIR%%/templates/mailbox/footer.inc -%%IMPDIR%%/templates/mailbox/header.inc -%%IMPDIR%%/templates/mailbox/javascript.inc -%%IMPDIR%%/templates/mailbox/legend.inc -%%IMPDIR%%/templates/mailbox/mailbox.html -%%IMPDIR%%/templates/mailbox/message_footers.inc -%%IMPDIR%%/templates/mailbox/message_headers.inc -%%IMPDIR%%/templates/mailbox/navbar.inc -%%IMPDIR%%/templates/mailbox/searchfolder.inc -%%IMPDIR%%/templates/menu.inc -%%IMPDIR%%/templates/message/headers.inc -%%IMPDIR%%/templates/message/javascript.inc -%%IMPDIR%%/templates/message/message.inc -%%IMPDIR%%/templates/message/navbar_actions.inc -%%IMPDIR%%/templates/message/navbar_navigate.inc -%%IMPDIR%%/templates/message/navbar_top.inc -%%IMPDIR%%/templates/pgp/import_key.inc -%%IMPDIR%%/templates/pgp/notactive.inc -%%IMPDIR%%/templates/pgp/passphrase.inc -%%IMPDIR%%/templates/pgp/pgp.inc -%%IMPDIR%%/templates/prefs/defaultsearchselect.inc -%%IMPDIR%%/templates/prefs/encryptselect.inc -%%IMPDIR%%/templates/prefs/folderselect.inc -%%IMPDIR%%/templates/prefs/initialpageselect.inc -%%IMPDIR%%/templates/prefs/sentmailselect.inc -%%IMPDIR%%/templates/prefs/sourceselect.inc -%%IMPDIR%%/templates/prefs/spamselect.inc -%%IMPDIR%%/templates/prefs/trashselect.inc -%%IMPDIR%%/templates/quota/quota.inc -%%IMPDIR%%/templates/saveimage/saveimage.inc -%%IMPDIR%%/templates/search/fields.inc -%%IMPDIR%%/templates/search/header.inc -%%IMPDIR%%/templates/search/javascript.inc -%%IMPDIR%%/templates/search/main.inc -%%IMPDIR%%/templates/smime/import_key.inc -%%IMPDIR%%/templates/smime/notactive.inc -%%IMPDIR%%/templates/smime/passphrase.inc -%%IMPDIR%%/templates/smime/smime.inc -%%IMPDIR%%/templates/stationery/prefs.inc -%%IMPDIR%%/templates/thread/thread.html -%%IMPDIR%%/test.php -%%IMPDIR%%/themes/azur/screen.css -%%IMPDIR%%/themes/bluemoon/screen.css -%%IMPDIR%%/themes/bluewhite/screen.css -%%IMPDIR%%/themes/brown/screen.css -%%IMPDIR%%/themes/burntorange/screen.css -%%IMPDIR%%/themes/cherry/screen.css -%%IMPDIR%%/themes/cornflower/screen.css -%%IMPDIR%%/themes/gennevilliers/screen.css -%%IMPDIR%%/themes/graphics/addressbook_add.png -%%IMPDIR%%/themes/graphics/addressbook_browse.png -%%IMPDIR%%/themes/graphics/apple.png -%%IMPDIR%%/themes/graphics/attachment.png -%%IMPDIR%%/themes/graphics/audio/theetone.wav -%%IMPDIR%%/themes/graphics/compose.png -%%IMPDIR%%/themes/graphics/empty_spam.png -%%IMPDIR%%/themes/graphics/empty_trash.png -%%IMPDIR%%/themes/graphics/encrypted.png -%%IMPDIR%%/themes/graphics/expand.png -%%IMPDIR%%/themes/graphics/favicon.ico -%%IMPDIR%%/themes/graphics/fetchmail.png -%%IMPDIR%%/themes/graphics/filters.png -%%IMPDIR%%/themes/graphics/folders/drafts.png -%%IMPDIR%%/themes/graphics/folders/folder.png -%%IMPDIR%%/themes/graphics/folders/folder_open.png -%%IMPDIR%%/themes/graphics/folders/inbox.png -%%IMPDIR%%/themes/graphics/folders/sent.png -%%IMPDIR%%/themes/graphics/folders/trash.png -%%IMPDIR%%/themes/graphics/imp.png -%%IMPDIR%%/themes/graphics/mail_answered.png -%%IMPDIR%%/themes/graphics/mail_deleted.png -%%IMPDIR%%/themes/graphics/mail_draft.png -%%IMPDIR%%/themes/graphics/mail_flagged.png -%%IMPDIR%%/themes/graphics/mail_forwarded.png -%%IMPDIR%%/themes/graphics/mail_personal.png -%%IMPDIR%%/themes/graphics/mail_priority_high.png -%%IMPDIR%%/themes/graphics/mail_priority_low.png -%%IMPDIR%%/themes/graphics/mail_unseen.png -%%IMPDIR%%/themes/graphics/manage_attachments.png -%%IMPDIR%%/themes/graphics/mime/binary.png -%%IMPDIR%%/themes/graphics/mime/compressed.png -%%IMPDIR%%/themes/graphics/mime/encryption.png -%%IMPDIR%%/themes/graphics/mime/html.png -%%IMPDIR%%/themes/graphics/mime/image.png -%%IMPDIR%%/themes/graphics/mime/itip.png -%%IMPDIR%%/themes/graphics/mime/mail.png -%%IMPDIR%%/themes/graphics/mime/text.png -%%IMPDIR%%/themes/graphics/newmail.png -%%IMPDIR%%/themes/graphics/shared.png -%%IMPDIR%%/themes/graphics/signed.png -%%IMPDIR%%/themes/graphics/spacer_red.png -%%IMPDIR%%/themes/graphics/spellcheck.png -%%IMPDIR%%/themes/green/screen.css -%%IMPDIR%%/themes/grey/screen.css -%%IMPDIR%%/themes/lavander/screen.css -%%IMPDIR%%/themes/luc/screen.css -%%IMPDIR%%/themes/lucblue/screen.css -%%IMPDIR%%/themes/postnuke/screen.css -%%IMPDIR%%/themes/rtl.css -%%IMPDIR%%/themes/screen.css -%%IMPDIR%%/themes/simplex/screen.css -%%IMPDIR%%/themes/sun/screen.css -%%IMPDIR%%/thread.php -%%IMPDIR%%/view.php -@dirrm %%IMPDIR%%/themes/sun -@dirrm %%IMPDIR%%/themes/simplex -@dirrm %%IMPDIR%%/themes/postnuke -@dirrm %%IMPDIR%%/themes/lucblue -@dirrm %%IMPDIR%%/themes/luc -@dirrm %%IMPDIR%%/themes/lavander -@dirrm %%IMPDIR%%/themes/graphics/mime -@dirrm %%IMPDIR%%/themes/graphics/folders -@dirrm %%IMPDIR%%/themes/graphics/audio -@dirrm %%IMPDIR%%/themes/graphics -@dirrm %%IMPDIR%%/themes/grey -@dirrm %%IMPDIR%%/themes/green -@dirrm %%IMPDIR%%/themes/gennevilliers -@dirrm %%IMPDIR%%/themes/cornflower -@dirrm %%IMPDIR%%/themes/cherry -@dirrm %%IMPDIR%%/themes/burntorange -@dirrm %%IMPDIR%%/themes/brown -@dirrm %%IMPDIR%%/themes/bluewhite -@dirrm %%IMPDIR%%/themes/bluemoon -@dirrm %%IMPDIR%%/themes/azur -@dirrm %%IMPDIR%%/themes -@dirrm %%IMPDIR%%/templates/thread -@dirrm %%IMPDIR%%/templates/stationery -@dirrm %%IMPDIR%%/templates/smime -@dirrm %%IMPDIR%%/templates/search -@dirrm %%IMPDIR%%/templates/saveimage -@dirrm %%IMPDIR%%/templates/quota -@dirrm %%IMPDIR%%/templates/prefs -@dirrm %%IMPDIR%%/templates/pgp -@dirrm %%IMPDIR%%/templates/message -@dirrm %%IMPDIR%%/templates/mailbox -@dirrm %%IMPDIR%%/templates/login -@dirrm %%IMPDIR%%/templates/javascript -@dirrm %%IMPDIR%%/templates/folders -@dirrm %%IMPDIR%%/templates/filters -@dirrm %%IMPDIR%%/templates/fetchmail -@dirrm %%IMPDIR%%/templates/contacts -@dirrm %%IMPDIR%%/templates/compose -@dirrm %%IMPDIR%%/templates/acl -@dirrm %%IMPDIR%%/templates -@dirrm %%IMPDIR%%/scripts -@dirrm %%IMPDIR%%/po -@dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_TW -@dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_CN -@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/uk_UA -@dirrm %%IMPDIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/tr_TR -@dirrm %%IMPDIR%%/locale/th_TH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/th_TH -@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sv_SE -@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sl_SI -@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sk_SK -@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ru_RU -@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ro_RO -@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_PT -@dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_BR -@dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pl_PL -@dirrm %%IMPDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nn_NO -@dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nl_NL -@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nb_NO -@dirrm %%IMPDIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/mk_MK -@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lv_LV -@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lt_LT -@dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ko_KR -@dirrm %%IMPDIR%%/locale/km_KH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/km_KH -@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ja_JP -@dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/it_IT -@dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/is_IS -@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/id_ID -@dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/hu_HU -@dirrm %%IMPDIR%%/locale/he_IL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/he_IL -@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/gl_ES -@dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fr_FR -@dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fi_FI -@dirrm %%IMPDIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fa_IR -@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/et_EE -@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/es_ES -@dirrm %%IMPDIR%%/locale/en_US -@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/el_GR -@dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/de_DE -@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/da_DK -@dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/cs_CZ -@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ca_ES -@dirrm %%IMPDIR%%/locale/bs_BA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bs_BA -@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bg_BG -@dirrm %%IMPDIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_SY -@dirrm %%IMPDIR%%/locale/ar_OM/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_OM -@dirrm %%IMPDIR%%/locale -@dirrm %%IMPDIR%%/lib/Quota -@dirrm %%IMPDIR%%/lib/Notification/Listener -@dirrm %%IMPDIR%%/lib/Notification -@dirrm %%IMPDIR%%/lib/Maintenance/Task -@dirrm %%IMPDIR%%/lib/Maintenance -@dirrm %%IMPDIR%%/lib/MIME/Viewer -@dirrm %%IMPDIR%%/lib/MIME -@dirrm %%IMPDIR%%/lib/Identity -@dirrm %%IMPDIR%%/lib/IMAP -@dirrm %%IMPDIR%%/lib/Fetchmail -@dirrm %%IMPDIR%%/lib/Crypt -@dirrm %%IMPDIR%%/lib/Block -@dirrm %%IMPDIR%%/lib/Auth -@dirrm %%IMPDIR%%/lib -@dirrm %%IMPDIR%%/js -@dirrmtry %%IMPDIR%%/config -@dirrmtry %%IMPDIR%% +%%HORDIR%%/acl.php +%%HORDIR%%/attachment.php +%%HORDIR%%/compose.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/filter.txt.dist +%%HORDIR%%/config/header.php.dist +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/motd.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/servers.php.dist +%%HORDIR%%/config/trailer.txt.dist +%%HORDIR%%/contacts.php +%%HORDIR%%/expand.php +%%HORDIR%%/fetchmail.php +%%HORDIR%%/fetchmailprefs.php +%%HORDIR%%/filterprefs.php +%%HORDIR%%/folders.php +%%HORDIR%%/index.php +%%HORDIR%%/js/ieEscGuard.js +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Auth/imp.php +%%HORDIR%%/lib/Block/summary.php +%%HORDIR%%/lib/Block/tree_folders.php +%%HORDIR%%/lib/Compose.php +%%HORDIR%%/lib/Crypt/PGP.php +%%HORDIR%%/lib/Crypt/SMIME.php +%%HORDIR%%/lib/Fetchmail/imap.php +%%HORDIR%%/lib/Fetchmail.php +%%HORDIR%%/lib/Filter.php +%%HORDIR%%/lib/Folder.php +%%HORDIR%%/lib/IMAP/Client.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/IMAP/Sort.php +%%HORDIR%%/lib/IMAP/Thread.php +%%HORDIR%%/lib/IMAP/Tree.php +%%HORDIR%%/lib/IMAP.php +%%HORDIR%%/lib/IMP.php +%%HORDIR%%/lib/Identity/imp.php +%%HORDIR%%/lib/MIME/Contents.php +%%HORDIR%%/lib/MIME/Headers.php +%%HORDIR%%/lib/MIME/Viewer/alternative.php +%%HORDIR%%/lib/MIME/Viewer/appledouble.php +%%HORDIR%%/lib/MIME/Viewer/enriched.php +%%HORDIR%%/lib/MIME/Viewer/html.php +%%HORDIR%%/lib/MIME/Viewer/images.php +%%HORDIR%%/lib/MIME/Viewer/itip.php +%%HORDIR%%/lib/MIME/Viewer/multipart.php +%%HORDIR%%/lib/MIME/Viewer/notification.php +%%HORDIR%%/lib/MIME/Viewer/partial.php +%%HORDIR%%/lib/MIME/Viewer/pgp.php +%%HORDIR%%/lib/MIME/Viewer/pkcs7.php +%%HORDIR%%/lib/MIME/Viewer/plain.php +%%HORDIR%%/lib/MIME/Viewer/related.php +%%HORDIR%%/lib/MIME/Viewer/rfc822.php +%%HORDIR%%/lib/MIME/Viewer/status.php +%%HORDIR%%/lib/MIME/Viewer/tnef.php +%%HORDIR%%/lib/MIME/Viewer/zip.php +%%HORDIR%%/lib/Mailbox.php +%%HORDIR%%/lib/Maillog.php +%%HORDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php +%%HORDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/fetchmail_login.php +%%HORDIR%%/lib/Maintenance/Task/purge_trash.php +%%HORDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/tos_agreement.php +%%HORDIR%%/lib/Maintenance/imp.php +%%HORDIR%%/lib/Message.php +%%HORDIR%%/lib/Notification/Listener/status.php +%%HORDIR%%/lib/Quota/command.php +%%HORDIR%%/lib/Quota/courier.php +%%HORDIR%%/lib/Quota/cyrus.php +%%HORDIR%%/lib/Quota/logfile.php +%%HORDIR%%/lib/Quota/mdaemon.php +%%HORDIR%%/lib/Quota/mercury32.php +%%HORDIR%%/lib/Quota.php +%%HORDIR%%/lib/Search.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Spam.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/cs_CZ/help.xml +%%HORDIR%%/locale/da_DK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/da_DK/help.xml +%%HORDIR%%/locale/de_DE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/el_GR/help.xml +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/et_EE/help.xml +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/he_IL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/help.xml +%%HORDIR%%/locale/id_ID/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/help.xml +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/km_KH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/help.xml +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/help.xml +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nl_NL/help.xml +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/help.xml +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/help.xml +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/help.xml +%%HORDIR%%/locale/th_TH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/uk_UA/help.xml +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_CN/help.xml +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_TW/help.xml +%%HORDIR%%/login.php +%%HORDIR%%/mailbox.php +%%HORDIR%%/message.php +%%HORDIR%%/pgp.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_OM.po +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/bs_BA.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/he_IL.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/id_ID.po +%%HORDIR%%/po/imp.pot +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/km_KH.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/th_TH.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/recompose.php +%%HORDIR%%/redirect.php +%%HORDIR%%/saveimage.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Imp.reg +%%HORDIR%%/scripts/custom_login.php +%%HORDIR%%/search.php +%%HORDIR%%/smime.php +%%HORDIR%%/spelling.php +%%HORDIR%%/stationery.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/acl/acl.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/compose/attachments.inc +%%HORDIR%%/templates/compose/attachments.js +%%HORDIR%%/templates/compose/compose.inc +%%HORDIR%%/templates/compose/compose.js +%%HORDIR%%/templates/compose/compose_expand.js +%%HORDIR%%/templates/compose/encrypt_list.inc +%%HORDIR%%/templates/compose/expand.inc +%%HORDIR%%/templates/compose/recompose.inc +%%HORDIR%%/templates/compose/redirect.inc +%%HORDIR%%/templates/compose/spelling.inc +%%HORDIR%%/templates/compose/spelling.js +%%HORDIR%%/templates/compose/success.inc +%%HORDIR%%/templates/contacts/contacts.inc +%%HORDIR%%/templates/fetchmail/account_select.inc +%%HORDIR%%/templates/fetchmail/driver_select.inc +%%HORDIR%%/templates/fetchmail/fetchmail.inc +%%HORDIR%%/templates/fetchmail/manage.inc +%%HORDIR%%/templates/fetchmail/top.inc +%%HORDIR%%/templates/filters/notactive.inc +%%HORDIR%%/templates/filters/prefs.inc +%%HORDIR%%/templates/folders/actions.inc +%%HORDIR%%/templates/folders/folders.html +%%HORDIR%%/templates/folders/folders_confirm.html +%%HORDIR%%/templates/folders/foot.inc +%%HORDIR%%/templates/folders/head.inc +%%HORDIR%%/templates/folders/import.inc +%%HORDIR%%/templates/javascript/addressesBlocks.js +%%HORDIR%%/templates/javascript/folders.js +%%HORDIR%%/templates/javascript/popup.js +%%HORDIR%%/templates/login/login.inc +%%HORDIR%%/templates/mailbox/actions.inc +%%HORDIR%%/templates/mailbox/actions_deleted.inc +%%HORDIR%%/templates/mailbox/alert.inc +%%HORDIR%%/templates/mailbox/empty_mailbox.inc +%%HORDIR%%/templates/mailbox/footer.inc +%%HORDIR%%/templates/mailbox/header.inc +%%HORDIR%%/templates/mailbox/javascript.inc +%%HORDIR%%/templates/mailbox/legend.inc +%%HORDIR%%/templates/mailbox/mailbox.html +%%HORDIR%%/templates/mailbox/message_footers.inc +%%HORDIR%%/templates/mailbox/message_headers.inc +%%HORDIR%%/templates/mailbox/navbar.inc +%%HORDIR%%/templates/mailbox/searchfolder.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/message/headers.inc +%%HORDIR%%/templates/message/javascript.inc +%%HORDIR%%/templates/message/message.inc +%%HORDIR%%/templates/message/navbar_actions.inc +%%HORDIR%%/templates/message/navbar_navigate.inc +%%HORDIR%%/templates/message/navbar_top.inc +%%HORDIR%%/templates/pgp/import_key.inc +%%HORDIR%%/templates/pgp/notactive.inc +%%HORDIR%%/templates/pgp/passphrase.inc +%%HORDIR%%/templates/pgp/pgp.inc +%%HORDIR%%/templates/prefs/defaultsearchselect.inc +%%HORDIR%%/templates/prefs/encryptselect.inc +%%HORDIR%%/templates/prefs/folderselect.inc +%%HORDIR%%/templates/prefs/initialpageselect.inc +%%HORDIR%%/templates/prefs/sentmailselect.inc +%%HORDIR%%/templates/prefs/sourceselect.inc +%%HORDIR%%/templates/prefs/spamselect.inc +%%HORDIR%%/templates/prefs/trashselect.inc +%%HORDIR%%/templates/quota/quota.inc +%%HORDIR%%/templates/saveimage/saveimage.inc +%%HORDIR%%/templates/search/fields.inc +%%HORDIR%%/templates/search/header.inc +%%HORDIR%%/templates/search/javascript.inc +%%HORDIR%%/templates/search/main.inc +%%HORDIR%%/templates/smime/import_key.inc +%%HORDIR%%/templates/smime/notactive.inc +%%HORDIR%%/templates/smime/passphrase.inc +%%HORDIR%%/templates/smime/smime.inc +%%HORDIR%%/templates/stationery/prefs.inc +%%HORDIR%%/templates/thread/thread.html +%%HORDIR%%/test.php +%%HORDIR%%/themes/azur/screen.css +%%HORDIR%%/themes/bluemoon/screen.css +%%HORDIR%%/themes/bluewhite/screen.css +%%HORDIR%%/themes/brown/screen.css +%%HORDIR%%/themes/burntorange/screen.css +%%HORDIR%%/themes/cherry/screen.css +%%HORDIR%%/themes/cornflower/screen.css +%%HORDIR%%/themes/gennevilliers/screen.css +%%HORDIR%%/themes/graphics/addressbook_add.png +%%HORDIR%%/themes/graphics/addressbook_browse.png +%%HORDIR%%/themes/graphics/apple.png +%%HORDIR%%/themes/graphics/attachment.png +%%HORDIR%%/themes/graphics/audio/theetone.wav +%%HORDIR%%/themes/graphics/compose.png +%%HORDIR%%/themes/graphics/empty_spam.png +%%HORDIR%%/themes/graphics/empty_trash.png +%%HORDIR%%/themes/graphics/encrypted.png +%%HORDIR%%/themes/graphics/expand.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/fetchmail.png +%%HORDIR%%/themes/graphics/filters.png +%%HORDIR%%/themes/graphics/folders/drafts.png +%%HORDIR%%/themes/graphics/folders/folder.png +%%HORDIR%%/themes/graphics/folders/folder_open.png +%%HORDIR%%/themes/graphics/folders/inbox.png +%%HORDIR%%/themes/graphics/folders/sent.png +%%HORDIR%%/themes/graphics/folders/trash.png +%%HORDIR%%/themes/graphics/imp.png +%%HORDIR%%/themes/graphics/mail_answered.png +%%HORDIR%%/themes/graphics/mail_deleted.png +%%HORDIR%%/themes/graphics/mail_draft.png +%%HORDIR%%/themes/graphics/mail_flagged.png +%%HORDIR%%/themes/graphics/mail_forwarded.png +%%HORDIR%%/themes/graphics/mail_personal.png +%%HORDIR%%/themes/graphics/mail_priority_high.png +%%HORDIR%%/themes/graphics/mail_priority_low.png +%%HORDIR%%/themes/graphics/mail_unseen.png +%%HORDIR%%/themes/graphics/manage_attachments.png +%%HORDIR%%/themes/graphics/mime/binary.png +%%HORDIR%%/themes/graphics/mime/compressed.png +%%HORDIR%%/themes/graphics/mime/encryption.png +%%HORDIR%%/themes/graphics/mime/html.png +%%HORDIR%%/themes/graphics/mime/image.png +%%HORDIR%%/themes/graphics/mime/itip.png +%%HORDIR%%/themes/graphics/mime/mail.png +%%HORDIR%%/themes/graphics/mime/text.png +%%HORDIR%%/themes/graphics/newmail.png +%%HORDIR%%/themes/graphics/shared.png +%%HORDIR%%/themes/graphics/signed.png +%%HORDIR%%/themes/graphics/spacer_red.png +%%HORDIR%%/themes/graphics/spellcheck.png +%%HORDIR%%/themes/green/screen.css +%%HORDIR%%/themes/grey/screen.css +%%HORDIR%%/themes/lavander/screen.css +%%HORDIR%%/themes/luc/screen.css +%%HORDIR%%/themes/lucblue/screen.css +%%HORDIR%%/themes/postnuke/screen.css +%%HORDIR%%/themes/rtl.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/themes/simplex/screen.css +%%HORDIR%%/themes/sun/screen.css +%%HORDIR%%/thread.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Auth +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Crypt +@dirrm %%HORDIR%%/lib/Fetchmail +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Identity +@dirrm %%HORDIR%%/lib/MIME/Viewer +@dirrm %%HORDIR%%/lib/MIME +@dirrm %%HORDIR%%/lib/Maintenance/Task +@dirrm %%HORDIR%%/lib/Maintenance +@dirrm %%HORDIR%%/lib/Notification/Listener +@dirrm %%HORDIR%%/lib/Notification +@dirrm %%HORDIR%%/lib/Quota +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_OM/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_OM +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/bs_BA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bs_BA +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/he_IL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/he_IL +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/id_ID/LC_MESSAGES +@dirrm %%HORDIR%%/locale/id_ID +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/km_KH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/km_KH +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/th_TH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/th_TH +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/acl +@dirrm %%HORDIR%%/templates/compose +@dirrm %%HORDIR%%/templates/contacts +@dirrm %%HORDIR%%/templates/fetchmail +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/folders +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/login +@dirrm %%HORDIR%%/templates/mailbox +@dirrm %%HORDIR%%/templates/message +@dirrm %%HORDIR%%/templates/pgp +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates/quota +@dirrm %%HORDIR%%/templates/saveimage +@dirrm %%HORDIR%%/templates/search +@dirrm %%HORDIR%%/templates/smime +@dirrm %%HORDIR%%/templates/stationery +@dirrm %%HORDIR%%/templates/thread +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/azur +@dirrm %%HORDIR%%/themes/bluemoon +@dirrm %%HORDIR%%/themes/bluewhite +@dirrm %%HORDIR%%/themes/brown +@dirrm %%HORDIR%%/themes/burntorange +@dirrm %%HORDIR%%/themes/cherry +@dirrm %%HORDIR%%/themes/cornflower +@dirrm %%HORDIR%%/themes/gennevilliers +@dirrm %%HORDIR%%/themes/graphics/audio +@dirrm %%HORDIR%%/themes/graphics/folders +@dirrm %%HORDIR%%/themes/graphics/mime +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/green +@dirrm %%HORDIR%%/themes/grey +@dirrm %%HORDIR%%/themes/lavander +@dirrm %%HORDIR%%/themes/luc +@dirrm %%HORDIR%%/themes/lucblue +@dirrm %%HORDIR%%/themes/postnuke +@dirrm %%HORDIR%%/themes/simplex +@dirrm %%HORDIR%%/themes/sun +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile index eb94e51a0363..a17b4d34104f 100644 --- a/mail/horde4-ingo/Makefile +++ b/mail/horde4-ingo/Makefile @@ -7,10 +7,8 @@ PORTNAME= ingo PORTVERSION= 1.1.3 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application @@ -22,63 +20,14 @@ COMMENT= Horde's email-filter management application # #----------------------------------------------------------------------- -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - -NO_BUILD= yes -USE_PHP= imap -USE_GETTEXT= yes - -PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= INGODIR=${INGODIR} - -PORTDOCS= README CHANGES CREDITS INSTALL \ - RELEASE_NOTES TODO -CONFFILE= backends.php fields.php prefs.php -SUB_DIRS= config lib locale po scripts templates themes js - -LHORDEDIR?= www/horde -LINGODIR= ${LHORDEDIR}/ingo -PEARDIR?= ${LOCALBASE}/share/pear - -INGODIR= ${PREFIX}/${LINGODIR} -CONFDIR= ${INGODIR}/config - -.include <bsd.port.pre.mk> - .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -do-install: - @${INSTALL} -d ${INGODIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${INGODIR}/ - @${CP} -p ${WRKSRC}/*.php ${INGODIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${INGODIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${CONFDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} +USE_PHP= imap +USE_HORDE= base pkg-message +USE_GETTEXT= yes +PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde4-ingo/files/pkg-deinstall.in b/mail/horde4-ingo/files/pkg-deinstall.in deleted file mode 100644 index 9d8d08de9224..000000000000 --- a/mail/horde4-ingo/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Ingo config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%INGODIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde4-ingo/files/pkg-install.in b/mail/horde4-ingo/files/pkg-install.in deleted file mode 100644 index 3a7bcda4b76a..000000000000 --- a/mail/horde4-ingo/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%INGODIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde4-ingo/files/pkg-message.in b/mail/horde4-ingo/files/pkg-message.in deleted file mode 100644 index 0a1a920d3516..000000000000 --- a/mail/horde4-ingo/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************************ -Ingo has been installed in %%INGODIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Finally, you must login to Horde as a Horde Administrator to finish the -configuration. - -************************************************************************ diff --git a/mail/horde4-ingo/pkg-plist b/mail/horde4-ingo/pkg-plist index e54f8e1a2cf8..5e6d04751680 100644 --- a/mail/horde4-ingo/pkg-plist +++ b/mail/horde4-ingo/pkg-plist @@ -1,195 +1,196 @@ -%%INGODIR%%/blacklist.php -%%INGODIR%%/config/.htaccess -%%INGODIR%%/config/backends.php.dist -%%INGODIR%%/config/conf.xml -%%INGODIR%%/config/fields.php.dist -%%INGODIR%%/config/prefs.php.dist -%%INGODIR%%/filters.php -%%INGODIR%%/forward.php -%%INGODIR%%/index.php -%%INGODIR%%/js/stripe.js -%%INGODIR%%/lib/Block/overview.php -%%INGODIR%%/lib/Driver.php -%%INGODIR%%/lib/Driver/ldap.php -%%INGODIR%%/lib/Driver/null.php -%%INGODIR%%/lib/Driver/timsieved.php -%%INGODIR%%/lib/Driver/vfs.php -%%INGODIR%%/lib/IMAP/Search.php -%%INGODIR%%/lib/Ingo.php -%%INGODIR%%/lib/Script.php -%%INGODIR%%/lib/Script/imap.php -%%INGODIR%%/lib/Script/maildrop.php -%%INGODIR%%/lib/Script/procmail.php -%%INGODIR%%/lib/Script/sieve.php -%%INGODIR%%/lib/Session.php -%%INGODIR%%/lib/Storage.php -%%INGODIR%%/lib/Storage/prefs.php -%%INGODIR%%/lib/api.php -%%INGODIR%%/lib/base.php -%%INGODIR%%/lib/version.php -%%INGODIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ca_ES/help.xml -%%INGODIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/da_DK/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/help.xml -%%INGODIR%%/locale/en_US/help.xml -%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/help.xml -%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/help.xml -%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fr_FR/help.xml -%%INGODIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/it_IT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/help.xml -%%INGODIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo -%%INGODIR%%/po/README -%%INGODIR%%/po/ca_ES.po -%%INGODIR%%/po/cs_CZ.po -%%INGODIR%%/po/da_DK.po -%%INGODIR%%/po/de_DE.po -%%INGODIR%%/po/el_GR.po -%%INGODIR%%/po/es_ES.po -%%INGODIR%%/po/et_EE.po -%%INGODIR%%/po/fi_FI.po -%%INGODIR%%/po/fr_FR.po -%%INGODIR%%/po/hu_HU.po -%%INGODIR%%/po/ingo.pot -%%INGODIR%%/po/it_IT.po -%%INGODIR%%/po/ko_KR.po -%%INGODIR%%/po/lt_LT.po -%%INGODIR%%/po/lv_LV.po -%%INGODIR%%/po/nb_NO.po -%%INGODIR%%/po/nl_NL.po -%%INGODIR%%/po/pl_PL.po -%%INGODIR%%/po/pt_BR.po -%%INGODIR%%/po/pt_PT.po -%%INGODIR%%/po/ro_RO.po -%%INGODIR%%/po/sl_SI.po -%%INGODIR%%/po/sv_SE.po -%%INGODIR%%/po/tr_TR.po -%%INGODIR%%/po/zh_TW.po -%%INGODIR%%/rule.php -%%INGODIR%%/script.php -%%INGODIR%%/scripts/.htaccess -%%INGODIR%%/scripts/convert_imp_filters.php -%%INGODIR%%/templates/blacklist/blacklist.inc -%%INGODIR%%/templates/common-header.inc -%%INGODIR%%/templates/filters/filter-none.inc -%%INGODIR%%/templates/filters/filter.html -%%INGODIR%%/templates/filters/footer.inc -%%INGODIR%%/templates/filters/header.inc -%%INGODIR%%/templates/filters/settings.inc -%%INGODIR%%/templates/forward/forward.inc -%%INGODIR%%/templates/javascript/new_folder.js -%%INGODIR%%/templates/menu.inc -%%INGODIR%%/templates/rule/filter.inc -%%INGODIR%%/templates/rule/footer.inc -%%INGODIR%%/templates/rule/header.inc -%%INGODIR%%/templates/script/activate.inc -%%INGODIR%%/templates/script/footer.inc -%%INGODIR%%/templates/script/header.inc -%%INGODIR%%/templates/script/script.inc -%%INGODIR%%/templates/vacation/vacation.inc -%%INGODIR%%/templates/whitelist/whitelist.inc -%%INGODIR%%/test.php -%%INGODIR%%/themes/graphics/blacklist.png -%%INGODIR%%/themes/graphics/copy.png -%%INGODIR%%/themes/graphics/disable.png -%%INGODIR%%/themes/graphics/enable.png -%%INGODIR%%/themes/graphics/favicon.ico -%%INGODIR%%/themes/graphics/forward.png -%%INGODIR%%/themes/graphics/ingo.png -%%INGODIR%%/themes/graphics/script.png -%%INGODIR%%/themes/graphics/vacation.png -%%INGODIR%%/themes/graphics/whitelist.png -%%INGODIR%%/themes/screen.css -%%INGODIR%%/vacation.php -%%INGODIR%%/whitelist.php -@dirrm %%INGODIR%%/themes/graphics -@dirrm %%INGODIR%%/themes -@dirrm %%INGODIR%%/templates/whitelist -@dirrm %%INGODIR%%/templates/vacation -@dirrm %%INGODIR%%/templates/script -@dirrm %%INGODIR%%/templates/rule -@dirrm %%INGODIR%%/templates/javascript -@dirrm %%INGODIR%%/templates/forward -@dirrm %%INGODIR%%/templates/filters -@dirrm %%INGODIR%%/templates/blacklist -@dirrm %%INGODIR%%/templates -@dirrm %%INGODIR%%/scripts -@dirrm %%INGODIR%%/po -@dirrm %%INGODIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%INGODIR%%/locale/zh_TW -@dirrm %%INGODIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/tr_TR -@dirrm %%INGODIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sv_SE -@dirrm %%INGODIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sl_SI -@dirrm %%INGODIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ro_RO -@dirrm %%INGODIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_PT -@dirrm %%INGODIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_BR -@dirrm %%INGODIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pl_PL -@dirrm %%INGODIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nl_NL -@dirrm %%INGODIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nb_NO -@dirrm %%INGODIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lv_LV -@dirrm %%INGODIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lt_LT -@dirrm %%INGODIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ko_KR -@dirrm %%INGODIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/it_IT -@dirrm %%INGODIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%INGODIR%%/locale/hu_HU -@dirrm %%INGODIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fr_FR -@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fi_FI -@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/et_EE -@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/es_ES -@dirrm %%INGODIR%%/locale/en_US -@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/el_GR -@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/de_DE -@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%INGODIR%%/locale/da_DK -@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%INGODIR%%/locale/cs_CZ -@dirrm %%INGODIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ca_ES -@dirrm %%INGODIR%%/locale -@dirrm %%INGODIR%%/js -@dirrm %%INGODIR%%/lib/Storage -@dirrm %%INGODIR%%/lib/Script -@dirrm %%INGODIR%%/lib/IMAP -@dirrm %%INGODIR%%/lib/Driver -@dirrm %%INGODIR%%/lib/Block -@dirrm %%INGODIR%%/lib -@dirrmtry %%INGODIR%%/config -@dirrmtry %%INGODIR%% +%%HORDIR%%/blacklist.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/backends.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/fields.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/filters.php +%%HORDIR%%/forward.php +%%HORDIR%%/index.php +%%HORDIR%%/js/stripe.js +%%HORDIR%%/lib/Block/overview.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/timsieved.php +%%HORDIR%%/lib/Driver/vfs.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/Ingo.php +%%HORDIR%%/lib/Script/imap.php +%%HORDIR%%/lib/Script/maildrop.php +%%HORDIR%%/lib/Script/procmail.php +%%HORDIR%%/lib/Script/sieve.php +%%HORDIR%%/lib/Script.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Storage/prefs.php +%%HORDIR%%/lib/Storage.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/help.xml +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo +%%HORDIR%%/po/README +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/ingo.pot +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/rule.php +%%HORDIR%%/script.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/convert_imp_filters.php +%%HORDIR%%/templates/blacklist/blacklist.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/filters/filter-none.inc +%%HORDIR%%/templates/filters/filter.html +%%HORDIR%%/templates/filters/footer.inc +%%HORDIR%%/templates/filters/header.inc +%%HORDIR%%/templates/filters/settings.inc +%%HORDIR%%/templates/forward/forward.inc +%%HORDIR%%/templates/javascript/new_folder.js +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/rule/filter.inc +%%HORDIR%%/templates/rule/footer.inc +%%HORDIR%%/templates/rule/header.inc +%%HORDIR%%/templates/script/activate.inc +%%HORDIR%%/templates/script/footer.inc +%%HORDIR%%/templates/script/header.inc +%%HORDIR%%/templates/script/script.inc +%%HORDIR%%/templates/vacation/vacation.inc +%%HORDIR%%/templates/whitelist/whitelist.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/blacklist.png +%%HORDIR%%/themes/graphics/copy.png +%%HORDIR%%/themes/graphics/disable.png +%%HORDIR%%/themes/graphics/enable.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/forward.png +%%HORDIR%%/themes/graphics/ingo.png +%%HORDIR%%/themes/graphics/script.png +%%HORDIR%%/themes/graphics/vacation.png +%%HORDIR%%/themes/graphics/whitelist.png +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vacation.php +%%HORDIR%%/whitelist.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Script +@dirrm %%HORDIR%%/lib/Storage +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/blacklist +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/forward +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/rule +@dirrm %%HORDIR%%/templates/script +@dirrm %%HORDIR%%/templates/vacation +@dirrm %%HORDIR%%/templates/whitelist +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 6cddc5222df0..d1a0a7d8accd 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -7,69 +7,21 @@ PORTNAME= turba PORTVERSION= 2.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - +USE_HORDE= base USE_PHP= ldap -NO_BUILD= yes USE_GETTEXT= yes -REINPLACE_ARGS= -i "" -PORTDOCS= README CHANGES CREDITS INSTALL LDAP \ - RELEASE_NOTES TODO UPGRADING -CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php -SUB_DIRS= config lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= TURBADIR=${LTURBADIR} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} - -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config +PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -pre-configure: - @${RM} ${WRKSRC}/config/sources.php.dist.orig +pre-patch: @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl -do-install: - @${INSTALL} -d ${TURBADIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${TURBADIR}/ - @${CP} -p ${WRKSRC}/*.php ${TURBADIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR}/ - @${CHMOD} -R o-rwx ${TURBADIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/horde4-turba/files/pkg-deinstall.in b/mail/horde4-turba/files/pkg-deinstall.in deleted file mode 100644 index fced5020f1b0..000000000000 --- a/mail/horde4-turba/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%TURBADIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde4-turba/files/pkg-install.in b/mail/horde4-turba/files/pkg-install.in deleted file mode 100644 index e0611782bf84..000000000000 --- a/mail/horde4-turba/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%TURBADIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/horde4-turba/files/pkg-message.in b/mail/horde4-turba/files/pkg-message.in index c59f450b8cf5..fac46bfb9f28 100644 --- a/mail/horde4-turba/files/pkg-message.in +++ b/mail/horde4-turba/files/pkg-message.in @@ -1,11 +1,11 @@ ************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank +Turba has been installed in %%HORDIR%% with your blank configuration files. -Horde must be configured; if not, see `pkg_info -D -x horde'. +Horde must be configured; if not, see `pkg_info -Dx horde'. Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file sources.php. +%%HORCFG%%/, specially the file sources.php. Warning: if you don't use some source, deactivate it, or you could ******** experience bad response times! @@ -15,7 +15,7 @@ Then, you must login to Horde as a Horde Administrator to finish the configuration. You have to create a table in your database; please see -%%TURBADIR%%/scripts/. +%%HORDIR%%/scripts/. You might create a LDAP schema: please see the doc LDAP. ************************************************************************ diff --git a/mail/horde4-turba/pkg-plist b/mail/horde4-turba/pkg-plist index fe2bc9fa07da..0ae7fe8003b0 100644 --- a/mail/horde4-turba/pkg-plist +++ b/mail/horde4-turba/pkg-plist @@ -1,274 +1,275 @@ -%%TURBADIR%%/add.php -%%TURBADIR%%/addressbooks.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.xml -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/mime_drivers.php.dist -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/display.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/Block/minisearch.php -%%TURBADIR%%/lib/Block/tree_menu.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/imsp.php -%%TURBADIR%%/lib/Driver/kolab.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/null.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/Object/Group.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/Renderer.php -%%TURBADIR%%/lib/tests/tovcard.phpt -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/prefs.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/help.xml -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/help.xml -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/help.xml -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/help.xml -%%TURBADIR%%/locale/gl_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/is_IS/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/help.xml -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/help.xml -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/help.xml -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/minisearch.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/fa_IR.po -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/gl_ES.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/is_IS.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/tr_TR.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/import_vcards.php -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/scripts/ldap/rfc2739.schema -%%TURBADIR%%/scripts/sql/turba_objects.mssql.sql -%%TURBADIR%%/scripts/sql/turba_objects.mysql.sql -%%TURBADIR%%/scripts/sql/turba_objects.oci8.sql -%%TURBADIR%%/scripts/sql/turba_objects.pgsql.sql -%%TURBADIR%%/scripts/sql/turba_objects.sql -%%TURBADIR%%/scripts/sql/turba.xml -%%TURBADIR%%/scripts/sql/turba_weddingguests.sql -%%TURBADIR%%/scripts/upgrades/create_default_histories.php -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql -%%TURBADIR%%/scripts/upgrades/1.1_to_1.2.sql -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.sql -%%TURBADIR%%/scripts/upgrades/public_to_horde_share.php -%%TURBADIR%%/search.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/addressbooks.inc -%%TURBADIR%%/templates/block/minisearch.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/footerAlpha.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/row.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/search_criteria.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/menu.inc -%%TURBADIR%%/templates/prefs/addressbookselect.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/prefs/imsp_opt.inc -%%TURBADIR%%/test.php -%%TURBADIR%%/themes/graphics/contact.png -%%TURBADIR%%/themes/graphics/favicon.ico -%%TURBADIR%%/themes/graphics/group.png -%%TURBADIR%%/themes/graphics/menu/browse.png -%%TURBADIR%%/themes/graphics/menu/new.png -%%TURBADIR%%/themes/graphics/new.png -%%TURBADIR%%/themes/graphics/turba.png -%%TURBADIR%%/themes/ideas/screen.css -%%TURBADIR%%/themes/screen.css -%%TURBADIR%%/vcard.php -%%TURBADIR%%/view.php -@dirrm %%TURBADIR%%/themes/ideas -@dirrm %%TURBADIR%%/themes/graphics/menu -@dirrm %%TURBADIR%%/themes/graphics -@dirrm %%TURBADIR%%/themes -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/block -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%%/scripts/upgrades -@dirrm %%TURBADIR%%/scripts/sql -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/tr_TR -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/is_IS -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/gl_ES -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fa_IR -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/lib/tests -@dirrm %%TURBADIR%%/lib/Object -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/Block -@dirrm %%TURBADIR%%/lib -@dirrmtry %%TURBADIR%%/config -@dirrmtry %%TURBADIR%% +%%HORDIR%%/add.php +%%HORDIR%%/addressbooks.php +%%HORDIR%%/browse.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/attributes.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/sources.php.dist +%%HORDIR%%/data.php +%%HORDIR%%/delete.php +%%HORDIR%%/display.php +%%HORDIR%%/edit.php +%%HORDIR%%/index.php +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Block/minisearch.php +%%HORDIR%%/lib/Block/tree_menu.php +%%HORDIR%%/lib/Driver/imsp.php +%%HORDIR%%/lib/Driver/kolab.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/prefs.php +%%HORDIR%%/lib/Driver/sql.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/Group.php +%%HORDIR%%/lib/List.php +%%HORDIR%%/lib/ListView.php +%%HORDIR%%/lib/Object/Group.php +%%HORDIR%%/lib/Object.php +%%HORDIR%%/lib/ObjectView.php +%%HORDIR%%/lib/Renderer.php +%%HORDIR%%/lib/Turba.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/tests/tovcard.phpt +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/turba.mo +%%HORDIR%%/minisearch.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/turba.pot +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Turba.reg +%%HORDIR%%/scripts/import_vcards.php +%%HORDIR%%/scripts/ldap/addou +%%HORDIR%%/scripts/ldap/addou.pl +%%HORDIR%%/scripts/ldap/core.schema.patch +%%HORDIR%%/scripts/ldap/rfc2739.schema +%%HORDIR%%/scripts/sql/turba.xml +%%HORDIR%%/scripts/sql/turba_objects.mssql.sql +%%HORDIR%%/scripts/sql/turba_objects.mysql.sql +%%HORDIR%%/scripts/sql/turba_objects.oci8.sql +%%HORDIR%%/scripts/sql/turba_objects.pgsql.sql +%%HORDIR%%/scripts/sql/turba_objects.sql +%%HORDIR%%/scripts/sql/turba_weddingguests.sql +%%HORDIR%%/scripts/upgrades/1.1_to_1.2.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.sql +%%HORDIR%%/scripts/upgrades/create_default_histories.php +%%HORDIR%%/scripts/upgrades/public_to_horde_share.php +%%HORDIR%%/search.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/addressbooks.inc +%%HORDIR%%/templates/block/minisearch.inc +%%HORDIR%%/templates/browse/actions.inc +%%HORDIR%%/templates/browse/column_footers.inc +%%HORDIR%%/templates/browse/column_headers.inc +%%HORDIR%%/templates/browse/contactrow.inc +%%HORDIR%%/templates/browse/footer.inc +%%HORDIR%%/templates/browse/footerAlpha.inc +%%HORDIR%%/templates/browse/header.inc +%%HORDIR%%/templates/browse/javascript.inc +%%HORDIR%%/templates/browse/row.inc +%%HORDIR%%/templates/browse/search.inc +%%HORDIR%%/templates/browse/search_criteria.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/data/export.inc +%%HORDIR%%/templates/data/import.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/prefs/addressbookselect.inc +%%HORDIR%%/templates/prefs/columnselect.inc +%%HORDIR%%/templates/prefs/imsp_opt.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/contact.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/group.png +%%HORDIR%%/themes/graphics/menu/browse.png +%%HORDIR%%/themes/graphics/menu/new.png +%%HORDIR%%/themes/graphics/new.png +%%HORDIR%%/themes/graphics/turba.png +%%HORDIR%%/themes/ideas/screen.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vcard.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/Object +@dirrm %%HORDIR%%/lib/tests +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts/ldap +@dirrm %%HORDIR%%/scripts/sql +@dirrm %%HORDIR%%/scripts/upgrades +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/block +@dirrm %%HORDIR%%/templates/browse +@dirrm %%HORDIR%%/templates/data +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics/menu +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/ideas +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 48e7a1ebb674..7c12481824c1 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -7,10 +7,8 @@ PORTNAME= imp PORTVERSION= 4.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Webmail system for IMAP/POP3 mailboxes @@ -39,15 +37,11 @@ COMMENT= Webmail system for IMAP/POP3 mailboxes RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -CONFLICTS= imp-3.* - USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif @@ -66,44 +60,13 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request .endif -NO_BUILD= yes +CONFLICTS= imp-3.* +USE_HORDE= base USE_GETTEXT= yes -REINPLACE_ARGS= -i.beforeIMP - PORTDOCS= README CHANGES CREDITS INSTALL \ RELEASE_NOTES TODO UPGRADING -CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ - prefs.php servers.php trailer.txt -SUB_DIRS= config js lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LIMPDIR= ${LHORDEDIR}/imp -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -IMPDIR= ${PREFIX}/${LIMPDIR} -CONFDIR= ${IMPDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ - conf.xml.beforeIMP servers.php.dist.beforeIMP - -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(WITHOUT_ASPELL) @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ ${WRKSRC}/config/conf.xml @@ -136,11 +99,6 @@ pre-configure: . endif .endif -.for fc in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${fc} -.endfor - @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP - pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ @@ -151,27 +109,5 @@ pre-install: fi .endif -do-install: - @${INSTALL} -d ${IMPDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${IMPDIR}/ - @${CP} -p ${WRKSRC}/*.php ${IMPDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR}/ - @${CHMOD} -R o-rwx ${IMPDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/imp/files/pkg-deinstall.in b/mail/imp/files/pkg-deinstall.in deleted file mode 100644 index e4787a72dfe4..000000000000 --- a/mail/imp/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/imp/files/pkg-install.in b/mail/imp/files/pkg-install.in deleted file mode 100644 index 7a19b9e2b9de..000000000000 --- a/mail/imp/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/imp/files/pkg-message.in b/mail/imp/files/pkg-message.in index 0d82a9a5d916..9a3de8c83b0c 100644 --- a/mail/imp/files/pkg-message.in +++ b/mail/imp/files/pkg-message.in @@ -1,12 +1,13 @@ ************************************************************************ -IMP has been installed in %%IMPDIR%% with your blank +IMP has been installed in %%HORDIR%%/ with your blank configuration files. Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. +`pkg_info -Dx horde-base'. Then, you have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php to define your mailserver. +%%HORCFG%%/, especially the file servers.php +to define your mailserver. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. diff --git a/mail/imp/pkg-plist b/mail/imp/pkg-plist index 7aeb4b50a7c6..37bc7af5025a 100644 --- a/mail/imp/pkg-plist +++ b/mail/imp/pkg-plist @@ -1,498 +1,499 @@ -%%IMPDIR%%/acl.php -%%IMPDIR%%/attachment.php -%%IMPDIR%%/compose.php -%%IMPDIR%%/config/.htaccess -%%IMPDIR%%/config/conf.xml -%%IMPDIR%%/config/filter.txt.dist -%%IMPDIR%%/config/header.php.dist -%%IMPDIR%%/config/menu.php.dist -%%IMPDIR%%/config/mime_drivers.php.dist -%%IMPDIR%%/config/motd.php.dist -%%IMPDIR%%/config/prefs.php.dist -%%IMPDIR%%/config/servers.php.dist -%%IMPDIR%%/config/trailer.txt.dist -%%IMPDIR%%/contacts.php -%%IMPDIR%%/expand.php -%%IMPDIR%%/fetchmail.php -%%IMPDIR%%/fetchmailprefs.php -%%IMPDIR%%/filterprefs.php -%%IMPDIR%%/folders.php -%%IMPDIR%%/index.php -%%IMPDIR%%/js/ieEscGuard.js -%%IMPDIR%%/lib/.htaccess -%%IMPDIR%%/lib/Auth/imp.php -%%IMPDIR%%/lib/Block/summary.php -%%IMPDIR%%/lib/Block/tree_folders.php -%%IMPDIR%%/lib/Compose.php -%%IMPDIR%%/lib/Crypt/PGP.php -%%IMPDIR%%/lib/Crypt/SMIME.php -%%IMPDIR%%/lib/Fetchmail.php -%%IMPDIR%%/lib/Fetchmail/imap.php -%%IMPDIR%%/lib/Filter.php -%%IMPDIR%%/lib/Folder.php -%%IMPDIR%%/lib/IMAP.php -%%IMPDIR%%/lib/IMAP/Client.php -%%IMPDIR%%/lib/IMAP/Search.php -%%IMPDIR%%/lib/IMAP/Sort.php -%%IMPDIR%%/lib/IMAP/Thread.php -%%IMPDIR%%/lib/IMAP/Tree.php -%%IMPDIR%%/lib/IMP.php -%%IMPDIR%%/lib/Identity/imp.php -%%IMPDIR%%/lib/MIME/Contents.php -%%IMPDIR%%/lib/MIME/Headers.php -%%IMPDIR%%/lib/MIME/Viewer/alternative.php -%%IMPDIR%%/lib/MIME/Viewer/appledouble.php -%%IMPDIR%%/lib/MIME/Viewer/enriched.php -%%IMPDIR%%/lib/MIME/Viewer/html.php -%%IMPDIR%%/lib/MIME/Viewer/images.php -%%IMPDIR%%/lib/MIME/Viewer/itip.php -%%IMPDIR%%/lib/MIME/Viewer/multipart.php -%%IMPDIR%%/lib/MIME/Viewer/notification.php -%%IMPDIR%%/lib/MIME/Viewer/partial.php -%%IMPDIR%%/lib/MIME/Viewer/pgp.php -%%IMPDIR%%/lib/MIME/Viewer/pkcs7.php -%%IMPDIR%%/lib/MIME/Viewer/plain.php -%%IMPDIR%%/lib/MIME/Viewer/related.php -%%IMPDIR%%/lib/MIME/Viewer/rfc822.php -%%IMPDIR%%/lib/MIME/Viewer/status.php -%%IMPDIR%%/lib/MIME/Viewer/tnef.php -%%IMPDIR%%/lib/MIME/Viewer/zip.php -%%IMPDIR%%/lib/Mailbox.php -%%IMPDIR%%/lib/Maillog.php -%%IMPDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/fetchmail_login.php -%%IMPDIR%%/lib/Maintenance/Task/purge_trash.php -%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php -%%IMPDIR%%/lib/Maintenance/Task/tos_agreement.php -%%IMPDIR%%/lib/Maintenance/imp.php -%%IMPDIR%%/lib/Message.php -%%IMPDIR%%/lib/Notification/Listener/status.php -%%IMPDIR%%/lib/Quota.php -%%IMPDIR%%/lib/Quota/command.php -%%IMPDIR%%/lib/Quota/courier.php -%%IMPDIR%%/lib/Quota/cyrus.php -%%IMPDIR%%/lib/Quota/logfile.php -%%IMPDIR%%/lib/Quota/mdaemon.php -%%IMPDIR%%/lib/Quota/mercury32.php -%%IMPDIR%%/lib/Search.php -%%IMPDIR%%/lib/Session.php -%%IMPDIR%%/lib/Spam.php -%%IMPDIR%%/lib/api.php -%%IMPDIR%%/lib/base.php -%%IMPDIR%%/lib/prefs.php -%%IMPDIR%%/lib/version.php -%%IMPDIR%%/locale/.htaccess -%%IMPDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ca_ES/help.xml -%%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/cs_CZ/help.xml -%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/da_DK/help.xml -%%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/de_DE/help.xml -%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/el_GR/help.xml -%%IMPDIR%%/locale/en_US/help.xml -%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/es_ES/help.xml -%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/et_EE/help.xml -%%IMPDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fa_IR/help.xml -%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fi_FI/help.xml -%%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/fr_FR/help.xml -%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/he_IL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/hu_HU/help.xml -%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/it_IT/help.xml -%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/km_KH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ko_KR/help.xml -%%IMPDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nb_NO/help.xml -%%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/nl_NL/help.xml -%%IMPDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pl_PL/help.xml -%%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_BR/help.xml -%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/pt_PT/help.xml -%%IMPDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/ru_RU/help.xml -%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sk_SK/help.xml -%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/sv_SE/help.xml -%%IMPDIR%%/locale/th_TH/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/tr_TR/help.xml -%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/uk_UA/help.xml -%%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_CN/help.xml -%%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo -%%IMPDIR%%/locale/zh_TW/help.xml -%%IMPDIR%%/login.php -%%IMPDIR%%/mailbox.php -%%IMPDIR%%/message.php -%%IMPDIR%%/pgp.php -%%IMPDIR%%/po/.htaccess -%%IMPDIR%%/po/README -%%IMPDIR%%/po/ar_OM.po -%%IMPDIR%%/po/ar_SY.po -%%IMPDIR%%/po/bg_BG.po -%%IMPDIR%%/po/bs_BA.po -%%IMPDIR%%/po/ca_ES.po -%%IMPDIR%%/po/cs_CZ.po -%%IMPDIR%%/po/da_DK.po -%%IMPDIR%%/po/de_DE.po -%%IMPDIR%%/po/el_GR.po -%%IMPDIR%%/po/es_ES.po -%%IMPDIR%%/po/et_EE.po -%%IMPDIR%%/po/fa_IR.po -%%IMPDIR%%/po/fi_FI.po -%%IMPDIR%%/po/fr_FR.po -%%IMPDIR%%/po/gl_ES.po -%%IMPDIR%%/po/he_IL.po -%%IMPDIR%%/po/hu_HU.po -%%IMPDIR%%/po/id_ID.po -%%IMPDIR%%/po/imp.pot -%%IMPDIR%%/po/is_IS.po -%%IMPDIR%%/po/it_IT.po -%%IMPDIR%%/po/ja_JP.po -%%IMPDIR%%/po/km_KH.po -%%IMPDIR%%/po/ko_KR.po -%%IMPDIR%%/po/lt_LT.po -%%IMPDIR%%/po/lv_LV.po -%%IMPDIR%%/po/mk_MK.po -%%IMPDIR%%/po/nb_NO.po -%%IMPDIR%%/po/nl_NL.po -%%IMPDIR%%/po/nn_NO.po -%%IMPDIR%%/po/pl_PL.po -%%IMPDIR%%/po/pt_BR.po -%%IMPDIR%%/po/pt_PT.po -%%IMPDIR%%/po/ro_RO.po -%%IMPDIR%%/po/ru_RU.po -%%IMPDIR%%/po/sk_SK.po -%%IMPDIR%%/po/sl_SI.po -%%IMPDIR%%/po/sv_SE.po -%%IMPDIR%%/po/th_TH.po -%%IMPDIR%%/po/tr_TR.po -%%IMPDIR%%/po/uk_UA.po -%%IMPDIR%%/po/zh_CN.po -%%IMPDIR%%/po/zh_TW.po -%%IMPDIR%%/recompose.php -%%IMPDIR%%/redirect.php -%%IMPDIR%%/saveimage.php -%%IMPDIR%%/scripts/.htaccess -%%IMPDIR%%/scripts/Imp.reg -%%IMPDIR%%/scripts/custom_login.php -%%IMPDIR%%/search.php -%%IMPDIR%%/smime.php -%%IMPDIR%%/spelling.php -%%IMPDIR%%/stationery.php -%%IMPDIR%%/templates/.htaccess -%%IMPDIR%%/templates/acl/acl.inc -%%IMPDIR%%/templates/common-header.inc -%%IMPDIR%%/templates/compose/attachments.inc -%%IMPDIR%%/templates/compose/attachments.js -%%IMPDIR%%/templates/compose/compose.inc -%%IMPDIR%%/templates/compose/compose.js -%%IMPDIR%%/templates/compose/compose_expand.js -%%IMPDIR%%/templates/compose/encrypt_list.inc -%%IMPDIR%%/templates/compose/expand.inc -%%IMPDIR%%/templates/compose/recompose.inc -%%IMPDIR%%/templates/compose/redirect.inc -%%IMPDIR%%/templates/compose/spelling.inc -%%IMPDIR%%/templates/compose/spelling.js -%%IMPDIR%%/templates/compose/success.inc -%%IMPDIR%%/templates/contacts/contacts.inc -%%IMPDIR%%/templates/fetchmail/account_select.inc -%%IMPDIR%%/templates/fetchmail/driver_select.inc -%%IMPDIR%%/templates/fetchmail/fetchmail.inc -%%IMPDIR%%/templates/fetchmail/manage.inc -%%IMPDIR%%/templates/fetchmail/top.inc -%%IMPDIR%%/templates/filters/notactive.inc -%%IMPDIR%%/templates/filters/prefs.inc -%%IMPDIR%%/templates/folders/actions.inc -%%IMPDIR%%/templates/folders/folders.html -%%IMPDIR%%/templates/folders/folders_confirm.html -%%IMPDIR%%/templates/folders/foot.inc -%%IMPDIR%%/templates/folders/head.inc -%%IMPDIR%%/templates/folders/import.inc -%%IMPDIR%%/templates/javascript/addressesBlocks.js -%%IMPDIR%%/templates/javascript/folders.js -%%IMPDIR%%/templates/javascript/popup.js -%%IMPDIR%%/templates/login/login.inc -%%IMPDIR%%/templates/mailbox/actions.inc -%%IMPDIR%%/templates/mailbox/actions_deleted.inc -%%IMPDIR%%/templates/mailbox/alert.inc -%%IMPDIR%%/templates/mailbox/empty_mailbox.inc -%%IMPDIR%%/templates/mailbox/footer.inc -%%IMPDIR%%/templates/mailbox/header.inc -%%IMPDIR%%/templates/mailbox/javascript.inc -%%IMPDIR%%/templates/mailbox/legend.inc -%%IMPDIR%%/templates/mailbox/mailbox.html -%%IMPDIR%%/templates/mailbox/message_footers.inc -%%IMPDIR%%/templates/mailbox/message_headers.inc -%%IMPDIR%%/templates/mailbox/navbar.inc -%%IMPDIR%%/templates/mailbox/searchfolder.inc -%%IMPDIR%%/templates/menu.inc -%%IMPDIR%%/templates/message/headers.inc -%%IMPDIR%%/templates/message/javascript.inc -%%IMPDIR%%/templates/message/message.inc -%%IMPDIR%%/templates/message/navbar_actions.inc -%%IMPDIR%%/templates/message/navbar_navigate.inc -%%IMPDIR%%/templates/message/navbar_top.inc -%%IMPDIR%%/templates/pgp/import_key.inc -%%IMPDIR%%/templates/pgp/notactive.inc -%%IMPDIR%%/templates/pgp/passphrase.inc -%%IMPDIR%%/templates/pgp/pgp.inc -%%IMPDIR%%/templates/prefs/defaultsearchselect.inc -%%IMPDIR%%/templates/prefs/encryptselect.inc -%%IMPDIR%%/templates/prefs/folderselect.inc -%%IMPDIR%%/templates/prefs/initialpageselect.inc -%%IMPDIR%%/templates/prefs/sentmailselect.inc -%%IMPDIR%%/templates/prefs/sourceselect.inc -%%IMPDIR%%/templates/prefs/spamselect.inc -%%IMPDIR%%/templates/prefs/trashselect.inc -%%IMPDIR%%/templates/quota/quota.inc -%%IMPDIR%%/templates/saveimage/saveimage.inc -%%IMPDIR%%/templates/search/fields.inc -%%IMPDIR%%/templates/search/header.inc -%%IMPDIR%%/templates/search/javascript.inc -%%IMPDIR%%/templates/search/main.inc -%%IMPDIR%%/templates/smime/import_key.inc -%%IMPDIR%%/templates/smime/notactive.inc -%%IMPDIR%%/templates/smime/passphrase.inc -%%IMPDIR%%/templates/smime/smime.inc -%%IMPDIR%%/templates/stationery/prefs.inc -%%IMPDIR%%/templates/thread/thread.html -%%IMPDIR%%/test.php -%%IMPDIR%%/themes/azur/screen.css -%%IMPDIR%%/themes/bluemoon/screen.css -%%IMPDIR%%/themes/bluewhite/screen.css -%%IMPDIR%%/themes/brown/screen.css -%%IMPDIR%%/themes/burntorange/screen.css -%%IMPDIR%%/themes/cherry/screen.css -%%IMPDIR%%/themes/cornflower/screen.css -%%IMPDIR%%/themes/gennevilliers/screen.css -%%IMPDIR%%/themes/graphics/addressbook_add.png -%%IMPDIR%%/themes/graphics/addressbook_browse.png -%%IMPDIR%%/themes/graphics/apple.png -%%IMPDIR%%/themes/graphics/attachment.png -%%IMPDIR%%/themes/graphics/audio/theetone.wav -%%IMPDIR%%/themes/graphics/compose.png -%%IMPDIR%%/themes/graphics/empty_spam.png -%%IMPDIR%%/themes/graphics/empty_trash.png -%%IMPDIR%%/themes/graphics/encrypted.png -%%IMPDIR%%/themes/graphics/expand.png -%%IMPDIR%%/themes/graphics/favicon.ico -%%IMPDIR%%/themes/graphics/fetchmail.png -%%IMPDIR%%/themes/graphics/filters.png -%%IMPDIR%%/themes/graphics/folders/drafts.png -%%IMPDIR%%/themes/graphics/folders/folder.png -%%IMPDIR%%/themes/graphics/folders/folder_open.png -%%IMPDIR%%/themes/graphics/folders/inbox.png -%%IMPDIR%%/themes/graphics/folders/sent.png -%%IMPDIR%%/themes/graphics/folders/trash.png -%%IMPDIR%%/themes/graphics/imp.png -%%IMPDIR%%/themes/graphics/mail_answered.png -%%IMPDIR%%/themes/graphics/mail_deleted.png -%%IMPDIR%%/themes/graphics/mail_draft.png -%%IMPDIR%%/themes/graphics/mail_flagged.png -%%IMPDIR%%/themes/graphics/mail_forwarded.png -%%IMPDIR%%/themes/graphics/mail_personal.png -%%IMPDIR%%/themes/graphics/mail_priority_high.png -%%IMPDIR%%/themes/graphics/mail_priority_low.png -%%IMPDIR%%/themes/graphics/mail_unseen.png -%%IMPDIR%%/themes/graphics/manage_attachments.png -%%IMPDIR%%/themes/graphics/mime/binary.png -%%IMPDIR%%/themes/graphics/mime/compressed.png -%%IMPDIR%%/themes/graphics/mime/encryption.png -%%IMPDIR%%/themes/graphics/mime/html.png -%%IMPDIR%%/themes/graphics/mime/image.png -%%IMPDIR%%/themes/graphics/mime/itip.png -%%IMPDIR%%/themes/graphics/mime/mail.png -%%IMPDIR%%/themes/graphics/mime/text.png -%%IMPDIR%%/themes/graphics/newmail.png -%%IMPDIR%%/themes/graphics/shared.png -%%IMPDIR%%/themes/graphics/signed.png -%%IMPDIR%%/themes/graphics/spacer_red.png -%%IMPDIR%%/themes/graphics/spellcheck.png -%%IMPDIR%%/themes/green/screen.css -%%IMPDIR%%/themes/grey/screen.css -%%IMPDIR%%/themes/lavander/screen.css -%%IMPDIR%%/themes/luc/screen.css -%%IMPDIR%%/themes/lucblue/screen.css -%%IMPDIR%%/themes/postnuke/screen.css -%%IMPDIR%%/themes/rtl.css -%%IMPDIR%%/themes/screen.css -%%IMPDIR%%/themes/simplex/screen.css -%%IMPDIR%%/themes/sun/screen.css -%%IMPDIR%%/thread.php -%%IMPDIR%%/view.php -@dirrm %%IMPDIR%%/themes/sun -@dirrm %%IMPDIR%%/themes/simplex -@dirrm %%IMPDIR%%/themes/postnuke -@dirrm %%IMPDIR%%/themes/lucblue -@dirrm %%IMPDIR%%/themes/luc -@dirrm %%IMPDIR%%/themes/lavander -@dirrm %%IMPDIR%%/themes/graphics/mime -@dirrm %%IMPDIR%%/themes/graphics/folders -@dirrm %%IMPDIR%%/themes/graphics/audio -@dirrm %%IMPDIR%%/themes/graphics -@dirrm %%IMPDIR%%/themes/grey -@dirrm %%IMPDIR%%/themes/green -@dirrm %%IMPDIR%%/themes/gennevilliers -@dirrm %%IMPDIR%%/themes/cornflower -@dirrm %%IMPDIR%%/themes/cherry -@dirrm %%IMPDIR%%/themes/burntorange -@dirrm %%IMPDIR%%/themes/brown -@dirrm %%IMPDIR%%/themes/bluewhite -@dirrm %%IMPDIR%%/themes/bluemoon -@dirrm %%IMPDIR%%/themes/azur -@dirrm %%IMPDIR%%/themes -@dirrm %%IMPDIR%%/templates/thread -@dirrm %%IMPDIR%%/templates/stationery -@dirrm %%IMPDIR%%/templates/smime -@dirrm %%IMPDIR%%/templates/search -@dirrm %%IMPDIR%%/templates/saveimage -@dirrm %%IMPDIR%%/templates/quota -@dirrm %%IMPDIR%%/templates/prefs -@dirrm %%IMPDIR%%/templates/pgp -@dirrm %%IMPDIR%%/templates/message -@dirrm %%IMPDIR%%/templates/mailbox -@dirrm %%IMPDIR%%/templates/login -@dirrm %%IMPDIR%%/templates/javascript -@dirrm %%IMPDIR%%/templates/folders -@dirrm %%IMPDIR%%/templates/filters -@dirrm %%IMPDIR%%/templates/fetchmail -@dirrm %%IMPDIR%%/templates/contacts -@dirrm %%IMPDIR%%/templates/compose -@dirrm %%IMPDIR%%/templates/acl -@dirrm %%IMPDIR%%/templates -@dirrm %%IMPDIR%%/scripts -@dirrm %%IMPDIR%%/po -@dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_TW -@dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/zh_CN -@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/uk_UA -@dirrm %%IMPDIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/tr_TR -@dirrm %%IMPDIR%%/locale/th_TH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/th_TH -@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sv_SE -@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sl_SI -@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/sk_SK -@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ru_RU -@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ro_RO -@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_PT -@dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pt_BR -@dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/pl_PL -@dirrm %%IMPDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nn_NO -@dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nl_NL -@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/nb_NO -@dirrm %%IMPDIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/mk_MK -@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lv_LV -@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/lt_LT -@dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ko_KR -@dirrm %%IMPDIR%%/locale/km_KH/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/km_KH -@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ja_JP -@dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/it_IT -@dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/is_IS -@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/id_ID -@dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/hu_HU -@dirrm %%IMPDIR%%/locale/he_IL/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/he_IL -@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/gl_ES -@dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fr_FR -@dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fi_FI -@dirrm %%IMPDIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/fa_IR -@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/et_EE -@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/es_ES -@dirrm %%IMPDIR%%/locale/en_US -@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/el_GR -@dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/de_DE -@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/da_DK -@dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/cs_CZ -@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ca_ES -@dirrm %%IMPDIR%%/locale/bs_BA/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bs_BA -@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/bg_BG -@dirrm %%IMPDIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_SY -@dirrm %%IMPDIR%%/locale/ar_OM/LC_MESSAGES -@dirrm %%IMPDIR%%/locale/ar_OM -@dirrm %%IMPDIR%%/locale -@dirrm %%IMPDIR%%/lib/Quota -@dirrm %%IMPDIR%%/lib/Notification/Listener -@dirrm %%IMPDIR%%/lib/Notification -@dirrm %%IMPDIR%%/lib/Maintenance/Task -@dirrm %%IMPDIR%%/lib/Maintenance -@dirrm %%IMPDIR%%/lib/MIME/Viewer -@dirrm %%IMPDIR%%/lib/MIME -@dirrm %%IMPDIR%%/lib/Identity -@dirrm %%IMPDIR%%/lib/IMAP -@dirrm %%IMPDIR%%/lib/Fetchmail -@dirrm %%IMPDIR%%/lib/Crypt -@dirrm %%IMPDIR%%/lib/Block -@dirrm %%IMPDIR%%/lib/Auth -@dirrm %%IMPDIR%%/lib -@dirrm %%IMPDIR%%/js -@dirrmtry %%IMPDIR%%/config -@dirrmtry %%IMPDIR%% +%%HORDIR%%/acl.php +%%HORDIR%%/attachment.php +%%HORDIR%%/compose.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/filter.txt.dist +%%HORDIR%%/config/header.php.dist +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/motd.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/servers.php.dist +%%HORDIR%%/config/trailer.txt.dist +%%HORDIR%%/contacts.php +%%HORDIR%%/expand.php +%%HORDIR%%/fetchmail.php +%%HORDIR%%/fetchmailprefs.php +%%HORDIR%%/filterprefs.php +%%HORDIR%%/folders.php +%%HORDIR%%/index.php +%%HORDIR%%/js/ieEscGuard.js +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Auth/imp.php +%%HORDIR%%/lib/Block/summary.php +%%HORDIR%%/lib/Block/tree_folders.php +%%HORDIR%%/lib/Compose.php +%%HORDIR%%/lib/Crypt/PGP.php +%%HORDIR%%/lib/Crypt/SMIME.php +%%HORDIR%%/lib/Fetchmail/imap.php +%%HORDIR%%/lib/Fetchmail.php +%%HORDIR%%/lib/Filter.php +%%HORDIR%%/lib/Folder.php +%%HORDIR%%/lib/IMAP/Client.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/IMAP/Sort.php +%%HORDIR%%/lib/IMAP/Thread.php +%%HORDIR%%/lib/IMAP/Tree.php +%%HORDIR%%/lib/IMAP.php +%%HORDIR%%/lib/IMP.php +%%HORDIR%%/lib/Identity/imp.php +%%HORDIR%%/lib/MIME/Contents.php +%%HORDIR%%/lib/MIME/Headers.php +%%HORDIR%%/lib/MIME/Viewer/alternative.php +%%HORDIR%%/lib/MIME/Viewer/appledouble.php +%%HORDIR%%/lib/MIME/Viewer/enriched.php +%%HORDIR%%/lib/MIME/Viewer/html.php +%%HORDIR%%/lib/MIME/Viewer/images.php +%%HORDIR%%/lib/MIME/Viewer/itip.php +%%HORDIR%%/lib/MIME/Viewer/multipart.php +%%HORDIR%%/lib/MIME/Viewer/notification.php +%%HORDIR%%/lib/MIME/Viewer/partial.php +%%HORDIR%%/lib/MIME/Viewer/pgp.php +%%HORDIR%%/lib/MIME/Viewer/pkcs7.php +%%HORDIR%%/lib/MIME/Viewer/plain.php +%%HORDIR%%/lib/MIME/Viewer/related.php +%%HORDIR%%/lib/MIME/Viewer/rfc822.php +%%HORDIR%%/lib/MIME/Viewer/status.php +%%HORDIR%%/lib/MIME/Viewer/tnef.php +%%HORDIR%%/lib/MIME/Viewer/zip.php +%%HORDIR%%/lib/Mailbox.php +%%HORDIR%%/lib/Maillog.php +%%HORDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php +%%HORDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/fetchmail_login.php +%%HORDIR%%/lib/Maintenance/Task/purge_trash.php +%%HORDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php +%%HORDIR%%/lib/Maintenance/Task/tos_agreement.php +%%HORDIR%%/lib/Maintenance/imp.php +%%HORDIR%%/lib/Message.php +%%HORDIR%%/lib/Notification/Listener/status.php +%%HORDIR%%/lib/Quota/command.php +%%HORDIR%%/lib/Quota/courier.php +%%HORDIR%%/lib/Quota/cyrus.php +%%HORDIR%%/lib/Quota/logfile.php +%%HORDIR%%/lib/Quota/mdaemon.php +%%HORDIR%%/lib/Quota/mercury32.php +%%HORDIR%%/lib/Quota.php +%%HORDIR%%/lib/Search.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Spam.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/cs_CZ/help.xml +%%HORDIR%%/locale/da_DK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/da_DK/help.xml +%%HORDIR%%/locale/de_DE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/el_GR/help.xml +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/et_EE/help.xml +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/he_IL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/hu_HU/help.xml +%%HORDIR%%/locale/id_ID/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/it_IT/help.xml +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/km_KH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ko_KR/help.xml +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nb_NO/help.xml +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/nl_NL/help.xml +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pl_PL/help.xml +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/ru_RU/help.xml +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/sv_SE/help.xml +%%HORDIR%%/locale/th_TH/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/uk_UA/help.xml +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_CN/help.xml +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo +%%HORDIR%%/locale/zh_TW/help.xml +%%HORDIR%%/login.php +%%HORDIR%%/mailbox.php +%%HORDIR%%/message.php +%%HORDIR%%/pgp.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_OM.po +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/bs_BA.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/he_IL.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/id_ID.po +%%HORDIR%%/po/imp.pot +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/km_KH.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/th_TH.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/recompose.php +%%HORDIR%%/redirect.php +%%HORDIR%%/saveimage.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Imp.reg +%%HORDIR%%/scripts/custom_login.php +%%HORDIR%%/search.php +%%HORDIR%%/smime.php +%%HORDIR%%/spelling.php +%%HORDIR%%/stationery.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/acl/acl.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/compose/attachments.inc +%%HORDIR%%/templates/compose/attachments.js +%%HORDIR%%/templates/compose/compose.inc +%%HORDIR%%/templates/compose/compose.js +%%HORDIR%%/templates/compose/compose_expand.js +%%HORDIR%%/templates/compose/encrypt_list.inc +%%HORDIR%%/templates/compose/expand.inc +%%HORDIR%%/templates/compose/recompose.inc +%%HORDIR%%/templates/compose/redirect.inc +%%HORDIR%%/templates/compose/spelling.inc +%%HORDIR%%/templates/compose/spelling.js +%%HORDIR%%/templates/compose/success.inc +%%HORDIR%%/templates/contacts/contacts.inc +%%HORDIR%%/templates/fetchmail/account_select.inc +%%HORDIR%%/templates/fetchmail/driver_select.inc +%%HORDIR%%/templates/fetchmail/fetchmail.inc +%%HORDIR%%/templates/fetchmail/manage.inc +%%HORDIR%%/templates/fetchmail/top.inc +%%HORDIR%%/templates/filters/notactive.inc +%%HORDIR%%/templates/filters/prefs.inc +%%HORDIR%%/templates/folders/actions.inc +%%HORDIR%%/templates/folders/folders.html +%%HORDIR%%/templates/folders/folders_confirm.html +%%HORDIR%%/templates/folders/foot.inc +%%HORDIR%%/templates/folders/head.inc +%%HORDIR%%/templates/folders/import.inc +%%HORDIR%%/templates/javascript/addressesBlocks.js +%%HORDIR%%/templates/javascript/folders.js +%%HORDIR%%/templates/javascript/popup.js +%%HORDIR%%/templates/login/login.inc +%%HORDIR%%/templates/mailbox/actions.inc +%%HORDIR%%/templates/mailbox/actions_deleted.inc +%%HORDIR%%/templates/mailbox/alert.inc +%%HORDIR%%/templates/mailbox/empty_mailbox.inc +%%HORDIR%%/templates/mailbox/footer.inc +%%HORDIR%%/templates/mailbox/header.inc +%%HORDIR%%/templates/mailbox/javascript.inc +%%HORDIR%%/templates/mailbox/legend.inc +%%HORDIR%%/templates/mailbox/mailbox.html +%%HORDIR%%/templates/mailbox/message_footers.inc +%%HORDIR%%/templates/mailbox/message_headers.inc +%%HORDIR%%/templates/mailbox/navbar.inc +%%HORDIR%%/templates/mailbox/searchfolder.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/message/headers.inc +%%HORDIR%%/templates/message/javascript.inc +%%HORDIR%%/templates/message/message.inc +%%HORDIR%%/templates/message/navbar_actions.inc +%%HORDIR%%/templates/message/navbar_navigate.inc +%%HORDIR%%/templates/message/navbar_top.inc +%%HORDIR%%/templates/pgp/import_key.inc +%%HORDIR%%/templates/pgp/notactive.inc +%%HORDIR%%/templates/pgp/passphrase.inc +%%HORDIR%%/templates/pgp/pgp.inc +%%HORDIR%%/templates/prefs/defaultsearchselect.inc +%%HORDIR%%/templates/prefs/encryptselect.inc +%%HORDIR%%/templates/prefs/folderselect.inc +%%HORDIR%%/templates/prefs/initialpageselect.inc +%%HORDIR%%/templates/prefs/sentmailselect.inc +%%HORDIR%%/templates/prefs/sourceselect.inc +%%HORDIR%%/templates/prefs/spamselect.inc +%%HORDIR%%/templates/prefs/trashselect.inc +%%HORDIR%%/templates/quota/quota.inc +%%HORDIR%%/templates/saveimage/saveimage.inc +%%HORDIR%%/templates/search/fields.inc +%%HORDIR%%/templates/search/header.inc +%%HORDIR%%/templates/search/javascript.inc +%%HORDIR%%/templates/search/main.inc +%%HORDIR%%/templates/smime/import_key.inc +%%HORDIR%%/templates/smime/notactive.inc +%%HORDIR%%/templates/smime/passphrase.inc +%%HORDIR%%/templates/smime/smime.inc +%%HORDIR%%/templates/stationery/prefs.inc +%%HORDIR%%/templates/thread/thread.html +%%HORDIR%%/test.php +%%HORDIR%%/themes/azur/screen.css +%%HORDIR%%/themes/bluemoon/screen.css +%%HORDIR%%/themes/bluewhite/screen.css +%%HORDIR%%/themes/brown/screen.css +%%HORDIR%%/themes/burntorange/screen.css +%%HORDIR%%/themes/cherry/screen.css +%%HORDIR%%/themes/cornflower/screen.css +%%HORDIR%%/themes/gennevilliers/screen.css +%%HORDIR%%/themes/graphics/addressbook_add.png +%%HORDIR%%/themes/graphics/addressbook_browse.png +%%HORDIR%%/themes/graphics/apple.png +%%HORDIR%%/themes/graphics/attachment.png +%%HORDIR%%/themes/graphics/audio/theetone.wav +%%HORDIR%%/themes/graphics/compose.png +%%HORDIR%%/themes/graphics/empty_spam.png +%%HORDIR%%/themes/graphics/empty_trash.png +%%HORDIR%%/themes/graphics/encrypted.png +%%HORDIR%%/themes/graphics/expand.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/fetchmail.png +%%HORDIR%%/themes/graphics/filters.png +%%HORDIR%%/themes/graphics/folders/drafts.png +%%HORDIR%%/themes/graphics/folders/folder.png +%%HORDIR%%/themes/graphics/folders/folder_open.png +%%HORDIR%%/themes/graphics/folders/inbox.png +%%HORDIR%%/themes/graphics/folders/sent.png +%%HORDIR%%/themes/graphics/folders/trash.png +%%HORDIR%%/themes/graphics/imp.png +%%HORDIR%%/themes/graphics/mail_answered.png +%%HORDIR%%/themes/graphics/mail_deleted.png +%%HORDIR%%/themes/graphics/mail_draft.png +%%HORDIR%%/themes/graphics/mail_flagged.png +%%HORDIR%%/themes/graphics/mail_forwarded.png +%%HORDIR%%/themes/graphics/mail_personal.png +%%HORDIR%%/themes/graphics/mail_priority_high.png +%%HORDIR%%/themes/graphics/mail_priority_low.png +%%HORDIR%%/themes/graphics/mail_unseen.png +%%HORDIR%%/themes/graphics/manage_attachments.png +%%HORDIR%%/themes/graphics/mime/binary.png +%%HORDIR%%/themes/graphics/mime/compressed.png +%%HORDIR%%/themes/graphics/mime/encryption.png +%%HORDIR%%/themes/graphics/mime/html.png +%%HORDIR%%/themes/graphics/mime/image.png +%%HORDIR%%/themes/graphics/mime/itip.png +%%HORDIR%%/themes/graphics/mime/mail.png +%%HORDIR%%/themes/graphics/mime/text.png +%%HORDIR%%/themes/graphics/newmail.png +%%HORDIR%%/themes/graphics/shared.png +%%HORDIR%%/themes/graphics/signed.png +%%HORDIR%%/themes/graphics/spacer_red.png +%%HORDIR%%/themes/graphics/spellcheck.png +%%HORDIR%%/themes/green/screen.css +%%HORDIR%%/themes/grey/screen.css +%%HORDIR%%/themes/lavander/screen.css +%%HORDIR%%/themes/luc/screen.css +%%HORDIR%%/themes/lucblue/screen.css +%%HORDIR%%/themes/postnuke/screen.css +%%HORDIR%%/themes/rtl.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/themes/simplex/screen.css +%%HORDIR%%/themes/sun/screen.css +%%HORDIR%%/thread.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Auth +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Crypt +@dirrm %%HORDIR%%/lib/Fetchmail +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Identity +@dirrm %%HORDIR%%/lib/MIME/Viewer +@dirrm %%HORDIR%%/lib/MIME +@dirrm %%HORDIR%%/lib/Maintenance/Task +@dirrm %%HORDIR%%/lib/Maintenance +@dirrm %%HORDIR%%/lib/Notification/Listener +@dirrm %%HORDIR%%/lib/Notification +@dirrm %%HORDIR%%/lib/Quota +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_OM/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_OM +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/bs_BA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bs_BA +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/he_IL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/he_IL +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/id_ID/LC_MESSAGES +@dirrm %%HORDIR%%/locale/id_ID +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/km_KH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/km_KH +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/th_TH/LC_MESSAGES +@dirrm %%HORDIR%%/locale/th_TH +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/acl +@dirrm %%HORDIR%%/templates/compose +@dirrm %%HORDIR%%/templates/contacts +@dirrm %%HORDIR%%/templates/fetchmail +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/folders +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/login +@dirrm %%HORDIR%%/templates/mailbox +@dirrm %%HORDIR%%/templates/message +@dirrm %%HORDIR%%/templates/pgp +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates/quota +@dirrm %%HORDIR%%/templates/saveimage +@dirrm %%HORDIR%%/templates/search +@dirrm %%HORDIR%%/templates/smime +@dirrm %%HORDIR%%/templates/stationery +@dirrm %%HORDIR%%/templates/thread +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/azur +@dirrm %%HORDIR%%/themes/bluemoon +@dirrm %%HORDIR%%/themes/bluewhite +@dirrm %%HORDIR%%/themes/brown +@dirrm %%HORDIR%%/themes/burntorange +@dirrm %%HORDIR%%/themes/cherry +@dirrm %%HORDIR%%/themes/cornflower +@dirrm %%HORDIR%%/themes/gennevilliers +@dirrm %%HORDIR%%/themes/graphics/audio +@dirrm %%HORDIR%%/themes/graphics/folders +@dirrm %%HORDIR%%/themes/graphics/mime +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/green +@dirrm %%HORDIR%%/themes/grey +@dirrm %%HORDIR%%/themes/lavander +@dirrm %%HORDIR%%/themes/luc +@dirrm %%HORDIR%%/themes/lucblue +@dirrm %%HORDIR%%/themes/postnuke +@dirrm %%HORDIR%%/themes/simplex +@dirrm %%HORDIR%%/themes/sun +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index eb94e51a0363..a17b4d34104f 100644 --- a/mail/ingo/Makefile +++ b/mail/ingo/Makefile @@ -7,10 +7,8 @@ PORTNAME= ingo PORTVERSION= 1.1.3 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Horde's email-filter management application @@ -22,63 +20,14 @@ COMMENT= Horde's email-filter management application # #----------------------------------------------------------------------- -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - -NO_BUILD= yes -USE_PHP= imap -USE_GETTEXT= yes - -PLIST_SUB= INGODIR=${LINGODIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= INGODIR=${INGODIR} - -PORTDOCS= README CHANGES CREDITS INSTALL \ - RELEASE_NOTES TODO -CONFFILE= backends.php fields.php prefs.php -SUB_DIRS= config lib locale po scripts templates themes js - -LHORDEDIR?= www/horde -LINGODIR= ${LHORDEDIR}/ingo -PEARDIR?= ${LOCALBASE}/share/pear - -INGODIR= ${PREFIX}/${LINGODIR} -CONFDIR= ${INGODIR}/config - -.include <bsd.port.pre.mk> - .if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved) RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve .endif -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -do-install: - @${INSTALL} -d ${INGODIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${INGODIR}/ - @${CP} -p ${WRKSRC}/*.php ${INGODIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INGODIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${INGODIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${CONFDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} +USE_PHP= imap +USE_HORDE= base pkg-message +USE_GETTEXT= yes +PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/ingo/files/pkg-deinstall.in b/mail/ingo/files/pkg-deinstall.in deleted file mode 100644 index 9d8d08de9224..000000000000 --- a/mail/ingo/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Ingo config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%INGODIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/ingo/files/pkg-install.in b/mail/ingo/files/pkg-install.in deleted file mode 100644 index 3a7bcda4b76a..000000000000 --- a/mail/ingo/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%INGODIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/ingo/files/pkg-message.in b/mail/ingo/files/pkg-message.in deleted file mode 100644 index 0a1a920d3516..000000000000 --- a/mail/ingo/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************************ -Ingo has been installed in %%INGODIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Finally, you must login to Horde as a Horde Administrator to finish the -configuration. - -************************************************************************ diff --git a/mail/ingo/pkg-plist b/mail/ingo/pkg-plist index e54f8e1a2cf8..5e6d04751680 100644 --- a/mail/ingo/pkg-plist +++ b/mail/ingo/pkg-plist @@ -1,195 +1,196 @@ -%%INGODIR%%/blacklist.php -%%INGODIR%%/config/.htaccess -%%INGODIR%%/config/backends.php.dist -%%INGODIR%%/config/conf.xml -%%INGODIR%%/config/fields.php.dist -%%INGODIR%%/config/prefs.php.dist -%%INGODIR%%/filters.php -%%INGODIR%%/forward.php -%%INGODIR%%/index.php -%%INGODIR%%/js/stripe.js -%%INGODIR%%/lib/Block/overview.php -%%INGODIR%%/lib/Driver.php -%%INGODIR%%/lib/Driver/ldap.php -%%INGODIR%%/lib/Driver/null.php -%%INGODIR%%/lib/Driver/timsieved.php -%%INGODIR%%/lib/Driver/vfs.php -%%INGODIR%%/lib/IMAP/Search.php -%%INGODIR%%/lib/Ingo.php -%%INGODIR%%/lib/Script.php -%%INGODIR%%/lib/Script/imap.php -%%INGODIR%%/lib/Script/maildrop.php -%%INGODIR%%/lib/Script/procmail.php -%%INGODIR%%/lib/Script/sieve.php -%%INGODIR%%/lib/Session.php -%%INGODIR%%/lib/Storage.php -%%INGODIR%%/lib/Storage/prefs.php -%%INGODIR%%/lib/api.php -%%INGODIR%%/lib/base.php -%%INGODIR%%/lib/version.php -%%INGODIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ca_ES/help.xml -%%INGODIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/da_DK/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/de_DE/help.xml -%%INGODIR%%/locale/en_US/help.xml -%%INGODIR%%/locale/el_GR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/es_ES/help.xml -%%INGODIR%%/locale/et_EE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fi_FI/help.xml -%%INGODIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/fr_FR/help.xml -%%INGODIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/it_IT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/lv_LV/help.xml -%%INGODIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo -%%INGODIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo -%%INGODIR%%/po/README -%%INGODIR%%/po/ca_ES.po -%%INGODIR%%/po/cs_CZ.po -%%INGODIR%%/po/da_DK.po -%%INGODIR%%/po/de_DE.po -%%INGODIR%%/po/el_GR.po -%%INGODIR%%/po/es_ES.po -%%INGODIR%%/po/et_EE.po -%%INGODIR%%/po/fi_FI.po -%%INGODIR%%/po/fr_FR.po -%%INGODIR%%/po/hu_HU.po -%%INGODIR%%/po/ingo.pot -%%INGODIR%%/po/it_IT.po -%%INGODIR%%/po/ko_KR.po -%%INGODIR%%/po/lt_LT.po -%%INGODIR%%/po/lv_LV.po -%%INGODIR%%/po/nb_NO.po -%%INGODIR%%/po/nl_NL.po -%%INGODIR%%/po/pl_PL.po -%%INGODIR%%/po/pt_BR.po -%%INGODIR%%/po/pt_PT.po -%%INGODIR%%/po/ro_RO.po -%%INGODIR%%/po/sl_SI.po -%%INGODIR%%/po/sv_SE.po -%%INGODIR%%/po/tr_TR.po -%%INGODIR%%/po/zh_TW.po -%%INGODIR%%/rule.php -%%INGODIR%%/script.php -%%INGODIR%%/scripts/.htaccess -%%INGODIR%%/scripts/convert_imp_filters.php -%%INGODIR%%/templates/blacklist/blacklist.inc -%%INGODIR%%/templates/common-header.inc -%%INGODIR%%/templates/filters/filter-none.inc -%%INGODIR%%/templates/filters/filter.html -%%INGODIR%%/templates/filters/footer.inc -%%INGODIR%%/templates/filters/header.inc -%%INGODIR%%/templates/filters/settings.inc -%%INGODIR%%/templates/forward/forward.inc -%%INGODIR%%/templates/javascript/new_folder.js -%%INGODIR%%/templates/menu.inc -%%INGODIR%%/templates/rule/filter.inc -%%INGODIR%%/templates/rule/footer.inc -%%INGODIR%%/templates/rule/header.inc -%%INGODIR%%/templates/script/activate.inc -%%INGODIR%%/templates/script/footer.inc -%%INGODIR%%/templates/script/header.inc -%%INGODIR%%/templates/script/script.inc -%%INGODIR%%/templates/vacation/vacation.inc -%%INGODIR%%/templates/whitelist/whitelist.inc -%%INGODIR%%/test.php -%%INGODIR%%/themes/graphics/blacklist.png -%%INGODIR%%/themes/graphics/copy.png -%%INGODIR%%/themes/graphics/disable.png -%%INGODIR%%/themes/graphics/enable.png -%%INGODIR%%/themes/graphics/favicon.ico -%%INGODIR%%/themes/graphics/forward.png -%%INGODIR%%/themes/graphics/ingo.png -%%INGODIR%%/themes/graphics/script.png -%%INGODIR%%/themes/graphics/vacation.png -%%INGODIR%%/themes/graphics/whitelist.png -%%INGODIR%%/themes/screen.css -%%INGODIR%%/vacation.php -%%INGODIR%%/whitelist.php -@dirrm %%INGODIR%%/themes/graphics -@dirrm %%INGODIR%%/themes -@dirrm %%INGODIR%%/templates/whitelist -@dirrm %%INGODIR%%/templates/vacation -@dirrm %%INGODIR%%/templates/script -@dirrm %%INGODIR%%/templates/rule -@dirrm %%INGODIR%%/templates/javascript -@dirrm %%INGODIR%%/templates/forward -@dirrm %%INGODIR%%/templates/filters -@dirrm %%INGODIR%%/templates/blacklist -@dirrm %%INGODIR%%/templates -@dirrm %%INGODIR%%/scripts -@dirrm %%INGODIR%%/po -@dirrm %%INGODIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%INGODIR%%/locale/zh_TW -@dirrm %%INGODIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/tr_TR -@dirrm %%INGODIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sv_SE -@dirrm %%INGODIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/sl_SI -@dirrm %%INGODIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ro_RO -@dirrm %%INGODIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_PT -@dirrm %%INGODIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pt_BR -@dirrm %%INGODIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/pl_PL -@dirrm %%INGODIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nl_NL -@dirrm %%INGODIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%INGODIR%%/locale/nb_NO -@dirrm %%INGODIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lv_LV -@dirrm %%INGODIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/lt_LT -@dirrm %%INGODIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ko_KR -@dirrm %%INGODIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%INGODIR%%/locale/it_IT -@dirrm %%INGODIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%INGODIR%%/locale/hu_HU -@dirrm %%INGODIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fr_FR -@dirrm %%INGODIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%INGODIR%%/locale/fi_FI -@dirrm %%INGODIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/et_EE -@dirrm %%INGODIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/es_ES -@dirrm %%INGODIR%%/locale/en_US -@dirrm %%INGODIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%INGODIR%%/locale/el_GR -@dirrm %%INGODIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%INGODIR%%/locale/de_DE -@dirrm %%INGODIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%INGODIR%%/locale/da_DK -@dirrm %%INGODIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%INGODIR%%/locale/cs_CZ -@dirrm %%INGODIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%INGODIR%%/locale/ca_ES -@dirrm %%INGODIR%%/locale -@dirrm %%INGODIR%%/js -@dirrm %%INGODIR%%/lib/Storage -@dirrm %%INGODIR%%/lib/Script -@dirrm %%INGODIR%%/lib/IMAP -@dirrm %%INGODIR%%/lib/Driver -@dirrm %%INGODIR%%/lib/Block -@dirrm %%INGODIR%%/lib -@dirrmtry %%INGODIR%%/config -@dirrmtry %%INGODIR%% +%%HORDIR%%/blacklist.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/backends.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/fields.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/filters.php +%%HORDIR%%/forward.php +%%HORDIR%%/index.php +%%HORDIR%%/js/stripe.js +%%HORDIR%%/lib/Block/overview.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/timsieved.php +%%HORDIR%%/lib/Driver/vfs.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/IMAP/Search.php +%%HORDIR%%/lib/Ingo.php +%%HORDIR%%/lib/Script/imap.php +%%HORDIR%%/lib/Script/maildrop.php +%%HORDIR%%/lib/Script/procmail.php +%%HORDIR%%/lib/Script/sieve.php +%%HORDIR%%/lib/Script.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/Storage/prefs.php +%%HORDIR%%/lib/Storage.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/lv_LV/help.xml +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/ingo.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/ingo.mo +%%HORDIR%%/po/README +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/ingo.pot +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/rule.php +%%HORDIR%%/script.php +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/convert_imp_filters.php +%%HORDIR%%/templates/blacklist/blacklist.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/filters/filter-none.inc +%%HORDIR%%/templates/filters/filter.html +%%HORDIR%%/templates/filters/footer.inc +%%HORDIR%%/templates/filters/header.inc +%%HORDIR%%/templates/filters/settings.inc +%%HORDIR%%/templates/forward/forward.inc +%%HORDIR%%/templates/javascript/new_folder.js +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/rule/filter.inc +%%HORDIR%%/templates/rule/footer.inc +%%HORDIR%%/templates/rule/header.inc +%%HORDIR%%/templates/script/activate.inc +%%HORDIR%%/templates/script/footer.inc +%%HORDIR%%/templates/script/header.inc +%%HORDIR%%/templates/script/script.inc +%%HORDIR%%/templates/vacation/vacation.inc +%%HORDIR%%/templates/whitelist/whitelist.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/blacklist.png +%%HORDIR%%/themes/graphics/copy.png +%%HORDIR%%/themes/graphics/disable.png +%%HORDIR%%/themes/graphics/enable.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/forward.png +%%HORDIR%%/themes/graphics/ingo.png +%%HORDIR%%/themes/graphics/script.png +%%HORDIR%%/themes/graphics/vacation.png +%%HORDIR%%/themes/graphics/whitelist.png +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vacation.php +%%HORDIR%%/whitelist.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/js +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Script +@dirrm %%HORDIR%%/lib/Storage +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/blacklist +@dirrm %%HORDIR%%/templates/filters +@dirrm %%HORDIR%%/templates/forward +@dirrm %%HORDIR%%/templates/javascript +@dirrm %%HORDIR%%/templates/rule +@dirrm %%HORDIR%%/templates/script +@dirrm %%HORDIR%%/templates/vacation +@dirrm %%HORDIR%%/templates/whitelist +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/mimp/Makefile b/mail/mimp/Makefile index 017f37710359..c8abd67b2b31 100644 --- a/mail/mimp/Makefile +++ b/mail/mimp/Makefile @@ -7,9 +7,7 @@ PORTNAME= mimp PORTVERSION= 1.0.1 -DISTVERSIONPREFIX= h3- CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= Mobile webmail system @@ -28,21 +26,6 @@ COMMENT= Mobile webmail system # - WITHOUT_SSL if you have not installed c-client WITH_SSL; # # - WITH_VALID_CERT if you own a valid SSL certificate; -# -# - WITH_IMAPSERVER if you want to depend on an IMAP server; -# -# or you can select to work with one of these servers: -# -# - WITH_CYRUS-IMAPD MIMP will work with cyrus-imapd; -# -# - WITH_IMAP-UW MIMP will work with imap-uw; -# -# - WITH_DOVECOT MIMP will work with dovecot; -# -# - WITH_COURIER-IMAP MIMP will work with courier-imap. -# -# These choices are mutually exclusive, and imap-uw is the default. -# #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL @@ -51,74 +34,18 @@ USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif - -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - .if !defined(WITHOUT_SMIME) USE_PHP+= openssl .endif - .if !defined(NOCRYPT) RUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 .endif -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION +USE_HORDE= base USE_GETTEXT= yes -REINPLACE_ARGS= -i.beforeMIMP - PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES -CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ - prefs.php servers.php trailer.txt conf.xml .htaccess -SUB_DIRS= config lib locale po templates themes - -LHORDEDIR?= www/horde -LMIMPDIR= ${LHORDEDIR}/mimp -PEARDIR?= ${LOCALBASE}/share/pear - -PLIST_SUB= MIMPDIR=${LMIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= MIMPDIR=${MIMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} - -MIMPDIR= ${PREFIX}/${LMIMPDIR} -CONFDIR= ${MIMPDIR}/config - -HOSTNAME?= `/bin/hostname` -SERVOS?= ${OPSYS}-${OSREL} - -PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h - -PATCH2RM= prefs.php.dist.orig servers.php.dist.orig - -.include <bsd.port.pre.mk> - -.if defined(WITH_IMAPSERVER) -. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/cyrus/bin/master) -RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/master:${PORTSDIR}/mail/cyrus-imapd23 -. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) -RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap -. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) -RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot -. else -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -. endif -.endif - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ -.else -HORDE_INC= ${LOCALBASE}/etc/horde/ -.endif - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ pre-configure: - @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml .if !defined(NOCRYPT) @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ ${WRKSRC}/config/conf.xml @@ -142,8 +69,6 @@ pre-configure: ${WRKSRC}/config/servers.php.dist . endif .endif - @${SED} -e "s:/home/httpd/html/horde/mimp:${MIMPDIR}:" \ - ${FILESDIR}/httpd.conf.mimp > ${WRKDIR}/httpd-mimp.conf pre-install: .if !defined(BATCH) && !defined(WITHOUT_SSL) @@ -154,28 +79,6 @@ pre-install: ${FALSE} ; \ fi .endif -.for fc in ${PATCH2RM} - @${RM} ${WRKSRC}/config/${fc} -.endfor - -do-install: - @${INSTALL} -d ${MIMPDIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${MIMPDIR}/ - @${CP} -p ${WRKSRC}/*.php ${MIMPDIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${INSTALL_DATA} ${WRKDIR}/httpd-mimp.conf ${HORDE_INC}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${MIMPDIR}/ - @${CHMOD} -R o-rwx ${CONFDIR}/ -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/mimp/files/httpd.conf.mimp b/mail/mimp/files/httpd.conf.mimp deleted file mode 100644 index 0a6aadc8a2cc..000000000000 --- a/mail/mimp/files/httpd.conf.mimp +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for MIMP -# -# For security, don't serve pages from the MIMP configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/mimp/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/mimp/templates"> - order deny,allow - deny from all -</Directory> -# End of MIMP configuration ================ - diff --git a/mail/mimp/files/pkg-deinstall.in b/mail/mimp/files/pkg-deinstall.in deleted file mode 100644 index 7f721dba2f9a..000000000000 --- a/mail/mimp/files/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%MIMPDIR%%/config/*php %%MIMPDIR%%/config/*txt`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/mimp/files/pkg-install.in b/mail/mimp/files/pkg-install.in deleted file mode 100644 index 6268cfb52df6..000000000000 --- a/mail/mimp/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%MIMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/mimp/files/pkg-message.in b/mail/mimp/files/pkg-message.in index 0710c978e6d5..20c7c869de8d 100644 --- a/mail/mimp/files/pkg-message.in +++ b/mail/mimp/files/pkg-message.in @@ -1,12 +1,12 @@ ************************************************************************ -MIMP has been installed in %%MIMPDIR%% with your blank +MIMP has been installed in %%HORDIR%% with your blank configuration files. Horde must be configured and the tables created; if not, see -`pkg_info -D -x horde'. +`pkg_info -Dx horde-base'. Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file servers.php. +%%HORCFG%%/, specially the file servers.php. Then, you must login to Horde as a Horde Administrator to finish the configuration. Please read %%DOCSDIR%%/INSTALL. diff --git a/mail/mimp/pkg-plist b/mail/mimp/pkg-plist index 9009f3448350..55d92b55df58 100644 --- a/mail/mimp/pkg-plist +++ b/mail/mimp/pkg-plist @@ -1,120 +1,117 @@ -%%MIMPDIR%%/compose.php -%%MIMPDIR%%/config/.htaccess -%%MIMPDIR%%/config/conf.xml -%%MIMPDIR%%/config/filter.txt.dist -%%MIMPDIR%%/config/header.php.dist -%%MIMPDIR%%/config/menu.php.dist -%%MIMPDIR%%/config/mime_drivers.php.dist -%%MIMPDIR%%/config/motd.php.dist -%%MIMPDIR%%/config/prefs.php.dist -%%MIMPDIR%%/config/servers.php.dist -%%MIMPDIR%%/config/trailer.txt.dist -%%MIMPDIR%%/config/conf.xml.beforeMIMP -%%MIMPDIR%%/config/servers.php.dist.beforeMIMP -%%MIMPDIR%%/folders.php -%%MIMPDIR%%/index.php -%%MIMPDIR%%/lib/Auth/mimp.php -%%MIMPDIR%%/lib/base.php -%%MIMPDIR%%/lib/Compose.php -%%MIMPDIR%%/lib/Folder.php -%%MIMPDIR%%/lib/IMAP.php -%%MIMPDIR%%/lib/IMAP/Client.php -%%MIMPDIR%%/lib/IMAP/Sort.php -%%MIMPDIR%%/lib/IMAP/Tree.php -%%MIMPDIR%%/lib/Identity/mimp.php -%%MIMPDIR%%/lib/MIME/Contents.php -%%MIMPDIR%%/lib/MIME/Headers.php -%%MIMPDIR%%/lib/MIME/Viewer/alternative.php -%%MIMPDIR%%/lib/MIME/Viewer/html.php -%%MIMPDIR%%/lib/MIME/Viewer/multipart.php -%%MIMPDIR%%/lib/MIME/Viewer/plain.php -%%MIMPDIR%%/lib/MIME/Viewer/related.php -%%MIMPDIR%%/lib/MIME/Headers.php.beforeMIMP -%%MIMPDIR%%/lib/Mailbox.php -%%MIMPDIR%%/lib/Message.php -%%MIMPDIR%%/lib/MIMP.php -%%MIMPDIR%%/lib/Session.php -%%MIMPDIR%%/lib/api.php -%%MIMPDIR%%/lib/prefs.php -%%MIMPDIR%%/lib/version.php -%%MIMPDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo -%%MIMPDIR%%/login.php -%%MIMPDIR%%/mailbox.php -%%MIMPDIR%%/message.php -%%MIMPDIR%%/po/README -%%MIMPDIR%%/po/mimp.pot -%%MIMPDIR%%/po/ca_ES.po -%%MIMPDIR%%/po/de_DE.po -%%MIMPDIR%%/po/es_ES.po -%%MIMPDIR%%/po/fi_FI.po -%%MIMPDIR%%/po/fr_FR.po -%%MIMPDIR%%/po/hu_HU.po -%%MIMPDIR%%/po/it_IT.po -%%MIMPDIR%%/po/lt_LT.po -%%MIMPDIR%%/po/nl_NL.po -%%MIMPDIR%%/po/pt_PT.po -%%MIMPDIR%%/po/ro_RO.po -%%MIMPDIR%%/redirect.php -%%MIMPDIR%%/templates/common-header.inc -%%MIMPDIR%%/templates/compose/compose.inc -%%MIMPDIR%%/templates/compose/redirect.inc -%%MIMPDIR%%/templates/index/notconfigured.inc -%%MIMPDIR%%/templates/login/login.inc -%%MIMPDIR%%/templates/mailbox/mailbox.inc -%%MIMPDIR%%/templates/prefs/sentmailselect.inc -%%MIMPDIR%%/test.php -%%MIMPDIR%%/themes/graphics/favicon.ico -%%MIMPDIR%%/themes/graphics/mimp.png -%%MIMPDIR%%/themes/graphics/horde-power2.png -%%MIMPDIR%%/themes/graphics/horde-power2.wbmp -%%HORDE_INC%%httpd-mimp.conf -@dirrm %%MIMPDIR%%/themes/graphics -@dirrm %%MIMPDIR%%/themes -@dirrm %%MIMPDIR%%/templates/prefs -@dirrm %%MIMPDIR%%/templates/mailbox -@dirrm %%MIMPDIR%%/templates/login -@dirrm %%MIMPDIR%%/templates/index -@dirrm %%MIMPDIR%%/templates/compose -@dirrm %%MIMPDIR%%/templates -@dirrm %%MIMPDIR%%/po -@dirrm %%MIMPDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/ro_RO -@dirrm %%MIMPDIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/pt_PT -@dirrm %%MIMPDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/nl_NL -@dirrm %%MIMPDIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/lt_LT -@dirrm %%MIMPDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/it_IT -@dirrm %%MIMPDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/hu_HU -@dirrm %%MIMPDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/fr_FR -@dirrm %%MIMPDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/fi_FI -@dirrm %%MIMPDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/es_ES -@dirrm %%MIMPDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/de_DE -@dirrm %%MIMPDIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%MIMPDIR%%/locale/ca_ES -@dirrm %%MIMPDIR%%/locale -@dirrm %%MIMPDIR%%/lib/MIME/Viewer -@dirrm %%MIMPDIR%%/lib/MIME -@dirrm %%MIMPDIR%%/lib/Identity -@dirrm %%MIMPDIR%%/lib/IMAP -@dirrm %%MIMPDIR%%/lib/Auth -@dirrm %%MIMPDIR%%/lib -@dirrmtry %%MIMPDIR%%/config -@dirrmtry %%MIMPDIR%% +%%HORDIR%%/compose.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/filter.txt.dist +%%HORDIR%%/config/header.php.dist +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/motd.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/servers.php.dist +%%HORDIR%%/config/trailer.txt.dist +%%HORDIR%%/folders.php +%%HORDIR%%/index.php +%%HORDIR%%/lib/Auth/mimp.php +%%HORDIR%%/lib/Compose.php +%%HORDIR%%/lib/Folder.php +%%HORDIR%%/lib/IMAP/Client.php +%%HORDIR%%/lib/IMAP/Sort.php +%%HORDIR%%/lib/IMAP/Tree.php +%%HORDIR%%/lib/IMAP.php +%%HORDIR%%/lib/Identity/mimp.php +%%HORDIR%%/lib/MIME/Contents.php +%%HORDIR%%/lib/MIME/Headers.php +%%HORDIR%%/lib/MIME/Viewer/alternative.php +%%HORDIR%%/lib/MIME/Viewer/html.php +%%HORDIR%%/lib/MIME/Viewer/multipart.php +%%HORDIR%%/lib/MIME/Viewer/plain.php +%%HORDIR%%/lib/MIME/Viewer/related.php +%%HORDIR%%/lib/MIMP.php +%%HORDIR%%/lib/Mailbox.php +%%HORDIR%%/lib/Message.php +%%HORDIR%%/lib/Session.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo +%%HORDIR%%/login.php +%%HORDIR%%/mailbox.php +%%HORDIR%%/message.php +%%HORDIR%%/po/README +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/mimp.pot +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/redirect.php +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/compose/compose.inc +%%HORDIR%%/templates/compose/redirect.inc +%%HORDIR%%/templates/index/notconfigured.inc +%%HORDIR%%/templates/login/login.inc +%%HORDIR%%/templates/mailbox/mailbox.inc +%%HORDIR%%/templates/prefs/sentmailselect.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/horde-power2.png +%%HORDIR%%/themes/graphics/horde-power2.wbmp +%%HORDIR%%/themes/graphics/mimp.png +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/lib/Auth +@dirrm %%HORDIR%%/lib/IMAP +@dirrm %%HORDIR%%/lib/Identity +@dirrm %%HORDIR%%/lib/MIME/Viewer +@dirrm %%HORDIR%%/lib/MIME +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/templates/compose +@dirrm %%HORDIR%%/templates/index +@dirrm %%HORDIR%%/templates/login +@dirrm %%HORDIR%%/templates/mailbox +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 6cddc5222df0..d1a0a7d8accd 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -7,69 +7,21 @@ PORTNAME= turba PORTVERSION= 2.1.4 -DISTVERSIONPREFIX= h3- PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= HORDE MAINTAINER= beech@alaskaparadise.com COMMENT= The Horde contact management application -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base - +USE_HORDE= base USE_PHP= ldap -NO_BUILD= yes USE_GETTEXT= yes -REINPLACE_ARGS= -i "" -PORTDOCS= README CHANGES CREDITS INSTALL LDAP \ - RELEASE_NOTES TODO UPGRADING -CONFFILE= attributes.php menu.php mime_drivers.php prefs.php sources.php -SUB_DIRS= config lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= TURBADIR=${LTURBADIR} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= TURBADIR=${TURBADIR} CONFDIR=${CONFDIR} - -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config +PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING -.include <bsd.port.pre.mk> - -post-extract: - @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ - -pre-configure: - @${RM} ${WRKSRC}/config/sources.php.dist.orig +pre-patch: @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ ${WRKSRC}/scripts/ldap/addou.pl -do-install: - @${INSTALL} -d ${TURBADIR}/ - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${TURBADIR}/ - @${CP} -p ${WRKSRC}/*.php ${TURBADIR}/ - @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR}/ - @${CHMOD} -R o-rwx ${TURBADIR}/ - ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\ - %D/${TURBADIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk" +.include <bsd.port.mk> diff --git a/mail/turba/files/pkg-deinstall.in b/mail/turba/files/pkg-deinstall.in deleted file mode 100644 index fced5020f1b0..000000000000 --- a/mail/turba/files/pkg-deinstall.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%TURBADIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, delete it - rm -f $cf - ;; - 1) # config file has been updated, leave it alone - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/turba/files/pkg-install.in b/mail/turba/files/pkg-install.in deleted file mode 100644 index e0611782bf84..000000000000 --- a/mail/turba/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%TURBADIR%%/config/*.dist | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.dist $cf - fi - done - fi - ;; -esac diff --git a/mail/turba/files/pkg-message.in b/mail/turba/files/pkg-message.in index c59f450b8cf5..fac46bfb9f28 100644 --- a/mail/turba/files/pkg-message.in +++ b/mail/turba/files/pkg-message.in @@ -1,11 +1,11 @@ ************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank +Turba has been installed in %%HORDIR%% with your blank configuration files. -Horde must be configured; if not, see `pkg_info -D -x horde'. +Horde must be configured; if not, see `pkg_info -Dx horde'. Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file sources.php. +%%HORCFG%%/, specially the file sources.php. Warning: if you don't use some source, deactivate it, or you could ******** experience bad response times! @@ -15,7 +15,7 @@ Then, you must login to Horde as a Horde Administrator to finish the configuration. You have to create a table in your database; please see -%%TURBADIR%%/scripts/. +%%HORDIR%%/scripts/. You might create a LDAP schema: please see the doc LDAP. ************************************************************************ diff --git a/mail/turba/pkg-plist b/mail/turba/pkg-plist index fe2bc9fa07da..0ae7fe8003b0 100644 --- a/mail/turba/pkg-plist +++ b/mail/turba/pkg-plist @@ -1,274 +1,275 @@ -%%TURBADIR%%/add.php -%%TURBADIR%%/addressbooks.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.xml -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/mime_drivers.php.dist -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/display.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/Block/minisearch.php -%%TURBADIR%%/lib/Block/tree_menu.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/imsp.php -%%TURBADIR%%/lib/Driver/kolab.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/null.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/Object/Group.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/Renderer.php -%%TURBADIR%%/lib/tests/tovcard.phpt -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/prefs.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/help.xml -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/help.xml -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/help.xml -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/help.xml -%%TURBADIR%%/locale/gl_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/is_IS/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/help.xml -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/help.xml -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/tr_TR/help.xml -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/minisearch.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/fa_IR.po -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/gl_ES.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/is_IS.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/tr_TR.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/import_vcards.php -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/scripts/ldap/rfc2739.schema -%%TURBADIR%%/scripts/sql/turba_objects.mssql.sql -%%TURBADIR%%/scripts/sql/turba_objects.mysql.sql -%%TURBADIR%%/scripts/sql/turba_objects.oci8.sql -%%TURBADIR%%/scripts/sql/turba_objects.pgsql.sql -%%TURBADIR%%/scripts/sql/turba_objects.sql -%%TURBADIR%%/scripts/sql/turba.xml -%%TURBADIR%%/scripts/sql/turba_weddingguests.sql -%%TURBADIR%%/scripts/upgrades/create_default_histories.php -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql -%%TURBADIR%%/scripts/upgrades/1.1_to_1.2.sql -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.sql -%%TURBADIR%%/scripts/upgrades/public_to_horde_share.php -%%TURBADIR%%/search.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/addressbooks.inc -%%TURBADIR%%/templates/block/minisearch.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/footerAlpha.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/row.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/search_criteria.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/menu.inc -%%TURBADIR%%/templates/prefs/addressbookselect.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/prefs/imsp_opt.inc -%%TURBADIR%%/test.php -%%TURBADIR%%/themes/graphics/contact.png -%%TURBADIR%%/themes/graphics/favicon.ico -%%TURBADIR%%/themes/graphics/group.png -%%TURBADIR%%/themes/graphics/menu/browse.png -%%TURBADIR%%/themes/graphics/menu/new.png -%%TURBADIR%%/themes/graphics/new.png -%%TURBADIR%%/themes/graphics/turba.png -%%TURBADIR%%/themes/ideas/screen.css -%%TURBADIR%%/themes/screen.css -%%TURBADIR%%/vcard.php -%%TURBADIR%%/view.php -@dirrm %%TURBADIR%%/themes/ideas -@dirrm %%TURBADIR%%/themes/graphics/menu -@dirrm %%TURBADIR%%/themes/graphics -@dirrm %%TURBADIR%%/themes -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/block -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%%/scripts/upgrades -@dirrm %%TURBADIR%%/scripts/sql -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/tr_TR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/tr_TR -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/is_IS/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/is_IS -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/gl_ES -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fa_IR -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/lib/tests -@dirrm %%TURBADIR%%/lib/Object -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/Block -@dirrm %%TURBADIR%%/lib -@dirrmtry %%TURBADIR%%/config -@dirrmtry %%TURBADIR%% +%%HORDIR%%/add.php +%%HORDIR%%/addressbooks.php +%%HORDIR%%/browse.php +%%HORDIR%%/config/.htaccess +%%HORDIR%%/config/attributes.php.dist +%%HORDIR%%/config/conf.xml +%%HORDIR%%/config/menu.php.dist +%%HORDIR%%/config/mime_drivers.php.dist +%%HORDIR%%/config/prefs.php.dist +%%HORDIR%%/config/sources.php.dist +%%HORDIR%%/data.php +%%HORDIR%%/delete.php +%%HORDIR%%/display.php +%%HORDIR%%/edit.php +%%HORDIR%%/index.php +%%HORDIR%%/lib/.htaccess +%%HORDIR%%/lib/Block/minisearch.php +%%HORDIR%%/lib/Block/tree_menu.php +%%HORDIR%%/lib/Driver/imsp.php +%%HORDIR%%/lib/Driver/kolab.php +%%HORDIR%%/lib/Driver/ldap.php +%%HORDIR%%/lib/Driver/null.php +%%HORDIR%%/lib/Driver/prefs.php +%%HORDIR%%/lib/Driver/sql.php +%%HORDIR%%/lib/Driver.php +%%HORDIR%%/lib/Group.php +%%HORDIR%%/lib/List.php +%%HORDIR%%/lib/ListView.php +%%HORDIR%%/lib/Object/Group.php +%%HORDIR%%/lib/Object.php +%%HORDIR%%/lib/ObjectView.php +%%HORDIR%%/lib/Renderer.php +%%HORDIR%%/lib/Turba.php +%%HORDIR%%/lib/api.php +%%HORDIR%%/lib/base.php +%%HORDIR%%/lib/prefs.php +%%HORDIR%%/lib/tests/tovcard.phpt +%%HORDIR%%/lib/version.php +%%HORDIR%%/locale/.htaccess +%%HORDIR%%/locale/ar_SY/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/bg_BG/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ca_ES/help.xml +%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/da_DK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/de_DE/help.xml +%%HORDIR%%/locale/el_GR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/en_US/help.xml +%%HORDIR%%/locale/es_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/es_ES/help.xml +%%HORDIR%%/locale/et_EE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fa_IR/help.xml +%%HORDIR%%/locale/fi_FI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fi_FI/help.xml +%%HORDIR%%/locale/fr_FR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/fr_FR/help.xml +%%HORDIR%%/locale/gl_ES/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/hu_HU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/is_IS/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/it_IT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ja_JP/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ko_KR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lt_LT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/lv_LV/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/mk_MK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nb_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nl_NL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/nn_NO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pl_PL/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_BR/help.xml +%%HORDIR%%/locale/pt_PT/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/pt_PT/help.xml +%%HORDIR%%/locale/ro_RO/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/ru_RU/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sk_SK/help.xml +%%HORDIR%%/locale/sl_SI/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/sv_SE/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/tr_TR/help.xml +%%HORDIR%%/locale/uk_UA/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_CN/LC_MESSAGES/turba.mo +%%HORDIR%%/locale/zh_TW/LC_MESSAGES/turba.mo +%%HORDIR%%/minisearch.php +%%HORDIR%%/po/.htaccess +%%HORDIR%%/po/README +%%HORDIR%%/po/ar_SY.po +%%HORDIR%%/po/bg_BG.po +%%HORDIR%%/po/ca_ES.po +%%HORDIR%%/po/cs_CZ.po +%%HORDIR%%/po/da_DK.po +%%HORDIR%%/po/de_DE.po +%%HORDIR%%/po/el_GR.po +%%HORDIR%%/po/es_ES.po +%%HORDIR%%/po/et_EE.po +%%HORDIR%%/po/fa_IR.po +%%HORDIR%%/po/fi_FI.po +%%HORDIR%%/po/fr_FR.po +%%HORDIR%%/po/gl_ES.po +%%HORDIR%%/po/hu_HU.po +%%HORDIR%%/po/is_IS.po +%%HORDIR%%/po/it_IT.po +%%HORDIR%%/po/ja_JP.po +%%HORDIR%%/po/ko_KR.po +%%HORDIR%%/po/lt_LT.po +%%HORDIR%%/po/lv_LV.po +%%HORDIR%%/po/mk_MK.po +%%HORDIR%%/po/nb_NO.po +%%HORDIR%%/po/nl_NL.po +%%HORDIR%%/po/nn_NO.po +%%HORDIR%%/po/pl_PL.po +%%HORDIR%%/po/pt_BR.po +%%HORDIR%%/po/pt_PT.po +%%HORDIR%%/po/ro_RO.po +%%HORDIR%%/po/ru_RU.po +%%HORDIR%%/po/sk_SK.po +%%HORDIR%%/po/sl_SI.po +%%HORDIR%%/po/sv_SE.po +%%HORDIR%%/po/tr_TR.po +%%HORDIR%%/po/turba.pot +%%HORDIR%%/po/uk_UA.po +%%HORDIR%%/po/zh_CN.po +%%HORDIR%%/po/zh_TW.po +%%HORDIR%%/scripts/.htaccess +%%HORDIR%%/scripts/Turba.reg +%%HORDIR%%/scripts/import_vcards.php +%%HORDIR%%/scripts/ldap/addou +%%HORDIR%%/scripts/ldap/addou.pl +%%HORDIR%%/scripts/ldap/core.schema.patch +%%HORDIR%%/scripts/ldap/rfc2739.schema +%%HORDIR%%/scripts/sql/turba.xml +%%HORDIR%%/scripts/sql/turba_objects.mssql.sql +%%HORDIR%%/scripts/sql/turba_objects.mysql.sql +%%HORDIR%%/scripts/sql/turba_objects.oci8.sql +%%HORDIR%%/scripts/sql/turba_objects.pgsql.sql +%%HORDIR%%/scripts/sql/turba_objects.sql +%%HORDIR%%/scripts/sql/turba_weddingguests.sql +%%HORDIR%%/scripts/upgrades/1.1_to_1.2.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.oci8.sql +%%HORDIR%%/scripts/upgrades/1.2_to_2.0.sql +%%HORDIR%%/scripts/upgrades/create_default_histories.php +%%HORDIR%%/scripts/upgrades/public_to_horde_share.php +%%HORDIR%%/search.php +%%HORDIR%%/templates/.htaccess +%%HORDIR%%/templates/addressbooks.inc +%%HORDIR%%/templates/block/minisearch.inc +%%HORDIR%%/templates/browse/actions.inc +%%HORDIR%%/templates/browse/column_footers.inc +%%HORDIR%%/templates/browse/column_headers.inc +%%HORDIR%%/templates/browse/contactrow.inc +%%HORDIR%%/templates/browse/footer.inc +%%HORDIR%%/templates/browse/footerAlpha.inc +%%HORDIR%%/templates/browse/header.inc +%%HORDIR%%/templates/browse/javascript.inc +%%HORDIR%%/templates/browse/row.inc +%%HORDIR%%/templates/browse/search.inc +%%HORDIR%%/templates/browse/search_criteria.inc +%%HORDIR%%/templates/common-header.inc +%%HORDIR%%/templates/data/export.inc +%%HORDIR%%/templates/data/import.inc +%%HORDIR%%/templates/menu.inc +%%HORDIR%%/templates/prefs/addressbookselect.inc +%%HORDIR%%/templates/prefs/columnselect.inc +%%HORDIR%%/templates/prefs/imsp_opt.inc +%%HORDIR%%/test.php +%%HORDIR%%/themes/graphics/contact.png +%%HORDIR%%/themes/graphics/favicon.ico +%%HORDIR%%/themes/graphics/group.png +%%HORDIR%%/themes/graphics/menu/browse.png +%%HORDIR%%/themes/graphics/menu/new.png +%%HORDIR%%/themes/graphics/new.png +%%HORDIR%%/themes/graphics/turba.png +%%HORDIR%%/themes/ideas/screen.css +%%HORDIR%%/themes/screen.css +%%HORDIR%%/vcard.php +%%HORDIR%%/view.php +@dirrmtry %%HORDIR%%/config +@dirrm %%HORDIR%%/lib/Block +@dirrm %%HORDIR%%/lib/Driver +@dirrm %%HORDIR%%/lib/Object +@dirrm %%HORDIR%%/lib/tests +@dirrm %%HORDIR%%/lib +@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ar_SY +@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%HORDIR%%/locale/bg_BG +@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ca_ES +@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES +@dirrm %%HORDIR%%/locale/cs_CZ +@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/da_DK +@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/de_DE +@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/el_GR +@dirrm %%HORDIR%%/locale/en_US +@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/es_ES +@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/et_EE +@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fa_IR +@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fi_FI +@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/fr_FR +@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%HORDIR%%/locale/gl_ES +@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/hu_HU +@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES +@dirrm %%HORDIR%%/locale/is_IS +@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/it_IT +@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ja_JP +@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ko_KR +@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lt_LT +@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%HORDIR%%/locale/lv_LV +@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/mk_MK +@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nb_NO +@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nl_NL +@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/nn_NO +@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pl_PL +@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_BR +@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES +@dirrm %%HORDIR%%/locale/pt_PT +@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ro_RO +@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES +@dirrm %%HORDIR%%/locale/ru_RU +@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sk_SK +@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sl_SI +@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES +@dirrm %%HORDIR%%/locale/sv_SE +@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES +@dirrm %%HORDIR%%/locale/tr_TR +@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES +@dirrm %%HORDIR%%/locale/uk_UA +@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_CN +@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES +@dirrm %%HORDIR%%/locale/zh_TW +@dirrm %%HORDIR%%/locale +@dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/scripts/ldap +@dirrm %%HORDIR%%/scripts/sql +@dirrm %%HORDIR%%/scripts/upgrades +@dirrm %%HORDIR%%/scripts +@dirrm %%HORDIR%%/templates/block +@dirrm %%HORDIR%%/templates/browse +@dirrm %%HORDIR%%/templates/data +@dirrm %%HORDIR%%/templates/prefs +@dirrm %%HORDIR%%/templates +@dirrm %%HORDIR%%/themes/graphics/menu +@dirrm %%HORDIR%%/themes/graphics +@dirrm %%HORDIR%%/themes/ideas +@dirrm %%HORDIR%%/themes +@dirrmtry %%HORDIR%% +@dirrmtry %%HORBAS%% |