aboutsummaryrefslogtreecommitdiff
path: root/textproc/xom
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* - Update to 1.2.11Danilo Egea Gondolfo2018-07-292-3/+4
| | | | Notes: svn path=/head/; revision=475664
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update from 1.1 to 1.2.10Danilo Egea Gondolfo2014-08-032-12/+7
| | | | | | | | - Take maintainership - Add DOCS option Notes: svn path=/head/; revision=363913
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-8/+3
| | | | Notes: svn path=/head/; revision=360676
* StagifyVanilla I. Shu2014-06-111-7/+6
| | | | Notes: svn path=/head/; revision=357457
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-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 Notes: svn path=/head/; revision=278068
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix WWWHerve Quiroz2006-03-161-1/+1
| | | | | | | | | PR: 94317 Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Reported by: fenner's distfiles survey Notes: svn path=/head/; revision=157466
* Add SHA256 infoHerve Quiroz2005-12-061-0/+1
| | | | Notes: svn path=/head/; revision=150513
* Update to 1.1Herve Quiroz2005-12-052-3/+3
| | | | Notes: svn path=/head/; revision=150453
* Update to 1.0 FinalHerve Quiroz2005-01-242-3/+4
| | | | Notes: svn path=/head/; revision=127184
* Fix packing listHerve Quiroz2004-12-281-0/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=125381
* Update to version 1.0b7Herve Quiroz2004-12-102-3/+3
| | | | Notes: svn path=/head/; revision=123611
* XOM is a new XML object model. It is an open source (LGPL), tree-based API forHerve Quiroz2004-10-263-0/+58
processing XML with Java that strives for correctness and simplicity. XOM is designed to be easy to learn and easy to use. It works very straight-forwardly, and has a very shallow learning curve. Assuming you're already familiar with XML, you should be able to get up and running with XOM very quickly. WWW: http://www.cafeconleche.org/XOM/ Notes: svn path=/head/; revision=120243