pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Simple Initial import of p5-Email-Simple:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b5c3739aebe
branches:  trunk
changeset: 492708:7b5c3739aebe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 18 16:27:39 2005 +0000

description:
Initial import of p5-Email-Simple:

"Email::Simple" is the first deliverable of the "Perl Email Project", a
reaction against the complexity and increasing bugginess of the
"Mail::*" modules. In contrast, "Email::*" modules are meant to be
simple to use and to maintain, pared to the bone, fast, minimal in their
external dependencies, and correct.

diffstat:

 mail/p5-Email-Simple/DESCR    |   5 +++++
 mail/p5-Email-Simple/Makefile |  16 ++++++++++++++++
 mail/p5-Email-Simple/PLIST    |   1 +
 mail/p5-Email-Simple/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 06e5ea2b7562 -r 7b5c3739aebe mail/p5-Email-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Simple/DESCR        Mon Apr 18 16:27:39 2005 +0000
@@ -0,0 +1,5 @@
+"Email::Simple" is the first deliverable of the "Perl Email Project", a
+reaction against the complexity and increasing bugginess of the
+"Mail::*" modules. In contrast, "Email::*" modules are meant to be
+simple to use and to maintain, pared to the bone, fast, minimal in their
+external dependencies, and correct.
diff -r 06e5ea2b7562 -r 7b5c3739aebe mail/p5-Email-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Simple/Makefile     Mon Apr 18 16:27:39 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 16:27:39 wiz Exp $
+
+DISTNAME=              Email-Simple-1.92
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5ems
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Email-Simple/
+COMMENT=               Perl5 module for simple parsing of RFC2822 message format and headers
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Email/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06e5ea2b7562 -r 7b5c3739aebe mail/p5-Email-Simple/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Simple/PLIST        Mon Apr 18 16:27:39 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/18 16:27:39 wiz Exp $
diff -r 06e5ea2b7562 -r 7b5c3739aebe mail/p5-Email-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Simple/distinfo     Mon Apr 18 16:27:39 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/18 16:27:39 wiz Exp $
+
+SHA1 (Email-Simple-1.92.tar.gz) = 058f1e5dea66ac380a007616010231b50b77acbb
+RMD160 (Email-Simple-1.92.tar.gz) = 5c1c519d3a2d488bf82855de80b855eee7a29319
+Size (Email-Simple-1.92.tar.gz) = 12645 bytes



Home | Main Index | Thread Index | Old Index