aboutsummaryrefslogtreecommitdiffstats
path: root/mail/biabam/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-27 14:05:37 +0800
committersteve <steve@FreeBSD.org>2001-02-27 14:05:37 +0800
commit83b487251942d9375324378bd2108adadd4c1170 (patch)
treebdba2e34e5bc7eef5fca71ef5e0b5bc682b0a42e /mail/biabam/pkg-descr
parent3d5be0adfa464ef8783cfd7edf75129426de2945 (diff)
downloadfreebsd-ports-gnome-83b487251942d9375324378bd2108adadd4c1170.tar.gz
freebsd-ports-gnome-83b487251942d9375324378bd2108adadd4c1170.tar.zst
freebsd-ports-gnome-83b487251942d9375324378bd2108adadd4c1170.zip
Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer. PR: 24051 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'mail/biabam/pkg-descr')
-rw-r--r--mail/biabam/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/biabam/pkg-descr b/mail/biabam/pkg-descr
new file mode 100644
index 000000000000..15bcb965d6ec
--- /dev/null
+++ b/mail/biabam/pkg-descr
@@ -0,0 +1,18 @@
+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):
+
+echo <body> | biabam <attachment> -s <subject> <recipient>
+
+Example:
+echo "Here is the tarball you requested" | \
+ biabam foobar-0.7.8.tar.gz -s "Answer to your request" john@doe.org
+
+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