The FreeBSD Ports Archive
FreeBSD mail : biabam4>
A command-line attachment mailer
Biabam Is A Bash Attachment Mailer
To use BIABAM use the following syntax:
echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \
recipient1[,recipient2,recipientN]
Example:
echo "Here are the tarballs you requested" | biabam \
foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
-s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
If no text is piped into biabam, it will wait for text on standard input
(finish with CTRL-D)
- Mads Martin Joergensen
mmj@mmj.dk
http://mmj.dk/biabam/
|
biabam history
v. 1.11
date: 2006/12/21 20:38:01; author: bsam; state: Exp; lines: +2 -1
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
v. 1.10
date: 2006/05/10 22:36:47; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.9
date: 2004/12/20 21:21:38; author: sem; state: Exp; lines: +2 -2
- Update to 0.9.7
- Fixes: s/seq/jot/;s/uuencode --base64/b64encode/
Reported by: UAFUG
v. 1.8
date: 2004/06/12 15:30:38; author: pav; state: Exp; lines: +1 -1
- Update to 0.96
PR: ports/67829
Submitted by: Mads Martin Joergensen
v. 1.7
date: 2004/03/30 13:42:35; author: osa; state: Exp; lines: +15 -8
Add bash to RUN_DEPENDS list.
Use REINPLACE_CMD for correct path to bash.
v. 1.6
date: 2004/03/30 13:23:15; author: osa; state: Exp; lines: +1 -1
Update to 0.9.5.
SIZEfy.
Submitted by: Mads Martin Joergensen via ports maillist
v. 1.5
date: 2004/02/05 20:37:29; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.4
date: 2003/11/03 00:54:31; author: kris; state: Exp; lines: +2 -2
Reset maintainer of ports owned by inactive committers who were just retired.
v. 1.3
date: 2003/03/07 06:05:49; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.2
date: 2001/04/26 11:42:18; author: greid; state: Exp; lines: +2 -2
Update MD5 checksum. I can't see anything that's changed here.
Submitted by: bento
v. 1.1
date: 2001/02/27 06:05:36; author: steve; state: Exp;
Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer.
PR: 24051
Submitted by: George Reid
=============================================================================
v. 1.11
date: 2006/12/21 20:38:01; author: bsam; state: Exp; lines: +2 -1
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
v. 1.10
date: 2006/05/10 22:36:47; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.9
date: 2004/12/20 21:21:38; author: sem; state: Exp; lines: +2 -2
- Update to 0.9.7
- Fixes: s/seq/jot/;s/uuencode --base64/b64encode/
Reported by: UAFUG
v. 1.8
date: 2004/06/12 15:30:38; author: pav; state: Exp; lines: +1 -1
- Update to 0.96
PR: ports/67829
Submitted by: Mads Martin Joergensen
v. 1.7
date: 2004/03/30 13:42:35; author: osa; state: Exp; lines: +15 -8
Add bash to RUN_DEPENDS list.
Use REINPLACE_CMD for correct path to bash.
v. 1.6
date: 2004/03/30 13:23:15; author: osa; state: Exp; lines: +1 -1
Update to 0.9.5.
SIZEfy.
Submitted by: Mads Martin Joergensen via ports maillist
v. 1.5
date: 2004/02/05 20:37:29; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.4
date: 2003/11/03 00:54:31; author: kris; state: Exp; lines: +2 -2
Reset maintainer of ports owned by inactive committers who were just retired.
v. 1.3
date: 2003/03/07 06:05:49; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.2
date: 2001/04/26 11:42:18; author: greid; state: Exp; lines: +2 -2
Update MD5 checksum. I can't see anything that's changed here.
Submitted by: bento
v. 1.1
date: 2001/02/27 06:05:36; author: steve; state: Exp;
Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer.
PR: 24051
Submitted by: George Reid
=============================================================================
v. 1.11
date: 2006/12/21 20:38:01; author: bsam; state: Exp; lines: +2 -1
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
v. 1.10
date: 2006/05/10 22:36:47; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.9
date: 2004/12/20 21:21:38; author: sem; state: Exp; lines: +2 -2
- Update to 0.9.7
- Fixes: s/seq/jot/;s/uuencode --base64/b64encode/
Reported by: UAFUG
v. 1.8
date: 2004/06/12 15:30:38; author: pav; state: Exp; lines: +1 -1
- Update to 0.96
PR: ports/67829
Submitted by: Mads Martin Joergensen
v. 1.7
date: 2004/03/30 13:42:35; author: osa; state: Exp; lines: +15 -8
Add bash to RUN_DEPENDS list.
Use REINPLACE_CMD for correct path to bash.
v. 1.6
date: 2004/03/30 13:23:15; author: osa; state: Exp; lines: +1 -1
Update to 0.9.5.
SIZEfy.
Submitted by: Mads Martin Joergensen via ports maillist
v. 1.5
date: 2004/02/05 20:37:29; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
Reviewed by: marcus
v. 1.4
date: 2003/11/03 00:54:31; author: kris; state: Exp; lines: +2 -2
Reset maintainer of ports owned by inactive committers who were just retired.
v. 1.3
date: 2003/03/07 06:05:49; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.2
date: 2001/04/26 11:42:18; author: greid; state: Exp; lines: +2 -2
Update MD5 checksum. I can't see anything that's changed here.
Submitted by: bento
v. 1.1
date: 2001/02/27 06:05:36; author: steve; state: Exp;
Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer.
PR: 24051
Submitted by: George Reid
=============================================================================
|
| |

|