diff options
Diffstat (limited to 'mail/biabam')
-rw-r--r-- | mail/biabam/Makefile | 20 | ||||
-rw-r--r-- | mail/biabam/distinfo | 1 | ||||
-rw-r--r-- | mail/biabam/pkg-comment | 1 | ||||
-rw-r--r-- | mail/biabam/pkg-descr | 18 | ||||
-rw-r--r-- | mail/biabam/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile new file mode 100644 index 0000000..aef7dc1 --- /dev/null +++ b/mail/biabam/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: biabam +# Date created: 03 January 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= biabam +PORTVERSION= 0.9.2 +CATEGORIES= mail +MASTER_SITES= http://mmj.dk/biabam/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/biabam ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/mail/biabam/distinfo b/mail/biabam/distinfo new file mode 100644 index 0000000..e0df65c --- /dev/null +++ b/mail/biabam/distinfo @@ -0,0 +1 @@ +MD5 (biabam-0.9.2.tar.gz) = d89e67163ffbe22fda162d70efb3a12b diff --git a/mail/biabam/pkg-comment b/mail/biabam/pkg-comment new file mode 100644 index 0000000..c35fb23 --- /dev/null +++ b/mail/biabam/pkg-comment @@ -0,0 +1 @@ +A command-line attachment mailer diff --git a/mail/biabam/pkg-descr b/mail/biabam/pkg-descr new file mode 100644 index 0000000..15bcb96 --- /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 diff --git a/mail/biabam/pkg-plist b/mail/biabam/pkg-plist new file mode 100644 index 0000000..fb42c03 --- /dev/null +++ b/mail/biabam/pkg-plist @@ -0,0 +1 @@ +bin/biabam |