aboutsummaryrefslogtreecommitdiff
path: root/mail/biabam
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-27 06:05:37 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-27 06:05:37 +0000
commit49febae544fb00fd39b43cd03d8cd65eca6042bb (patch)
treed99eb4e1bf4280a98598cf1031d99d82c8a28320 /mail/biabam
parenta2f7075de84dbf6c039e6df376b58af91c4d280f (diff)
downloadports-49febae544fb00fd39b43cd03d8cd65eca6042bb.tar.gz
ports-49febae544fb00fd39b43cd03d8cd65eca6042bb.zip
Adding biabam version 0.9.2.
BIABAM is a commandline attachment mailer. PR: 24051 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=38840
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 000000000000..aef7dc1d23c2
--- /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 000000000000..e0df65c53864
--- /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 000000000000..c35fb23700b3
--- /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 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
diff --git a/mail/biabam/pkg-plist b/mail/biabam/pkg-plist
new file mode 100644
index 000000000000..fb42c038dd82
--- /dev/null
+++ b/mail/biabam/pkg-plist
@@ -0,0 +1 @@
+bin/biabam