mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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/
This commit is contained in:
parent
89c5539a57
commit
58679fa0df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146116
@ -48,6 +48,7 @@
|
||||
SUBDIR += p5-Convert-UUlib
|
||||
SUBDIR += p5-Cstools
|
||||
SUBDIR += p5-JSON
|
||||
SUBDIR += p5-MIME-Base32
|
||||
SUBDIR += p5-MIME-Base64
|
||||
SUBDIR += p5-String-Multibyte
|
||||
SUBDIR += p5-Text-Iconv
|
||||
|
25
converters/p5-MIME-Base32/Makefile
Normal file
25
converters/p5-MIME-Base32/Makefile
Normal file
@ -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>
|
2
converters/p5-MIME-Base32/distinfo
Normal file
2
converters/p5-MIME-Base32/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (MIME-Base32-1.01.tar.gz) = 2e0a1df2a73dcee749c225774cac52e7
|
||||
SIZE (MIME-Base32-1.01.tar.gz) = 2789
|
11
converters/p5-MIME-Base32/pkg-descr
Normal file
11
converters/p5-MIME-Base32/pkg-descr
Normal file
@ -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/
|
5
converters/p5-MIME-Base32/pkg-plist
Normal file
5
converters/p5-MIME-Base32/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user