From 462f3bff99ac609105aaada906c2c697a1ecf0e5 Mon Sep 17 00:00:00 2001 From: Arcady Genkin Date: Mon, 22 Apr 2002 20:51:23 +0000 Subject: - Initial version of the ebuild. - grepmail is an awesome Perl script that searches mailboxes using a grep-like regex and/or time/date constraints, and pipes out a mailbox, containing the matching messages. --- net-mail/grepmail/ChangeLog | 9 +++++++++ net-mail/grepmail/files/digest-grepmail-4.70 | 1 + net-mail/grepmail/grepmail-4.70.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 net-mail/grepmail/ChangeLog create mode 100644 net-mail/grepmail/files/digest-grepmail-4.70 create mode 100644 net-mail/grepmail/grepmail-4.70.ebuild (limited to 'net-mail/grepmail') diff --git a/net-mail/grepmail/ChangeLog b/net-mail/grepmail/ChangeLog new file mode 100644 index 000000000000..c2610a9cb60b --- /dev/null +++ b/net-mail/grepmail/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/DateManip +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/ChangeLog,v 1.1 2002/04/22 20:51:23 agenkin Exp $ + +*grepmail-4.70 (22 April 2002) + + 22 Apr 2002; Arcady Genkin : grepmail-4.70.ebuild + + Initial version of the package. \ No newline at end of file diff --git a/net-mail/grepmail/files/digest-grepmail-4.70 b/net-mail/grepmail/files/digest-grepmail-4.70 new file mode 100644 index 000000000000..72dd2dc1c75b --- /dev/null +++ b/net-mail/grepmail/files/digest-grepmail-4.70 @@ -0,0 +1 @@ +MD5 5ebb0809df1bf4eb8f6251d23e286965 grepmail-4.70.tar.gz 405805 diff --git a/net-mail/grepmail/grepmail-4.70.ebuild b/net-mail/grepmail/grepmail-4.70.ebuild new file mode 100644 index 000000000000..63a7f48fb030 --- /dev/null +++ b/net-mail/grepmail/grepmail-4.70.ebuild @@ -0,0 +1,28 @@ +# Copyright 2002 Arcady Genkin +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Arcady Genkin +# $Header: /var/cvsroot/gentoo-x86/net-mail/grepmail/grepmail-4.70.ebuild,v 1.1 2002/04/22 20:51:23 agenkin Exp $ + +DESCRIPTION="Search normal or compressed mailbox using a regular expression or dates." +HOMEPAGE="http://grepmail.sourceforge.net/" + +SRC_URI="http://prdownloads.sourceforge.net/grepmail/${P}.tar.gz" +S=${WORKDIR}/${P} + +DEPEND="dev-perl/TimeDate + dev-perl/DateManip" + +src_compile () { + perl Makefile.PL FASTREADER=0 PREFIX=/usr + emake || die +} + +src_install () { + # BUG: Can't quite work out the compilation of the FastReader module. + # For now it's disabled. + make PREFIX=${D}/usr \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + install || die + dodoc MANIFEST LICENSE CHANGES README +} -- cgit v1.2.3-65-gdbad