From 83b487251942d9375324378bd2108adadd4c1170 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 27 Feb 2001 06:05:37 +0000 Subject: Adding biabam version 0.9.2. BIABAM is a commandline attachment mailer. PR: 24051 Submitted by: George Reid --- mail/Makefile | 1 + mail/biabam/Makefile | 20 ++++++++++++++++++++ mail/biabam/distinfo | 1 + mail/biabam/pkg-comment | 1 + mail/biabam/pkg-descr | 18 ++++++++++++++++++ mail/biabam/pkg-plist | 1 + 6 files changed, 42 insertions(+) create mode 100644 mail/biabam/Makefile create mode 100644 mail/biabam/distinfo create mode 100644 mail/biabam/pkg-comment create mode 100644 mail/biabam/pkg-descr create mode 100644 mail/biabam/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index ba6440396a0a..3da8be92dfa8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -8,6 +8,7 @@ SUBDIR += autorespond SUBDIR += balsa SUBDIR += bbmail + SUBDIR += biabam SUBDIR += biffer SUBDIR += bsmtp SUBDIR += bulk_mailer 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 +# +# $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 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 | biabam -s + +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 -- cgit