summaryrefslogtreecommitdiff
path: root/textproc/xerces-j
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-10make ${PAX} usage consistent:grant1-3/+3
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-10-18Trivially use buildlink2 and use java.mk.jlam2-4/+6
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-04-03Fix up pax usage.jwise1-5/+3
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-3/+3
single instance of ${PAX}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-4/+4
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-19Update xerces-j to version 1.2.jwise3-242/+351
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.
2000-06-22Better use of GTARjwise1-1/+3
2000-05-31conflict with xerces-j-currentjwise1-1/+3
2000-05-31Back xerces-j down to xerces-j-1.0.3, as the current release (1.1.0) doesjwise3-99/+25
not work with cocoon. xerces-j-1.1.0 will be re-added as textproc/xerces-j-current
2000-05-30INSTALL -> INSTALL_DATA as appropriatejwise1-3/+3
2000-05-30Be sure that ${PREFIX}/lib/java exists before installing into it, as thisjwise1-1/+2
might be the first java library package the user installs. Should lib/java be in NetBSD.pkg.dist? I'm leaning toward `no', as ISTM that java users are a relatively small subset of pkgsrc users, given the current platform limitations of java on NetBSD, but I'm open to suggestions...
2000-05-28Fix minor nit in installation. I have some other work to do first, butjwise2-4/+4
look for packages for Xalan, FOP, and Cocoon by Tuesday, for those interested in that sort of thing...
2000-05-26Initial import of xerces-j-1.1.0, the Java version of the Apache Project'sjwise5-0/+578
validating XML parser with DOM 2 and SAX support, and experimental XML Schema support. This package installs using the pre-built distribution of Xerces-J, since although Xerces-J runs fine under JDK-1.1, it needs JDK-1.2 to build :-(