Port details |
- bulk_mailer Speeds delivery to mailing lists by sorting & batching addresses
- 1.13_2 mail =6 1.13_2Version of this port present on the latest quarterly branch.
- Maintainer: mat@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-10 09:55:37
- Commit Hash: 6fc7fc9
- People watching this port, also watch:: lame, wget, openssl, sox, procmail
- License: GPLv3
- Description:
- This is a C program to do "bulk" mailing. For input, it takes a file
of recipient addresses (one address per line) and a message (with
headers already attached) to be sent to the recipients. It sorts the
recipient list by reversed domain (so similar ones sort together),
splits up the recipients into several groups containing no more than N
domains each, creates an SMTP envelope for each group of recipients,
and feeds that envelope to "/usr/sbin/sendmail -bs".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bulk_mailer>0:mail/bulk_mailer
- To install the port:
- cd /usr/ports/mail/bulk_mailer/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/bulk_mailer
- pkg install bulk_mailer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bulk_mailer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bulk_mailer-1.13.tar.gz) = 33ac239684289a450b016517dce8d6db17563f74ee3dca96e9dd3250c84bdfd7
SIZE (bulk_mailer-1.13.tar.gz) = 34854
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bulk_mailer-1.13_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- mail_bulk_mailer
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13_2 10 Mar 2024 09:55:37 |
Nuno Teixeira (eduardo) |
mail/bulk_mailer: Move man pages to share/man
Approved by: portmgr (blanket) |
1.13_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.13_1 31 Aug 2020 13:11:55 |
mat |
Cleanup a few of my ports.
No functional changes. |
1.13_1 09 May 2014 15:35:36 |
mat |
Put the distfile in a subdirectory in LOCAL.
Sponsored by: Absolight |
1.13_1 18 Mar 2014 14:51:09 |
mat |
DOCS was already ok, clean up.
Sponsored by: Absolight |
1.13_1 18 Mar 2014 14:37:30 |
mat |
Respect DOCS.
Sponsored by: Absolight |
1.13 10 Mar 2014 16:30:16 |
mat |
Use the LOCAL MASTER_SITES macro.
Sponsored by: Absolight |
1.13 22 Oct 2013 16:06:10 |
mat |
Be less silent when installing things. |
1.13 01 Oct 2013 12:29:34 |
mat |
* Convert to staging
* Add license
* Silence compiler warnings |
1.13 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.13 01 Aug 2013 18:02:05 |
mat |
(Readdition of mail/bulk_mailer which was removed on 306404)
Readd bulk_mailer 1.13, speeds delivery to mailing lists by sorting &
batching addresses. |
1.13 25 Oct 2012 22:26:24 |
bapt |
2012-10-20 misc/voltcraft304: No more public distfiles
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 |
1.13 21 Sep 2012 10:07:34 |
bapt |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's
distilator) |
1.13 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.13 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.13 28 Nov 2005 23:17:45 |
linimon |
Maintainer no longer has a FreeBSD box. |
1.13 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.13 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
1.13 29 Sep 2002 05:33:01 |
kris |
- Install PostScript documentation, too
- 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 |
1.13 29 Sep 2002 05:18:32 |
kris |
Fix build (remove dup declarations of functions from system headers) |
14 Feb 2001 20:19:44 |
lioux |
typo clean up police: \s -> \t |
05 Feb 2001 15:11:27 |
olgeni |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
08 Jun 2000 11:00:46 |
sobomax |
Update bulk_mailer from 1.12 to 1.13. |