summaryrefslogtreecommitdiff
path: root/mail/mopher
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
2021-06-23Revbump for MySQL default changenia1-2/+2
2021-05-14mopher: needs bdbnia1-1/+4
2018-01-01Sort PLIST files.rillig1-3/+3
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-01-01Fixed pkglint warnings about unpaired CONF_FILES declarations.rillig1-8/+5
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.
2015-09-26Drop use of objcopy (because it's nonportable and not really necessary).gdt4-4/+36
From Petar Bogdanovic in private mail.
2015-09-16Build fix for non-NetBSD, from Petar Bogdanovic.gdt1-2/+8
This adds USE_TOOLS of lex and yacc. The build also uses objcopy, but that's not a tool -- perhaps it should be, but that's a discussion for after the branch. For now a comment is left about objcopy. (leaf package)
2015-02-27Update to 0.5.3 (from Petar Bogdanovic).gdt2-6/+6
Version 0.5.3 25.02.2015 Fix several minor issues (i.a. #25). Update regdom rules.
2014-12-07Upgrade to 0.5.2 (from Petar Bogdanovic).gdt2-6/+6
Version 0.5.2 05.12.2014 Fix DSO linking. Fix cleanup procedure on exit/error (#23, #24). Update regdom rules.
2014-12-01Import mopher-0.5.1 as mail/mopher.gdt8-0/+208
Packaged in wip by Petar Bogdanovic. The mail gopher (mopher) is an extension to all mail transfer agents that implement the Sendmail Milter API. It reads a list of rules and acts on each incoming mail delivery attempt based on various criteria and existing states. Mopher supports indiscriminate and selective grey- and whitelisting of either individual addresses or whole domains (based on reverse lookups and rules provided by Mozilla's Public Suffix List). Access to tables and state-related data passes through a generic interface and is then translated by one of the available backend drivers.