diff options
author | pav <pav@FreeBSD.org> | 2004-06-12 15:30:38 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-12 15:30:38 +0000 |
commit | 6b98da8a1553ca30da0e57457383a470675bc0e0 (patch) | |
tree | cd20c14d384e8da69bc2824397969593ab1075db /mail/biabam | |
parent | f8be820f0cbc98615b8610629541694c2c12e3a2 (diff) | |
download | FreeBSD-ports-6b98da8a1553ca30da0e57457383a470675bc0e0.zip FreeBSD-ports-6b98da8a1553ca30da0e57457383a470675bc0e0.tar.gz |
- Update to 0.96
PR: ports/67829
Submitted by: Mads Martin Joergensen <mmj@mmj.dk>
Diffstat (limited to 'mail/biabam')
-rw-r--r-- | mail/biabam/Makefile | 2 | ||||
-rw-r--r-- | mail/biabam/distinfo | 4 | ||||
-rw-r--r-- | mail/biabam/pkg-descr | 17 |
3 files changed, 11 insertions, 12 deletions
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index 24f08f7..3ecf036 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biabam -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= mail MASTER_SITES= http://mmj.dk/biabam/ diff --git a/mail/biabam/distinfo b/mail/biabam/distinfo index 42a4b19..2135e39 100644 --- a/mail/biabam/distinfo +++ b/mail/biabam/distinfo @@ -1,2 +1,2 @@ -MD5 (biabam-0.9.5.tar.gz) = 304dad3a6d8497f7cacdc6672d5c7a1d -SIZE (biabam-0.9.5.tar.gz) = 7881 +MD5 (biabam-0.9.6.tar.gz) = f4e610b38ab35f55a9a0512521c04cb6 +SIZE (biabam-0.9.6.tar.gz) = 8763 diff --git a/mail/biabam/pkg-descr b/mail/biabam/pkg-descr index 15bcb96..ca4e70b 100644 --- a/mail/biabam/pkg-descr +++ b/mail/biabam/pkg-descr @@ -1,18 +1,17 @@ Biabam Is A Bash Attachment Mailer -To use BIABAM use the following syntax (yes, it is on my todo list, to add -switches so the syntax get's like mailing with commandline Mutt): +To use BIABAM use the following syntax: -echo <body> | biabam <attachment> -s <subject> <recipient> +echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \ + recipient1[,recipient2,recipientN] Example: -echo "Here is the tarball you requested" | \ - biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org +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) -BIABAM also works with the Bourne shell (/bin/sh). - -- George Reid -greid@ukug.uk.freebsd.org +- Mads Martin Joergensen +mmj@mmj.dk |