diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-05-26 12:55:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-05-26 12:55:02 +0000 |
commit | 224f96fe8cd1e36e952dc86f410e032a2e97630f (patch) | |
tree | cfe5b1ee43fd571a4582cb8271d957aea9a1eb8d /mail/imp/Makefile | |
parent | 1107807c34e6b766b72a97cc0982eea9821dff9c (diff) | |
download | pkgsrc-224f96fe8cd1e36e952dc86f410e032a2e97630f.tar.gz |
IMP version H3 (4.2) is a major upgrade in the 4.x release series, including
these enhancements:
* Message and mailbox caching on the server side, resulting in much
increased performance and much less web server and IMAP server load.
* Rewrite of much of IMP's core libraries, resulting in more efficient
memory usage, more efficient IMAP queries, smaller session sizes, and
increased performance.
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Javascript auto-complete contact list searching.
* Can now have multiple browser windows open without destroying the
open session.
* Logging of sent messages.
* Add protection against CSRF attacks.
* Improve WYSIWYG editors to support more browsers and offer more choices.
* Server configuration to limit maximum number of recipients per message
and maximum number of sent messages over a certain period of time.
* Improved templating of output code to ease local customization.
* Additional maintenance tasks to clean old messages from mailboxes.
* Sorting is now saved per mailbox rather than across all mailboxes.
* On IE and Firefox, warn users before closing popup compose window.
* Add support for symmetric PGP encryption.
* Preference added to dictate default cursor location in compose textarea.
* Preference added to only verify PGP & S/MIME signed messages on
user request.
* Forward messages as RFC 822 parts by default; provide more options for
forwarding messages; and be smarter about what part to use as body
text depending on current editor (text vs. html).
* Javascript code now uses the prototype js library, resulting in more
robust code and more available functionality - for example, non-modal
newmail popups.
* Add server configuration to limit the maximum size of MIME message
data that can be displayed inline.
* Use tidy extension (if available) to clean up display of HTML messages
and clean up HTML composed messages.
* Add RSS/Atom feed for mailboxes.
* More/improved display options for the folder lists and better handling
of non-private namespaces.
* Improvements/cleanups to the imap quota drivers.
* Add additional hooks after certain actions (i.e. post-login,
post-compose).
* Add support for sending e-mails with Internationalized Domain Names
(IDN).
* Fetch public PGP keys from keyserver if not available in address book.
* Add configuration for folders that may not be modified.
* and much, much, much more.
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 63b4786fbaf..e1bac97fdf1 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/05/26 02:13:22 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2008/05/26 12:55:02 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} @@ -10,9 +10,9 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/imp/ COMMENT= Internet Messaging Program -CONFLICTS+= imp-3.* +CONFLICTS+= imp-3.*{,nb*} -DEPENDS+= horde>=3.0.2:../../www/horde +DEPENDS+= horde>=3.2:../../www/horde DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail @@ -26,7 +26,7 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.1.6 +IMPVER= 4.2 PAXDIRS= lib locale po scripts templates themes PKG_USERS_VARS+= APACHE_USER @@ -71,6 +71,12 @@ SUBST_FILES.files= imp.conf.dist SUBST_SED.files= -e "s|@IMPDIR@|${IMPDIR}|g" SUBST_MESSAGE.files= Fixing configuration files. +REPLACE_INTERPRETER+= php +REPLACE.php.old= .*/bin/php +REPLACE.php.new= ${PREFIX}/bin/php +REPLACE_FILES.php= scripts/bounce_spam.php \ + scripts/upgrades/convert_vfolders.php + .include "options.mk" do-build: |