aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base64
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-21 12:00:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-21 12:00:27 +0000
commita63fd4783a0dfa31c3a68c06d3b7decb67232e4f (patch)
treedb24d927890150133d232c056c2347ac717b4c24 /converters/p5-MIME-Base64
parent29c6fc3bbdbf73aff026020900e09b8ba132befc (diff)
downloadports-a63fd4783a0dfa31c3a68c06d3b7decb67232e4f.tar.gz
ports-a63fd4783a0dfa31c3a68c06d3b7decb67232e4f.zip
Notes
Diffstat (limited to 'converters/p5-MIME-Base64')
-rw-r--r--converters/p5-MIME-Base64/Makefile24
-rw-r--r--converters/p5-MIME-Base64/distinfo1
-rw-r--r--converters/p5-MIME-Base64/pkg-comment1
-rw-r--r--converters/p5-MIME-Base64/pkg-descr20
-rw-r--r--converters/p5-MIME-Base64/pkg-plist8
5 files changed, 54 insertions, 0 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile
new file mode 100644
index 000000000000..a38e91818a73
--- /dev/null
+++ b/converters/p5-MIME-Base64/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-MIME-Base64
+# Version required: 2.01
+# Date created: June 21th 1997
+# Whom: ache@freebsd.org
+#
+# $Id: Makefile,v 1.9 1997/05/24 13:16:58 jfitz Exp $
+#
+
+DISTNAME= MIME-Base64-2.01
+PKGNAME= p5-MIME-Base64-2.01
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= MIME
+
+BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+
+MAN3= MIME::Base64.3 MIME::QuotedPrint.3
+MAN3PREFIX= ${PREFIX}/lib/perl5
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/converters/p5-MIME-Base64/distinfo b/converters/p5-MIME-Base64/distinfo
new file mode 100644
index 000000000000..c307bf79046e
--- /dev/null
+++ b/converters/p5-MIME-Base64/distinfo
@@ -0,0 +1 @@
+MD5 (MIME-Base64-2.01.tar.gz) = 47b6cada3cf49fd21046e7e779370d73
diff --git a/converters/p5-MIME-Base64/pkg-comment b/converters/p5-MIME-Base64/pkg-comment
new file mode 100644
index 000000000000..8759dd7fa349
--- /dev/null
+++ b/converters/p5-MIME-Base64/pkg-comment
@@ -0,0 +1 @@
+perl5 module for Base64 and Quoted-Printable encodings
diff --git a/converters/p5-MIME-Base64/pkg-descr b/converters/p5-MIME-Base64/pkg-descr
new file mode 100644
index 000000000000..7cce3020cc34
--- /dev/null
+++ b/converters/p5-MIME-Base64/pkg-descr
@@ -0,0 +1,20 @@
+This package contains a base64 encoder/decoder and a quoted-printable
+encoder/decoder. These encoding methods are specified in RFC 2045 -
+MIME (Multipurpose Internet Mail Extensions).
+
+The base64 encoding is designed to represent arbitrary sequences of
+octets in a form that need not be humanly readable. A 65-character
+subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be
+represented per printable character.
+
+The quoted-printable encoding is intended to represent data that
+largely consists of bytes that correspond to printable characters in
+the ASCII character set. Non-printable characters are represented by
+a triplet consisting of the character "=" followed by two hexadecimal
+digits.
+
+The MIME::Base64 and MIME::QuotedPrint modules used to be part of
+libwww-perl package. They are now distributed separately (this
+package). The main improvement is that the base64 encoder/decoder is
+implemented by XS functions. This makes it about 20 times faster than
+the old implementation in perl.
diff --git a/converters/p5-MIME-Base64/pkg-plist b/converters/p5-MIME-Base64/pkg-plist
new file mode 100644
index 000000000000..0a294da310b1
--- /dev/null
+++ b/converters/p5-MIME-Base64/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/i386-freebsd/auto/MIME/Base64/Base64.so
+lib/perl5/site_perl/i386-freebsd/auto/MIME/Base64/Base64.bs
+lib/perl5/site_perl/MIME/Base64.pm
+lib/perl5/site_perl/MIME/QuotedPrint.pm
+lib/perl5/man/man3/MIME::Base64.3.gz
+lib/perl5/man/man3/MIME::QuotedPrint.3.gz
+lib/perl5/site_perl/i386-freebsd/auto/MIME/Base64/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/MIME/Base64