pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Email-Address-XS
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 15:59:30 UTC 2017
Added Files:
pkgsrc/mail/p5-Email-Address-XS: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Email-Address-XS/DESCR \
pkgsrc/mail/p5-Email-Address-XS/Makefile \
pkgsrc/mail/p5-Email-Address-XS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/mail/p5-Email-Address-XS/DESCR
diff -u /dev/null pkgsrc/mail/p5-Email-Address-XS/DESCR:1.1
--- /dev/null Sun Sep 17 15:59:30 2017
+++ pkgsrc/mail/p5-Email-Address-XS/DESCR Sun Sep 17 15:59:30 2017
@@ -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.
Index: pkgsrc/mail/p5-Email-Address-XS/Makefile
diff -u /dev/null pkgsrc/mail/p5-Email-Address-XS/Makefile:1.1
--- /dev/null Sun Sep 17 15:59:30 2017
+++ pkgsrc/mail/p5-Email-Address-XS/Makefile Sun Sep 17 15:59:30 2017
@@ -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"
Index: pkgsrc/mail/p5-Email-Address-XS/distinfo
diff -u /dev/null pkgsrc/mail/p5-Email-Address-XS/distinfo:1.1
--- /dev/null Sun Sep 17 15:59:30 2017
+++ pkgsrc/mail/p5-Email-Address-XS/distinfo Sun Sep 17 15:59:30 2017
@@ -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