diff options
author | nbm <nbm@FreeBSD.org> | 2000-02-03 21:46:39 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-02-03 21:46:39 +0800 |
commit | d36651f883ea3466b6e8bc843fd3850a102bfce2 (patch) | |
tree | 6c91298e891b510ce58559a2e74be3598eb6161a /mail | |
parent | f091d346d2c2bcf60d295464143819369a571162 (diff) | |
download | freebsd-ports-gnome-d36651f883ea3466b6e8bc843fd3850a102bfce2.tar.gz freebsd-ports-gnome-d36651f883ea3466b6e8bc843fd3850a102bfce2.tar.zst freebsd-ports-gnome-d36651f883ea3466b6e8bc843fd3850a102bfce2.zip |
Import of The Little Brother's Database, a set of tools for use with
mutt's external mail address query feature.
Submitted by: Matthew West <mwest@uct.ac.za>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lbdb/Makefile | 23 | ||||
-rw-r--r-- | mail/lbdb/distinfo | 1 | ||||
-rw-r--r-- | mail/lbdb/pkg-comment | 1 | ||||
-rw-r--r-- | mail/lbdb/pkg-descr | 8 | ||||
-rw-r--r-- | mail/lbdb/pkg-plist | 12 |
5 files changed, 45 insertions, 0 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile new file mode 100644 index 000000000000..addd5fa86462 --- /dev/null +++ b/mail/lbdb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: lbdb +# Version required: 0.18.5 +# Date created: 2 February 2000 +# Whom: mwest@uct.ac.za +# +# $FreeBSD$ +# + +DISTNAME= lbdb_0.18.5 +PKGNAME= lbdb-0.18.5 +CATEGORIES= mail +MASTER_SITES= http://www.rhein.de/~roland/debian/ + +MAINTAINER= mwest@uct.ac.za + +WRKSRC= ${WRKDIR}/lbdb-0.18.5 +GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec +USE_GMAKE= YES + +MAN1= nodelist2lbdb.1 lbdbq.1 lbdb-fetchaddr.1 + +.include <bsd.port.mk> diff --git a/mail/lbdb/distinfo b/mail/lbdb/distinfo new file mode 100644 index 000000000000..bfb07b180abd --- /dev/null +++ b/mail/lbdb/distinfo @@ -0,0 +1 @@ +MD5 (lbdb_0.18.5.tar.gz) = a2fcaee0fb72594b1c63dc2d2bf63da6 diff --git a/mail/lbdb/pkg-comment b/mail/lbdb/pkg-comment new file mode 100644 index 000000000000..0332cd658ab9 --- /dev/null +++ b/mail/lbdb/pkg-comment @@ -0,0 +1 @@ +Set of tools for use with mutt's external mail address query feature diff --git a/mail/lbdb/pkg-descr b/mail/lbdb/pkg-descr new file mode 100644 index 000000000000..c4d69aabacd2 --- /dev/null +++ b/mail/lbdb/pkg-descr @@ -0,0 +1,8 @@ +This package consists of a set of small tools, which collect mail addresses +from mails you received and then offer these addresses as well as data +received using the finger command using mutt's external query feature. + +WWW: http://www.rhein.de/~roland/lbdb/ + +-- +mwest@uct.ac.za diff --git a/mail/lbdb/pkg-plist b/mail/lbdb/pkg-plist new file mode 100644 index 000000000000..8b0fe57d2b82 --- /dev/null +++ b/mail/lbdb/pkg-plist @@ -0,0 +1,12 @@ +bin/lbdbq +bin/lbdb-fetchaddr +bin/nodelist2lbdb +libexec/fetchaddr +libexec/lbdb-munge +libexec/lbdb_lib +libexec/munge +libexec/m_inmail +libexec/m_passwd +libexec/m_finger +libexec/m_fido +etc/lbdb.rc |