diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-08 09:34:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-08 09:34:58 +0000 |
commit | 00745d857d3f3de57b391e91ff826aced2d22122 (patch) | |
tree | ba613d25f3a07c323b7c969a618ba13d13f603a0 /textproc | |
parent | b0d06cede793ebf7840d4dd9f34b8ff2c40a73d0 (diff) | |
download | pkgsrc-00745d857d3f3de57b391e91ff826aced2d22122.tar.gz |
Update to 2.5.7:
- Relax-NG: Compiling to regexp and streaming validation on top of the
xmlReader interface, added to xmllint --stream
- xmlReader: Expand(), Next() and DOM access glue, bug fixes
- Support for large files: RGN validated a 4.5GB instance
- Thread support is now configured in by default
- Fixes: update of the Trio code (Bjorn), WXS Date and Duration fixes
(Charles Bozeman), DTD and namespaces (Brent Hendricks), HTML push parser
and zero bytes handling, some missing Windows file path conversions,
behaviour of the parser and validator in the presence of "out of memory"
error conditions
- extended the API to be able to plug a garbage collecting memory
allocator, added xmlMallocAtomic() and modified the allocations
accordingly.
- Performances: removed excessive malloc() calls, speedup of the push and
xmlReader interfaces, removed excessive thread locking
- Documentation: man page (John Fleck), xmlReader documentation
- Python: adding binding for xmlCatalogAddLocal (Brent M Hendricks)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 6 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 606c478494e..576371e77de 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2003/05/02 11:56:31 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2003/05/08 09:34:58 wiz Exp $ DISTNAME= libxml2-${LIBXML_VERSION} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.5/} @@ -15,14 +14,13 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in -LIBXML_VERSION= 2.5.6 +LIBXML_VERSION= 2.5.7 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --without-python -CONFIGURE_ARGS+= --with-threads MAKE_ENV+= PAX=${PAX:Q} diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index acc8886e476..23b07be1b37 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2003/04/10 09:34:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2003/05/08 09:34:58 wiz Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -43,7 +43,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.7 -lib/libxml2.so.7.6 +lib/libxml2.so.7.7 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 3eca2b40723..a70e04b3215 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2003/04/10 09:34:04 wiz Exp $ +$NetBSD: distinfo,v 1.25 2003/05/08 09:34:58 wiz Exp $ -SHA1 (libxml2-2.5.6.tar.gz) = 5df552d3965cbfca8f4ff82af11ef98e5669ebb8 -Size (libxml2-2.5.6.tar.gz) = 3117944 bytes +SHA1 (libxml2-2.5.7.tar.gz) = b7f579caf99ff4c839a00d714f33fa5f8a015416 +Size (libxml2-2.5.7.tar.gz) = 3148602 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 SHA1 (patch-ad) = 798da20a3a596b9e321dac26150cdced19fa465c SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b |