Index: head/mail/horde-mimp/Makefile =================================================================== --- head/mail/horde-mimp/Makefile (revision 185694) +++ head/mail/horde-mimp/Makefile (revision 185695) @@ -1,184 +1,184 @@ # Ports collection makefile for: mimp3 # Date created: Mon Feb 05, 2007 -# Whom: Beech Rintoul () +# Whom: Beech Rintoul # # $FreeBSD$ # PORTNAME= mimp PORTVERSION= 1.0 CATEGORIES= mail www MASTER_SITES= HORDE DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= A mobile webmail system which uses the horde framework #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_LDAP if you do not need OpenLDAP; # # - WITHOUT_SMIME disable S/MIME; # # - WITHOUT_SUPPORTED_DB if you run a database not in the ports tree; # # - NOCRYPT if crypto is restricted in your country; # # - 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 USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .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_GETTEXT= yes REINPLACE_ARGS= -i.beforeMIMP -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/RELEASE_NOTES +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 .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}/lib/libacap.a) RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . 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 .else @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:MIMP_VERSION:MIMP_VERSION . ' / ${SERVOS}':" \ ${WRKSRC}/lib/MIME/Headers.php @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ ${WRKSRC}/config/servers.php.dist .if defined(WITHOUT_SSL) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${WRKSRC}/config/servers.php.dist .else @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist . if defined(WITH_VALID_CERT) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist . else @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ ${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) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure c-client with SSL support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor do-install: - @${MKDIR} ${MIMPDIR} + @${INSTALL} -d ${MIMPDIR}/ .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MIMPDIR}/ .endfor @${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) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/ -.endfor + @${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 Property changes on: head/mail/horde-mimp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/horde-mimp/pkg-plist =================================================================== --- head/mail/horde-mimp/pkg-plist (revision 185694) +++ head/mail/horde-mimp/pkg-plist (revision 185695) @@ -1,115 +1,108 @@ -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%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/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/ro_RO/LC_MESSAGES/mimp.mo %%MIMPDIR%%/login.php %%MIMPDIR%%/mailbox.php %%MIMPDIR%%/message.php %%MIMPDIR%%/po/README %%MIMPDIR%%/po/mimp.pot %%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/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 -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%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/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 @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%% Property changes on: head/mail/horde-mimp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/mimp/Makefile =================================================================== --- head/mail/mimp/Makefile (revision 185694) +++ head/mail/mimp/Makefile (revision 185695) @@ -1,184 +1,184 @@ # Ports collection makefile for: mimp3 # Date created: Mon Feb 05, 2007 -# Whom: Beech Rintoul () +# Whom: Beech Rintoul # # $FreeBSD$ # PORTNAME= mimp PORTVERSION= 1.0 CATEGORIES= mail www MASTER_SITES= HORDE DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= A mobile webmail system which uses the horde framework #----------------------------------------------------------------------- # You may define these options: # # - WITHOUT_LDAP if you do not need OpenLDAP; # # - WITHOUT_SMIME disable S/MIME; # # - WITHOUT_SUPPORTED_DB if you run a database not in the ports tree; # # - NOCRYPT if crypto is restricted in your country; # # - 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 USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .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_GETTEXT= yes REINPLACE_ARGS= -i.beforeMIMP -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/RELEASE_NOTES +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 .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}/lib/libacap.a) RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2 . 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 .else @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml .endif @${REINPLACE_CMD} -e "s:MIMP_VERSION:MIMP_VERSION . ' / ${SERVOS}':" \ ${WRKSRC}/lib/MIME/Headers.php @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \ ${WRKSRC}/config/servers.php.dist .if defined(WITHOUT_SSL) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \ ${WRKSRC}/config/servers.php.dist .else @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist . if defined(WITH_VALID_CERT) @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist . else @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \ ${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) @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure c-client with SSL support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif .for fc in ${PATCH2RM} @${RM} ${WRKSRC}/config/${fc} .endfor do-install: - @${MKDIR} ${MIMPDIR} + @${INSTALL} -d ${MIMPDIR}/ .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${MIMPDIR}/ .endfor @${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) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/ -.endfor + @${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 Property changes on: head/mail/mimp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/mimp/pkg-plist =================================================================== --- head/mail/mimp/pkg-plist (revision 185694) +++ head/mail/mimp/pkg-plist (revision 185695) @@ -1,115 +1,108 @@ -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%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/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/ro_RO/LC_MESSAGES/mimp.mo %%MIMPDIR%%/login.php %%MIMPDIR%%/mailbox.php %%MIMPDIR%%/message.php %%MIMPDIR%%/po/README %%MIMPDIR%%/po/mimp.pot %%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/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 -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%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/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 @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%% Property changes on: head/mail/mimp/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property