summaryrefslogtreecommitdiff
path: root/mail/qmail-qfilter
AgeCommit message (Collapse)AuthorFilesLines
2010-03-15DESTDIR support.schmonz1-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-03-24Quell pkglint: add QMAILDIR and QMAIL_QFILTER_TMPDIR to BUILD_DEFS.schmonz1-1/+2
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
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-08-02Pass the runtime path to bglibs to the linker, now that they're dynamic.schmonz3-2/+17
Bump PKGREVISION since qmail-qfilter was building but failed to run.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz1-4/+2
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-15Update to 2.1. From the changelog:schmonz2-7/+7
- Fixed a bug triggered by a filter modifying the envelope data and changing its length. Thanks Dale Woolridge.
2005-07-18Let djbware.mk provide paths to bglibs.schmonz1-3/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23Take advantage of mk/djbware.mk.schmonz1-11/+10
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-21Update to 2.0. From the changelog:schmonz2-7/+20
- Added support for modifying the message envelope as well as the body. - If either the body or envelope output is empty, the input is reused as-is. - Export the envelope size, the message size, and the number of recipients to filters through environment variables $ENVSIZE, $MSGSIZE, and $NUMRCPTS respectively. pkgsrc changes: * As suggested by the install docs, use a temporary directory writable only by user qmaild (the user as whom qmail-qfilter typically runs). This can be changed by setting QMAIL_QFILTER_TMPDIR in mk.conf. * Find the qmail-queue binary even if QMAILDIR isn't "/var/qmail". * Add dependency on bglibs.
2004-08-23qmail-qfilter-queue is a script I wrote, not part of qmail-qfilter,schmonz4-53/+3
so it's moving to qmail-run. Bump PKGREVISION.
2004-08-22Oops.schmonz1-2/+2
2004-08-22Since netqmail hath departed, we have to depend on qmail, evenschmonz1-2/+2
though it may not necessarily have been built with the QMAILQUEUE patch (part of netqmail, or available individually).
2004-07-21Use qmail-qfilter's installer, which wins us a manual page. Addschmonz4-14/+70
dependency on netqmail (but not qmail, as for pkgsrc purposes this requires the QMAILQUEUE patch). Enable pkgviews installation. Rename post-patch to do-configure, since that's what it's doing. Add a simple script that runs all the filters in ${PKG_SYSCONFDIR} whose filenames match "qfilter-*". Explain how to enable filtering on messages arriving via SMTP using this script. Take MAINTAINER. Bump PKGREVISION.
2004-04-21Convert to buildlink3.snj1-2/+2
2003-08-14Make it honour _STRIPFLAG_CC and CFLAGSzuntum1-1/+5
2003-08-14Initial import of qmail-qfilter-1.5zuntum4-0/+43
This program allows the body of a message to be filtered through a series of filters before being passed to the real qmail-queue program, and injected into the qmail queue.