summaryrefslogtreecommitdiff
path: root/mail/mew
diff options
context:
space:
mode:
authorjun <jun@pkgsrc.org>2002-02-28 02:41:28 +0000
committerjun <jun@pkgsrc.org>2002-02-28 02:41:28 +0000
commitc2e80a19705ae11359e9493eb26930dcbe110306 (patch)
tree8d7976e75b468ff165d98db78ea43ae3e8ce84e9 /mail/mew
parentc34c123024b9ed724784fbddc53a2467bdec900d (diff)
downloadpkgsrc-c2e80a19705ae11359e9493eb26930dcbe110306.tar.gz
Note update of mew to 2.2
Mew 2.2 (2002/02/25) Mew 2.2rc4 (2002/02/21) * Defining mew-syntax-treat-filename-default-function. * Binding auto-image-file-mode to nil in mew-flet and mew-frwlet. * Defining mew-use-other-frame. * Yet another bug fix for "t*". * A bug fix for mew-summary-join. * Seeing if incm exists or not. Mew 2.2rc3 (2002/02/04) * Fixing the "foo: ;" problem. * m17n hack for Summary mode of +draft. * Window-config hack for composing mails. * A bug fix for "t*". * Prefix for mew-draft-insert-signature. * Patches for incm. * A bug fix of mew-summary-save for the NAME parameter. * Creating folders specified by Fcc: when composing. * Debug hack. * sleep-for 1 for mew-touch-folder-check. * LANG: "en" -> "C" * A bug fix for mew-buffer-message. * Defining mew-encode-singlepart-hook. * Null body hack for incm. * A bug fix for mew-insert-message. Mew 2.2rc2 (2002/01/17) * Workaround for messages whose size is 0. * TIS 620 hack. * GCC hack for configure.in. * A patch for configure.in. * Displaying the number of marked messages. * make clean hack. * Digit-argument for "0"-"9". mew-summary-toggle-8bit -> "z8". * Supporting ".tif". * "nntp" service entry. * incm hack. * A patch for incm. * incm is merged. * A bug fix for mew-delete-file. * no-fold option for mew-header-insert. * Case-sensitive search for marks. Mew 2.2rc1 (2001/12/20) * A bug fix of C-cC-z for multple PGP data. * A bug fix for w3m. Mew 2.1.52 (2001/12/11) * Sort key hack: "ml2" -> "mlnum" * Copying minibuffer-local-map to mew-input-map. * A bug fix for mew-input-file-name. * wvHtml hack. * Defining mew-broken-parameter-list. * m17n hack. * Defining mew-prog-audio{,2} for Win32.
Diffstat (limited to 'mail/mew')
-rw-r--r--mail/mew/Makefile12
-rw-r--r--mail/mew/PLIST6
-rw-r--r--mail/mew/distinfo6
3 files changed, 8 insertions, 16 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index 09897e2bf62..fb4af9badc5 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2002/02/18 15:14:28 seb Exp $
+# $NetBSD: Makefile,v 1.46 2002/02/28 02:41:28 jun Exp $
-DISTNAME= mew-2.1.51
+DISTNAME= mew-2.2
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.mew.org/pub/Mew/beta/
+MASTER_SITES= ftp://ftp.mew.org/pub/Mew/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://www.mew.org/
@@ -11,11 +11,10 @@ COMMENT= Messaging in the Emacs World
DEPENDS+= emacs>=20.7:../../editors/emacs
MEW_CONTRIB_DIR= ${PREFIX}/share/emacs/site-lisp/mew/contrib
-MEW_CONTRIB= 00readme 00readme-namazu.jis README-mewinc.jis \
+MEW_CONTRIB= 00readme 00readme-namazu.jis \
mew-browse.el mew-caesar.el mew-fancy-summary.el mew-gnus.el \
mew-nmz-fixer.el mew-nmz.el mew-refile-view.el mew-smime-ja.texi \
mew-toolbar-frame.el
-MEW_CONTRIB_SCRIPT= incdir incmbox mewinc
pre-configure:
for f in `find ${WRKSRC}/contrib -type f -print| \
@@ -29,9 +28,6 @@ post-install:
.for f in ${MEW_CONTRIB}
${INSTALL_DATA} ${WRKSRC}/contrib/$f ${MEW_CONTRIB_DIR}
.endfor
-.for f in ${MEW_CONTRIB_SCRIPT}
- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/$f ${PREFIX}/bin
-.endfor
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/mew/PLIST b/mail/mew/PLIST
index 5493cd9ba5e..87b3f51e1c8 100644
--- a/mail/mew/PLIST
+++ b/mail/mew/PLIST
@@ -1,10 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:28 seb Exp $
-bin/incdir
-bin/incmbox
+@comment $NetBSD: PLIST,v 1.3 2002/02/28 02:41:28 jun Exp $
bin/mewcat
bin/mewdecode
bin/mewencode
-bin/mewinc
bin/mewls
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/mew.info
info/mew.info
@@ -57,7 +54,6 @@ man/man1/mewencode.1
man/man1/mewls.1
share/emacs/site-lisp/mew/contrib/00readme
share/emacs/site-lisp/mew/contrib/00readme-namazu.jis
-share/emacs/site-lisp/mew/contrib/README-mewinc.jis
share/emacs/site-lisp/mew/contrib/mew-browse.el
share/emacs/site-lisp/mew/contrib/mew-caesar.el
share/emacs/site-lisp/mew/contrib/mew-fancy-summary.el
diff --git a/mail/mew/distinfo b/mail/mew/distinfo
index 3f64aa9cc98..54bfbf04eb1 100644
--- a/mail/mew/distinfo
+++ b/mail/mew/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2001/12/10 09:45:35 jun Exp $
+$NetBSD: distinfo,v 1.27 2002/02/28 02:41:28 jun Exp $
-SHA1 (mew-2.1.51.tar.gz) = 7d096b12a5880ac046562a245d92917ec433fc9f
-Size (mew-2.1.51.tar.gz) = 745029 bytes
+SHA1 (mew-2.2.tar.gz) = 268cdb1cded6d6a9a66e9f976c00eb2966d744ec
+Size (mew-2.2.tar.gz) = 746626 bytes
SHA1 (patch-aa) = 2c7b779d03d377da7684896bf2556b77bc4d7025