Date: Mon, 26 Mar 2007 22:06:13 -0800 From: "Beech Rintoul" <beech@alaskaparadise.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: infofarmer@FreeBSD.org Subject: ports/110908: [New Port] mail/horde-imp-devel - Development version of horde-imp Message-ID: <1174975573.96248@stargate.alaskaparadise.com> Resent-Message-ID: <200703270610.l2R6A27L020528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110908 >Category: ports >Synopsis: [New Port] mail/horde-imp-devel - Development version of horde-imp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 06:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: FreeBSD 7.0-CURRENT i386 >Organization: Alaska Paradise >Environment: System: FreeBSD 7.0-CURRENT #111: Sat Mar 24 08:52:58 AKDT 2007 root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE >Description: New port mail/horde-imp-devel >How-To-Repeat: >Fix: #!/bin/sh # This is a shell archive echo x horde-imp-devel mkdir -p horde-imp-devel > /dev/null 2>&1 echo x horde-imp-devel/files mkdir -p horde-imp-devel/files > /dev/null 2>&1 echo x horde-imp-devel/pkg-descr sed 's/^X//' > horde-imp-devel/pkg-descr << 'SHAR_END' XIMP is the Internet Messaging Program. It is written in PHP and provides Xwebmail access to IMAP and POP3 accounts. X XWWW: http://www.horde.org/imp/ SHAR_END echo x horde-imp-devel/Makefile sed 's/^X//' > horde-imp-devel/Makefile << 'SHAR_END' X# Ports collection makefile for: imp-devel X# Date created: Mon Mar 26, 2007 X# Whom: Beech Rintoul (<beech@alaskaparadise.com>) X# X# $FreeBSD$ X# X XPORTNAME= imp XPORTVERSION= 4.1.5.b20070326 XCATEGORIES= mail www XMASTER_SITES= http://freebsd.alaskaparadise.com/source/ XPKGNAMEPREFIX= horde- XPKGNAMESUFFIX= -devel X XMAINTAINER= beech@alaskaparadise.com XCOMMENT= Development version of Horde imp X X#----------------------------------------------------------------------- X# You may define these options: X# X# - WITHOUT_LDAP : if you do not need OpenLDAP; X# X# - WITHOUT_SMIME : disable S/MIME; X# X# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; X# X# - WITHOUT_ASPELL : for spelling bees... X# X# - WITH_ISPELL : if you prefer ispell; X# X# - NOCRYPT : if crypto is restricted in your country; X# X# - WITHOUT_SSL : if you have not installed c-client WITH_SSL; X# X# - WITH_VALID_CERT : if you own a valid SSL certificate; X# X# - WITHOUT_INGO : if you don't need filters management; X# X# - WITHOUT_NAG : if you don't want tasks management; X# X# - WITHOUT_TURBA : if you do not want adressbooks; X# X# - WITH_HTML : enable HTML composition mode; X# X# - WITH_IMAPSERVER : if you to depend on an IMAP server; X# X# or you can select to work with one of these servers: X# X# - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; X# X# - WITH_IMAP-UW : IMP will work with imap-uw; X# X# - WITH_DOVECOT : IMP will work with dovecot; X# X# - WITH_COURIER-IMAP : IMP will work with courier-imap. X# X# These choices are mutually exclusive, and imap-uw is the default. X# X#----------------------------------------------------------------------- X XRUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL X XCONFLICTS= imp-3.* imp-4.* X XUSE_PHP= imap X.if defined(WITHOUT_TURBA) X. if !defined(WITHOUT_LDAP) XUSE_PHP+= ldap X. endif XRUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base X.else XRUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba X.endif X X.if !defined(WITHOUT_INGO) XRUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo X.endif X X.if !defined(WITHOUT_NAG) XRUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag X.endif X X.if !defined(WITHOUT_SMIME) XUSE_PHP+= openssl X.endif X X.if !defined(NOCRYPT) XRUN_DEPENDS+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 X.endif X X.if !defined(WITHOUT_ASPELL) XRUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell X.elif defined(WITH_ISPELL) XRUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell X.endif X X.if defined(WITH_HTML) XRUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request X.endif X XNO_BUILD= yes XUSE_APACHE= 1.3+ # needed to test APACHE_VERSION XUSE_GETTEXT= yes XREINPLACE_ARGS= -i.beforeIMP X XPORTDOCS= README CHANGES CREDITS INSTALL \ X RELEASE_NOTES TODO UPGRADING XCONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \ X prefs.php servers.php trailer.txt XSUB_DIRS= config js lib locale po scripts templates themes X XLHORDEDIR?= www/horde XLIMPDIR= ${LHORDEDIR}/imp XPEARDIR?= ${LOCALBASE}/share/pear X XPLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} XPKGMESSAGE= ${WRKDIR}/pkg-message XPKGDEINSTALL= ${WRKDIR}/pkg-deinstall XSUB_FILES= pkg-message pkg-install pkg-deinstall XSUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR} X XIMPDIR= ${PREFIX}/${LIMPDIR} XCONFDIR= ${IMPDIR}/config X XHOSTNAME?= `/bin/hostname` XSERVOS?= ${OPSYS}-${OSREL} X XPORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h X XPATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \ X conf.xml.beforeIMP servers.php.dist.beforeIMP X X.include <bsd.port.pre.mk> X X# I have no report about the support of dkimap4 by IMP, X# but I shall be happy to add it if someone report success with it. X# If an IMAP server is already installed, we just record the dependence, X# else we shall install imap-uw. X# IMAP servers are ordered according to my tastes, if several are X# installed, we just record the first one. X.if defined(WITH_IMAPSERVER) X. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd) XRUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw X. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/cyrus/bin/master) XRUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/master:${PORTSDIR}/mail/cyrus-imapd23 X. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota) XRUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap X. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap) XRUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/imap:${PORTSDIR}/mail/dovecot X. else XRUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw X. endif X.endif X X.if ${APACHE_VERSION} >= 20 XHORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes/ X.else XHORDE_INC= ${LOCALBASE}/etc/horde/ X.endif X Xpre-everything:: X.if !defined(WITHOUT_IMAPSERVER) X @${ECHO_MSG} "" X @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" X @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." X @${ECHO_MSG} "" X.endif X Xpost-extract: X @${MV} ${WRKSRC}/README ${WRKSRC}/docs/ X Xpre-configure: X @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml X.if !defined(WITHOUT_ASPELL) X @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \ X ${WRKSRC}/config/conf.xml X.elif defined(WITH_ISPELL) X @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/ispell:" \ X ${WRKSRC}/config/conf.xml X.else X @${REINPLACE_CMD} -e "s:%%ASPELL%%::" ${WRKSRC}/config/conf.xml X.endif X.if !defined(NOCRYPT) X @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ X ${WRKSRC}/config/conf.xml X.else X @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml X.endif X @${REINPLACE_CMD} -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \ X ${WRKSRC}/lib/MIME/Headers.php X @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ X ${WRKSRC}/config/servers.php.dist X.if defined(WITHOUT_SSL) X @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ X ${WRKSRC}/config/servers.php.dist X.else X @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist X. if defined(WITH_VALID_CERT) X @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist X. else X @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ X ${WRKSRC}/config/servers.php.dist X. endif X.endif X @${SED} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:" \ X ${FILESDIR}/httpd.conf.imp > ${WRKDIR}/httpd-imp.conf X.for fc in ${PATCH2RM} X @${RM} ${WRKSRC}/config/${fc} X.endfor X @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP X Xpre-install: X.if !defined(BATCH) && !defined(WITHOUT_SSL) X @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ X ${ECHO_MSG} "" ; \ X ${ECHO_MSG} "Please configure c-client with SSL support." ; \ X ${ECHO_MSG} "" ; \ X ${FALSE} ; \ X fi X.endif X Xdo-install: X @${INSTALL} -d ${IMPDIR}/ X @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${IMPDIR}/ X @${CP} -p ${WRKSRC}/*.php ${IMPDIR}/ X @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/ X @${INSTALL_DATA} ${WRKDIR}/httpd-imp.conf ${HORDE_INC}/ X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR}/ X @${CHMOD} -R o-rwx ${CONFDIR}/ X.if !defined(NOPORTDOCS) X @${INSTALL} -d ${DOCSDIR}/ X @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/ X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X.endif X Xpost-install: X @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X @${ECHO_MSG} X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} X X.include <bsd.port.post.mk> SHAR_END echo x horde-imp-devel/distinfo sed 's/^X//' > horde-imp-devel/distinfo << 'SHAR_END' XMD5 (imp-4.1.5.b20070326.tar.gz) = 5f4283b80b598209e2dcd67d14f6402d XSHA256 (imp-4.1.5.b20070326.tar.gz) = 03261c8fe409b8ceaef85c6ba59494addbf9811368199b292604908fa47c45cb XSIZE (imp-4.1.5.b20070326.tar.gz) = 4247524 SHAR_END echo x horde-imp-devel/pkg-plist sed 's/^X//' > horde-imp-devel/pkg-plist << 'SHAR_END' X%%IMPDIR%%/acl.php X%%IMPDIR%%/attachment.php X%%IMPDIR%%/compose.php X%%IMPDIR%%/config/.htaccess X%%IMPDIR%%/config/conf.xml X%%IMPDIR%%/config/filter.txt.dist X%%IMPDIR%%/config/header.php.dist X%%IMPDIR%%/config/menu.php.dist X%%IMPDIR%%/config/mime_drivers.php.dist X%%IMPDIR%%/config/motd.php.dist X%%IMPDIR%%/config/prefs.php.dist X%%IMPDIR%%/config/servers.php.dist X%%IMPDIR%%/config/trailer.txt.dist X%%IMPDIR%%/contacts.php X%%IMPDIR%%/fetchmail.php X%%IMPDIR%%/fetchmailprefs.php X%%IMPDIR%%/filterprefs.php X%%IMPDIR%%/folders.php X%%IMPDIR%%/imp.js.php X%%IMPDIR%%/imple.php X%%IMPDIR%%/index.php X%%IMPDIR%%/js/KeyNavList.js X%%IMPDIR%%/js/SpellChecker.js X%%IMPDIR%%/js/acl.js X%%IMPDIR%%/js/addressesBlocks.js X%%IMPDIR%%/js/builder.js X%%IMPDIR%%/js/compose.js X%%IMPDIR%%/js/contacts.js X%%IMPDIR%%/js/controls.js X%%IMPDIR%%/js/dragdrop.js X%%IMPDIR%%/js/effects.js X%%IMPDIR%%/js/fetchmailprefs.js X%%IMPDIR%%/js/folders.js X%%IMPDIR%%/js/ieEscGuard.js X%%IMPDIR%%/js/login.js X%%IMPDIR%%/js/mailbox.js X%%IMPDIR%%/js/message.js X%%IMPDIR%%/js/popup.js X%%IMPDIR%%/js/prototype.js X%%IMPDIR%%/js/redbox.js X%%IMPDIR%%/js/scriptaculous.js X%%IMPDIR%%/js/search.js X%%IMPDIR%%/js/src/KeyNavList.js X%%IMPDIR%%/js/src/SpellChecker.js X%%IMPDIR%%/js/src/acl.js X%%IMPDIR%%/js/src/addressesBlocks.js X%%IMPDIR%%/js/src/builder.js X%%IMPDIR%%/js/src/compose.js X%%IMPDIR%%/js/src/contacts.js X%%IMPDIR%%/js/src/controls.js X%%IMPDIR%%/js/src/dragdrop.js X%%IMPDIR%%/js/src/effects.js X%%IMPDIR%%/js/src/fetchmailprefs.js X%%IMPDIR%%/js/src/folders.js X%%IMPDIR%%/js/src/ieEscGuard.js X%%IMPDIR%%/js/src/login.js X%%IMPDIR%%/js/src/mailbox.js X%%IMPDIR%%/js/src/message.js X%%IMPDIR%%/js/src/popup.js X%%IMPDIR%%/js/src/prototype.js X%%IMPDIR%%/js/src/redbox.js X%%IMPDIR%%/js/src/scriptaculous.js X%%IMPDIR%%/js/src/search.js X%%IMPDIR%%/js/src/stripe.js X%%IMPDIR%%/js/src/unblockImages.js X%%IMPDIR%%/js/stripe.js X%%IMPDIR%%/js/unblockImages.js X%%IMPDIR%%/lib/.htaccess X%%IMPDIR%%/lib/Auth/imp.php X%%IMPDIR%%/lib/Block/summary.php X%%IMPDIR%%/lib/Block/tree_folders.php X%%IMPDIR%%/lib/Compose.php X%%IMPDIR%%/lib/Crypt/PGP.php X%%IMPDIR%%/lib/Crypt/SMIME.php X%%IMPDIR%%/lib/Fetchmail.php X%%IMPDIR%%/lib/Fetchmail/imap.php X%%IMPDIR%%/lib/Filter.php X%%IMPDIR%%/lib/Folder.php X%%IMPDIR%%/lib/IMAP.php X%%IMPDIR%%/lib/IMAP/ACL.php X%%IMPDIR%%/lib/IMAP/ACL/rfc2086.php X%%IMPDIR%%/lib/IMAP/ACL/rfc4314.php X%%IMPDIR%%/lib/IMAP/Cache.php X%%IMPDIR%%/lib/IMAP/Client.php X%%IMPDIR%%/lib/IMAP/MailboxCache.php X%%IMPDIR%%/lib/IMAP/Search.php X%%IMPDIR%%/lib/IMAP/Sort.php X%%IMPDIR%%/lib/IMAP/Thread.php X%%IMPDIR%%/lib/IMAP/Tree.php X%%IMPDIR%%/lib/IMP.php X%%IMPDIR%%/lib/Identity/imp.php X%%IMPDIR%%/lib/Imple.php X%%IMPDIR%%/lib/Imple/ContactAutoCompleter.php X%%IMPDIR%%/lib/Imple/SpellChecker.php X%%IMPDIR%%/lib/JSON.php X%%IMPDIR%%/lib/MIME/Contents.php X%%IMPDIR%%/lib/MIME/Headers.php X%%IMPDIR%%/lib/MIME/Viewer/alternative.php X%%IMPDIR%%/lib/MIME/Viewer/appledouble.php X%%IMPDIR%%/lib/MIME/Viewer/enriched.php X%%IMPDIR%%/lib/MIME/Viewer/html.php X%%IMPDIR%%/lib/MIME/Viewer/images.php X%%IMPDIR%%/lib/MIME/Viewer/itip.php X%%IMPDIR%%/lib/MIME/Viewer/multipart.php X%%IMPDIR%%/lib/MIME/Viewer/notification.php X%%IMPDIR%%/lib/MIME/Viewer/partial.php X%%IMPDIR%%/lib/MIME/Viewer/pgp.php X%%IMPDIR%%/lib/MIME/Viewer/pkcs7.php X%%IMPDIR%%/lib/MIME/Viewer/plain.php X%%IMPDIR%%/lib/MIME/Viewer/related.php X%%IMPDIR%%/lib/MIME/Viewer/rfc822.php X%%IMPDIR%%/lib/MIME/Viewer/smil.php X%%IMPDIR%%/lib/MIME/Viewer/status.php X%%IMPDIR%%/lib/MIME/Viewer/tnef.php X%%IMPDIR%%/lib/MIME/Viewer/zip.php X%%IMPDIR%%/lib/Mailbox.php X%%IMPDIR%%/lib/Maillog.php X%%IMPDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php X%%IMPDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php X%%IMPDIR%%/lib/Maintenance/Task/fetchmail_login.php X%%IMPDIR%%/lib/Maintenance/Task/purge_sentmail.php X%%IMPDIR%%/lib/Maintenance/Task/purge_spam.php X%%IMPDIR%%/lib/Maintenance/Task/purge_trash.php X%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php X%%IMPDIR%%/lib/Maintenance/Task/tos_agreement.php X%%IMPDIR%%/lib/Maintenance/imp.php X%%IMPDIR%%/lib/Message.php X%%IMPDIR%%/lib/Notification/Listener/status.php X%%IMPDIR%%/lib/Quota.php X%%IMPDIR%%/lib/Quota/command.php X%%IMPDIR%%/lib/Quota/imap.php X%%IMPDIR%%/lib/Quota/logfile.php X%%IMPDIR%%/lib/Quota/mdaemon.php X%%IMPDIR%%/lib/Quota/mercury32.php X%%IMPDIR%%/lib/Quota/sql.php X%%IMPDIR%%/lib/Search.php X%%IMPDIR%%/lib/Sentmail.php X%%IMPDIR%%/lib/Sentmail/sql.php X%%IMPDIR%%/lib/Session.php X%%IMPDIR%%/lib/Spam.php X%%IMPDIR%%/lib/SpellChecker.php X%%IMPDIR%%/lib/SpellChecker/aspell.php X%%IMPDIR%%/lib/SpellChecker/pspell.php X%%IMPDIR%%/lib/Template.php X%%IMPDIR%%/lib/UI/Compose.php X%%IMPDIR%%/lib/UI/Mailbox.php X%%IMPDIR%%/lib/UI/Message.php X%%IMPDIR%%/lib/api.php X%%IMPDIR%%/lib/base.php X%%IMPDIR%%/lib/prefs.php X%%IMPDIR%%/lib/version.php X%%IMPDIR%%/locale/.htaccess X%%IMPDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ca_ES/help.xml X%%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/cs_CZ/help.xml X%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/da_DK/help.xml X%%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/de_DE/help.xml X%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/el_GR/help.xml X%%IMPDIR%%/locale/en_US/help.xml X%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/es_ES/help.xml X%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/et_EE/help.xml X%%IMPDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/fa_IR/help.xml X%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/fi_FI/help.xml X%%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/fr_FR/help.xml X%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/he_IL/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/hu_HU/help.xml X%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/it_IT/help.xml X%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/km_KH/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ko_KR/help.xml X%%IMPDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/nb_NO/help.xml X%%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/nl_NL/help.xml X%%IMPDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/pl_PL/help.xml X%%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/pt_BR/help.xml X%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/pt_PT/help.xml X%%IMPDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/ru_RU/help.xml X%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/sk_SK/help.xml X%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/sv_SE/help.xml X%%IMPDIR%%/locale/th_TH/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/tr_TR/help.xml X%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/uk_UA/help.xml X%%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/zh_CN/help.xml X%%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo X%%IMPDIR%%/locale/zh_TW/help.xml X%%IMPDIR%%/login.php X%%IMPDIR%%/mailbox.php X%%IMPDIR%%/message.php X%%IMPDIR%%/pgp.php X%%IMPDIR%%/po/.cvsignore X%%IMPDIR%%/po/.htaccess X%%IMPDIR%%/po/README X%%IMPDIR%%/po/ar_OM.po X%%IMPDIR%%/po/ar_SY.po X%%IMPDIR%%/po/bg_BG.po X%%IMPDIR%%/po/bs_BA.po X%%IMPDIR%%/po/ca_ES.po X%%IMPDIR%%/po/cs_CZ.po X%%IMPDIR%%/po/da_DK.po X%%IMPDIR%%/po/de_DE.po X%%IMPDIR%%/po/el_GR.po X%%IMPDIR%%/po/es_ES.po X%%IMPDIR%%/po/et_EE.po X%%IMPDIR%%/po/fa_IR.po X%%IMPDIR%%/po/fi_FI.po X%%IMPDIR%%/po/fr_FR.po X%%IMPDIR%%/po/gl_ES.po X%%IMPDIR%%/po/he_IL.po X%%IMPDIR%%/po/hu_HU.po X%%IMPDIR%%/po/id_ID.po X%%IMPDIR%%/po/imp.pot X%%IMPDIR%%/po/is_IS.po X%%IMPDIR%%/po/it_IT.po X%%IMPDIR%%/po/ja_JP.po X%%IMPDIR%%/po/km_KH.po X%%IMPDIR%%/po/ko_KR.po X%%IMPDIR%%/po/lt_LT.po X%%IMPDIR%%/po/lv_LV.po X%%IMPDIR%%/po/mk_MK.po X%%IMPDIR%%/po/nb_NO.po X%%IMPDIR%%/po/nl_NL.po X%%IMPDIR%%/po/nn_NO.po X%%IMPDIR%%/po/pl_PL.po X%%IMPDIR%%/po/pt_BR.po X%%IMPDIR%%/po/pt_PT.po X%%IMPDIR%%/po/ro_RO.po X%%IMPDIR%%/po/ru_RU.po X%%IMPDIR%%/po/sk_SK.po X%%IMPDIR%%/po/sl_SI.po X%%IMPDIR%%/po/sv_SE.po X%%IMPDIR%%/po/th_TH.po X%%IMPDIR%%/po/tr_TR.po X%%IMPDIR%%/po/uk_UA.po X%%IMPDIR%%/po/zh_CN.po X%%IMPDIR%%/po/zh_TW.po X%%IMPDIR%%/redirect.php X%%IMPDIR%%/rss.php X%%IMPDIR%%/saveimage.php X%%IMPDIR%%/scripts/.htaccess X%%IMPDIR%%/scripts/Imp.reg X%%IMPDIR%%/scripts/bounce_spam.php X%%IMPDIR%%/scripts/custom_login.php X%%IMPDIR%%/scripts/sql/imp_sentmail.sql X%%IMPDIR%%/scripts/upgrades/convert_vfolders.php X%%IMPDIR%%/search.php X%%IMPDIR%%/smime.php X%%IMPDIR%%/stationery.php X%%IMPDIR%%/templates/.htaccess X%%IMPDIR%%/templates/acl/acl.html X%%IMPDIR%%/templates/common-header.inc X%%IMPDIR%%/templates/compose/compose.html X%%IMPDIR%%/templates/compose/redirect.html X%%IMPDIR%%/templates/compose/success.html X%%IMPDIR%%/templates/contacts/contacts.html X%%IMPDIR%%/templates/fetchmail/fetchmail.html X%%IMPDIR%%/templates/fetchmail/fetchmailprefs.html X%%IMPDIR%%/templates/filters/prefs.html X%%IMPDIR%%/templates/folders/actions.html X%%IMPDIR%%/templates/folders/folders.html X%%IMPDIR%%/templates/folders/folders_confirm.html X%%IMPDIR%%/templates/folders/folders_size.html X%%IMPDIR%%/templates/folders/head.html X%%IMPDIR%%/templates/folders/import.html X%%IMPDIR%%/templates/login/login.html X%%IMPDIR%%/templates/login/mobile.inc X%%IMPDIR%%/templates/login/recompose.html X%%IMPDIR%%/templates/mailbox/actions.html X%%IMPDIR%%/templates/mailbox/actions_deleted.html X%%IMPDIR%%/templates/mailbox/empty_mailbox.html X%%IMPDIR%%/templates/mailbox/header.html X%%IMPDIR%%/templates/mailbox/mailbox.html X%%IMPDIR%%/templates/mailbox/message_footers.html X%%IMPDIR%%/templates/mailbox/message_headers.html X%%IMPDIR%%/templates/mailbox/navbar.html X%%IMPDIR%%/templates/mailbox/searchfolder.html X%%IMPDIR%%/templates/menu.html X%%IMPDIR%%/templates/message/message.html X%%IMPDIR%%/templates/message/navbar_actions.html X%%IMPDIR%%/templates/message/navbar_navigate.html X%%IMPDIR%%/templates/message/navbar_top.html X%%IMPDIR%%/templates/newmsg/alert.html X%%IMPDIR%%/templates/pgp/import_key.html X%%IMPDIR%%/templates/pgp/passphrase.html X%%IMPDIR%%/templates/pgp/pgp.html X%%IMPDIR%%/templates/prefs/defaultsearchselect.inc X%%IMPDIR%%/templates/prefs/encryptselect.inc X%%IMPDIR%%/templates/prefs/folderselect.inc X%%IMPDIR%%/templates/prefs/initialpageselect.inc X%%IMPDIR%%/templates/prefs/sentmailselect.inc X%%IMPDIR%%/templates/prefs/sourceselect.inc X%%IMPDIR%%/templates/prefs/spamselect.inc X%%IMPDIR%%/templates/prefs/trashselect.inc X%%IMPDIR%%/templates/quota/quota.html X%%IMPDIR%%/templates/rss/mailbox.rss X%%IMPDIR%%/templates/saveimage/saveimage.html X%%IMPDIR%%/templates/search/search.html X%%IMPDIR%%/templates/smime/import_key.html X%%IMPDIR%%/templates/smime/passphrase.html X%%IMPDIR%%/templates/smime/smime.html X%%IMPDIR%%/templates/stationery/stationery.html X%%IMPDIR%%/templates/thread/thread.html X%%IMPDIR%%/test.php X%%IMPDIR%%/themes/azur/screen.css X%%IMPDIR%%/themes/bluemoon/screen.css X%%IMPDIR%%/themes/bluewhite/screen.css X%%IMPDIR%%/themes/brown/screen.css X%%IMPDIR%%/themes/burntorange/screen.css X%%IMPDIR%%/themes/cherry/screen.css X%%IMPDIR%%/themes/cornflower/screen.css X%%IMPDIR%%/themes/fadetogreen/screen.css X%%IMPDIR%%/themes/feed-rss.xsl X%%IMPDIR%%/themes/gennevilliers/screen.css X%%IMPDIR%%/themes/graphics/addressbook_add.png X%%IMPDIR%%/themes/graphics/addressbook_browse.png X%%IMPDIR%%/themes/graphics/apple.png X%%IMPDIR%%/themes/graphics/attachment.png X%%IMPDIR%%/themes/graphics/audio/theetone.wav X%%IMPDIR%%/themes/graphics/compose.png X%%IMPDIR%%/themes/graphics/empty_spam.png X%%IMPDIR%%/themes/graphics/empty_trash.png X%%IMPDIR%%/themes/graphics/encrypted.png X%%IMPDIR%%/themes/graphics/expand.png X%%IMPDIR%%/themes/graphics/favicon.ico X%%IMPDIR%%/themes/graphics/fetchmail.png X%%IMPDIR%%/themes/graphics/filters.png X%%IMPDIR%%/themes/graphics/folders/drafts.png X%%IMPDIR%%/themes/graphics/folders/folder.png X%%IMPDIR%%/themes/graphics/folders/folder_create.png X%%IMPDIR%%/themes/graphics/folders/folder_delete.png X%%IMPDIR%%/themes/graphics/folders/folder_edit.png X%%IMPDIR%%/themes/graphics/folders/folder_open.png X%%IMPDIR%%/themes/graphics/folders/inbox.png X%%IMPDIR%%/themes/graphics/folders/sent.png X%%IMPDIR%%/themes/graphics/folders/spam.png X%%IMPDIR%%/themes/graphics/folders/trash.png X%%IMPDIR%%/themes/graphics/imp.png X%%IMPDIR%%/themes/graphics/loading.gif X%%IMPDIR%%/themes/graphics/mail_answered.png X%%IMPDIR%%/themes/graphics/mail_clearflag.png X%%IMPDIR%%/themes/graphics/mail_deleted.png X%%IMPDIR%%/themes/graphics/mail_draft.png X%%IMPDIR%%/themes/graphics/mail_flagged.png X%%IMPDIR%%/themes/graphics/mail_forwarded.png X%%IMPDIR%%/themes/graphics/mail_personal.png X%%IMPDIR%%/themes/graphics/mail_priority_high.png X%%IMPDIR%%/themes/graphics/mail_priority_low.png X%%IMPDIR%%/themes/graphics/mail_seen.png X%%IMPDIR%%/themes/graphics/mail_unseen.png X%%IMPDIR%%/themes/graphics/manage_attachments.png X%%IMPDIR%%/themes/graphics/mime/binary.png X%%IMPDIR%%/themes/graphics/mime/compressed.png X%%IMPDIR%%/themes/graphics/mime/encryption.png X%%IMPDIR%%/themes/graphics/mime/html.png X%%IMPDIR%%/themes/graphics/mime/image.png X%%IMPDIR%%/themes/graphics/mime/itip.png X%%IMPDIR%%/themes/graphics/mime/mail.png X%%IMPDIR%%/themes/graphics/mime/text.png X%%IMPDIR%%/themes/graphics/newmail.png X%%IMPDIR%%/themes/graphics/popdown.png X%%IMPDIR%%/themes/graphics/redbox_spinner.gif X%%IMPDIR%%/themes/graphics/shared.png X%%IMPDIR%%/themes/graphics/signed.png X%%IMPDIR%%/themes/graphics/spacer_red.png X%%IMPDIR%%/themes/graphics/spellcheck.png X%%IMPDIR%%/themes/green/screen.css X%%IMPDIR%%/themes/grey/screen.css X%%IMPDIR%%/themes/ideas/screen.css X%%IMPDIR%%/themes/lavander/screen.css X%%IMPDIR%%/themes/luc/screen.css X%%IMPDIR%%/themes/lucblue/screen.css X%%IMPDIR%%/themes/mozilla/screen.css X%%IMPDIR%%/themes/postnuke/screen.css X%%IMPDIR%%/themes/rtl.css X%%IMPDIR%%/themes/screen.css X%%IMPDIR%%/themes/simplex/screen.css X%%IMPDIR%%/themes/sun/screen.css X%%IMPDIR%%/thread.php X%%IMPDIR%%/view.php X%%HORDE_INC%%httpd-imp.conf X@dirrm %%IMPDIR%%/themes/sun X@dirrm %%IMPDIR%%/themes/simplex X@dirrm %%IMPDIR%%/themes/postnuke X@dirrm %%IMPDIR%%/themes/mozilla X@dirrm %%IMPDIR%%/themes/lucblue X@dirrm %%IMPDIR%%/themes/luc X@dirrm %%IMPDIR%%/themes/lavander X@dirrm %%IMPDIR%%/themes/ideas X@dirrm %%IMPDIR%%/themes/grey X@dirrm %%IMPDIR%%/themes/green X@dirrm %%IMPDIR%%/themes/graphics/mime X@dirrm %%IMPDIR%%/themes/graphics/folders X@dirrm %%IMPDIR%%/themes/graphics/audio X@dirrm %%IMPDIR%%/themes/graphics X@dirrm %%IMPDIR%%/themes/gennevilliers X@dirrm %%IMPDIR%%/themes/fadetogreen X@dirrm %%IMPDIR%%/themes/cornflower X@dirrm %%IMPDIR%%/themes/cherry X@dirrm %%IMPDIR%%/themes/burntorange X@dirrm %%IMPDIR%%/themes/brown X@dirrm %%IMPDIR%%/themes/bluewhite X@dirrm %%IMPDIR%%/themes/bluemoon X@dirrm %%IMPDIR%%/themes/azur X@dirrm %%IMPDIR%%/themes X@dirrm %%IMPDIR%%/templates/thread X@dirrm %%IMPDIR%%/templates/stationery X@dirrm %%IMPDIR%%/templates/smime X@dirrm %%IMPDIR%%/templates/search X@dirrm %%IMPDIR%%/templates/saveimage X@dirrm %%IMPDIR%%/templates/rss X@dirrm %%IMPDIR%%/templates/quota X@dirrm %%IMPDIR%%/templates/prefs X@dirrm %%IMPDIR%%/templates/pgp X@dirrm %%IMPDIR%%/templates/newmsg X@dirrm %%IMPDIR%%/templates/message X@dirrm %%IMPDIR%%/templates/mailbox X@dirrm %%IMPDIR%%/templates/login X@dirrm %%IMPDIR%%/templates/folders X@dirrm %%IMPDIR%%/templates/filters X@dirrm %%IMPDIR%%/templates/fetchmail X@dirrm %%IMPDIR%%/templates/contacts X@dirrm %%IMPDIR%%/templates/compose X@dirrm %%IMPDIR%%/templates/acl X@dirrm %%IMPDIR%%/templates X@dirrm %%IMPDIR%%/scripts/upgrades X@dirrm %%IMPDIR%%/scripts/sql X@dirrm %%IMPDIR%%/scripts X@dirrm %%IMPDIR%%/po X@dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/zh_TW X@dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/zh_CN X@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/uk_UA X@dirrm %%IMPDIR%%/locale/tr_TR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/tr_TR X@dirrm %%IMPDIR%%/locale/th_TH/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/th_TH X@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/sv_SE X@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/sl_SI X@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/sk_SK X@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ru_RU X@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ro_RO X@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/pt_PT X@dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/pt_BR X@dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/pl_PL X@dirrm %%IMPDIR%%/locale/nn_NO/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/nn_NO X@dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/nl_NL X@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/nb_NO X@dirrm %%IMPDIR%%/locale/mk_MK/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/mk_MK X@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/lv_LV X@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/lt_LT X@dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ko_KR X@dirrm %%IMPDIR%%/locale/km_KH/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/km_KH X@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ja_JP X@dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/it_IT X@dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/is_IS X@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/id_ID X@dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/hu_HU X@dirrm %%IMPDIR%%/locale/he_IL/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/he_IL X@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/gl_ES X@dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/fr_FR X@dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/fi_FI X@dirrm %%IMPDIR%%/locale/fa_IR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/fa_IR X@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/et_EE X@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/es_ES X@dirrm %%IMPDIR%%/locale/en_US X@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/el_GR X@dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/de_DE X@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/da_DK X@dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/cs_CZ X@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ca_ES X@dirrm %%IMPDIR%%/locale/bs_BA/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/bs_BA X@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/bg_BG X@dirrm %%IMPDIR%%/locale/ar_SY/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ar_SY X@dirrm %%IMPDIR%%/locale/ar_OM/LC_MESSAGES X@dirrm %%IMPDIR%%/locale/ar_OM X@dirrm %%IMPDIR%%/locale X@dirrm %%IMPDIR%%/lib/UI X@dirrm %%IMPDIR%%/lib/SpellChecker X@dirrm %%IMPDIR%%/lib/Sentmail X@dirrm %%IMPDIR%%/lib/Quota X@dirrm %%IMPDIR%%/lib/Notification/Listener X@dirrm %%IMPDIR%%/lib/Notification X@dirrm %%IMPDIR%%/lib/Maintenance/Task X@dirrm %%IMPDIR%%/lib/Maintenance X@dirrm %%IMPDIR%%/lib/MIME/Viewer X@dirrm %%IMPDIR%%/lib/MIME X@dirrm %%IMPDIR%%/lib/Imple X@dirrm %%IMPDIR%%/lib/Identity X@dirrm %%IMPDIR%%/lib/IMAP/ACL X@dirrm %%IMPDIR%%/lib/IMAP X@dirrm %%IMPDIR%%/lib/Fetchmail X@dirrm %%IMPDIR%%/lib/Crypt X@dirrm %%IMPDIR%%/lib/Block X@dirrm %%IMPDIR%%/lib/Auth X@dirrm %%IMPDIR%%/lib X@dirrm %%IMPDIR%%/js/src X@dirrm %%IMPDIR%%/js X@dirrmtry %%IMPDIR%%/config X@dirrmtry %%IMPDIR%% X SHAR_END echo x horde-imp-devel/files/httpd.conf.imp sed 's/^X//' > horde-imp-devel/files/httpd.conf.imp << 'SHAR_END' X# This is included in Apache's httpd.conf for IMP X# X# For security, don't serve pages from the IMP configuration and X# library directories. X# X<Directory "/home/httpd/html/horde/imp/config"> X order deny,allow X deny from all X</Directory> X<Directory "/home/httpd/html/horde/imp/lib"> X order deny,allow X deny from all X</Directory> X<Directory "/home/httpd/html/horde/imp/locale"> X order deny,allow X deny from all X</Directory> X<Directory "/home/httpd/html/horde/imp/po"> X order deny,allow X deny from all X</Directory> X<Directory "/home/httpd/html/horde/imp/scripts"> X order deny,allow X deny from all X</Directory> X<Directory "/home/httpd/html/horde/imp/templates"> X order deny,allow X deny from all X</Directory> X# End of IMP configuration ================ X SHAR_END echo x horde-imp-devel/files/patch-config.prefs.php.dist sed 's/^X//' > horde-imp-devel/files/patch-config.prefs.php.dist << 'SHAR_END' X--- config/prefs.php.dist.orig Sat Feb 17 15:37:53 2007 X+++ config/prefs.php.dist Mon Mar 26 20:22:13 2007 X@@ -1252,7 +1252,7 @@ X // 'value' => "source_one\tsource_two" X // refer to turba/config/sources.php for possible source values X $_prefs['search_sources'] = array( X- 'value' => "", X+ 'value' => "localsql", X 'locked' => false, X 'shared' => false, X 'type' => 'implicit'); SHAR_END echo x horde-imp-devel/files/patch-conf.conf.xml sed 's/^X//' > horde-imp-devel/files/patch-conf.conf.xml << 'SHAR_END' X--- config/conf.xml.orig Sun Mar 11 22:30:07 2007 X+++ config/conf.xml Mon Mar 26 20:36:01 2007 X@@ -17,7 +17,7 @@ X <configstring name="gnupg" required="false" desc="If you want users to have X the option of using the GNU Privacy Guard program to decrypt/encrypt PGP X files, enter the location of the 'gpg' binary here. If this is empty this X- feature will be disabled."/> X+ feature will be disabled.">%%GPG%%</configstring> X <configmultienum name="gnupg_keyserver" required="false" desc="The address X of the public PGP keyserver(s) to use.">wwwkeys.pgp.net X <values> X@@ -33,7 +33,7 @@ X <configstring name="openssl_cafile" required="false" desc="The location of X the root certificates bundle, e.g. /etc/ssl/certs. See X http://www.php.net/manual/en/ref.openssl.php#openssl.cert.verification for X- details."/> X+ details.">/usr/local/etc/ssl.crt/ca-bundle.crt</configstring> X <configstring name="openssl_binary" required="false" desc="The location of X the OpenSSL binary on your system, e.g. /usr/bin/openssl. This program is X REQUIRED to import personal S/MIME certificate information, as there is no SHAR_END echo x horde-imp-devel/files/pkg-message.in sed 's/^X//' > horde-imp-devel/files/pkg-message.in << 'SHAR_END' X************************************************************************ XIMP has been installed in %%IMPDIR%% with your blank Xconfiguration files. X XHorde must be configured and the tables created; if not, see X`pkg_info -D -x horde'. X XThen, you might have to tune the configuration files located in X%%CONFDIR%%/, specially the file servers.php. X XThen, you must login to Horde as a Horde Administrator to finish the Xconfiguration. Please read %%DOCSDIR%%/INSTALL. X XWarning: if you are upgrading from IMP 4.0.x, please read X%%DOCSDIR%%/UPGRADING. X XTo protect your configuration files, you have to restart Apache. X XTo secure your installation, it is at least recommended that you change Xthe default database password used by horde and imp. XThen, you might change the 'session.save_path' setting in php.ini to a Xdirectory only readable and writeable by your webserver. X************************************************************************ SHAR_END echo x horde-imp-devel/files/pkg-deinstall.in sed 's/^X//' > horde-imp-devel/files/pkg-deinstall.in << 'SHAR_END' X#!/bin/sh X# X# $FreeBSD: ports/mail/imp/files/pkg-deinstall.in,v 1.2 2006/04/15 16:16:54 scrappy Exp $ X# X Xif [ x$2 != xDEINSTALL ]; then X exit Xfi X Xif [ -z "${PACKAGE_BUILDING}" ]; then X for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do X diff -bBqw $cf $cf.dist >/dev/null 2>&1 X case $? in X 0) # original config file, delete it X rm -f $cf X ;; X 1) # config file has been updated, leave it alone X ;; X *) # not found? X ;; X esac X done Xfi SHAR_END echo x horde-imp-devel/files/pkg-install.in sed 's/^X//' > horde-imp-devel/files/pkg-install.in << 'SHAR_END' X#!/bin/sh X# X# $FreeBSD: ports/mail/imp/files/pkg-install.in,v 1.1 2006/04/15 16:16:54 scrappy Exp $ X# X XPATH=/usr/sbin:/usr/bin:/bin ; export PATH X Xcase $2 in X PRE-INSTALL) X ;; X X POST-INSTALL) X if [ -z "${PACKAGE_BUILDING}" ]; then X # Copy over sample config files unless they already exist X X for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do X if [ ! -f $cf ]; then X cp -p $cf.dist $cf X fi X done X fi X ;; Xesac SHAR_END echo x horde-imp-devel/files/patch-config.servers.php.dist sed 's/^X//' > horde-imp-devel/files/patch-config.servers.php.dist << 'SHAR_END' X--- config/servers.php.dist.orig Tue Feb 27 05:13:04 2007 X+++ config/servers.php.dist Mon Mar 26 20:07:12 2007 X@@ -213,14 +213,19 @@ X X /* Example configurations: */ X X+/* FreeBSD port note: see also X+<http://wiki.horde.org/ImpUWIMAPNamespaces> X+<http://wiki.horde.org/ImpImapConfig> X+*/ X+ X $servers['imap'] = array( X 'name' => 'IMAP Server', X- 'server' => 'imap.example.com', X+ 'server' => 'localhost', X 'hordeauth' => false, X- 'protocol' => 'imap/notls', X- 'port' => 143, X+ 'protocol' => '%%PROTOCOL%%', X+ 'port' => %%IMAPPORT%%, X 'maildomain' => 'example.com', X- 'smtphost' => 'smtp.example.com', X+ 'smtphost' => 'localhost', X 'smtpport' => 25, X 'realm' => '', X 'preferred' => '', SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1174975573.96248>