diff options
author | epg <epg@pkgsrc.org> | 2008-08-08 23:41:21 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-08-08 23:41:21 +0000 |
commit | 408b72a2730e382a92d5a322b664d48b57c0950a (patch) | |
tree | 1b86601ef4a16c95a1eea3b95e95f763b0236336 /mail/nmh/PLIST | |
parent | 0c428dcda483aafd361768cffa06758155698e4e (diff) | |
download | pkgsrc-408b72a2730e382a92d5a322b664d48b57c0950a.tar.gz |
- Update from 1.0.4 (Apr 2000) to 1.3 (Jun 2008) (whew!).
- many bug fixes
- MM_CHARSET no longer needed; now uses iconv to decode RFC2047-encoded
headers and convert to current locale.
- various MIME improvements
- Take maintainership (ok'd by kim@).
- Replace DESCR with text from web site.
- Support user-destdir.
- Use --with-hash-backup instead of hacking config.h post-configure.
- Drop IRIX-specific part of fmt_scan.c patch-cd, and therefore drop patch-ck
and IRIX bits in Makefile.
- A tmac.h conf file (wtf?) is no longer installed.
- Update what's installed to share/doc/nmh.
- Update PLIST for added/removed/renamed files.
- Patches:
- Update patch-ca and patch-cd.
- Remove errno patches, upstream since XXX: patch-aa, patch-ab, patch-ad,
patch-ae, patch-ag, patch-ah, patch-ai, patch-aj, patch-ak, patch-al,
patch-am, patch-an patch-ao, patch-ap, patch-aq, patch-ar, patch-as,
patch-at, patch-au, patch-av, patch-aw, patch-ax, patch-az, patch-ba,
patch-bb, patch-bc, patch-bd, patch-be, patch-bf, patch-bg, patch-bh,
patch-bi
- patch-aa also had a patch for some fgetstr problem on NetBSD which no
longer seems to happen.
- Remove patch-cb; GCOS_HACK is referenced nowhere in nmh code (only
apparently outdated docs) or in any other pkgsrc patch; HAVE_SYS_PARAM_H
is already elsewhere in config.h, and sys/param.h is included in nmh.h.
- Remove patch-ce (http://savannah.nongnu.org/bugs/?1393 fixed in
uip/sortm.c r1.7).
- Remove patch-ci (fixed in uip/show.c r1.6).
- Remove patch-cj; $(etcdir)/tmac.h is gone and the folders/flists problems
were fixed (differently) in 2000.
- Remove patch-ck (CPPFLAGS support for the IRIX-specific part of patch-cd.
Diffstat (limited to 'mail/nmh/PLIST')
-rw-r--r-- | mail/nmh/PLIST | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/nmh/PLIST b/mail/nmh/PLIST index de6feed3288..ce5b37908c3 100644 --- a/mail/nmh/PLIST +++ b/mail/nmh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/01/16 19:19:46 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2008/08/08 23:41:22 epg Exp $ bin/ali bin/anno bin/burst @@ -10,6 +10,7 @@ bin/folder bin/folders bin/forw bin/inc +bin/install-mh bin/mark bin/mhbuild bin/mhlist @@ -35,14 +36,12 @@ bin/send bin/sendfiles bin/show bin/sortm -bin/viamail bin/whatnow bin/whom libexec/nmh/ap libexec/nmh/conflict libexec/nmh/dp libexec/nmh/fmtdump -libexec/nmh/install-mh libexec/nmh/mhl libexec/nmh/mhtest libexec/nmh/post @@ -52,6 +51,7 @@ libexec/nmh/rcvstore libexec/nmh/rcvtty libexec/nmh/slocal libexec/nmh/spost +libexec/nmh/viamail man/man1/ali.1 man/man1/anno.1 man/man1/burst.1 @@ -63,6 +63,7 @@ man/man1/folder.1 man/man1/folders.1 man/man1/forw.1 man/man1/inc.1 +man/man1/install-mh.1 man/man1/mark.1 man/man1/mh-chart.1 man/man1/mhbuild.1 @@ -96,7 +97,6 @@ man/man1/sendfiles.1 man/man1/show.1 man/man1/slocal.1 man/man1/sortm.1 -man/man1/vmh.1 man/man1/whatnow.1 man/man1/whom.1 man/man5/mh-alias.5 @@ -107,20 +107,21 @@ man/man5/mh-profile.5 man/man5/mh-sequence.5 man/man5/mh-tailor.5 man/man5/mh_profile.5 +man/man5/mts.conf.5 man/man8/ap.8 man/man8/conflict.8 man/man8/dp.8 man/man8/fmtdump.8 -man/man8/install-mh.8 -man/man8/mh-mts.8 man/man8/post.8 +share/doc/nmh/COMPLETION-BASH +share/doc/nmh/COMPLETION-TCSH share/doc/nmh/COMPLETION-ZSH -share/doc/nmh/COPYRIGHT share/doc/nmh/DIFFERENCES share/doc/nmh/FAQ share/doc/nmh/MAIL.FILTERING -share/doc/nmh/README -share/doc/nmh/TODO +share/doc/nmh/README-ATTACHMENTS +share/doc/nmh/README-HOOKS +share/doc/nmh/README.about share/examples/nmh/MailAliases share/examples/nmh/components share/examples/nmh/digestcomps @@ -147,7 +148,6 @@ share/examples/nmh/scan.size share/examples/nmh/scan.time share/examples/nmh/scan.timely share/examples/nmh/scan.unseen -share/examples/nmh/tmac.h @dirrm share/examples/nmh @dirrm share/doc/nmh @dirrm libexec/nmh |