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-XS mail/p5-Email-Address-XS: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85a4b314f1ea
branches:  trunk
changeset: 368652:85a4b314f1ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 17 15:59:30 2017 +0000

description:
mail/p5-Email-Address-XS: import p5-Email-Address-XS-1.00

This module implements RFC 2822 parser and formatter of email
addresses and groups. It parses an input string from email headers
which contain a list of email addresses or a groups of email addresses
(like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate
a string value for those headers from a list of email addresses
objects.

Parser and formatter functionality is implemented in XS and uses
shared code from Dovecot IMAP server.

diffstat:

 mail/p5-Email-Address-XS/DESCR    |   9 +++++++++
 mail/p5-Email-Address-XS/Makefile |  16 ++++++++++++++++
 mail/p5-Email-Address-XS/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 06a098187c47 -r 85a4b314f1ea mail/p5-Email-Address-XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address-XS/DESCR    Sun Sep 17 15:59:30 2017 +0000
@@ -0,0 +1,9 @@
+This module implements RFC 2822 parser and formatter of email
+addresses and groups. It parses an input string from email headers
+which contain a list of email addresses or a groups of email addresses
+(like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate
+a string value for those headers from a list of email addresses
+objects.
+
+Parser and formatter functionality is implemented in XS and uses
+shared code from Dovecot IMAP server.
diff -r 06a098187c47 -r 85a4b314f1ea mail/p5-Email-Address-XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address-XS/Makefile Sun Sep 17 15:59:30 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/17 15:59:30 wiz Exp $
+
+DISTNAME=      Email-Address-XS-1.00
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Email-Address-XS/
+COMMENT=       Parse and format RFC 2822 email addresses and groups
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Email/Address/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06a098187c47 -r 85a4b314f1ea mail/p5-Email-Address-XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Address-XS/distinfo Sun Sep 17 15:59:30 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/17 15:59:30 wiz Exp $
+
+SHA1 (Email-Address-XS-1.00.tar.gz) = 0a1ece7947cf11b729a8e7fd1b446a6600001e69
+RMD160 (Email-Address-XS-1.00.tar.gz) = bb2e822b38e4d46cb4b69c98b723600689dfac18
+SHA512 (Email-Address-XS-1.00.tar.gz) = c1fd601ffbd4bce0d40498560da01d96edbf15e6110cbd8af338e463537045a249f137fcd12e213b150e49da1796af4455e88e4ef006cd5ed1a15a6e661d956c
+Size (Email-Address-XS-1.00.tar.gz) = 24104 bytes



Home | Main Index | Thread Index | Old Index