summaryrefslogtreecommitdiff
path: root/mail/nmh
AgeCommit message (Collapse)AuthorFilesLines
2002-01-26Remove patch-cc -- it is no longer valid, but instead now breakskim3-24/+3
displaying MIME attachments of type message/* (e.g. message/rfc822). This is actually a long-standing bug in this package...
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-21Patch integer-to-decimal conversion problem which turns up withsommerfeld3-2/+27
scan -format "%(clock{date})" This is a time_t > 1e9 problem.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12Add a CONFLICTS entry for ja-mh6-*wennmach1-1/+2
Found by pkgconflict.
2001-03-04turn KERBEROS into a binary switchassar1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-10cleanupwiz1-13/+6
2000-08-02Factor out common post-install code in Makefile and pkg/PLIST into (anjlam4-44/+84
already existing) pkg/INSTALL. Note that ${PREFIX}/etc/nmh can be removed in pkg/DEINSTALL. Make some cosmetic changes to Makefile.
2000-04-15Upgrade nmh to 1.0.4. Fixes problems discussed in PR pkg/9695 (Eric sentsimonb6-20/+22
his problem report to the nmh people as well). Adjust home page as per Eric's PR pkg/9695 as well. Many changes since 1.0.3. The most important ones are: + Eric's shell quoting problems displaying MIME content. + Fix coredump in packf. + Folder creation permissions bug (mentioned by Sean Matheis on netbsd-users@netbsd.org). + mmdf mailbox processing errors. Full list if changes is in the ChangeLog file.
2000-03-16grep, cp -> ${GREP}, ${CP}wiz1-4/+4
2000-03-02Add a mirror to the MASTER_SITES for better reachability.kim1-5/+6
2000-03-02Fixes:kim7-73/+96
- added missing checksum for the distribution file - put back GCOS_HACK define (it was removed from patch-cb) - do not include mhn.defaults in the PLIST to keep protecting it from upgrades in case it has local modifications - install mhn.defaults.dist from the "files" directory instead of using a dynamically generated one (this was the intention always) - mhn.defaults and mts.conf get installed if they don't exist; new users do not have to worry about copying *.dist files now - added comments about the configuration file philosophy in Makefile
2000-03-02Remove .old files, pointed out by Kimmo.hubertf1-27/+3
2000-03-02Update to V1.0.3, per request of our security officers:hubertf11-189/+102
Versions prior to 1.0.3 of the nmh package contained a vulnerability where incoming mail messages with carefully designed MIME headers could cause nmh's mhshow command to execute arbitrary shell code. See the changelog for another 372 lines of changes.
2000-01-18Modify the Makefile to install mts.conf as mts.conf.dist, and mhn.defaultsagc4-8/+32
as mhn.defaults.dist, so that an existing configuration is not lost by a new installation. Fixes PR 7819 from Matthew Green.
2000-01-09replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-30Remove version string of conflicted ja-mh pkg.sakamoto1-2/+2
1999-10-29Add CONFLICTS=ja-mh-6.8.4-JP-*sakamoto1-1/+3
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-4/+6
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-08-20Add NMH_HASH_BACKUP to BUILD_DEFS.enami1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-07-09Add package patch checksum files.agc1-0/+10
1999-05-03Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifiestv1-3/+4
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-04-05exit with known code, just to make sure...hubertf1-1/+3
1999-03-08Fix a long-standing annoyance where MH (and nmh) insists that parts ofkim2-0/+32
type message/* should be encoded in 7bit only. Modern mailers send error reports encoded in 8bit as well. I see no harm in simply allowing that through as well (I could see more problems with quoted-printable or base64 as you'd need to actually decode it before parsing the contents).
1999-03-07Fix buffer overflow problems in m_getfld.ckim1-0/+31
1999-03-07Make mhshow look at the user input for "Press <return> to show..." (likekim1-0/+17
MH 6.8.4 did). The responses checked for (first letter) are: - "n" skips the next content (i.e. "no") - "q" exits mhshow immediately (i.e. "quit")
1999-03-07Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#".kim2-12/+10
1999-03-06Make editor and pager selectable with NMH_EDITOR and NMH_PAGERkim1-1/+17
respectively. For old MH behaviour use "NMH_EDITOR=prompter".
1999-03-06Make this patch work with non-NetBSD systems (thanks, Al).kim1-3/+37
Change BACKUP_PREFIX to "#" so users of shells like tcsh don't have to do excess typing when recovering accidentally removed messages (mv ~/Mail/inbox/{#,}14921).
1999-03-06patch-cc: fix missing "-file" switch for mhshow when displaying files (e.g.kim2-0/+33
after composing a mime message you wanted to view it, or you got a message/rfc822 attachment you wanted to view) patch-cd: fix missing newline in strings generated by dctime (with snprintf need to account for an extra character: the trailing null; fixes problems with mhl and packf)
1999-03-05Need GCOS_HACK on BSD systems.kim1-3/+4
1999-03-04Change maintainer from packages to me.kim1-2/+2
1999-03-04Upgraded to nmh-1.0kim12-285/+156
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc6-0/+13
1998-07-12Update nmh to 0.27.frueauf3-6/+10
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-13/+1
are unnecessary with automatic manual page handling.
1998-06-01Update to version 0.26 of nmh, the enhanced MH mail user agent. Theagc3-18/+26
viamail script has changed its (source) location, but only minor modifications necessary.
1998-05-21Update nmh package to version 0.25agc2-3/+3
1998-05-08Prevent error on virgin installationshubertf1-2/+2
1998-04-17Upgrade nmh to version 0.24agc2-3/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.