Bug 60085 - New port: java/jaxen
Summary: New port: java/jaxen
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 5.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 18:10 UTC by Hervé Quiroz
Modified: 2003-12-15 16:52 UTC (History)
0 users

See Also:


Attachments
file.shar (2.98 KB, text/plain)
2003-12-09 18:10 UTC, Hervé Quiroz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé Quiroz 2003-12-09 18:10:20 UTC
From the pkg-descr:

	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.

Notes from the maintainer:

	This port is linked in some way to the java/jdom port, although the
	forecited does not comply with the current Java ports standards (mostly
	regarding the location of the JAR files). Basically, this means that with
	this port commited we should make the java/jdom port install only JDom JAR
	files. Currently, the JDom port installs many other JAR files (that can be
	already installed on the system), such as JUnit, Apache Ant, Xerces-J,
	Xalan-J and this port Jaxen.

	So with this port commited, we will have all of the dependencies of JDom as
	ports. Then I will submit a patch for java/jdom...

	Tested with portlint and it "looks fine".
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-12-15 16:48:59 UTC
State Changed
From-To: open->closed

Committed, thanks!