summaryrefslogtreecommitdiffstats
path: root/mail/biabam
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-27 06:05:37 +0000
committersteve <steve@FreeBSD.org>2001-02-27 06:05:37 +0000
commit83b487251942d9375324378bd2108adadd4c1170 (patch)
treebdba2e34e5bc7eef5fca71ef5e0b5bc682b0a42e /mail/biabam
parent3d5be0adfa464ef8783cfd7edf75129426de2945 (diff)
downloadFreeBSD-ports-83b487251942d9375324378bd2108adadd4c1170.zip
FreeBSD-ports-83b487251942d9375324378bd2108adadd4c1170.tar.gz
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')
-rw-r--r--mail/biabam/Makefile20
-rw-r--r--mail/biabam/distinfo1
-rw-r--r--mail/biabam/pkg-comment1
-rw-r--r--mail/biabam/pkg-descr18
-rw-r--r--mail/biabam/pkg-plist1
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
OpenPOWER on IntegriCloud