From bcc5ae0cf31d36c16f32d7d57e47e7c6d062862b Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 28 May 2001 20:15:07 +0000 Subject: [PATCH] Import grepmail-4.47. Submitted by Joshua Stein . Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given regular expression, and returns those emails that match it. --- mail/grepmail/Makefile | 27 +++++++++++++++++++++++++++ mail/grepmail/files/md5 | 3 +++ mail/grepmail/pkg/DESCR | 5 +++++ mail/grepmail/pkg/PLIST | 13 +++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 mail/grepmail/Makefile create mode 100644 mail/grepmail/files/md5 create mode 100644 mail/grepmail/pkg/DESCR create mode 100644 mail/grepmail/pkg/PLIST diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile new file mode 100644 index 00000000000..466e04ac635 --- /dev/null +++ b/mail/grepmail/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/05/28 20:15:07 naddy Exp $ +# vim:ts=8 + +DISTNAME= grepmail-4.47 +CATEGORIES= mail +NEED_VERSION= 1.405 + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +COMMENT= "search mailboxes for a particular email" +HOMEPAGE= http://grepmail.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= grepmail + +MAINTAINER= Joshua Stein + +PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl +BUILD_DEPENDS= ${PERL_MODULES}/Date/Parse.pm::devel/p5-Time-TimeDate \ + ${PERL_MODULES}/Date/Manip.pm::converters/p5-DateManip \ + bzip2::archivers/bzip2 +RUN_DEPENDS= bzip2::archivers/bzip2 +CONFIGURE_STYLE= perl + +.include diff --git a/mail/grepmail/files/md5 b/mail/grepmail/files/md5 new file mode 100644 index 00000000000..286efce1f29 --- /dev/null +++ b/mail/grepmail/files/md5 @@ -0,0 +1,3 @@ +MD5 (grepmail-4.47.tar.gz) = f42f36ee222e6c323608ea8a87b00b88 +RMD160 (grepmail-4.47.tar.gz) = 26510ac7d30a1a195b99bd09867f9ccf23626f4c +SHA1 (grepmail-4.47.tar.gz) = dffe9a618908be28864378226a990fb02c7ced6d diff --git a/mail/grepmail/pkg/DESCR b/mail/grepmail/pkg/DESCR new file mode 100644 index 00000000000..44f1874f69d --- /dev/null +++ b/mail/grepmail/pkg/DESCR @@ -0,0 +1,5 @@ +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 and size restrictions are supported. + +WWW: ${HOMEPAGE} diff --git a/mail/grepmail/pkg/PLIST b/mail/grepmail/pkg/PLIST new file mode 100644 index 00000000000..2d5615ca0f5 --- /dev/null +++ b/mail/grepmail/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/28 20:15:07 naddy Exp $ +bin/grepmail +libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Mail/Folder/FastReader.pm +libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Mail/Folder/FastReader/FastReader.bs +libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Mail/Folder/FastReader/FastReader.so +libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Mail/Folder/FastReader/autosplit.ix +libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/grepmail/.packlist +man/man1/grepmail.1 +man/man3/Mail::Folder::FastReader.3p +@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/grepmail +@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Mail/Folder/FastReader +@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Mail/Folder +@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Mail/Folder