From 5c78e5e454ea76530c49388d20e28a6580f336ff Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 27 Nov 1999 05:10:06 +0000 Subject: Initial import of grepmail version 4.1. Search mailboxes for a given regexp and display matching emails. PR: 15007 Submitted by: Chris D. Faulhaber --- mail/grepmail/Makefile | 23 +++++++++++++++++++++++ mail/grepmail/distinfo | 1 + mail/grepmail/pkg-comment | 1 + mail/grepmail/pkg-descr | 8 ++++++++ mail/grepmail/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 mail/grepmail/Makefile create mode 100644 mail/grepmail/distinfo create mode 100644 mail/grepmail/pkg-comment create mode 100644 mail/grepmail/pkg-descr create mode 100644 mail/grepmail/pkg-plist (limited to 'mail') 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 +# +# $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 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 -- cgit v1.2.3