aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nux
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add NO_ARCHamdmi32016-01-081-21/+12
| | | | - Switch to options helpers
* Fix MASTER_SITES and unmark BROKEN.rakuco2016-01-022-4/+2
|
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAantoine2015-01-241-2/+1
|
* - Reassign ports to the heaptabthorpe2014-03-021-1/+1
| | | | - Thank you hq@ for your years of service!
* - Fix a broken RUN_DEPENDSantoine2014-01-261-15/+7
| | | | - While here, add stage support
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - adopt optionsNGjgh2013-03-211-8/+10
| | | | Approved by: portmgr (miwi)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part3)
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,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
* Fix dependency on saxon-develhq2011-07-111-1/+1
| | | | Reported by: pointyhat via pav
* -remove MD5ohauer2011-07-031-1/+0
|
* 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)
* - 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}.
* Update to 1.6hq2006-06-202-4/+4
|
* - Update to 1.4.1hq2006-03-223-5/+5
| | | | | - Use 'exec' in launcher shell script to comply with Porter's Handbook guidelines
* Update to 1.4hq2005-12-062-5/+5
|
* - Update to 1.3hq2005-11-244-20/+20
| | | | | | | - Add SHA256 info - No more validation tool - Install a new XQuery command-line tool (optional) - Install docs using ${FIND} | ${INSTALL_DATA}
* - Update to 1.0 finalhq2005-02-214-19/+16
| | | | | | - Improve launcher shell script: use JAVA_VERSION instead of hardcoding a particular JDK - Use SUB_FILES to generate the launcher shell script
* Nux is a small, straightforward, and surprisingly effective open-sourcehq2004-10-294-0/+96
extension of the XOM XML library. Nux is geared towards versatile embedded integration and interchange, in particular for high-throughput server container environments (e.g. large-scale Peer-to-Peer messaging network infrastructures over high-bandwidth networks, scalable MOMs, etc). But its simplicity also makes it useful for client side XML query/transformation workflow pipelines. Features include: - Seamless W3C XQuery support for XOM. - Efficient and flexible pools and factories for XQueries, XSL Transforms, as well as Builders that validate against various schema languages, including W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. - For simple and complex continuous queries and/or transformations over very large or infinitely long XML input, a convenient streaming path filter API combines full XQuery support with straightforward filtering. - Glue for integration with JAXB and for queries over ill-formed HTML. - All this is rock-solid, dependable, well documented, and ships in a jar file that weighs just 60 KB. WWW: http://dsd.lbl.gov/nux/