diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-02-03 13:46:39 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-02-03 13:46:39 +0000 |
commit | fa119a8137da74bcac96666fce5b61201be30440 (patch) | |
tree | eb04a6e03adaec996ef6e721fd35aa8e63e562b2 /mail/lbdb | |
parent | f5ef155d0fa24847084938489379c9c19fab53bf (diff) |
Notes
Diffstat (limited to 'mail/lbdb')
-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 |