diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 16:40:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 16:40:26 +0000 |
commit | 7bf6c1190c1294b5491369e498f2b408cdb1d9aa (patch) | |
tree | 31870fab9ef71fa0c0260ad2abc743222a9d60ab /mail/p5-Email-Abstract | |
parent | a7c9e40ed7380f1fdcd711925d2e82ea38fefa5f (diff) | |
download | pkgsrc-7bf6c1190c1294b5491369e498f2b408cdb1d9aa.tar.gz |
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 (limited to 'mail/p5-Email-Abstract')
-rw-r--r-- | mail/p5-Email-Abstract/DESCR | 15 | ||||
-rw-r--r-- | mail/p5-Email-Abstract/Makefile | 19 | ||||
-rw-r--r-- | mail/p5-Email-Abstract/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Email-Abstract/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/mail/p5-Email-Abstract/DESCR b/mail/p5-Email-Abstract/DESCR new file mode 100644 index 00000000000..e7e5eef5752 --- /dev/null +++ b/mail/p5-Email-Abstract/DESCR @@ -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 --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile new file mode 100644 index 00000000000..064849209a3 --- /dev/null +++ b/mail/p5-Email-Abstract/Makefile @@ -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 +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 --git a/mail/p5-Email-Abstract/PLIST b/mail/p5-Email-Abstract/PLIST new file mode 100644 index 00000000000..81477cf9a25 --- /dev/null +++ b/mail/p5-Email-Abstract/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/18 16:40:26 wiz Exp $ diff --git a/mail/p5-Email-Abstract/distinfo b/mail/p5-Email-Abstract/distinfo new file mode 100644 index 00000000000..aa010d8cb5f --- /dev/null +++ b/mail/p5-Email-Abstract/distinfo @@ -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 |