--- biabam/Makefile +++ biabam/Makefile @@ -6,7 +6,7 @@ # PORTNAME= biabam -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= mail MASTER_SITES= http://mmj.dk/biabam/ --- biabam/distinfo +++ 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 --- biabam/pkg-descr +++ biabam/pkg-descr @@ -1,18 +1,19 @@ 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 | biabam -s +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