summaryrefslogtreecommitdiff
path: root/mail/deliver
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-2/+2
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-01-01Replaced $(ROUND) with ${CURLY} variable references.rillig1-3/+3
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-09-09CONFLICTS with avenger-[0-9]*; ++pkgrevisioncheusov1-14/+18
Fix some pkglint warnings
2009-06-29Fix bulk build, while here convert to user-destdir.joerg4-43/+22
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-28added support for IRIX 5schwarz3-7/+20
2006-06-21Remove conflicting declaration of malloc(), realloc(), and free(); includeminskim2-6/+25
stdlib.h instead.
2006-06-20USE_TOOLS+=yaccminskim1-1/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-08Remove some more prototypes which should be used from the system headersjoerg2-1/+21
and which conflicted with them on DragonFly.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-06-01Convert to options framework.wiz1-12/+8
Replace undocumented DELIVER_CONF_PREFIX with plain PKG_SYSCONFDIR handling. Remove unneeded inclusion of bsd.man.mk.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-05-28Add patches from Jim Bernard to make this build on -current and fixwiz7-10/+165
a problem with basename(); bump PKGREVISION. Closes PR 20978 and PR 25733 by Jim Bernard.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Avoid hardcoding /usr/pkg in patch files.jmmv3-7/+8
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-08include missing header to make this build on alpha.dmcmahill2-1/+12
2002-07-02Add RCS Id.wiz1-0/+1
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-27Initial import of deliver-2.1.14, provided by Jim Bernard in pkg/9317.wiz11-0/+404
Extract from DESCR: Deliver allows any user to write a shell script that processes all incoming mail messages for that user. The system administrator may also install scripts that process all messages. The output of a script is a list of mail addresses, files and programs that should receive the message. It has access to each message as it is processed, so the action can be content dependent. The script may also generate automatic replies, like the "vacation" program, or pass along a modified version of the original message.