FYI;- this too is an architecture independent shell script, which does not need building.
On 2014-02-05 Wed 09:35 AM |, Craig R. Skinner wrote: > ping > > On 2014-02-01 Sat 19:33 PM |, Craig R. Skinner wrote: > > Hi folks, > > > > Attached here is a new port of Abersnuik: > > > > # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > COMMENT= spamd blacklists via multi-protocol, retries + random delays > > > > # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > > > $ cat pkg/DESCR > > Compliments spamd-setup by downloading resources, with up to 12 attempts, > > each after a random delay of up to 5 minutes. > > > > If unsuccessful, cached data from a previous run is reused. > > > > Protocols supported: http, ftp, scp, sftp, rsync. > > > > Downloading tool settable; ftp, lynx, curl, rsync, [other]... > > > > Proxies usable, caching reduces everyone's bandwidth/time/expenses. > > > > Many hosts polling the remote servers at the same time (root's default > > cron job) can result in the "zero minute rush" issue, often resulting in > > "Illegal seek" or "Broken pipe" errors. > > > > See: > > http://thread.gmane.org/gmane.os.openbsd.misc/196071 > > http://openbsd.7691.n7.nabble.com/spamd-setup-in-crontab-td80311.html > > > > This tool sorts out those niggles. > > > > # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > > > Index: user.list > > =================================================================== > > RCS file: /cvs/ports/infrastructure/db/user.list,v > > retrieving revision 1.223 > > diff -u -p -r1.223 user.list > > --- user.list 28 Jan 2014 16:30:03 -0000 1.223 > > +++ user.list 1 Feb 2014 18:33:37 -0000 > > @@ -239,3 +239,4 @@ id user group port options > > 728 _sockd _sockd security/dante > > 729 _greyscanner _greyscanner mail/greyscanner > > 730 _kdm _kdm x11/kde4/workspace > > +731 _abersnuik _abersnuik mail/abersnuik > > > > > > # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > > > This port has a dependency of sysutils/libsysexits - which I'll post > > separately. > > > > Comments/improvements/OK? > > > > Cheers, > > Craig.