summaryrefslogtreecommitdiff
path: root/java/jaxen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - SIZE info in distinfoKirill Ponomarev2004-03-263-16/+10
| | | | | | | | | | - Use of PLIST_FILES so pkg-plist is no longer needed PR: ports/64742 Submitted by: maintainer Notes: svn path=/head/; revision=105396
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add a port of jaxen:Greg Lewis2003-12-154-0/+63
The Jaxen project is a Java XPath Engine. jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported are dom4j and JDOM . Jaxen provides a single point for XPath expression evaluation, regardless of the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot. WWW: http://jaxen.org PR: 60085 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=95890