1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Adding biabam version 0.9.2.

BIABAM is a commandline attachment mailer.

PR:		24051
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
Steve Price 2001-02-27 06:05:37 +00:00
parent a2f7075de8
commit 49febae544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38840
6 changed files with 42 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += autorespond
SUBDIR += balsa
SUBDIR += bbmail
SUBDIR += biabam
SUBDIR += biffer
SUBDIR += bsmtp
SUBDIR += bulk_mailer

20
mail/biabam/Makefile Normal file
View File

@ -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>

1
mail/biabam/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (biabam-0.9.2.tar.gz) = d89e67163ffbe22fda162d70efb3a12b

1
mail/biabam/pkg-comment Normal file
View File

@ -0,0 +1 @@
A command-line attachment mailer

18
mail/biabam/pkg-descr Normal file
View File

@ -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

1
mail/biabam/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/biabam