pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Mbox-MessageParser Initial import of p5-M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85dd6af3d068
branches:  trunk
changeset: 474923:85dd6af3d068
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 07 13:53:09 2004 +0000

description:
Initial import of p5-Mail-Mbox-MessageParser-0.14:

Mail::Mbox::MessageParser is a feature-poor but very fast mbox
parser. It uses the best of three strategies for parsing a mailbox:
either using cached folder information, GNU grep, or highly optimized
Perl.

XXX: might need some adaptation for OSs where diff and bzip2 are
not in the base system.

diffstat:

 mail/p5-Mail-Mbox-MessageParser/DESCR    |   4 ++++
 mail/p5-Mail-Mbox-MessageParser/Makefile |  31 +++++++++++++++++++++++++++++++
 mail/p5-Mail-Mbox-MessageParser/PLIST    |   1 +
 mail/p5-Mail-Mbox-MessageParser/distinfo |   4 ++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r c22deb37e752 -r 85dd6af3d068 mail/p5-Mail-Mbox-MessageParser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/DESCR     Fri May 07 13:53:09 2004 +0000
@@ -0,0 +1,4 @@
+Mail::Mbox::MessageParser is a feature-poor but very fast mbox
+parser. It uses the best of three strategies for parsing a mailbox:
+either using cached folder information, GNU grep, or highly optimized
+Perl.
diff -r c22deb37e752 -r 85dd6af3d068 mail/p5-Mail-Mbox-MessageParser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile  Fri May 07 13:53:09 2004 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $
+
+DISTNAME=      Mail-Mbox-MessageParser-1.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser/
+COMMENT=       Perl5 module for parsing mail messages
+
+DEPENDS+=      p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget
+DEPENDS+=      p5-Storable-[0-9]*:../../devel/p5-Storable
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Mail/Mbox/MessageParser/.packlist
+
+SETTINGS+=     INSTALLDIRS=site
+# XXX: might need adaptation if the programs are not
+# in the base system
+SETTINGS+=     BZIP=/usr/bin/bzip2
+SETTINGS+=     BZIP2=/usr/bin/bzip2
+SETTINGS+=     DIFF=/usr/bin/diff
+SETTINGS+=     GREP=${GREP}
+SETTINGS+=     GZIP=${GZIP_CMD}
+SETTINGS+=     TZIP=
+
+MAKE_PARAMS+=  ${SETTINGS}
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c22deb37e752 -r 85dd6af3d068 mail/p5-Mail-Mbox-MessageParser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/PLIST     Fri May 07 13:53:09 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $
diff -r c22deb37e752 -r 85dd6af3d068 mail/p5-Mail-Mbox-MessageParser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Mbox-MessageParser/distinfo  Fri May 07 13:53:09 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/07 13:53:09 wiz Exp $
+
+SHA1 (Mail-Mbox-MessageParser-1.14.tar.gz) = 28fcb823530408f277c8a3484a71602606392ad4
+Size (Mail-Mbox-MessageParser-1.14.tar.gz) = 178962 bytes



Home | Main Index | Thread Index | Old Index