head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.30 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.28 pkgsrc-2008Q1:1.2.0.26 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.24 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.22 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.20 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.18 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.16 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.14 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.12 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.10 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.8 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.6 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.4 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2008.08.08.23.41.22; author epg; state dead; branches; next 1.2; 1.2 date 2005.01.16.19.19.46; author jmmv; state Exp; branches; next 1.1; 1.1 date 2004.01.06.09.18.21; author cjep; state Exp; branches; next ; desc @@ 1.3 log @- 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. @ text @$NetBSD: patch-cj,v 1.2 2005/01/16 19:19:46 jmmv Exp $ Add manual links for folders and flists (PR#23466). --- man/Makefile.in.orig 2000-01-27 20:14:58.000000000 +0000 +++ man/Makefile.in 2004-01-02 20:38:09.000000000 +0000 @@@@ -17,6 +17,7 @@@@ bindir = @@bindir@@ libdir = @@libdir@@ etcdir = @@sysconfdir@@ +egdir = @@prefix@@/share/examples/nmh mandir = @@mandir@@ manext1 = 1 manext5 = 5 @@@@ -78,6 +79,9 @@@@ fmtdump.$(manext8) install-mh.$(manext8) mh-mts.$(manext8) \ post.$(manext8) +LINK1 = flist.$(manext1) flists.$(manext1) \ + folder.$(manext1) folders.$(manext1) + # source for man pages DIST_MAN = ali.man anno.man ap.man burst.man comp.man conflict.man \ dist.man dp.man flist.man fmtdump.man folder.man forw.man \ @@@@ -129,8 +133,8 @@@@ # install the include file for man pages install-hdr: - $(top_srcdir)/mkinstalldirs $(etcdir) - $(INSTALL_DATA) tmac.h $(etcdir)/tmac.h + $(top_srcdir)/mkinstalldirs $(egdir) + $(INSTALL_DATA) tmac.h $(egdir)/tmac.h # install the man pages in man1 install-man1: @@@@ -138,6 +142,14 @@@@ for file in $(MAN1); do \ $(INSTALL_DATA) $$file $(mandir)/man$(manext1) ; \ done + set $(LINK1); \ + while test $$# -ge 2; do \ + name=$$1; shift; \ + link=$$1; shift; \ + ln -sf $(mandir)/man$(manext1)/$${name} \ + $(mandir)/man$(manext1)/$${link};\ + done + # install the man pages in man5 install-man5: @@@@ -163,7 +175,7 @@@@ # uninstall the include file for man pages uninstall-hdr: - rm -f $(etcdir)/tmac.h + rm -f $(egdir)/tmac.h # uninstall the man pages in man1 uninstall-man1: @ 1.2 log @Make this package honour PKG_SYSCONFDIR by copying the configuration files into the examples hierarchy and using bsd.pkg.install.mk to copy them into place. While here, sort PLIST. Bump PKGREVISION to 6. Patch from PR pkg/28978 made by Greg A. Woods with very slight modifications by me. @ text @d1 1 a1 1 $NetBSD: patch-cj,v 1.1 2004/01/06 09:18:21 cjep Exp $ @ 1.1 log @Add patch that should have been added previously... @ text @d1 1 a1 1 $NetBSD$ d7 9 a15 1 @@@@ -78,6 +78,9 @@@@ d25 12 a36 1 @@@@ -138,6 +141,14 @@@@ d51 9 @