diff options
author | jwise <jwise@pkgsrc.org> | 2000-10-19 23:01:29 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-10-19 23:01:29 +0000 |
commit | caf32d2950a1c18ce72600b2be87a219704b2e75 (patch) | |
tree | de6052f28f835aeb66dc5b527fa4111b32f6ca12 /textproc/xerces-j/Makefile | |
parent | d04f29c44927530a75430ed07b3acf4bab4504d3 (diff) | |
download | pkgsrc-caf32d2950a1c18ce72600b2be87a219704b2e75.tar.gz |
Update xerces-j to version 1.2.
Changes since xerces-j-1.0.4 (some of these were in xerces-j-1.1.0, formerly
available as xerces-j-current):
Added "any" with "processContents='lax|skip'" support for Schema. [ericye]
Added feature "load-dtd-grammar" [ericye]
Added "anyAttribute" support for Schema. [ericye]
Added "xsi:type" support for Schema. [ericye]
Added full equivClass support for Schema. [ericye]
Expanded "any" element support to model groups. [ericye]
Added testcase under test to test DOM Java Serialization. [jeffreyr]
Miscelanous DOM enhancements [lehors].
Added "any" element content support for Schema [andyc]
Turned on namespace support in all parsers, by default [andyc]
Added feature to allow Schema support to be turned off [andyc]
Modified samples to include additional switches [jeffreyr]
Added regular expression character class subtraction [tkent@jp.ibm.com]
Added URI class [paul.eng@iclick.com]
Added Schema include/import [ericye]
Performance tuning [ericye, andyc]
Added Ant support to build process [abagchi]
Re-architecture Schema datatypes [jeffreyr]
Re-organized docs directory to get FOP to work[abagchi, jeffreyr]
Added JAXP to build, updated JAXP files [lehors]
Added a DOM from scratch and Serializer sample [jeffreyr]
Updated XML Schema support to April working draft [ericye, jeffreyr]
Changed code to notify error handler of content model validation errors before calling endElement [lehors]
In a few minutes, I will import cocoon-1.8, which supports the latest Xerces version,
rendering the xerces-j-current package obsolete.
Diffstat (limited to 'textproc/xerces-j/Makefile')
-rw-r--r-- | textproc/xerces-j/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 91c8211b5c7..aefb367bbb4 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,26 +1,24 @@ -# $NetBSD: Makefile,v 1.7 2000/06/22 14:28:53 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2000/10/19 23:01:29 jwise Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is # required to build it. -DISTNAME= Xerces-J-bin.1.0.3 -PKGNAME= xerces-j-1.0.3 +DISTNAME= Xerces-J-bin.1.2.0 +PKGNAME= xerces-j-1.2.0 CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/xerces-j/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/xerces-j/ -CONFLICTS= xerces-j-current-* - NO_PATCH= NO_CONFIGURE= NO_BUILD= USE_JAVA= yes -WRKSRC= ${WRKDIR}/xerces-1_0_3 +WRKSRC= ${WRKDIR}/xerces-1_2_0 do-install: ${MKDIR} ${PREFIX}/lib/java |