diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-06-16 09:27:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-06-16 09:27:22 +0000 |
commit | e1214aad8ac2e3f8de565ad85056c7421022b804 (patch) | |
tree | d5c10e0faa29442dcfef58c36153f7add44fe13b | |
parent | 64ce0a40a1e5393fefb7fe11ce270bc16ad95a7f (diff) | |
download | pkgsrc-e1214aad8ac2e3f8de565ad85056c7421022b804.tar.gz |
Move mail/imp4 to mail/imp
-rw-r--r-- | mail/imp4/DESCR | 4 | ||||
-rw-r--r-- | mail/imp4/MESSAGE | 21 | ||||
-rw-r--r-- | mail/imp4/Makefile | 102 | ||||
-rw-r--r-- | mail/imp4/PLIST | 502 | ||||
-rw-r--r-- | mail/imp4/distinfo | 5 | ||||
-rw-r--r-- | mail/imp4/files/imp.conf.dist | 43 | ||||
-rw-r--r-- | mail/imp4/options.mk | 27 |
7 files changed, 0 insertions, 704 deletions
diff --git a/mail/imp4/DESCR b/mail/imp4/DESCR deleted file mode 100644 index 2ab31503ce7..00000000000 --- a/mail/imp4/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -IMP is a set of PHP scripts that implement an IMAP/POP based webmail system. -Assuming you have an account on a server that supports IMAP/POP, you can use -an installation of IMP to check your mail from anywhere that you have web -access. diff --git a/mail/imp4/MESSAGE b/mail/imp4/MESSAGE deleted file mode 100644 index 814fdb7987c..00000000000 --- a/mail/imp4/MESSAGE +++ /dev/null @@ -1,21 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.2 2006/03/19 16:54:35 adrianp Exp $ - -Please refer to the file: - - ${PREFIX}/share/doc/imp/INSTALL - -on how to setup your IMP installation. You need to at least edit - - ${PREFIX}/share/horde/config/registry.php - -to enable IMP in the horde framework. You will also need to configure IMP -by using the Horde administrative interface. - -Finally you will also need to make IMP accessible through your HTTP server. If -you are running Apache and ap-php, then you can add the following lines -to httpd.conf: - - Include ${PKG_SYSCONFDIR}/imp.conf - -=========================================================================== diff --git a/mail/imp4/Makefile b/mail/imp4/Makefile deleted file mode 100644 index 4662e23e141..00000000000 --- a/mail/imp4/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# $NetBSD: Makefile,v 1.21 2006/06/02 18:27:56 joerg Exp $ - -DISTNAME= imp-h3-${IMPVER} -PKGNAME= imp-${IMPVER} -PKGREVISION= 1 -CATEGORIES= mail www -MASTER_SITES= http://ftp.horde.org/pub/imp/ \ - ftp://ftp.horde.org/pub/imp/ - -MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://www.horde.org/imp/ -COMMENT= Internet Messaging Program - -CONFLICTS+= imp-3.* - -DEPENDS+= horde>=3.0.2:../../www/horde3 -DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap -DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail - -.include "../../mk/bsd.prefs.mk" - -DOCDIR= ${PREFIX}/share/doc/imp -EGDIR= ${PREFIX}/share/examples/imp -HORDEDIR= ${PREFIX}/share/horde -IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.1.1 -PAXDIRS= lib locale po scripts templates themes - -MESSAGE_SUBST+= IMPDIR=${IMPDIR:Q} -MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} - -PKG_SYSCONFSUBDIR?= httpd - -CONF_FILES= ${EGDIR}/imp.conf ${PKG_SYSCONFDIR}/imp.conf -CONF_FILES+= ${IMPDIR}/config/servers.php.dist \ - ${IMPDIR}/config/servers.php -CONF_FILES_PERMS+= ${IMPDIR}/config/conf.xml.dist \ - ${IMPDIR}/config/conf.xml \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/filter.txt.dist \ - ${IMPDIR}/config/filter.txt \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/header.txt.dist \ - ${IMPDIR}/config/header.txt \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/menu.php.dist \ - ${IMPDIR}/config/menu.php \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/mime_drivers.php.dist \ - ${IMPDIR}/config/mime_drivers.php \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/motd.php.dist \ - ${IMPDIR}/config/motd.php \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/prefs.php.dist \ - ${IMPDIR}/config/prefs.php \ - ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/trailer.txt.dist \ - ${IMPDIR}/config/trailer.txt \ - ${APACHE_USER} ${ROOT_GROUP} 0440 - -SUBST_CLASSES+= files -SUBST_STAGE.files= post-build -SUBST_FILES.files= imp.conf.dist -SUBST_SED.files= -e "s|@IMPDIR@|${IMPDIR}|g" -SUBST_MESSAGE.files= Fixing configuration files. - -.include "options.mk" - -do-build: - @${CP} ${FILESDIR}/imp.conf.dist ${WRKSRC}/imp.conf.dist - @${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist - @${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f - -do-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA_DIR} ${EGDIR} - ${INSTALL_DATA_DIR} ${IMPDIR} - ${INSTALL_DATA_DIR} ${IMPDIR}/config - ${INSTALL_DATA} ${WRKSRC}/imp.conf.dist ${EGDIR}/imp.conf - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR} - -. for d in ${PAXDIRS} - ${INSTALL_DATA_DIR} ${IMPDIR}/${d} -. endfor - -. for d in ${PAXDIRS} - @cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${IMPDIR}/${d} -. endfor - - ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${IMPDIR}/config - ${INSTALL_DATA} ${WRKSRC}/*.php ${IMPDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${IMPDIR} - @${FIND} ${IMPDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} - @${FIND} ${IMPDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} - @${CHOWN} ${APACHE_USER}:${ROOT_GROUP} ${IMPDIR}/config - @${CHMOD} 0750 ${IMPDIR}/config - -.include "../../lang/php/phpversion.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/mail/imp4/PLIST b/mail/imp4/PLIST deleted file mode 100644 index 62c71089175..00000000000 --- a/mail/imp4/PLIST +++ /dev/null @@ -1,502 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/17 21:12:30 adrianp Exp $ -share/doc/imp/CHANGES -share/doc/imp/COPYING -share/doc/imp/CREDITS -share/doc/imp/INSTALL -share/doc/imp/README -share/doc/imp/RELEASE_NOTES -share/doc/imp/TODO -share/doc/imp/UPGRADING -share/examples/imp/imp.conf -share/horde/imp/acl.php -share/horde/imp/attachment.php -share/horde/imp/compose.php -share/horde/imp/config/conf.xml.dist -share/horde/imp/config/filter.txt.dist -share/horde/imp/config/header.php.dist -share/horde/imp/config/menu.php.dist -share/horde/imp/config/mime_drivers.php.dist -share/horde/imp/config/motd.php.dist -share/horde/imp/config/prefs.php.dist -share/horde/imp/config/servers.php.dist -share/horde/imp/config/trailer.txt.dist -share/horde/imp/contacts.php -share/horde/imp/expand.php -share/horde/imp/fetchmail.php -share/horde/imp/fetchmailprefs.php -share/horde/imp/filterprefs.php -share/horde/imp/folders.php -share/horde/imp/index.php -share/horde/imp/lib/Auth/imp.php -share/horde/imp/lib/Block/summary.php -share/horde/imp/lib/Block/tree_folders.php -share/horde/imp/lib/Compose.php -share/horde/imp/lib/Crypt/PGP.php -share/horde/imp/lib/Crypt/SMIME.php -share/horde/imp/lib/Fetchmail.php -share/horde/imp/lib/Fetchmail/imap.php -share/horde/imp/lib/Filter.php -share/horde/imp/lib/Folder.php -share/horde/imp/lib/IMAP.php -share/horde/imp/lib/IMAP/Client.php -share/horde/imp/lib/IMAP/Search.php -share/horde/imp/lib/IMAP/Sort.php -share/horde/imp/lib/IMAP/Thread.php -share/horde/imp/lib/IMAP/Tree.php -share/horde/imp/lib/IMP.php -share/horde/imp/lib/Identity/imp.php -share/horde/imp/lib/MIME/Contents.php -share/horde/imp/lib/MIME/Headers.php -share/horde/imp/lib/MIME/Viewer/alternative.php -share/horde/imp/lib/MIME/Viewer/appledouble.php -share/horde/imp/lib/MIME/Viewer/enriched.php -share/horde/imp/lib/MIME/Viewer/html.php -share/horde/imp/lib/MIME/Viewer/images.php -share/horde/imp/lib/MIME/Viewer/itip.php -share/horde/imp/lib/MIME/Viewer/multipart.php -share/horde/imp/lib/MIME/Viewer/notification.php -share/horde/imp/lib/MIME/Viewer/partial.php -share/horde/imp/lib/MIME/Viewer/pgp.php -share/horde/imp/lib/MIME/Viewer/pkcs7.php -share/horde/imp/lib/MIME/Viewer/plain.php -share/horde/imp/lib/MIME/Viewer/related.php -share/horde/imp/lib/MIME/Viewer/rfc822.php -share/horde/imp/lib/MIME/Viewer/status.php -share/horde/imp/lib/MIME/Viewer/tnef.php -share/horde/imp/lib/MIME/Viewer/zip.php -share/horde/imp/lib/Mailbox.php -share/horde/imp/lib/Maillog.php -share/horde/imp/lib/Maintenance/Task/delete_attachments_monthly.php -share/horde/imp/lib/Maintenance/Task/delete_sentmail_monthly.php -share/horde/imp/lib/Maintenance/Task/fetchmail_login.php -share/horde/imp/lib/Maintenance/Task/purge_trash.php -share/horde/imp/lib/Maintenance/Task/rename_sentmail_monthly.php -share/horde/imp/lib/Maintenance/Task/tos_agreement.php -share/horde/imp/lib/Maintenance/imp.php -share/horde/imp/lib/Message.php -share/horde/imp/lib/Notification/Listener/status.php -share/horde/imp/lib/Quota.php -share/horde/imp/lib/Quota/command.php -share/horde/imp/lib/Quota/courier.php -share/horde/imp/lib/Quota/cyrus.php -share/horde/imp/lib/Quota/logfile.php -share/horde/imp/lib/Quota/mdaemon.php -share/horde/imp/lib/Quota/mercury32.php -share/horde/imp/lib/Search.php -share/horde/imp/lib/Session.php -share/horde/imp/lib/Spam.php -share/horde/imp/lib/api.php -share/horde/imp/lib/base.php -share/horde/imp/lib/prefs.php -share/horde/imp/lib/version.php -share/horde/imp/locale/ar_OM/LC_MESSAGES/imp.mo -share/horde/imp/locale/ar_SY/LC_MESSAGES/imp.mo -share/horde/imp/locale/bg_BG/LC_MESSAGES/imp.mo -share/horde/imp/locale/bs_BA/LC_MESSAGES/imp.mo -share/horde/imp/locale/ca_ES/LC_MESSAGES/imp.mo -share/horde/imp/locale/ca_ES/help.xml -share/horde/imp/locale/cs_CZ/LC_MESSAGES/imp.mo -share/horde/imp/locale/cs_CZ/help.xml -share/horde/imp/locale/da_DK/LC_MESSAGES/imp.mo -share/horde/imp/locale/da_DK/help.xml -share/horde/imp/locale/de_DE/LC_MESSAGES/imp.mo -share/horde/imp/locale/de_DE/help.xml -share/horde/imp/locale/el_GR/LC_MESSAGES/imp.mo -share/horde/imp/locale/el_GR/help.xml -share/horde/imp/locale/en_US/help.xml -share/horde/imp/locale/es_ES/LC_MESSAGES/imp.mo -share/horde/imp/locale/es_ES/help.xml -share/horde/imp/locale/et_EE/LC_MESSAGES/imp.mo -share/horde/imp/locale/et_EE/help.xml -share/horde/imp/locale/fa_IR/LC_MESSAGES/imp.mo -share/horde/imp/locale/fa_IR/help.xml -share/horde/imp/locale/fi_FI/LC_MESSAGES/imp.mo -share/horde/imp/locale/fi_FI/help.xml -share/horde/imp/locale/fr_FR/LC_MESSAGES/imp.mo -share/horde/imp/locale/fr_FR/help.xml -share/horde/imp/locale/gl_ES/LC_MESSAGES/imp.mo -share/horde/imp/locale/he_IL/LC_MESSAGES/imp.mo -share/horde/imp/locale/hu_HU/LC_MESSAGES/imp.mo -share/horde/imp/locale/hu_HU/help.xml -share/horde/imp/locale/id_ID/LC_MESSAGES/imp.mo -share/horde/imp/locale/is_IS/LC_MESSAGES/imp.mo -share/horde/imp/locale/it_IT/LC_MESSAGES/imp.mo -share/horde/imp/locale/it_IT/help.xml -share/horde/imp/locale/ja_JP/LC_MESSAGES/imp.mo -share/horde/imp/locale/km_KH/LC_MESSAGES/imp.mo -share/horde/imp/locale/ko_KR/LC_MESSAGES/imp.mo -share/horde/imp/locale/ko_KR/help.xml -share/horde/imp/locale/lt_LT/LC_MESSAGES/imp.mo -share/horde/imp/locale/lv_LV/LC_MESSAGES/imp.mo -share/horde/imp/locale/mk_MK/LC_MESSAGES/imp.mo -share/horde/imp/locale/nb_NO/LC_MESSAGES/imp.mo -share/horde/imp/locale/nb_NO/help.xml -share/horde/imp/locale/nl_NL/LC_MESSAGES/imp.mo -share/horde/imp/locale/nl_NL/help.xml -share/horde/imp/locale/nn_NO/LC_MESSAGES/imp.mo -share/horde/imp/locale/pl_PL/LC_MESSAGES/imp.mo -share/horde/imp/locale/pl_PL/help.xml -share/horde/imp/locale/pt_BR/LC_MESSAGES/imp.mo -share/horde/imp/locale/pt_BR/help.xml -share/horde/imp/locale/pt_PT/LC_MESSAGES/imp.mo -share/horde/imp/locale/pt_PT/help.xml -share/horde/imp/locale/ro_RO/LC_MESSAGES/imp.mo -share/horde/imp/locale/ru_RU/LC_MESSAGES/imp.mo -share/horde/imp/locale/ru_RU/help.xml -share/horde/imp/locale/sk_SK/LC_MESSAGES/imp.mo -share/horde/imp/locale/sk_SK/help.xml -share/horde/imp/locale/sl_SI/LC_MESSAGES/imp.mo -share/horde/imp/locale/sv_SE/LC_MESSAGES/imp.mo -share/horde/imp/locale/sv_SE/help.xml -share/horde/imp/locale/th_TH/LC_MESSAGES/imp.mo -share/horde/imp/locale/tr_TR/LC_MESSAGES/imp.mo -share/horde/imp/locale/tr_TR/help.xml -share/horde/imp/locale/uk_UA/LC_MESSAGES/imp.mo -share/horde/imp/locale/uk_UA/help.xml -share/horde/imp/locale/zh_CN/LC_MESSAGES/imp.mo -share/horde/imp/locale/zh_CN/help.xml -share/horde/imp/locale/zh_TW/LC_MESSAGES/imp.mo -share/horde/imp/locale/zh_TW/help.xml -share/horde/imp/login.php -share/horde/imp/mailbox.php -share/horde/imp/message.php -share/horde/imp/pgp.php -share/horde/imp/po/README -share/horde/imp/po/ar_OM.po -share/horde/imp/po/ar_SY.po -share/horde/imp/po/bg_BG.po -share/horde/imp/po/bs_BA.po -share/horde/imp/po/ca_ES.po -share/horde/imp/po/cs_CZ.po -share/horde/imp/po/da_DK.po -share/horde/imp/po/de_DE.po -share/horde/imp/po/el_GR.po -share/horde/imp/po/es_ES.po -share/horde/imp/po/et_EE.po -share/horde/imp/po/fa_IR.po -share/horde/imp/po/fi_FI.po -share/horde/imp/po/fr_FR.po -share/horde/imp/po/gl_ES.po -share/horde/imp/po/he_IL.po -share/horde/imp/po/hu_HU.po -share/horde/imp/po/id_ID.po -share/horde/imp/po/imp.pot -share/horde/imp/po/is_IS.po -share/horde/imp/po/it_IT.po -share/horde/imp/po/ja_JP.po -share/horde/imp/po/km_KH.po -share/horde/imp/po/ko_KR.po -share/horde/imp/po/lt_LT.po -share/horde/imp/po/lv_LV.po -share/horde/imp/po/mk_MK.po -share/horde/imp/po/nb_NO.po -share/horde/imp/po/nl_NL.po -share/horde/imp/po/nn_NO.po -share/horde/imp/po/pl_PL.po -share/horde/imp/po/pt_BR.po -share/horde/imp/po/pt_PT.po -share/horde/imp/po/ro_RO.po -share/horde/imp/po/ru_RU.po -share/horde/imp/po/sk_SK.po -share/horde/imp/po/sl_SI.po -share/horde/imp/po/sv_SE.po -share/horde/imp/po/th_TH.po -share/horde/imp/po/tr_TR.po -share/horde/imp/po/uk_UA.po -share/horde/imp/po/zh_CN.po -share/horde/imp/po/zh_TW.po -share/horde/imp/recompose.php -share/horde/imp/redirect.php -share/horde/imp/saveimage.php -share/horde/imp/scripts/Imp.reg -share/horde/imp/scripts/custom_login.php -share/horde/imp/search.php -share/horde/imp/smime.php -share/horde/imp/spelling.php -share/horde/imp/stationery.php -share/horde/imp/templates/acl/acl.inc -share/horde/imp/templates/common-header.inc -share/horde/imp/templates/compose/attachments.inc -share/horde/imp/templates/compose/attachments.js -share/horde/imp/templates/compose/compose.inc -share/horde/imp/templates/compose/compose.js -share/horde/imp/templates/compose/compose_expand.js -share/horde/imp/templates/compose/encrypt_list.inc -share/horde/imp/templates/compose/expand.inc -share/horde/imp/templates/compose/recompose.inc -share/horde/imp/templates/compose/redirect.inc -share/horde/imp/templates/compose/spelling.inc -share/horde/imp/templates/compose/spelling.js -share/horde/imp/templates/compose/success.inc -share/horde/imp/templates/contacts/contacts.inc -share/horde/imp/templates/fetchmail/account_select.inc -share/horde/imp/templates/fetchmail/driver_select.inc -share/horde/imp/templates/fetchmail/fetchmail.inc -share/horde/imp/templates/fetchmail/manage.inc -share/horde/imp/templates/fetchmail/top.inc -share/horde/imp/templates/filters/notactive.inc -share/horde/imp/templates/filters/prefs.inc -share/horde/imp/templates/folders/actions.inc -share/horde/imp/templates/folders/folders.html -share/horde/imp/templates/folders/folders_confirm.html -share/horde/imp/templates/folders/foot.inc -share/horde/imp/templates/folders/head.inc -share/horde/imp/templates/folders/import.inc -share/horde/imp/templates/javascript/addressesBlocks.js -share/horde/imp/templates/javascript/folders.js -share/horde/imp/templates/javascript/popup.js -share/horde/imp/templates/login/login.inc -share/horde/imp/templates/mailbox/actions.inc -share/horde/imp/templates/mailbox/actions_deleted.inc -share/horde/imp/templates/mailbox/alert.inc -share/horde/imp/templates/mailbox/empty_mailbox.inc -share/horde/imp/templates/mailbox/footer.inc -share/horde/imp/templates/mailbox/header.inc -share/horde/imp/templates/mailbox/javascript.inc -share/horde/imp/templates/mailbox/legend.inc -share/horde/imp/templates/mailbox/mailbox.html -share/horde/imp/templates/mailbox/message_footers.inc -share/horde/imp/templates/mailbox/message_headers.inc -share/horde/imp/templates/mailbox/navbar.inc -share/horde/imp/templates/mailbox/searchfolder.inc -share/horde/imp/templates/menu.inc -share/horde/imp/templates/message/headers.inc -share/horde/imp/templates/message/javascript.inc -share/horde/imp/templates/message/message.inc -share/horde/imp/templates/message/navbar_actions.inc -share/horde/imp/templates/message/navbar_navigate.inc -share/horde/imp/templates/message/navbar_top.inc -share/horde/imp/templates/pgp/import_key.inc -share/horde/imp/templates/pgp/notactive.inc -share/horde/imp/templates/pgp/passphrase.inc -share/horde/imp/templates/pgp/pgp.inc -share/horde/imp/templates/prefs/defaultsearchselect.inc -share/horde/imp/templates/prefs/encryptselect.inc -share/horde/imp/templates/prefs/folderselect.inc -share/horde/imp/templates/prefs/initialpageselect.inc -share/horde/imp/templates/prefs/sentmailselect.inc -share/horde/imp/templates/prefs/sourceselect.inc -share/horde/imp/templates/prefs/spamselect.inc -share/horde/imp/templates/prefs/trashselect.inc -share/horde/imp/templates/quota/quota.inc -share/horde/imp/templates/saveimage/saveimage.inc -share/horde/imp/templates/search/fields.inc -share/horde/imp/templates/search/header.inc -share/horde/imp/templates/search/javascript.inc -share/horde/imp/templates/search/main.inc -share/horde/imp/templates/smime/import_key.inc -share/horde/imp/templates/smime/notactive.inc -share/horde/imp/templates/smime/passphrase.inc -share/horde/imp/templates/smime/smime.inc -share/horde/imp/templates/stationery/prefs.inc -share/horde/imp/templates/thread/thread.html -share/horde/imp/test.php -share/horde/imp/themes/azur/screen.css -share/horde/imp/themes/bluemoon/screen.css -share/horde/imp/themes/bluewhite/screen.css -share/horde/imp/themes/brown/screen.css -share/horde/imp/themes/burntorange/screen.css -share/horde/imp/themes/cherry/screen.css -share/horde/imp/themes/cornflower/screen.css -share/horde/imp/themes/gennevilliers/screen.css -share/horde/imp/themes/graphics/addressbook_add.png -share/horde/imp/themes/graphics/addressbook_browse.png -share/horde/imp/themes/graphics/apple.png -share/horde/imp/themes/graphics/attachment.png -share/horde/imp/themes/graphics/audio/theetone.wav -share/horde/imp/themes/graphics/compose.png -share/horde/imp/themes/graphics/empty_spam.png -share/horde/imp/themes/graphics/empty_trash.png -share/horde/imp/themes/graphics/encrypted.png -share/horde/imp/themes/graphics/expand.png -share/horde/imp/themes/graphics/favicon.ico -share/horde/imp/themes/graphics/fetchmail.png -share/horde/imp/themes/graphics/filters.png -share/horde/imp/themes/graphics/folders/drafts.png -share/horde/imp/themes/graphics/folders/folder.png -share/horde/imp/themes/graphics/folders/folder_open.png -share/horde/imp/themes/graphics/folders/inbox.png -share/horde/imp/themes/graphics/folders/sent.png -share/horde/imp/themes/graphics/folders/trash.png -share/horde/imp/themes/graphics/imp.png -share/horde/imp/themes/graphics/mail_answered.png -share/horde/imp/themes/graphics/mail_deleted.png -share/horde/imp/themes/graphics/mail_draft.png -share/horde/imp/themes/graphics/mail_flagged.png -share/horde/imp/themes/graphics/mail_forwarded.png -share/horde/imp/themes/graphics/mail_personal.png -share/horde/imp/themes/graphics/mail_priority_high.png -share/horde/imp/themes/graphics/mail_priority_low.png -share/horde/imp/themes/graphics/mail_unseen.png -share/horde/imp/themes/graphics/manage_attachments.png -share/horde/imp/themes/graphics/mime/binary.png -share/horde/imp/themes/graphics/mime/compressed.png -share/horde/imp/themes/graphics/mime/encryption.png -share/horde/imp/themes/graphics/mime/html.png -share/horde/imp/themes/graphics/mime/image.png -share/horde/imp/themes/graphics/mime/itip.png -share/horde/imp/themes/graphics/mime/mail.png -share/horde/imp/themes/graphics/mime/text.png -share/horde/imp/themes/graphics/newmail.png -share/horde/imp/themes/graphics/shared.png -share/horde/imp/themes/graphics/signed.png -share/horde/imp/themes/graphics/spacer_red.png -share/horde/imp/themes/graphics/spellcheck.png -share/horde/imp/themes/green/screen.css -share/horde/imp/themes/grey/screen.css -share/horde/imp/themes/lavander/screen.css -share/horde/imp/themes/luc/screen.css -share/horde/imp/themes/lucblue/screen.css -share/horde/imp/themes/postnuke/screen.css -share/horde/imp/themes/rtl.css -share/horde/imp/themes/screen.css -share/horde/imp/themes/simplex/screen.css -share/horde/imp/themes/sun/screen.css -share/horde/imp/thread.php -share/horde/imp/view.php -@dirrm share/horde/imp/themes/sun -@dirrm share/horde/imp/themes/simplex -@dirrm share/horde/imp/themes/postnuke -@dirrm share/horde/imp/themes/lucblue -@dirrm share/horde/imp/themes/luc -@dirrm share/horde/imp/themes/lavander -@dirrm share/horde/imp/themes/grey -@dirrm share/horde/imp/themes/green -@dirrm share/horde/imp/themes/graphics/audio -@dirrm share/horde/imp/themes/graphics/mime -@dirrm share/horde/imp/themes/graphics/folders -@dirrm share/horde/imp/themes/graphics -@dirrm share/horde/imp/themes/gennevilliers -@dirrm share/horde/imp/themes/cornflower -@dirrm share/horde/imp/themes/cherry -@dirrm share/horde/imp/themes/burntorange -@dirrm share/horde/imp/themes/brown -@dirrm share/horde/imp/themes/bluewhite -@dirrm share/horde/imp/themes/bluemoon -@dirrm share/horde/imp/themes/azur -@dirrm share/horde/imp/themes -@dirrm share/horde/imp/templates/stationery -@dirrm share/horde/imp/templates/saveimage -@dirrm share/horde/imp/templates/thread -@dirrm share/horde/imp/templates/smime -@dirrm share/horde/imp/templates/search -@dirrm share/horde/imp/templates/quota -@dirrm share/horde/imp/templates/prefs -@dirrm share/horde/imp/templates/pgp -@dirrm share/horde/imp/templates/message -@dirrm share/horde/imp/templates/mailbox -@dirrm share/horde/imp/templates/login -@dirrm share/horde/imp/templates/javascript -@dirrm share/horde/imp/templates/folders -@dirrm share/horde/imp/templates/filters -@dirrm share/horde/imp/templates/fetchmail -@dirrm share/horde/imp/templates/contacts -@dirrm share/horde/imp/templates/compose -@dirrm share/horde/imp/templates/acl -@dirrm share/horde/imp/templates -@dirrm share/horde/imp/scripts -@dirrm share/horde/imp/po -@dirrm share/horde/imp/locale/zh_TW/LC_MESSAGES -@dirrm share/horde/imp/locale/zh_TW -@dirrm share/horde/imp/locale/zh_CN/LC_MESSAGES -@dirrm share/horde/imp/locale/zh_CN -@dirrm share/horde/imp/locale/uk_UA/LC_MESSAGES -@dirrm share/horde/imp/locale/uk_UA -@dirrm share/horde/imp/locale/tr_TR/LC_MESSAGES -@dirrm share/horde/imp/locale/tr_TR -@dirrm share/horde/imp/locale/th_TH/LC_MESSAGES -@dirrm share/horde/imp/locale/th_TH -@dirrm share/horde/imp/locale/sv_SE/LC_MESSAGES -@dirrm share/horde/imp/locale/sv_SE -@dirrm share/horde/imp/locale/sl_SI/LC_MESSAGES -@dirrm share/horde/imp/locale/sl_SI -@dirrm share/horde/imp/locale/sk_SK/LC_MESSAGES -@dirrm share/horde/imp/locale/sk_SK -@dirrm share/horde/imp/locale/ru_RU/LC_MESSAGES -@dirrm share/horde/imp/locale/ru_RU -@dirrm share/horde/imp/locale/ro_RO/LC_MESSAGES -@dirrm share/horde/imp/locale/ro_RO -@dirrm share/horde/imp/locale/pt_PT/LC_MESSAGES -@dirrm share/horde/imp/locale/pt_PT -@dirrm share/horde/imp/locale/pt_BR/LC_MESSAGES -@dirrm share/horde/imp/locale/pt_BR -@dirrm share/horde/imp/locale/pl_PL/LC_MESSAGES -@dirrm share/horde/imp/locale/pl_PL -@dirrm share/horde/imp/locale/nn_NO/LC_MESSAGES -@dirrm share/horde/imp/locale/nn_NO -@dirrm share/horde/imp/locale/nl_NL/LC_MESSAGES -@dirrm share/horde/imp/locale/nl_NL -@dirrm share/horde/imp/locale/nb_NO/LC_MESSAGES -@dirrm share/horde/imp/locale/nb_NO -@dirrm share/horde/imp/locale/mk_MK/LC_MESSAGES -@dirrm share/horde/imp/locale/mk_MK -@dirrm share/horde/imp/locale/lv_LV/LC_MESSAGES -@dirrm share/horde/imp/locale/lv_LV -@dirrm share/horde/imp/locale/lt_LT/LC_MESSAGES -@dirrm share/horde/imp/locale/lt_LT -@dirrm share/horde/imp/locale/ko_KR/LC_MESSAGES -@dirrm share/horde/imp/locale/ko_KR -@dirrm share/horde/imp/locale/ja_JP/LC_MESSAGES -@dirrm share/horde/imp/locale/ja_JP -@dirrm share/horde/imp/locale/it_IT/LC_MESSAGES -@dirrm share/horde/imp/locale/it_IT -@dirrm share/horde/imp/locale/is_IS/LC_MESSAGES -@dirrm share/horde/imp/locale/is_IS -@dirrm share/horde/imp/locale/id_ID/LC_MESSAGES -@dirrm share/horde/imp/locale/id_ID -@dirrm share/horde/imp/locale/hu_HU/LC_MESSAGES -@dirrm share/horde/imp/locale/hu_HU -@dirrm share/horde/imp/locale/gl_ES/LC_MESSAGES -@dirrm share/horde/imp/locale/gl_ES -@dirrm share/horde/imp/locale/fr_FR/LC_MESSAGES -@dirrm share/horde/imp/locale/fr_FR -@dirrm share/horde/imp/locale/fi_FI/LC_MESSAGES -@dirrm share/horde/imp/locale/fi_FI -@dirrm share/horde/imp/locale/fa_IR/LC_MESSAGES -@dirrm share/horde/imp/locale/fa_IR -@dirrm share/horde/imp/locale/et_EE/LC_MESSAGES -@dirrm share/horde/imp/locale/et_EE -@dirrm share/horde/imp/locale/es_ES/LC_MESSAGES -@dirrm share/horde/imp/locale/es_ES -@dirrm share/horde/imp/locale/en_US -@dirrm share/horde/imp/locale/el_GR/LC_MESSAGES -@dirrm share/horde/imp/locale/el_GR -@dirrm share/horde/imp/locale/de_DE/LC_MESSAGES -@dirrm share/horde/imp/locale/de_DE -@dirrm share/horde/imp/locale/da_DK/LC_MESSAGES -@dirrm share/horde/imp/locale/da_DK -@dirrm share/horde/imp/locale/cs_CZ/LC_MESSAGES -@dirrm share/horde/imp/locale/cs_CZ -@dirrm share/horde/imp/locale/ca_ES/LC_MESSAGES -@dirrm share/horde/imp/locale/ca_ES -@dirrm share/horde/imp/locale/bs_BA/LC_MESSAGES -@dirrm share/horde/imp/locale/bs_BA -@dirrm share/horde/imp/locale/bg_BG/LC_MESSAGES -@dirrm share/horde/imp/locale/bg_BG -@dirrm share/horde/imp/locale/ar_SY/LC_MESSAGES -@dirrm share/horde/imp/locale/ar_SY -@dirrm share/horde/imp/locale/ar_OM/LC_MESSAGES -@dirrm share/horde/imp/locale/ar_OM -@dirrm share/horde/imp/locale/km_KH/LC_MESSAGES -@dirrm share/horde/imp/locale/km_KH -@dirrm share/horde/imp/locale/he_IL/LC_MESSAGES -@dirrm share/horde/imp/locale/he_IL -@dirrm share/horde/imp/locale -@dirrm share/horde/imp/lib/Quota -@dirrm share/horde/imp/lib/Notification/Listener -@dirrm share/horde/imp/lib/Notification -@dirrm share/horde/imp/lib/Maintenance/Task -@dirrm share/horde/imp/lib/Maintenance -@dirrm share/horde/imp/lib/MIME/Viewer -@dirrm share/horde/imp/lib/MIME -@dirrm share/horde/imp/lib/Identity -@dirrm share/horde/imp/lib/IMAP -@dirrm share/horde/imp/lib/Fetchmail -@dirrm share/horde/imp/lib/Crypt -@dirrm share/horde/imp/lib/Block -@dirrm share/horde/imp/lib/Auth -@dirrm share/horde/imp/lib -@unexec ${RMDIR} %D/share/horde/imp/config 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/horde/imp 2>/dev/null || ${TRUE} -@dirrm share/examples/imp -@dirrm share/doc/imp diff --git a/mail/imp4/distinfo b/mail/imp4/distinfo deleted file mode 100644 index 3e86bcb5698..00000000000 --- a/mail/imp4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.7 2006/04/17 21:12:30 adrianp Exp $ - -SHA1 (imp-h3-4.1.1.tar.gz) = 08c9f9b172e0846f7ecf857e3b74188e44306fa5 -RMD160 (imp-h3-4.1.1.tar.gz) = 2bfeab260e78e26b73fd11f36b5ad55d94f6c3bb -Size (imp-h3-4.1.1.tar.gz) = 4063589 bytes diff --git a/mail/imp4/files/imp.conf.dist b/mail/imp4/files/imp.conf.dist deleted file mode 100644 index 11e398babf4..00000000000 --- a/mail/imp4/files/imp.conf.dist +++ /dev/null @@ -1,43 +0,0 @@ -# $NetBSD: imp.conf.dist,v 1.2 2005/02/17 11:56:26 adrianp Exp $ -# -# IMP configuration file fragment for Apache - -<IfModule mod_alias.c> - Alias /imp/ "@IMPDIR@/" -</IfModule> - -<Directory "@IMPDIR@"> - DirectoryIndex index.php - <IfModule mod_php4.c> - php_flag file_uploads On - php_flag upload_max_filesize 5M - </IfModule> -</Directory> - -# For security, don't serve pages from the IMP configuration and library -# directories. -# -<Directory "@IMPDIR@/config"> - Order deny,allow - Deny from all -</Directory> -<Directory "@IMPDIR@/lib"> - Order deny,allow - Deny from all -</Directory> -<Directory "@IMPDIR@/locale"> - Order deny,allow - Deny from all -</Directory> -<Directory "@IMPDIR@/po"> - Order deny,allow - Deny from all -</Directory> -<Directory "@IMPDIR@/scripts"> - Order deny,allow - Deny from all -</Directory> -<Directory "@IMPDIR@/templates"> - Order deny,allow - Deny from all -</Directory> diff --git a/mail/imp4/options.mk b/mail/imp4/options.mk deleted file mode 100644 index c53ed9fd620..00000000000 --- a/mail/imp4/options.mk +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: options.mk,v 1.1.1.1 2005/01/16 21:36:28 adrianp Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.imp -PKG_SUPPORTED_OPTIONS= ispell aspell gnupg - -.include "../../mk/bsd.options.mk" - -### -### Use aspell with IMP -### -.if !empty(PKG_OPTIONS:Maspell) -DEPENDS+= aspell-[0-9]*:../../textproc/aspell -.endif - -### -### Use ispell with IMP -### -.if !empty(PKG_OPTIONS:Mispell) -DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base -.endif - -### -### Use gnupg with IMP -### -.if !empty(PKG_OPTIONS:Mgnupg) -DEPENDS+= gnupg-[0-9]*:../../security/gnupg -.endif |