summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-tools
diff options
context:
space:
mode:
authorrh <rh>1999-12-06 08:17:36 +0000
committerrh <rh>1999-12-06 08:17:36 +0000
commit0dd7a8261862d40292c1d7d117fa22aeb52e2163 (patch)
tree22f42b134cff4847d263f1de83a62a5a140d0d17 /mail/p5-MIME-tools
parent2ba75b76c475673bb3fadd79af74407dc8b95b9a (diff)
downloadpkgsrc-0dd7a8261862d40292c1d7d117fa22aeb52e2163.tar.gz
Import of p5-MIME-tools-4.124, a set of perl tools for encoding and
decoding MIME mails, provided by Havard Eidnes in PR 8957 (with some modifications). Thanks!
Diffstat (limited to 'mail/p5-MIME-tools')
-rw-r--r--mail/p5-MIME-tools/Makefile20
-rw-r--r--mail/p5-MIME-tools/files/md53
-rw-r--r--mail/p5-MIME-tools/pkg/COMMENT1
-rw-r--r--mail/p5-MIME-tools/pkg/DESCR3
-rw-r--r--mail/p5-MIME-tools/pkg/PLIST47
5 files changed, 74 insertions, 0 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile
new file mode 100644
index 00000000000..3e7e3e081b7
--- /dev/null
+++ b/mail/p5-MIME-tools/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 08:17:36 rh Exp $
+#
+
+DISTNAME= MIME-tools-4.124
+PKGNAME= p5-MIME-tools-4.124
+CATEGORIES= perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
+
+MAINTAINER= packages@netbsd.org
+
+DEPENDS+= p5-IO-stringy-*:../../devel/p5-IO-stringy
+DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64
+DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/p5-MIME-tools/files/md5 b/mail/p5-MIME-tools/files/md5
new file mode 100644
index 00000000000..52db5a56fe1
--- /dev/null
+++ b/mail/p5-MIME-tools/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/06 08:17:36 rh Exp $
+
+MD5 (MIME-tools-4.124.tar.gz) = 6a51a5efb05e97116b89aa978ca0e6df
diff --git a/mail/p5-MIME-tools/pkg/COMMENT b/mail/p5-MIME-tools/pkg/COMMENT
new file mode 100644
index 00000000000..2763975d129
--- /dev/null
+++ b/mail/p5-MIME-tools/pkg/COMMENT
@@ -0,0 +1 @@
+perl5 modules for encoding and decoding MIME messages
diff --git a/mail/p5-MIME-tools/pkg/DESCR b/mail/p5-MIME-tools/pkg/DESCR
new file mode 100644
index 00000000000..d3e6cbfe3bf
--- /dev/null
+++ b/mail/p5-MIME-tools/pkg/DESCR
@@ -0,0 +1,3 @@
+MIME-tools is a collection of Perl5 MIME:: modules for parsing,
+decoding, and generating single- or multipart (even nested multipart)
+MIME messages.
diff --git a/mail/p5-MIME-tools/pkg/PLIST b/mail/p5-MIME-tools/pkg/PLIST
new file mode 100644
index 00000000000..6f662cba0b6
--- /dev/null
+++ b/mail/p5-MIME-tools/pkg/PLIST
@@ -0,0 +1,47 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 08:17:36 rh Exp $
+lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MIME-tools/.packlist
+lib/perl5/site_perl/MIME/IO.pm
+lib/perl5/site_perl/MIME/Entity.pm
+lib/perl5/site_perl/MIME/Decoder/QuotedPrint.pm
+lib/perl5/site_perl/MIME/Decoder/Gzip64.pm
+lib/perl5/site_perl/MIME/Decoder/Binary.pm
+lib/perl5/site_perl/MIME/Decoder/Base64.pm
+lib/perl5/site_perl/MIME/Decoder/UU.pm
+lib/perl5/site_perl/MIME/Decoder/NBit.pm
+lib/perl5/site_perl/MIME/Field/ParamVal.pm
+lib/perl5/site_perl/MIME/Field/ContType.pm
+lib/perl5/site_perl/MIME/Field/ConTraEnc.pm
+lib/perl5/site_perl/MIME/Field/ContDisp.pm
+lib/perl5/site_perl/MIME/ParserBase.pm
+lib/perl5/site_perl/MIME/Latin1.pm
+lib/perl5/site_perl/MIME/Parser.pm
+lib/perl5/site_perl/MIME/Body.pm
+lib/perl5/site_perl/MIME/ToolUtils.pm
+lib/perl5/site_perl/MIME/Words.pm
+lib/perl5/site_perl/MIME/Tools.pm
+lib/perl5/site_perl/MIME/Head.pm
+lib/perl5/site_perl/MIME/Decoder.pm
+lib/perl5/man/man3/MIME::IO.3
+lib/perl5/man/man3/MIME::Entity.3
+lib/perl5/man/man3/MIME::Decoder::QuotedPrint.3
+lib/perl5/man/man3/MIME::Field::ParamVal.3
+lib/perl5/man/man3/MIME::ParserBase.3
+lib/perl5/man/man3/MIME::Latin1.3
+lib/perl5/man/man3/MIME::Decoder::Gzip64.3
+lib/perl5/man/man3/MIME::Field::ContType.3
+lib/perl5/man/man3/MIME::Decoder::Binary.3
+lib/perl5/man/man3/MIME::Decoder::Base64.3
+lib/perl5/man/man3/MIME::Parser.3
+lib/perl5/man/man3/MIME::Body.3
+lib/perl5/man/man3/MIME::Decoder::UU.3
+lib/perl5/man/man3/MIME::ToolUtils.3
+lib/perl5/man/man3/MIME::Words.3
+lib/perl5/man/man3/MIME::Field::ConTraEnc.3
+lib/perl5/man/man3/MIME::Tools.3
+lib/perl5/man/man3/MIME::Head.3
+lib/perl5/man/man3/MIME::Decoder::NBit.3
+lib/perl5/man/man3/MIME::Decoder.3
+lib/perl5/man/man3/MIME::Field::ContDisp.3
+@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/MIME-tools
+@dirrm lib/perl5/site_perl/MIME/Decoder
+@dirrm lib/perl5/site_perl/MIME/Field