Commit graph

39 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
obache
9036a2da6d Update xerces-j to 1.4.4.
PR pkg/15108 by Daniel Hagerty.

* ------------------------------------------------------------- *
* *November 15, 2001 (version 1.4.4)                            *
* ------------------------------------------------------------- *
    * JAXP fixes. [Edwin Goie]
    * Parser now resolves the locations of schemas referenced by
      other schemas relative to the schema doing the referencing
      rather than to the instance document. [Gopal Sharma/Neil
      Graham]
    * Changed HTML serializer so that, at user option, attributes
      with no value may be represented as attr="" instead of
      simply as attr. The default behaviour has not changed.
      [Sandor Szago (sszago@saba.com)/Neil Graham]
    * Fixed parser behavior: by default Xerces now exposes
      element and attribute values as defined by the Infoset.
      [Tamura Kent, Elena Litani]
    * By default bind "xml" prefix to "http://www.w3.org/XML/1998
      /namespace" per Namespace Constraint: Prefix Declared
      (Namespaces in XML REC) [Elena Litani]
    * Fixed date/time datatype bugs. [Henry Zongaro]
    * Fixed several DOM Level 2 conformance bugs. [Elena Litani]
    * General bug fixes [Elena Litani, Pavani Mukthipudi, Sandy
      Gao]


* ------------------------------------------------------------- *
* *August 20, 2001 (version 1.4.3)                              *
* ------------------------------------------------------------- *
    * Reorganization of the DOM implementation to separate the
      Core functionality (new classes: CoreDOMImplementationImpl,
      CoreDocumentImpl), from the complete DOM
      (DOMImplementationImpl, DocumentImpl) [Arnaud Le Hors]
    * Fix to Base64 and HexBinary datatype validators so they
      work properly on OS/390 [Steve Dulin/Neil Graham]
    * General bug fixes [Lisa Martin, Sandy Gao, Elena Litani,
      Neil Graham]


* ------------------------------------------------------------- *
* *July 23, 2001 (version 1.4.2)                                *
* ------------------------------------------------------------- *
    * Performance fixes [Henry Zongaro/Lisa Martin]
    * Patches for improving serializer extensibility [Gunnlaugur
      Thor Briem/Elena Litani]
    * Bug fixes (schema implementation, build, etc.) [Sandy Gao,
      Neil Graham, Elena Litani, Lisa Martin]


* ------------------------------------------------------------- *
* *June 22, 2001 (version 1.4.1)                                *
* ------------------------------------------------------------- *
    * Added support for all IANA encoding aliases which have a
      clear mapping to encodings recognized by Java [Neil Graham]
    * Addressed degradations in DTD validation performance caused
      by the schema implementation [Sandy Gao, Neil Graham]
    * Bug fixes [Sandy Gao, Neil Graham, Elena Litani, Lisa
      Martin, Henry Zongaro, Edwin Goei]
    * Added support for setAttribute/getAttribute in JAXP [Edwin
      Goei]
    * Added two new parser properties related to XML Schema
      [Elena Litani]


* ------------------------------------------------------------- *
* *May 22, 2001 (version 1.4.0)                                 *
* ------------------------------------------------------------- *
    * Completed implementation of schema Identity Constraints
      [Neil Graham]
    * Update XPath support to bring it into compliance with
      Schema PR [Achille Fokoue Nkoutche/Neil Graham]
    * Implemented Schema PR changes to the syntax of <attribute>
      declarations [Ted Han (than@ghx.com)/Neil Graham]
    * Added French resource bundle for regex package [Jean-Claude
      Dufourd, Laurent Foret/Neil Graham]
    * Added support for Schema "final" attribute [Neil Graham]
    * Added support for nillable and removed limitation for
      xsi:schemaLocation usage [Elena Litani]
    * PR changes for Datatypes (including implementation of date/
      time) [Sandy Gao, Elena Litani]
    * Added support for fixed attribute on datatype facets [Elena
      Litani]
    * Constraint checking [Lisa Martin, Neil Graham, Sandy Gao,
      Elena Litani]
    * Re-implemented "all" group support for performance reasons
      [Henry Zongaro]
    * Re-implemented "mixed" content model groups for Schema
      [Lisa Martin]
    * Miscellaneous bug fixes [Arnaud Le Hors, Jeffrey Rodrigues,
      Elena Litani]


