summaryrefslogtreecommitdiff
path: root/mail/safecat
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2020-11-19Remove DJB_RESTRICTED, no longer used.schmonz1-2/+1
2020-06-25Retire 'djbware-errno-hack' and associated options.mk cleverness.schmonz1-2/+1
Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@.
2020-04-27mail/safecat: does not need the error.h hackrillig1-1/+2
2018-12-17Fix previous: swap link order to unbreak at least NetBSD and SmartOS.schmonz2-6/+9
Still works on FreeBSD.
2018-12-16Avoid linking duplicate symbols. Fixes FreeBSD build.schmonz2-4/+23
2017-09-04Comment out dead sites.wiz1-2/+2
2017-07-27Modernize patch filenames.schmonz3-6/+6
2017-07-27Improve DESTDIR support. Take MAINTAINER.schmonz3-16/+42
2017-07-26Really don't build catpages.schmonz3-6/+15
2016-04-01Support PKGMANDIR. Add patch comments.jperkin4-12/+30
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.
2014-01-04Update HOMEPAGEseb1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-14Don't install cat pages. Bump revision.joerg4-8/+20
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2008-02-16Added support for installation to DESTDIR, similar to the way RPMheinz3-2/+23
packages get built.
2007-01-15Update to 1.13. From the changelog:schmonz3-11/+11
Only minor changes in this version: principally updated RPM support courtesy of Vadim Druzhin and Charlie Brady.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2005-11-07USE_TOOLS nroff.tv1-1/+3
2005-08-19Whitespace.schmonz1-2/+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-8/+5
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-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-30Update to 1.12. From the changelog:schmonz3-19/+19
* a fixed typo in an error message * conditional code to support large files on Linux * a workaround for the disabling of errno pkgsrc changes: * Update HOMEPAGE and MASTER_SITES. * Reformat DESCR.
2004-04-18Convert to buildlink3.snj1-2/+2
2003-10-19Work around a gcc-2.95 arm bug that makes compiling the tryulong32.ckristerw2-1/+20
configuration test take ~forever.
2003-08-15Initial import of safecat-1.11zuntum4-0/+43
safecat is an implementation of D. J. Bernstein's maildir algorithm. It can be used to write mail messages to a qmail-style maildir, or to write data to a "spool" directory reliably. There are no lockfiles with safecat, and nothing is left to chance. If safecat returns a successful exit status, then you can be (practically) 100% sure your data is safely committed to disk. Further, if data is written to a directory using safecat (or other implementations of the maildir algorithm), then every file in that directory is guaranteed to be complete. If safecat fails to write all of the data, there will be no file at all in the destination directory.