pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Abstract Initial import of p5-Email-Abst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b0f6f6c1c9
branches:  trunk
changeset: 492714:64b0f6f6c1c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 18 16:40:26 2005 +0000

description:
Initial import of p5-Email-Abstract-2.01:

"Email::Abstract" provides module writers with the ability to write
representation-independent mail handling code. For instance, in
the cases of "Mail::Thread" or "Mail::ListDetector", a key part of
the code involves reading the headers from a mail object. Where
previously one would either have to specify the mail class required,
or to build a new object from scratch, "Email::Abstract" can be
used to perform certain simple operations on an object regardless
of its underlying representation.

"Email::Abstract" currently supports "Mail::Internet", "MIME::Entity",
"Mail::Message", "Email::Simple" and "Email::MIME". Other
representations are encouraged to create their own "Email::Abstract::*"
class by copying "Email::Abstract::EmailSimple". All modules
installed under the "Email::Abstract" hierarchy will be automatically
picked up and used.

diffstat:

 mail/p5-Email-Abstract/DESCR    |  15 +++++++++++++++
 mail/p5-Email-Abstract/Makefile |  19 +++++++++++++++++++
 mail/p5-Email-Abstract/PLIST    |   1 +
 mail/p5-Email-Abstract/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 2bcc71f9b72a -r 64b0f6f6c1c9 mail/p5-Email-Abstract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Abstract/DESCR      Mon Apr 18 16:40:26 2005 +0000
@@ -0,0 +1,15 @@
+"Email::Abstract" provides module writers with the ability to write
+representation-independent mail handling code. For instance, in
+the cases of "Mail::Thread" or "Mail::ListDetector", a key part of
+the code involves reading the headers from a mail object. Where
+previously one would either have to specify the mail class required,
+or to build a new object from scratch, "Email::Abstract" can be
+used to perform certain simple operations on an object regardless
+of its underlying representation.
+
+"Email::Abstract" currently supports "Mail::Internet", "MIME::Entity",
+"Mail::Message", "Email::Simple" and "Email::MIME". Other
+representations are encouraged to create their own "Email::Abstract::*"
+class by copying "Email::Abstract::EmailSimple". All modules
+installed under the "Email::Abstract" hierarchy will be automatically
+picked up and used.
diff -r 2bcc71f9b72a -r 64b0f6f6c1c9 mail/p5-Email-Abstract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Abstract/Makefile   Mon Apr 18 16:40:26 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 16:40:26 wiz Exp $
+
+DISTNAME=              Email-Abstract-2.01
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5ema
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Email-Abstract/
+COMMENT=               Perl5 module for writing representation-independent mail handling code
+
+DEPENDS+=              p5-Email-Simple>=1.91:../../mail/p5-Email-Simple
+DEPENDS+=              p5-Module-Pluggable>=1.5:../../devel/p5-Module-Pluggable
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Email/Abstract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2bcc71f9b72a -r 64b0f6f6c1c9 mail/p5-Email-Abstract/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Abstract/PLIST      Mon Apr 18 16:40:26 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/18 16:40:26 wiz Exp $
diff -r 2bcc71f9b72a -r 64b0f6f6c1c9 mail/p5-Email-Abstract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-Abstract/distinfo   Mon Apr 18 16:40:26 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/18 16:40:26 wiz Exp $
+
+SHA1 (Email-Abstract-2.01.tar.gz) = 8aa33be472b3c86d86f6ff05b5136fc0e8d23aab
+RMD160 (Email-Abstract-2.01.tar.gz) = f3df889275d2a161cbe7669a27b403ff84f55b48
+Size (Email-Abstract-2.01.tar.gz) = 6267 bytes



Home | Main Index | Thread Index | Old Index