aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base32
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-10-22 12:02:56 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-10-22 12:02:56 +0000
commit58679fa0df1d7a976a1fffe7d40287b847ddae39 (patch)
treebd784f5a00cf6a66eb4b0d9842e89059d7e66f10 /converters/p5-MIME-Base32
parent89c5539a57ac373d1880ad2f3132252578407b03 (diff)
downloadports-58679fa0df1d7a976a1fffe7d40287b847ddae39.tar.gz
ports-58679fa0df1d7a976a1fffe7d40287b847ddae39.zip
Add p5-MIME-Base32 1.01, is a base32 encoder/decoder.
These encoding methods are specified in RFC 3548 - The Base16, Base32, and Base64 Data Encodings. WWW: http://search.cpan.org/dist/MIME-Base32/
Notes
Notes: svn path=/head/; revision=146116
Diffstat (limited to 'converters/p5-MIME-Base32')
-rw-r--r--converters/p5-MIME-Base32/Makefile25
-rw-r--r--converters/p5-MIME-Base32/distinfo2
-rw-r--r--converters/p5-MIME-Base32/pkg-descr11
-rw-r--r--converters/p5-MIME-Base32/pkg-plist5
4 files changed, 43 insertions, 0 deletions
diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile
new file mode 100644
index 000000000000..906fb2c3808c
--- /dev/null
+++ b/converters/p5-MIME-Base32/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-MIME-Base32
+# Date created: 2005-10-19
+# Whom: nork@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= MIME-Base32
+PORTVERSION= 1.01
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= MIME
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= Perl5 module for Base32 encodings
+
+PERL_CONFIGURE= YES
+
+MAN3= MIME::Base32.3
+
+post-extract:
+ @${RM} ${WRKSRC}/test1.pl
+
+.include <bsd.port.mk>
diff --git a/converters/p5-MIME-Base32/distinfo b/converters/p5-MIME-Base32/distinfo
new file mode 100644
index 000000000000..c0c15b4287c9
--- /dev/null
+++ b/converters/p5-MIME-Base32/distinfo
@@ -0,0 +1,2 @@
+MD5 (MIME-Base32-1.01.tar.gz) = 2e0a1df2a73dcee749c225774cac52e7
+SIZE (MIME-Base32-1.01.tar.gz) = 2789
diff --git a/converters/p5-MIME-Base32/pkg-descr b/converters/p5-MIME-Base32/pkg-descr
new file mode 100644
index 000000000000..1bae3121b912
--- /dev/null
+++ b/converters/p5-MIME-Base32/pkg-descr
@@ -0,0 +1,11 @@
+This package contains a base32 encoder/decoder.
+These encoding methods are specified in RFC 3548 -
+The Base16, Base32, and Base64 Data Encodings.
+
+The base32 encoding is designed to represent arbitrary
+sequences of octets in a form that need not be humanly
+readable. A 33-character subset ([A-Z2-7=]) of US-ASCII
+is used, enabling 5 bits to be represented per printable
+character.
+
+WWW: http://search.cpan.org/dist/MIME-Base32/
diff --git a/converters/p5-MIME-Base32/pkg-plist b/converters/p5-MIME-Base32/pkg-plist
new file mode 100644
index 000000000000..48c6ae03e868
--- /dev/null
+++ b/converters/p5-MIME-Base32/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/MIME/Base32.pm
+%%SITE_PERL%%/mach/auto/MIME/Base32/.packlist
+@dirrm %%SITE_PERL%%/mach/auto/MIME/Base32
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/MIME 2>/dev/null || true