summaryrefslogtreecommitdiff
path: root/java/jakarta-commons-codec (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-30Rename my jakarta- ports to apache-Alex Dupre3-50/+0
2019-09-30Update to 1.13 release.Alex Dupre2-14/+13
2015-12-08- Switch to options helpersDmitry Marakasov1-4/+2
Approved by: portmgr blanket
2015-05-11Cleanup DIST* variables.Mathieu Arnold1-2/+1
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
2014-11-10Update to 1.10 release.Alex Dupre2-3/+6
2014-07-05Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni1-1/+1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
2013-12-30- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer1-1/+1
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
2013-12-30Update to 1.9 release and stagify.Alex Dupre2-9/+9
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
java)
2013-04-29Update to 1.8 release.Alex Dupre2-5/+7
2012-09-19Update to 1.7 release.Alex Dupre2-9/+4
2012-01-09- The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe1-1/+1
- Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
2011-12-23Update to 1.6 release.Alex Dupre2-3/+3
2011-10-24Remove more tags from pkg-descr files fo the form:Doug Barton1-3/+0
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
2011-07-21Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon1-1/+1
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
2011-03-30Update to 1.5 release.Alex Dupre2-7/+8
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
2009-08-27Update to 1.4 release.Alex Dupre3-24/+5
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-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)
2008-02-27Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt1-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)
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
2006-05-24Distfile rerolled without LICENSE file.Alex Dupre3-11/+9
PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw>
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@
2005-11-03Commons Codec provides implementations of common encoders and decodersAlex Dupre4-0/+75
such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/