mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
upgrade to 2.14
claim maintainership PR: 46572 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
This commit is contained in:
parent
0d67954770
commit
0dff185082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72456
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= MIME-Base64
|
||||
PORTVERSION= 2.12
|
||||
PORTVERSION= 2.14
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MIME
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (MIME-Base64-2.12.tar.gz) = 76d8529122aded5852585024c2d3ae15
|
||||
MD5 (MIME-Base64-2.14.tar.gz) = a9561f7fe77f58d737373e0ee6e23574
|
||||
|
@ -18,3 +18,5 @@ 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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MIME-Base64/
|
||||
|
@ -1,3 +1,7 @@
|
||||
bin/encode-base64
|
||||
bin/decode-qp
|
||||
bin/encode-qp
|
||||
bin/decode-base64
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64/Base64.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Base64/Base64.so
|
||||
|
Loading…
Reference in New Issue
Block a user