diff options
author | hq <hq@FreeBSD.org> | 2005-11-24 23:56:47 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-11-24 23:56:47 +0800 |
commit | d31ad1545e9e8b583fa4918fedf384f99a8a5a73 (patch) | |
tree | efc45c1de895b5b694ccd2df8150de414e8dabb7 /textproc/xerces-j/pkg-descr | |
parent | c2ecc02ba70afeb982e83eb11b220e11fa949e17 (diff) | |
download | freebsd-ports-gnome-d31ad1545e9e8b583fa4918fedf384f99a8a5a73.tar.gz freebsd-ports-gnome-d31ad1545e9e8b583fa4918fedf384f99a8a5a73.tar.zst freebsd-ports-gnome-d31ad1545e9e8b583fa4918fedf384f99a8a5a73.zip |
- Update to 2.7.1 [1]
This release provides a complete implementation of the parser related
portions of JAXP 1.3 and also brings Xerces into compliance with SAX 2.0.2,
the DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions
(XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures
and Datatypes Second Edition W3C Recommendations.
- Update pkg-descr to reflect latest additions and newly supported features
- Install deprecated JARs in ${DATADIR}/deprecated/ to avoid bloating
${JAVAJARDIR}
- Build and install extra documentation (not just JavaDoc)
- Add SHA256 info
- Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for more than 3
years now
WARNING: Some deprecated JAR files are no longer built nor installed
(xmlParserAPIs.jar and resolver.jar). I contacted people maintaining ports that
were depending on these files [2] and it seems to be fine. Any subsequent
problem would come from ports depending on files from textproc/xerces-j but not
effectively registering the dependency.
Reported by: FreeBSD Ports Version Check (via edwin) [1]
Tested by: thierry (for some depending ports breaking) [2]
Diffstat (limited to 'textproc/xerces-j/pkg-descr')
-rw-r--r-- | textproc/xerces-j/pkg-descr | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/xerces-j/pkg-descr b/textproc/xerces-j/pkg-descr index 12b9b566ae0b..4e1e7c446f81 100644 --- a/textproc/xerces-j/pkg-descr +++ b/textproc/xerces-j/pkg-descr @@ -1,7 +1,8 @@ -The Xerces Java Parser supports XML 1.0 recommendation and contains advanced -parser functionality, such as XML Schema, DOM Level 2 version 1.0, and SAX -Version 2, in addition to supporting the industry-standard DOM Level 1 and SAX -version 1 APIs. +The Xerces Java Parser is a complete implementation of the parser related +portions of JAXP 1.3 and also brings Xerces into compliance with SAX 2.0.2, the +DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions +(XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures and +Datatypes Second Edition W3C Recommendations. Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This version of Xerces introduces the Xerces @@ -12,9 +13,4 @@ The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. -Xerces2 also provides an experimental implementation of the Document Object -Model Level 3 Core and Load/Save Proposed Recommendations and provides a -partial implementation of the XML Inclusions (XInclude) W3C Working Draft in -Last Call. It also provides support for OASIS XML Catalogs. - WWW: http://xml.apache.org/xerces2-j/ |