From b7b78886652e64ebefd5839cbedbc27b5ee552f9 Mon Sep 17 00:00:00 2001 From: bad Date: Tue, 8 Jun 1999 12:01:13 +0000 Subject: Initial import of grepmail-3.8, a utility to grep mail boxes and return the matching messages. Packaged by David Maxwell, david@vex.net. --- mail/grepmail/Makefile | 27 +++++++++++++++++++++++++++ mail/grepmail/files/md5 | 3 +++ mail/grepmail/pkg/COMMENT | 1 + mail/grepmail/pkg/DESCR | 3 +++ mail/grepmail/pkg/PLIST | 2 ++ 5 files changed, 36 insertions(+) create mode 100644 mail/grepmail/Makefile create mode 100644 mail/grepmail/files/md5 create mode 100644 mail/grepmail/pkg/COMMENT create mode 100644 mail/grepmail/pkg/DESCR create mode 100644 mail/grepmail/pkg/PLIST (limited to 'mail/grepmail') diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile new file mode 100644 index 00000000000..231906f677e --- /dev/null +++ b/mail/grepmail/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/08 12:01:13 bad Exp $ +# + +DISTNAME= grepmail-3.8 +CATEGORIES= mail +MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ + +MAINTAINER= david@fundy.net +HOMEPAGE= http://www.cs.virginia.edu/~dwc3q/code/index.html + +CONFIGURE_ENV= PERL=${PREFIX}/bin/perl + +USE_PERL5= yes + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl specialize grepmail.in < /dev/null + +do-build: + @cd ${WRKSRC} && \ + ${SED} -e '1s,.*,#!'${PREFIX}/bin/perl',' grepmail >grepmail.perl && \ + ${MV} -f grepmail.perl grepmail + @echo Build done. + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/grepmail/files/md5 b/mail/grepmail/files/md5 new file mode 100644 index 00000000000..b912ffa2a98 --- /dev/null +++ b/mail/grepmail/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/06/08 12:01:13 bad Exp $ + +MD5 (grepmail-3.8.tar.gz) = 20bc286e31aa6921f5bae04c48a8c814 diff --git a/mail/grepmail/pkg/COMMENT b/mail/grepmail/pkg/COMMENT new file mode 100644 index 00000000000..08e6e2e3ed6 --- /dev/null +++ b/mail/grepmail/pkg/COMMENT @@ -0,0 +1 @@ +mbox formatted file search utility. diff --git a/mail/grepmail/pkg/DESCR b/mail/grepmail/pkg/DESCR new file mode 100644 index 00000000000..9d8dad94cf2 --- /dev/null +++ b/mail/grepmail/pkg/DESCR @@ -0,0 +1,3 @@ +grepmail Searches a normal or gzip'ed mailbox for a given regular +expression, and returns those emails that match it. Also supports +searches constrained by date. diff --git a/mail/grepmail/pkg/PLIST b/mail/grepmail/pkg/PLIST new file mode 100644 index 00000000000..683bced7479 --- /dev/null +++ b/mail/grepmail/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/08 12:01:14 bad Exp $ +bin/grepmail -- cgit v1.2.3