Import grepmail-4.47.

Submitted by Joshua Stein <jcs@rt.fm>.

Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given
regular expression, and returns those emails that match it.
This commit is contained in:
naddy 2001-05-28 20:15:07 +00:00
parent 3e6c1ac32c
commit bcc5ae0cf3
4 changed files with 48 additions and 0 deletions

27
mail/grepmail/Makefile Normal file
View File

@ -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 <jcs@rt.fm>
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 <bsd.port.mk>

3
mail/grepmail/files/md5 Normal file
View File

@ -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

5
mail/grepmail/pkg/DESCR Normal file
View File

@ -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}

13
mail/grepmail/pkg/PLIST Normal file
View File

@ -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