From 469de9410972d6c5dd64dad71c8816cc7dc1b95b Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 18 Aug 2008 21:39:52 +0000 Subject: Initial import of p5-Email-Folder version 0.854 in the NetBSD Packages Collection. The Perl 5 module Email::Folder provides a class for reading all the messages from a folder as Email::Simple objects. --- mail/p5-Email-Folder/DESCR | 2 ++ mail/p5-Email-Folder/Makefile | 20 ++++++++++++++++++++ mail/p5-Email-Folder/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 mail/p5-Email-Folder/DESCR create mode 100644 mail/p5-Email-Folder/Makefile create mode 100644 mail/p5-Email-Folder/distinfo (limited to 'mail') diff --git a/mail/p5-Email-Folder/DESCR b/mail/p5-Email-Folder/DESCR new file mode 100644 index 00000000000..a8b3287a18b --- /dev/null +++ b/mail/p5-Email-Folder/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Email::Folder provides a class for reading all +the messages from a folder as Email::Simple objects. diff --git a/mail/p5-Email-Folder/Makefile b/mail/p5-Email-Folder/Makefile new file mode 100644 index 00000000000..b035a5656bd --- /dev/null +++ b/mail/p5-Email-Folder/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/18 21:39:52 seb Exp $ + +DISTNAME= Email-Folder-0.854 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Email-Folder/ +COMMENT= Perl 5 module to read all the messages from a folder + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Email/Folder/.packlist + +DEPENDS+= p5-Email-FolderType>=0.6:../../mail/p5-Email-FolderType +DEPENDS+= p5-Email-Simple-[0-9]*:../../mail/p5-Email-Simple + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-Folder/distinfo b/mail/p5-Email-Folder/distinfo new file mode 100644 index 00000000000..fcb79aefa62 --- /dev/null +++ b/mail/p5-Email-Folder/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/18 21:39:52 seb Exp $ + +SHA1 (Email-Folder-0.854.tar.gz) = d1285561fee0c5709e2362fb0e8ed7dd0a4a0332 +RMD160 (Email-Folder-0.854.tar.gz) = 0b3753e62403fac979476efa33e6d2cf2245c64c +Size (Email-Folder-0.854.tar.gz) = 34264 bytes -- cgit v1.2.3