aboutsummaryrefslogtreecommitdiffstats
path: root/java/jakarta-commons-codec
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4 release.ale2009-08-273-24/+5
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEehaupt2008-02-271-2/+2
| | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Distfile rerolled without LICENSE file.ale2006-05-243-11/+9
| | | | | PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw>
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Commons Codec provides implementations of common encoders and decodersale2005-11-034-0/+75
such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/