aboutsummaryrefslogtreecommitdiff
path: root/mail/bulk_mailer
Commit message (Collapse)AuthorAgeFilesLines
* Put the distfile in a subdirectory in LOCAL.Mathieu Arnold2014-05-091-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=353468
* DOCS was already ok, clean up.Mathieu Arnold2014-03-182-5/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=348562
* Respect DOCS.Mathieu Arnold2014-03-181-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=348555
* Use the LOCAL MASTER_SITES macro.Mathieu Arnold2014-03-101-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347777
* Be less silent when installing things.Mathieu Arnold2013-10-221-2/+0
| | | | Notes: svn path=/head/; revision=331288
* * Convert to stagingMathieu Arnold2013-10-014-14/+22
| | | | | | | | * Add license * Silence compiler warnings Notes: svn path=/head/; revision=328940
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* (Readdition of mail/bulk_mailer which was removed on 306404)Mathieu Arnold2013-08-016-0/+218
| | | | | | | | Readd bulk_mailer 1.13, speeds delivery to mailing lists by sorting & batching addresses. Notes: svn path=/head/; revision=324116
* 2012-10-20 misc/voltcraft304: No more public distfilesBaptiste Daroussin2012-10-256-221/+0
| | | | | | | | | | | | | | 2012-10-20 misc/thailocale: No more public distfiles 2012-10-20 misc/flyway: No more public distfiles 2012-10-20 mail/zabit: No more public distfiles 2012-10-20 mail/wbl: No more public distfiles 2012-10-20 mail/smtpd: No more public distfiles 2012-10-20 mail/bulk_mailer: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=306405
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Maintainer no longer has a FreeBSD box.Mark Linimon2005-11-281-1/+1
| | | | Notes: svn path=/head/; revision=149841
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* - Install PostScript documentation, tooKris Kennaway2002-09-293-24/+29
| | | | | | | | | | | | | | - Respect NOPORTDOCS - Use INSTALL_DATA instead of INSTALL_MAN when installing docs - Use DOCSDIR shortcut - Make installation a little bit more vebose - Redo patch a bit better than my last commit Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: ports/42693 Notes: svn path=/head/; revision=67219
* Fix build (remove dup declarations of functions from system headers)Kris Kennaway2002-09-291-13/+23
| | | | Notes: svn path=/head/; revision=67217
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38343
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-2/+2
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Update bulk_mailer from 1.12 to 1.13.Maxim Sobolev2000-06-084-23/+35
| | | | | | | | | | | | | | Several my own fixes/cleanups: - make it use mkstemp() instead of less secupe mktemp(); - HAS_CONFIGURE --> GNU_CONFIGURE; - install README into separate bulk_mailer directory under ${PREFIX}/share/doc, not just ${PREFIX}/share/doc/bulk_mailer.README. PR: 19100 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw> Notes: svn path=/head/; revision=29382
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* update to 1.12David E. O'Brien1999-02-133-12/+11
| | | | | | | | Submitted by: Michael <mharo@area51.fremont.ca.us> Ok'ed by: Satoshi Notes: svn path=/head/; revision=16716
* Unbreak for ELF.Justin M. Seger1998-10-131-7/+1
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13925
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | ===> Installing for bulk_mailer-1.11 ===> Generating temporary packing list -s: not found *** Error code 1 also remove patch-ac which is no longer neccessary Notes: svn path=/head/; revision=13909
* Upgrade to v1.11.Joseph Koshy1998-10-083-6/+6
| | | | | | | Submitted by: Studded <Studded@dal.net> Notes: svn path=/head/; revision=13728
* Find sendmail in /usr/sbin and fix a couple of potential buffer overflows.Steve Price1998-08-173-12/+52
| | | | | | | | PR: 7616 Submitted by: lioux@gns.com.br Notes: svn path=/head/; revision=12562
* Update to version 1.10.Steve Price1998-08-106-230/+132
| | | | | | | | PR: 5638 Submitted by: lioux@gns.com.br Notes: svn path=/head/; revision=12389
* Repeat after me: /usr/sbin/sendmail, not /usr/lib/sendmail..Peter Wemm1997-04-111-2/+2
| | | | Notes: svn path=/head/; revision=6188
* Just a little variable reorderization.Satoshi Asami1997-03-281-5/+4
| | | | Notes: svn path=/head/; revision=6044
* Import of bulk-mailer v1.5, a program for speeding up batched e-mail ↵James FitzGibbon1997-03-267-0/+254
delivery to a mailing list. Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: dlowe@saturn5.com Notes: svn path=/head/; revision=6021