summaryrefslogtreecommitdiff
path: root/mail/qtools
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-15DESTDIR support.schmonz3-5/+50
2005-08-19Whitespace.schmonz1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23Whitespace.schmonz1-12/+12
2005-03-23Take advantage of mk/djbware.mk.schmonz1-10/+4
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-22As with djbdns, patch the installer to avoid setting unusualschmonz4-7/+23
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE. Reformat DESCR.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-22Replace dependencies on "qmail or netqmail" with dependencies on qmail.schmonz1-2/+2
2004-07-22Let the ezmlm dependency be satisfied by ezmlm-idx, if present.schmonz1-4/+11
Also depend on qmail (or netqmail) directly. Set USE_BUILDLINK3=yes. Rename pre-build to do-configure, and configure all the conf-* files. Take MAINTAINER.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-0/+5
slight formatting changes.
2002-05-03Use something more decent than "ezmlm-*" in DEPENDS linezuntum1-2/+2
2002-01-16Do not mark packages that depend on qmail as IS_INTERACTIVE,zuntum1-3/+1
as it's not really true. (backing out previous)
2002-01-15Set IS_INTERACTIVE in packages that depend on qmail;zuntum1-1/+3
fixes "broken depends" in bulk builds
2001-11-29Initial import of qtools-0.56zuntum5-0/+46
qtools is a collection of commands, typically for use with qmail via .qmail. Among others, there are commands for header and body filtering as well as delivery to Maildirs. Provided by Sen Nagata <sen@eccosys.com> in pkg/14763. Thanks for your contribution!