diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-04-12 13:50:34 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-04-12 13:50:34 +0000 |
commit | 81417336a1428cbf75dc63128f51e46edf29460e (patch) | |
tree | f18278547975e07f22dd41e74a54e9389f61389c /mail | |
parent | c3836a28a76182747d51679512d42e0e14e38a29 (diff) | |
download | pkgsrc-81417336a1428cbf75dc63128f51e46edf29460e.tar.gz |
Update to 3.2.
Changes since 3.1 are:
* If SSL/SSH is used for message retrieval by POP/IMAP/NNTP,
it is notified in mode line ("Sec" or a lock image).
* Supporting Emacs 21.3's native UTF-8.
* Translation between Latin 0 and Latin 1.
* A certificate of an SSL server can be verified. For this, "stunnel"
v3 and v4 are supported and support for "openssl s_client" is
obsoleted.
* Supporting X-Face: on Emacs 21. To use X-Face: on any Emacsen,
install "uncompface" command and the "netpbm" package.
* Obsoleting the following variables:
mew-noreplyto-to-list
mew-noreplyto-cc-list
mew-replyto-to-list
mew-replyto-cc-list
mew-fromme-to-list
mew-fromme-cc-list
And defining the following variables:
mew-reply-all-alist
mew-reply-sender-alist
mew-reply-fromme-alist
This change enables support for NetNews and non-standard fields
such as Mail-Folloup-To:.
* New commands in Summary mode.
"\", "m\", "m/"
* Many bug fixes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew3/Makefile | 5 | ||||
-rw-r--r-- | mail/mew3/PLIST | 7 | ||||
-rw-r--r-- | mail/mew3/distinfo | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile index acc6ba98289..783a99e5213 100644 --- a/mail/mew3/Makefile +++ b/mail/mew3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/11 15:29:59 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/12 13:50:34 uebayasi Exp $ -DISTNAME= mew-3.1 +DISTNAME= mew-3.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ @@ -27,6 +27,7 @@ post-patch: ${MV} $$f $${f}.orig; \ ${SED} -e 's|/usr/local|${PREFIX}|g' $${f}.orig >$$f; \ done + @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} {} \; post-install: @${INSTALL_DATA_DIR} ${MEW_CONTRIB_DIR} diff --git a/mail/mew3/PLIST b/mail/mew3/PLIST index ee0b3fc3111..266dbcd791d 100644 --- a/mail/mew3/PLIST +++ b/mail/mew3/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/11 15:29:59 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/12 13:50:34 uebayasi Exp $ +bin/incm bin/mewcat bin/mewdecode bin/mewencode @@ -8,6 +9,7 @@ info/mew.info info/mew.info-1 info/mew.info-2 info/mew.info-3 +info/mew.info-4 @exec ${INSTALL_INFO} --info-dir=%D/info %D/info/mew.info share/mew/Mew.img share/mew/Mew.png @@ -35,6 +37,7 @@ share/mew/mew-cite.xpm share/mew/mew-comp.xpm share/mew/mew-forward.xpm share/mew/mew-inc.xpm +share/mew/mew-lock.xpm share/mew/mew-next.xpm share/mew/mew-pgp-enc.xpm share/mew/mew-pgp-sigenc.xpm @@ -48,6 +51,7 @@ share/mew/mew-sep.xpm share/mew/mew-show.xpm share/mew/mew-write.xpm share/mew/mew-yank.xpm +man/man1/incm.1 man/man1/mewcat.1 man/man1/mewdecode.1 man/man1/mewencode.1 @@ -112,6 +116,7 @@ ${EMACS_LISPPREFIX}/mew/mew-imap.elc ${EMACS_LISPPREFIX}/mew/mew-key.el ${EMACS_LISPPREFIX}/mew/mew-key.elc ${EMACS_LISPPREFIX}/mew/mew-lang-jp.el +${EMACS_LISPPREFIX}/mew/mew-lang-latin.el ${EMACS_LISPPREFIX}/mew/mew-local.el ${EMACS_LISPPREFIX}/mew/mew-local.elc ${EMACS_LISPPREFIX}/mew/mew-mark.el diff --git a/mail/mew3/distinfo b/mail/mew3/distinfo index e16e6c2aa49..3a0ea9a626b 100644 --- a/mail/mew3/distinfo +++ b/mail/mew3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/11 15:29:59 uebayasi Exp $ +$NetBSD: distinfo,v 1.2 2003/04/12 13:50:34 uebayasi Exp $ -SHA1 (mew-3.1.tar.gz) = b76c72e4da537244d887374a62fab62169d469a1 -Size (mew-3.1.tar.gz) = 824587 bytes +SHA1 (mew-3.2.tar.gz) = 7cb1536f572876cc4db73a77d922a60c8b97d786 +Size (mew-3.2.tar.gz) = 838449 bytes |