aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base64
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo 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) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-11/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - require devel/p5-XSLoader and unbreak it on perl 5.005Yen-Ming Lee2005-12-211-1/+5
| | | | | | | Submitted by: skv Notes: svn path=/head/; revision=151747
* - Update to 3.07Erwin Lansing2005-12-024-19/+12
| | | | | | | | - Reassign to perl@ - Mark for perl 5.6.x or higher. Notes: svn path=/head/; revision=150210
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-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) Notes: svn path=/head/; revision=137264
* Update to 3.05Mathieu Arnold2004-10-132-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=119269
* Update to 3.03.Martin Blapp2004-08-252-3/+3
| | | | | | | | | Fix data corruption for binary data. rt.cpan.org: Bug #7456 Notes: svn path=/head/; revision=117249
* Back out prev. commit. Too many ports depends on it and IGNOREAndrey A. Chernov2004-07-161-7/+1
| | | | | | | | fails with error exit code for 'make -DINSTALLS_DEPENDS install' called when depending file is not found. Notes: svn path=/head/; revision=113769
* Don't install this port, if ${PERL_LEVEL} >= 500804Andrey A. Chernov2004-07-161-1/+7
| | | | Notes: svn path=/head/; revision=113768
* Update to 3.01Erwin Lansing2004-03-302-3/+3
| | | | Notes: svn path=/head/; revision=105718
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Fix installation with perl 5.8Mathieu Arnold2004-03-181-0/+1
| | | | | | | PR which triggered this discover : 64380 Notes: svn path=/head/; revision=104482
* Update to 3.00Erwin Lansing2004-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. Notes: svn path=/head/; revision=98184
* - Fix usage of isXDIGIT() by calling the isxdigit() macroErwin Lansing2004-01-122-7/+13
| | | | | | | | | | - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff <barney@databus.com> Tested by: pav Notes: svn path=/head/; revision=98007
* Somehow, 'make test' doesn't catch all problems. Mark brokenErwin Lansing2004-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 Notes: svn path=/head/; revision=98004
* Update to 2.23, which somehow ended uncommitted in my tree.Erwin Lansing2004-01-122-2/+2
| | | | | | | Reminded by: Barney Wolff <barney@databus.com>, pav Notes: svn path=/head/; revision=97972
* Update to 2.22Erwin Lansing2004-01-082-2/+2
| | | | Notes: svn path=/head/; revision=97701
* Update to 2.21Erwin Lansing2003-10-092-2/+2
| | | | Notes: svn path=/head/; revision=90726
* use SITE_PERLErwin Lansing2003-10-091-8/+8
| | | | Notes: svn path=/head/; revision=90725
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* Update to 2.20.Pete Fritchman2003-05-162-2/+2
| | | | | | | | PR: 52208 Submitted by: maintainer Notes: svn path=/head/; revision=81066
* Fix install directory with perl 5.8 or later.Norikatsu Shigemura2003-04-051-0/+9
| | | | | | | | | PR: ports/50554 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: maintainer timeout (3 days) Notes: svn path=/head/; revision=78292
* Update to 2.18.Norikatsu Shigemura2003-03-232-3/+2
| | | | | | | | PR: ports/50184 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=77238
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Maintainer update to 2.16Edwin Groothuis2003-01-072-2/+2
| | | | | | | | PR: ports/46797 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=72692
* upgrade to 2.14Ying-Chieh Liao2003-01-034-3/+9
| | | | | | | | | | claim maintainership PR: 46572 Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer) Notes: svn path=/head/; revision=72456
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove empty directories on uninstall.Steve Price2001-04-141-2/+2
| | | | Notes: svn path=/head/; revision=41387
* UpgradeVanilla I. Shu2001-03-012-2/+2
| | | | | | | | | | p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11 Notes: svn path=/head/; revision=38921
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-5/+1
| | | | Notes: svn path=/head/; revision=38917
* Argh! I screwed up with the last commit, bigtime! Now it respectsWill Andrews2000-06-091-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!) Notes: svn path=/head/; revision=29488
* Make this port respect CC/CFLAGS.Will Andrews2000-06-091-3/+7
| | | | | | | | PR: 19123 Reported by: Christian Weisgerber <naddy@unix-ag.uni-kl.de> Notes: svn path=/head/; revision=29469
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27419
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Cleanup empty directories.Jun Kuriyama1999-05-061-0/+2
| | | | Notes: svn path=/head/; revision=18563
* Update to version 2.11.Steve Price1999-04-022-4/+4
| | | | | | | | PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=17535
* Upgrade to 2.10.Vanilla I. Shu1999-02-202-5/+5
| | | | Notes: svn path=/head/; revision=16794
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-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 Notes: svn path=/head/; revision=16010
* Upgrade to 2.09Bill Fumerola1998-12-072-4/+4
| | | | | | | Reported by: Fenner's survey. Notes: svn path=/head/; revision=15177
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Change for perl5 scheme.Vanilla I. Shu1998-08-192-9/+10
| | | | Notes: svn path=/head/; revision=12647
* Manpages? What manpages?Tim Vanderhoek1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12572
* Upgrade to 2.06, and make it compatible with perl5.00501.Vanilla I. Shu1998-08-063-16/+14
| | | | Notes: svn path=/head/; revision=12301
* Upgrade to 2.05.Vanilla I. Shu1998-02-183-8/+8
| | | | Notes: svn path=/head/; revision=9801
* Upgrade to 2.04.Vanilla I. Shu1997-12-213-5/+9
| | | | Notes: svn path=/head/; revision=9146