pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Address This class implements a complete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/281a3ada4154
branches:  trunk
changeset: 531376:281a3ada4154
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jul 29 11:16:02 2007 +0000

description:
This class implements a complete RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.

Imported from pkgsrc-wip and packaged by kuli0020%umn.edu@localhost

diffstat:

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

diffs (43 lines):

diff -r dc1a18b3e994 -r 281a3ada4154 mail/p5-Email-Address/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address/DESCR       Sun Jul 29 11:16:02 2007 +0000
@@ -0,0 +1,4 @@
+This class implements a complete RFC 2822 parser that locates email
+addresses in strings and returns a list of Email::Address objects
+found. The goal of this software is to be correct, fast, and API
+compatible with the MailTools version.
diff -r dc1a18b3e994 -r 281a3ada4154 mail/p5-Email-Address/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address/Makefile    Sun Jul 29 11:16:02 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 11:16:02 adrianp Exp $
+
+DISTNAME=      Email-Address-1.80
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=    kuli0020%umn.edu@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Email-Address/
+COMMENT=       RFC 2822 Address Parsing and Creation
+
+DEPENDS+=      {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
+
+PERL5_PACKLIST= auto/Email/Address/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dc1a18b3e994 -r 281a3ada4154 mail/p5-Email-Address/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address/PLIST       Sun Jul 29 11:16:02 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/29 11:16:02 adrianp Exp $
diff -r dc1a18b3e994 -r 281a3ada4154 mail/p5-Email-Address/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address/distinfo    Sun Jul 29 11:16:02 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/29 11:16:02 adrianp Exp $
+
+SHA1 (Email-Address-1.80.tar.gz) = e2b424d194195dacad8220f6ad69952da1904333
+RMD160 (Email-Address-1.80.tar.gz) = 9bc7d09363b542174506cc0569559bba4e378a33
+Size (Email-Address-1.80.tar.gz) = 20631 bytes



Home | Main Index | Thread Index | Old Index