The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD converters : p5-MIME-Base64

Perl5 module for Base64 and Quoted-Printable encodings

 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. 

http://search.cpan.org/dist/MIME-Base64/



p5-MIME-Base64 history


v. 1.42
date: 2007/09/08 00:53:14;  author: linimon;  state: Exp;  lines: +1 -11
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr

v. 1.41 date: 2005/12/21 12:48:13; author: leeym; state: Exp; lines: +5 -1 - require devel/p5-XSLoader and unbreak it on perl 5.005 Submitted by: skv
v. 1.40 date: 2005/12/02 10:05:22; author: erwin; state: Exp; lines: +9 -3 - Update to 3.07 - Reassign to perl@ - Mark for perl 5.6.x or higher.
v. 1.39 date: 2005/06/11 16:12:40; author: skv; state: Exp; lines: +0 -1 * reflect renaming on CPAN File-Spec to PathTools + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.38 date: 2004/10/13 17:11:03; author: mat; state: Exp; lines: +1 -1 Update to 3.05 Approved by: maintainer
v. 1.37 date: 2004/08/25 12:26:14; author: mbr; state: Exp; lines: +1 -1 Update to 3.03. Fix data corruption for binary data. rt.cpan.org: Bug #7456
v. 1.36 date: 2004/07/16 13:06:45; author: ache; state: Exp; lines: +1 -7 Back out prev. commit. Too many ports depends on it and IGNORE fails with error exit code for 'make -DINSTALLS_DEPENDS install' called when depending file is not found.
v. 1.35 date: 2004/07/16 12:41:14; author: ache; state: Exp; lines: +7 -1 Don't install this port, if ${PERL_LEVEL} >= 500804
v. 1.34 date: 2004/03/30 17:51:45; author: erwin; state: Exp; lines: +1 -1 Update to 3.01
v. 1.33 date: 2004/03/18 15:53:17; author: mat; state: Exp; lines: +1 -0 Fix installation with perl 5.8 PR which triggered this discover : 64380
v. 1.32 date: 2004/01/15 07:16:29; author: erwin; state: Exp; lines: +1 -2 Update to 3.00 Drop the pure Perl implementations of the encoders and decoders. They are bloat that hides real problems in the XS implementations. I will re-release them separately in the new MIME-Base64-Perl distribution. The 'gcc -Wall' fix in 2.22 broke support for perl5.005, as the isXDIGIT() macro is not available in that perl. This problem has now been fixed.
v. 1.31 date: 2004/01/12 19:45:17; author: erwin; state: Exp; lines: +2 -7 - Fix usage of isXDIGIT() by calling the isxdigit() macro - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff Tested by: pav
v. 1.30 date: 2004/01/12 14:38:20; author: erwin; state: Exp; lines: +7 -1 Somehow, 'make test' doesn't catch all problems. Mark broken with perl 5.005_03 until I can figure out what the exact problem i.s Submitted by: Michel Gravey , "Michel Gravey" , pav
v. 1.29 date: 2004/01/12 08:50:30; author: erwin; state: Exp; lines: +1 -1 Update to 2.23, which somehow ended uncommitted in my tree. Reminded by: Barney Wolff , pav
v. 1.28 date: 2004/01/08 18:36:54; author: erwin; state: Exp; lines: +1 -1 Update to 2.22
v. 1.27 date: 2003/10/09 21:22:31; author: erwin; state: Exp; lines: +1 -1 Update to 2.21
v. 1.26 date: 2003/06/12 16:40:58; author: erwin; state: Exp; lines: +1 -1 Change to my FreeBSD.org address
v. 1.25 date: 2003/05/16 02:33:50; author: petef; state: Exp; lines: +1 -1 Update to 2.20. PR: 52208 Submitted by: maintainer
v. 1.24 date: 2003/03/23 10:01:34; author: nork; state: Exp; lines: +1 -2 Update to 2.18. PR: ports/50184 Submitted by: Erwin Lansing
v. 1.23 date: 2003/02/21 11:08:37; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.22 date: 2003/01/07 13:26:28; author: edwin; state: Exp; lines: +1 -1 Maintainer update to 2.16 PR: ports/46797 Submitted by: Erwin Lansing
v. 1.21 date: 2003/01/03 20:05:46; author: ijliao; state: Exp; lines: +2 -2 upgrade to 2.14 claim maintainership PR: 46572 Submitted by: Erwin Lansing (new maintainer)
v. 1.20 date: 2002/11/10 16:45:20; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.19 date: 2002/11/06 22:44:13; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.18 date: 2001/03/01 09:32:08; author: vanilla; state: Exp; lines: +2 -2 Upgrade p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11
v. 1.17 date: 2001/03/01 06:38:07; author: vanilla; state: Exp; lines: +2 -6 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.16 date: 2000/06/09 23:59:28; author: will; state: Exp; lines: +4 -7 Argh! I screwed up with the last commit, bigtime! Now it respects CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX. Submitted by: Christian Weisgerber Pointy hat: will (that's two today!)
v. 1.15 date: 2000/06/09 20:57:24; author: will; state: Exp; lines: +8 -4 Make this port respect CC/CFLAGS. PR: 19123 Reported by: Christian Weisgerber
v. 1.14 date: 2000/04/08 23:24:36; author: mharo; state: Exp; lines: +6 -6 update with the new PORTNAME/PORTVERSION variables
v. 1.13 date: 1999/08/31 06:41:03; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/08/25 05:16:27; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.11 date: 1999/04/02 03:38:01; author: steve; state: Exp; lines: +3 -3 Update to version 2.11. PR: 10749 Submitted by: Gianmarco Giovannelli
v. 1.10 date: 1999/02/20 10:45:56; author: vanilla; state: Exp; lines: +4 -4 Upgrade to 2.10.
v. 1.9 date: 1998/12/07 19:54:42; author: billf; state: Exp; lines: +3 -3 Upgrade to 2.09 Reported by: Fenner's survey.
v. 1.8 date: 1998/09/15 21:31:30; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.7 date: 1998/08/19 13:14:57; author: vanilla; state: Exp; lines: +4 -3 Change for perl5 scheme.
v. 1.6 date: 1998/08/06 15:11:36; author: vanilla; state: Exp; lines: +5 -5 Upgrade to 2.06, and make it compatible with perl5.00501.
v. 1.5 date: 1998/02/18 15:21:05; author: vanilla; state: Exp; lines: +4 -4 Upgrade to 2.05.
v. 1.4 date: 1997/12/21 21:51:46; author: vanilla; state: Exp; lines: +6 -4 Upgrade to 2.04.
v. 1.3 date: 1997/08/04 22:47:16; author: ache; state: Exp; lines: +4 -4 Upgrade to 2.03
v. 1.2 date: 1997/06/24 18:43:23; author: jfitz; state: Exp; lines: +2 -3 Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
v. 1.1 date: 1997/06/21 12:00:27; author: ache; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/06/21 12:00:27; author: ache; state: Exp; lines: +0 -0 Base64/QP perl module =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm