pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-MIME-Encodings Initial import of p5-Emai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bde7b79fc2a
branches:  trunk
changeset: 528132:3bde7b79fc2a
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Apr 21 15:00:52 2007 +0000

description:
Initial import of p5-Email-MIME-Encodings 1.311.

This is a merge of wip/p5-Email-MIME-Encodings by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

The Email::MIME::Encodings module simply wraps "MIME::Base64" and
"MIME::QuotedPrint" so that you can throw the contents of a
"Content-Transfer-Encoding" header at some text and have the
right thing happen.

diffstat:

 mail/p5-Email-MIME-Encodings/DESCR    |   4 ++++
 mail/p5-Email-MIME-Encodings/Makefile |  20 ++++++++++++++++++++
 mail/p5-Email-MIME-Encodings/PLIST    |   1 +
 mail/p5-Email-MIME-Encodings/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r a73653973554 -r 3bde7b79fc2a mail/p5-Email-MIME-Encodings/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-Encodings/DESCR        Sat Apr 21 15:00:52 2007 +0000
@@ -0,0 +1,4 @@
+The Email::MIME::Encodings module simply wraps "MIME::Base64" and
+"MIME::QuotedPrint" so that you can throw the contents of a
+"Content-Transfer-Encoding" header at some text and have the
+right thing happen.
diff -r a73653973554 -r 3bde7b79fc2a mail/p5-Email-MIME-Encodings/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-Encodings/Makefile     Sat Apr 21 15:00:52 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 15:00:52 heinz Exp $
+
+DISTNAME=              Email-MIME-Encodings-1.311
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5eme
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER=            kuli0020%umn.edu@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Email-MIME-Encodings/
+COMMENT=               Unified interface to MIME encoding and decoding
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-MIME-Base64>=3.05:../../converters/p5-MIME-Base64
+
+PERL5_PACKLIST=                auto/Email/MIME/Encodings/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a73653973554 -r 3bde7b79fc2a mail/p5-Email-MIME-Encodings/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-Encodings/PLIST        Sat Apr 21 15:00:52 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 15:00:52 heinz Exp $
diff -r a73653973554 -r 3bde7b79fc2a mail/p5-Email-MIME-Encodings/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Email-MIME-Encodings/distinfo     Sat Apr 21 15:00:52 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/21 15:00:52 heinz Exp $
+
+SHA1 (Email-MIME-Encodings-1.311.tar.gz) = 263f8e85c935d4dc187e1521444686506badc9e9
+RMD160 (Email-MIME-Encodings-1.311.tar.gz) = 1d320fd97b49991629b87f1509389c7d4ac890fe
+Size (Email-MIME-Encodings-1.311.tar.gz) = 10106 bytes



Home | Main Index | Thread Index | Old Index