Yet another port.
This commit is contained in:
parent
562dec281f
commit
32e2e9c379
23
converters/p5-MIME-Base64/Makefile
Normal file
23
converters/p5-MIME-Base64/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# OpenBSD makefile for: p5-MIME-Base64
|
||||
# Version required: 2.03
|
||||
# Date created: 29 April 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/29 05:09:03 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MIME-Base64-2.03
|
||||
PKGNAME= p5-MIME-Base64-2.03
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= MIME
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= MIME::Base64.3 MIME::QuotedPrint.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} /usr/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/p5-MIME-Base64/files/md5
Normal file
1
converters/p5-MIME-Base64/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (MIME-Base64-2.03.tar.gz) = bd2f93df22c9f275373fd3a05bcd6ecf
|
1
converters/p5-MIME-Base64/pkg/COMMENT
Normal file
1
converters/p5-MIME-Base64/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
perl5 module for Base64 and Quoted-Printable encodings
|
20
converters/p5-MIME-Base64/pkg/DESCR
Normal file
20
converters/p5-MIME-Base64/pkg/DESCR
Normal file
@ -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.
|
8
converters/p5-MIME-Base64/pkg/PLIST
Normal file
8
converters/p5-MIME-Base64/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/i386-openbsd/auto/MIME/Base64/Base64.so
|
||||
lib/perl5/site_perl/i386-openbsd/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
|
||||
lib/perl5/man/man3/MIME::QuotedPrint.3
|
||||
lib/perl5/site_perl/i386-openbsd/auto/MIME/Base64/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-openbsd/auto/MIME/Base64
|
Loading…
Reference in New Issue
Block a user