diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-30 08:49:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-30 08:49:10 +0800 |
commit | 2a2bf64952fe57606ae8caa395068543bac97e66 (patch) | |
tree | 6d87707c690c7972238ee7263197e8372ed9e89c | |
parent | 3e1b525b99f63078e0f53258f85a231b8f906b49 (diff) | |
download | freebsd-ports-gnome-2a2bf64952fe57606ae8caa395068543bac97e66.tar.gz freebsd-ports-gnome-2a2bf64952fe57606ae8caa395068543bac97e66.tar.zst freebsd-ports-gnome-2a2bf64952fe57606ae8caa395068543bac97e66.zip |
mail/imp3: upgrading to IMP 3.2.
- Several workarounds for buggy browser behaviour when downloading
attachments
- Warning before a user session times out
- Allow creation of folder names in other charsets than iso-8859-1
- New image mime type viewer
- VFS (Virtual Filesystem) support for attachments in composed messages
- New translations: Bulgarian, Lithuanian, Romanian, Latvian, Catalan
- Many bug fixes.
PR: ports/48645
Submitted by: Thierry Thomas <thierry@pompo.net>
-rw-r--r-- | mail/imp3/Makefile | 26 | ||||
-rw-r--r-- | mail/imp3/distinfo | 2 | ||||
-rw-r--r-- | mail/imp3/files/httpd.conf.imp | 4 | ||||
-rw-r--r-- | mail/imp3/pkg-plist | 33 |
4 files changed, 51 insertions, 14 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index e9cf1639fa85..37ca0f23562a 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imp -PORTVERSION= 3.1 -PORTREVISION= 3 +PORTVERSION= 3.2.1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ @@ -19,8 +18,6 @@ MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ MAINTAINER= thierry@pompo.net COMMENT= A webmail system which accesses mail over IMAP -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - #----------------------------------------------------------------------- # You may define these options: # @@ -128,12 +125,14 @@ IS_INTERACTIVE= 'need to build mod_php4 with mcrypt, cclient with SSL.' NO_BUILD= yes USE_REINPLACE= yes +LDD= /usr/bin/ldd + REINPLACE_ARGS= -i.beforeIMP DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL CONFFILE= conf.php filter.txt header.txt html.php menu.php \ mime_drivers.php motd.php prefs.php servers.php \ trailer.txt -SUB_DIRS= config graphics lib locale scripts templates po +SUB_DIRS= config download graphics lib locale po scripts templates LHORDEDIR?= www/horde LIMPDIR?= ${LHORDEDIR}/imp @@ -148,6 +147,7 @@ CONFDIR= ${IMPDIR}/config HCONFDIR= ${HORDEDIR}/config HORDE_INC= ${LOCALBASE}/etc/horde +PHPSO?= ${LOCALBASE}/libexec/apache/libphp4.so HOSTNAME?= `/bin/hostname` SERVOS?= ${OPSYS}-${OSREL} @@ -174,7 +174,7 @@ pre-install: ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi - @if ! ${LDCONFIG} -r | ${GREP} -q -e "c-client4.8"; then \ + @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libc-client4"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with IMAP or IMAP-SSL support." ; \ ${ECHO_MSG} "" ; \ @@ -192,14 +192,14 @@ pre-install: .endif .if !defined(WITHOUT_LDAP) .if defined(WITH_LDAP1) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \ + @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.1"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .else - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \ + @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libldap.so.2"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ ${ECHO_MSG} "" ; \ @@ -208,7 +208,7 @@ pre-install: .endif .endif .if !defined(NOCRYPT) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.8"; then \ + @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libmcrypt.so.8"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \ ${ECHO_MSG} "" ; \ @@ -216,10 +216,10 @@ pre-install: fi .endif .if !defined(WITHOUT_SUPPORTED_DB) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.3" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ + @if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libmysqlclient.so.10"; then \ + if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libpq.so.3" ; then \ + if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libsybdb.so.1" ; then \ + if ! ${LDD} ${PHPSO} | ${GREP} -q -e "libct.so.0" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with a database support." ; \ ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \ diff --git a/mail/imp3/distinfo b/mail/imp3/distinfo index 1425825668fa..374ed9a3c968 100644 --- a/mail/imp3/distinfo +++ b/mail/imp3/distinfo @@ -1 +1 @@ -MD5 (imp-3.1.tar.gz) = 73ff42a32e3ee3617fd411be356cb70f +MD5 (imp-3.2.1.tar.gz) = 0ab8edfcd1439e52b0f29e84fef0cf54 diff --git a/mail/imp3/files/httpd.conf.imp b/mail/imp3/files/httpd.conf.imp index edd7b1df357e..0e78f4dd10f7 100644 --- a/mail/imp3/files/httpd.conf.imp +++ b/mail/imp3/files/httpd.conf.imp @@ -7,6 +7,10 @@ order deny,allow deny from all </Directory> +<Directory "/home/httpd/html/horde/imp/download"> + order deny,allow + deny from all +</Directory> <Directory "/home/httpd/html/horde/imp/lib"> order deny,allow deny from all diff --git a/mail/imp3/pkg-plist b/mail/imp3/pkg-plist index a4dc695cd962..0acf78a31a96 100644 --- a/mail/imp3/pkg-plist +++ b/mail/imp3/pkg-plist @@ -28,6 +28,7 @@ %%IMPDIR%%/config/trailer.txt %%IMPDIR%%/config/trailer.txt.dist %%IMPDIR%%/contacts.php +%%IMPDIR%%/download/index.php %%IMPDIR%%/filters.php %%IMPDIR%%/folders.php %%IMPDIR%%/graphics/addressbook-blue.gif @@ -44,6 +45,7 @@ %%IMPDIR%%/graphics/draft.gif %%IMPDIR%%/graphics/empty_trash.gif %%IMPDIR%%/graphics/expand.gif +%%IMPDIR%%/graphics/favicon.ico %%IMPDIR%%/graphics/fetchmail.gif %%IMPDIR%%/graphics/filters.gif %%IMPDIR%%/graphics/first-grey.gif @@ -68,6 +70,7 @@ %%IMPDIR%%/graphics/lock.gif %%IMPDIR%%/graphics/manage_attachments.gif %%IMPDIR%%/graphics/mime/html.gif +%%IMPDIR%%/graphics/mime/image.gif %%IMPDIR%%/graphics/mime/text.gif %%IMPDIR%%/graphics/next-grey.gif %%IMPDIR%%/graphics/next.gif @@ -86,6 +89,7 @@ %%IMPDIR%%/identities.php %%IMPDIR%%/index.php %%IMPDIR%%/lib/.htaccess +%%IMPDIR%%/lib/Browser.php %%IMPDIR%%/lib/Folder.php %%IMPDIR%%/lib/IMP.php %%IMPDIR%%/lib/Identity/IMP.php @@ -95,6 +99,7 @@ %%IMPDIR%%/lib/Maintenance/imp.php %%IMPDIR%%/lib/MIME/Viewer/html.php %%IMPDIR%%/lib/MIME/Viewer/enriched.php +%%IMPDIR%%/lib/MIME/Viewer/images.php %%IMPDIR%%/lib/MIME/Viewer/text.php %%IMPDIR%%/lib/Message.php %%IMPDIR%%/lib/Tree.php @@ -103,6 +108,9 @@ %%IMPDIR%%/lib/constants.php %%IMPDIR%%/lib/version.php %%IMPDIR%%/locale/.htaccess +%%IMPDIR%%/locale/bg_BG/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 @@ -127,6 +135,8 @@ %%IMPDIR%%/locale/ja_JP/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/nb_NO/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/nb_NO/help.xml %%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo @@ -138,6 +148,7 @@ %%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/ru_RU.KOI8-R/LC_MESSAGES/imp.mo @@ -145,6 +156,7 @@ %%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sk_SK/help.xml %%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo +%%IMPDIR%%/locale/sr_YU/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/sv_SE/help.xml %%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo @@ -160,6 +172,8 @@ %%IMPDIR%%/po/.htaccess %%IMPDIR%%/po/Makefile %%IMPDIR%%/po/README +%%IMPDIR%%/po/bg_BG.po +%%IMPDIR%%/po/ca_ES.po %%IMPDIR%%/po/cs_CZ.po %%IMPDIR%%/po/da_DK.po %%IMPDIR%%/po/de_DE.po @@ -170,20 +184,25 @@ %%IMPDIR%%/po/fi_FI.po %%IMPDIR%%/po/fr_FR.po %%IMPDIR%%/po/hu_HU.po +%%IMPDIR%%/po/imp.pot %%IMPDIR%%/po/it_IT.po %%IMPDIR%%/po/ja_JP.po %%IMPDIR%%/po/ko_KR.po +%%IMPDIR%%/po/lt_LT.po +%%IMPDIR%%/po/lv_LV.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/ru_RU.KOI8-R.po %%IMPDIR%%/po/shtool %%IMPDIR%%/po/sk_SK.po %%IMPDIR%%/po/sl_SI.po +%%IMPDIR%%/po/sr_YU.po %%IMPDIR%%/po/sv_SE.po %%IMPDIR%%/po/uk_UA.po %%IMPDIR%%/po/xgettext.sh @@ -197,6 +216,7 @@ %%IMPDIR%%/scripts/imp-cleanup.cron %%IMPDIR%%/scripts/imp2horde.pl %%IMPDIR%%/scripts/imp2turba.pl +%%IMPDIR%%/scripts/singlescript.php %%IMPDIR%%/search.php %%IMPDIR%%/spelling.php %%IMPDIR%%/status.php @@ -258,6 +278,7 @@ %%PORTDOCS%%@dirrm share/doc/imp etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/config +@dirrm %%IMPDIR%%/download @dirrm %%IMPDIR%%/graphics/folders @dirrm %%IMPDIR%%/graphics/mime @dirrm %%IMPDIR%%/graphics @@ -267,6 +288,10 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/lib/Maintenance/Task @dirrm %%IMPDIR%%/lib/Maintenance @dirrm %%IMPDIR%%/lib +@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/bg_BG +@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/ca_ES @dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%IMPDIR%%/locale/cs_CZ @dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES @@ -293,6 +318,10 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/ja_JP @dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES @dirrm %%IMPDIR%%/locale/ko_KR +@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/lt_LT +@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/lv_LV @dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES @dirrm %%IMPDIR%%/locale/nb_NO @dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES @@ -305,6 +334,8 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/pt_BR @dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES @dirrm %%IMPDIR%%/locale/pt_PT +@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/ro_RO @dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES @dirrm %%IMPDIR%%/locale/ru_RU @dirrm %%IMPDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES @@ -313,6 +344,8 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/sk_SK @dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES @dirrm %%IMPDIR%%/locale/sl_SI +@dirrm %%IMPDIR%%/locale/sr_YU/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/sr_YU @dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%IMPDIR%%/locale/sv_SE @dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES |