Commit graph

22 commits

Author SHA1 Message Date
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
jlam
1d0f03cd44 Trivially use buildlink2 and use java.mk. 2002-10-18 21:36:53 +00:00
jlam
e8398f5238 Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build.  These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
2002-07-29 22:23:25 +00:00
jwise
bc6e385f22 Fix up pax usage. 2002-04-03 21:17:54 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
jwise
caf32d2950 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.
2000-10-19 23:01:29 +00:00
jwise
fb9d4e2d21 Better use of GTAR 2000-06-22 14:28:51 +00:00
jwise
3d6a92215e conflict with xerces-j-current 2000-05-31 21:37:20 +00:00
jwise
1e2b53307d Back xerces-j down to xerces-j-1.0.3, as the current release (1.1.0) does
not work with cocoon.  xerces-j-1.1.0 will be re-added as textproc/xerces-j-current
2000-05-31 21:33:50 +00:00
jwise
e2e652f80f INSTALL -> INSTALL_DATA as appropriate 2000-05-30 20:38:07 +00:00
jwise
21e9d02184 Be sure that ${PREFIX}/lib/java exists before installing into it, as this
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-30 16:08:58 +00:00
jwise
263d27b541 Fix minor nit in installation. I have some other work to do first, but
look for packages for Xalan, FOP, and Cocoon by Tuesday, for those interested
in that sort of thing...
2000-05-28 23:24:03 +00:00
jwise
8ee56b73e4 Initial import of xerces-j-1.1.0, the Java version of the Apache Project's
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 :-(
2000-05-26 22:51:40 +00:00