aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-MIME-Base64
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+2
| | | | converters)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Update to 3.14clsung2013-07-082-8/+4
|
* - Update to 3.13.culot2010-11-272-3/+3
| | | | | Changes: http://search.cpan.org/dist/MIME-Base64/Changes Approved by: sahil@/wen@ (mentors, implicit)
* - Update to 3.12pgollucci2010-11-272-3/+3
| | | | | | | PR: ports/152592 Submitted by: Gea-Suan Lin <gslin@gslin.org> With Hat: perl@ Changes: http://search.cpan.org/dist/MIME-Base64/Changes
* - Update to 3.11wen2010-11-252-3/+3
| | | | Changelog: http://cpansearch.perl.org/src/GAAS/MIME-Base64-3.11/Changes
* - Update to 3.10sunpoet2010-11-132-4/+3
| | | | | | Changes: http://search.cpan.org/dist/MIME-Base64/Changes PR: ports/152203 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to 3.09.tobez2010-01-262-4/+4
| | | | Changes: http://search.cpan.org/dist/MIME-Base64/Changes
* - Update to 3.08jadawin2009-06-112-4/+4
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-11/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - require devel/p5-XSLoader and unbreak it on perl 5.005leeym2005-12-211-1/+5
| | | | Submitted by: skv
* - Update to 3.07erwin2005-12-024-19/+12
| | | | | - Reassign to perl@ - Mark for perl 5.6.x or higher.
* - Add SHA256pav2005-11-271-0/+1
| | | | Approved by: maintainer
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | + 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)
* Update to 3.05mat2004-10-142-3/+3
| | | | Approved by: maintainer
* Update to 3.03.mbr2004-08-252-3/+3
| | | | | | Fix data corruption for binary data. rt.cpan.org: Bug #7456
* Back out prev. commit. Too many ports depends on it and IGNOREache2004-07-161-7/+1
| | | | | fails with error exit code for 'make -DINSTALLS_DEPENDS install' called when depending file is not found.
* Don't install this port, if ${PERL_LEVEL} >= 500804ache2004-07-161-1/+7
|
* Update to 3.01erwin2004-03-312-3/+3
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Fix installation with perl 5.8mat2004-03-181-0/+1
| | | | PR which triggered this discover : 64380
* Update to 3.00erwin2004-01-153-14/+2
| | | | | | | | | | | 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.
* - Fix usage of isXDIGIT() by calling the isxdigit() macroerwin2004-01-132-7/+13
| | | | | | | - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff <barney@databus.com> Tested by: pav
* Somehow, 'make test' doesn't catch all problems. Mark brokenerwin2004-01-121-1/+7
| | | | | | | | with perl 5.005_03 until I can figure out what the exact problem i.s Submitted by: Michel Gravey <admin@the-e-management.com>, "Michel Gravey" <michel.gravey@orange.fr>, pav
* Update to 2.23, which somehow ended uncommitted in my tree.erwin2004-01-122-2/+2
| | | | Reminded by: Barney Wolff <barney@databus.com>, pav
* Update to 2.22erwin2004-01-092-2/+2
|
* Update to 2.21erwin2003-10-102-2/+2
|
* use SITE_PERLerwin2003-10-101-8/+8
|
* Change to my FreeBSD.org addresserwin2003-06-131-1/+1
|
* Update to 2.20.petef2003-05-162-2/+2
| | | | | PR: 52208 Submitted by: maintainer
* Fix install directory with perl 5.8 or later.nork2003-04-051-0/+9
| | | | | | PR: ports/50554 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: maintainer timeout (3 days)
* Update to 2.18.nork2003-03-232-3/+2
| | | | | PR: ports/50184 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer update to 2.16edwin2003-01-072-2/+2
| | | | | PR: ports/46797 Submitted by: Erwin Lansing <erwin@lansing.dk>
* upgrade to 2.14ijliao2003-01-044-3/+9
| | | | | | | claim maintainership PR: 46572 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer)
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Remove empty directories on uninstall.steve2001-04-151-2/+2
|
* Upgradevanilla2001-03-012-2/+2
| | | | | | | p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-5/+1
|
* Argh! I screwed up with the last commit, bigtime! Now it respectswill2000-06-101-6/+3
| | | | | | | CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Pointy hat: will (that's two today!)
* Make this port respect CC/CFLAGS.will2000-06-101-3/+7
| | | | | PR: 19123 Reported by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-5/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Cleanup empty directories.kuriyama1999-05-061-0/+2
|
* Update to version 2.11.steve1999-04-022-4/+4
| | | | | PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Upgrade to 2.10.vanilla1999-02-202-5/+5
|
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-6/+6
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Upgrade to 2.09billf1998-12-082-4/+4
| | | | Reported by: Fenner's survey.
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Change for perl5 scheme.vanilla1998-08-192-9/+10
|
* Manpages? What manpages?hoek1998-08-171-2/+0
|
* Upgrade to 2.06, and make it compatible with perl5.00501.vanilla1998-08-063-16/+14
|
* Upgrade to 2.05.vanilla1998-02-183-8/+8
|
* Upgrade to 2.04.vanilla1997-12-223-5/+9
|
* Upgrade to 2.03ache1997-08-052-5/+5
|
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-251-3/+2
| | | | | | | 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.)
* Base64/QP perl moduleache1997-06-215-0/+54