diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-27 05:10:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 05:10:06 +0000 |
commit | 5c78e5e454ea76530c49388d20e28a6580f336ff (patch) | |
tree | a3108a79a2099c0687deb0b87a463d31074049d0 /mail/grepmail | |
parent | 60b7454fb2dfa09e14d17d11a8f1022b2d8138b6 (diff) | |
download | ports-5c78e5e454ea76530c49388d20e28a6580f336ff.tar.gz ports-5c78e5e454ea76530c49388d20e28a6580f336ff.zip |
Notes
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 23 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 1 | ||||
-rw-r--r-- | mail/grepmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/grepmail/pkg-descr | 8 | ||||
-rw-r--r-- | mail/grepmail/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile new file mode 100644 index 000000000000..a94a9b7baaf9 --- /dev/null +++ b/mail/grepmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: grepmail +# Version required: 4.1 +# Date created: 20 November 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= grepmail-4.1 +CATEGORIES= mail +MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ + +MAINTAINER= jedgar@fxp.org + +NO_BUILD= yes + +do-configure: + @cd ${WRKSRC} && ${CP} grepmail.DP grepmail + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo new file mode 100644 index 000000000000..ebf335a8c67f --- /dev/null +++ b/mail/grepmail/distinfo @@ -0,0 +1 @@ +MD5 (grepmail-4.1.tar.gz) = 8b3ab1b6b0a3643930ee71c8e47cb3ce diff --git a/mail/grepmail/pkg-comment b/mail/grepmail/pkg-comment new file mode 100644 index 000000000000..d051995c0e62 --- /dev/null +++ b/mail/grepmail/pkg-comment @@ -0,0 +1 @@ +Search mailboxes for a given regexp and display matching emails diff --git a/mail/grepmail/pkg-descr b/mail/grepmail/pkg-descr new file mode 100644 index 000000000000..3f478e4a3625 --- /dev/null +++ b/mail/grepmail/pkg-descr @@ -0,0 +1,8 @@ +Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given +regular expression, and returns those emails that match it. Piped input is +allowed, and date restrictions are supported. + +WWW: http://www.cs.virginia.edu/~dwc3q/code/ + +- Chris D. Faulhaber +jedgar@fxp.org diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist new file mode 100644 index 000000000000..0e3393141c1f --- /dev/null +++ b/mail/grepmail/pkg-plist @@ -0,0 +1 @@ +bin/grepmail |