View | Details | Raw Unified | Return to bug 67829
Collapse All | Expand All

(-)biabam/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	biabam
8
PORTNAME=	biabam
9
PORTVERSION=	0.9.5
9
PORTVERSION=	0.9.6
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://mmj.dk/biabam/
11
MASTER_SITES=	http://mmj.dk/biabam/
12
12
(-)biabam/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (biabam-0.9.5.tar.gz) = 304dad3a6d8497f7cacdc6672d5c7a1d
1
MD5 (biabam-0.9.6.tar.gz) = f4e610b38ab35f55a9a0512521c04cb6
2
SIZE (biabam-0.9.5.tar.gz) = 7881
2
SIZE (biabam-0.9.6.tar.gz) = 8763
(-)biabam/pkg-descr (-7 / +8 lines)
Lines 1-18 Link Here
1
Biabam Is A Bash Attachment Mailer
1
Biabam Is A Bash Attachment Mailer
2
2
3
To use BIABAM use the following syntax (yes, it is on my todo list, to add
3
To use BIABAM use the following syntax:
4
switches so the syntax get's like mailing with commandline Mutt):
5
4
6
echo <body> | biabam <attachment> -s <subject> <recipient>
5
echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \
6
	      recipient1[,recipient2,recipientN]
7
7
8
Example:
8
Example:
9
echo "Here is the tarball you requested" | \
9
echo "Here are the tarballs you requested" | biabam \
10
  biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org
10
     foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \
11
     -s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es
11
12
12
If no text is piped into biabam, it will wait for text on standard input
13
If no text is piped into biabam, it will wait for text on standard input
13
(finish with CTRL-D)
14
(finish with CTRL-D)
14
15
15
BIABAM also works with the Bourne shell (/bin/sh).
16
17
- George Reid
16
- George Reid
18
greid@ukug.uk.freebsd.org
17
greid@ukug.uk.freebsd.org
18
- Mads Martin Joergensen
19
mmj@mmj.dk

Return to bug 67829