* ------------------------------------------------------------- *
* *March 16, 2001 (version 1.3.1)                               *
* ------------------------------------------------------------- *
    * Added support for schema <redefine> element [Neil Graham]
    * Added support for schema notations [Elena Litani]
    * Implemented validation constraints for the "abstract"
      attribute on elements [Lisa Martin]
    * Simple value normalization and whitespace facet support
      [Elena Litani]
    * Fixed validation constraints surrounding the schema
      <annotation> element info item [Neil Graham]
    * Implemented support for JAXP 1.1 [Edwin Goei]
    * Added experimental DOM Level 3 features for handling XML
      header [Elena Litani]
    * Miscellaneous bugfixes [Arnaud Le Hors, Neil Graham, Elena
      Litani, Andy Clark, Lynn Monson, Sandy Gao, Brad O'Hearne]
    * Partially fixed inability to make (or build) Xerces under
      Unix [Neil Graham]
    * Removed final from XMLSerializer per request [Andy Clark]
    * Fixed identity constraint bugs (support still limited)
      [Andy Clark]
    * Changed parse method to close streams opened by parser even
      in event of error [Andy Clark]


* ------------------------------------------------------------- *
* *January 31, 2001 (version 1.3.0)                             *
* ------------------------------------------------------------- *
    * Upgraded schema support to the schema CR drafts at a
      similar level to that which had existed for the WD schema
      specifications. [Elena Litani, Lisa Martin, Neil Graham]
    * Implemented schema union simple type definition. [Elena
      Litani]
    * Implemented many attribute and element declaration
      schema-validation constraints, as well as use=prohibited.
      [Neil Graham]
    * Implemented basic support for XML Schema identity
      constraints [Andy Clark]
    * Fixed bug in Deferred DOM with multiple IDs on same element
      [Andy Clark]
    * Updates to improve DFA build-time performance. [Tozawa
      Akihiko]
    * Optimization of memory used by attribute nodes in the DOM.
      [Arnaud Le Hors]
    * Fixed conflict between HTML DOM and Core DOM. [Mark
      Diekhans]
    * Optimized DOM normalize operation. [Jay Cain + Arnaud Le
      Hors]


* ------------------------------------------------------------- *
* *December 06, 2000 (version 1.2.3)                            *
* ------------------------------------------------------------- *
    * Fixed Memory leak bug was reported by Tosiki IGA where
      parser runs out of memory [Eric Ye]
    * Rampant object creation even when not validating fix patch
      send by Elena Litani[Elena Litani]
    * ListDatatypeValidator enumeration bug fix by Elena Litani
      Litani[Elena Litani]
    * Optimization in validator to only instantiate objects
      needed in the case of DTD vs. Schemas[Jeffrey Rodriguez]
    * Fixed misc. Schema Structures miscelaneous bugs since last
      release [Eric Ye]
    * improved implementation of <all> schema construct to handle
      8 elements instead of 6; also increased validation speed
      [Neil Graham, Eric Ye]
    * Fixed DOM misc. bugs and other patches since last release
      [Arnaud Le Hors]
    * Miscelaneous DOM patches by Lynn Monson [Lynn Monson]
    * Added new 'load-external-dtd' feature, so that when non
      validating, applications can ask the parser not to load the
      external subset at all [Arnaud Le Hors]


* ------------------------------------------------------------- *
* *November 22, 2000 (version 1.2.2)                            *
* ------------------------------------------------------------- *
    * DOM 2 Recommendation release support update [Arnaud Le
      Hors]
    * Fixed FAQ section submitted by Tony Montgomery Smith
      [Jeffrey Rodriguez,Tony Montgomery]
    * Added normalization patch by Ken Tamura [Jeffrey Rodriguez,
      Ken Tamura]
    * Fixed hang in UTF8Reader when we find a multb. UTF8 char.
      outside [#x10000-#x10FFFF] range [Jeffrey Rodriguez]
    * Fixed problem in Server env. with Singleton implemtation of
      validators [Eric Ye, Jeffrey Rodriguez]
    * Fixed patch submitted by Elena Litani Kitani and others
      with RangeImpl [Eric Ye, Elena Litani, Lynn Monson]
    * Fixed misc. Schema Structures miscelaneous bugs since last
      release [Eric Ye]
    * Miscelaneous bug fixes and patches submitted by Lisa Martin
      [Lisa Martin]
    * Fixed DOM misc. bugs and other patches since last release
      [Arnaud Le Hors]


* ------------------------------------------------------------- *
* *October 19, 2000 (version 1.2.1)                             *
* ------------------------------------------------------------- *
    * This is a bug fix release
    * Added Mark Swinkels datatype list refactoring [Mark
      Swinkels, Jeffrey Rodriguez]
    * Added RangeImpl patch submitted by Lynn Monson [Lynn
      monson, Arnaud Le Hors]
    * Fixed datatype registry not being initialized in
      XMLValidator bug [Jeffrey Rodriguez]
    * Fixed misc. Schema Structures bugs since last release [Eric
      Ye]
    * Fixed misc. Datatypes bugs since last release [Jeffrey
      Rodriguez]
2014-06-15 06:37:54 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
jwise
765ec9d406 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
joerg
1cb581b931 user-destdir support 2009-07-07 20:25:27 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
rillig
b098d08a09 Fixed file permissions. Bumped PKGREVISION. 2006-10-02 23:55:34 +00:00
rillig
d83bb3ee70 Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing. 2005-10-23 23:36:01 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
abs
1386ca7e03 Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
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