diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 13:52:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 13:52:25 +0000 |
commit | 108b7e4f127c0265a241a6133c5d12729afa3e62 (patch) | |
tree | b4deebcb1790833b1d298e027b28a838f544acef /textproc | |
parent | 8f117b9a8409b4c576979e8d23be7a394e410db9 (diff) | |
download | pkgsrc-108b7e4f127c0265a241a6133c5d12729afa3e62.tar.gz |
Update textproc/libxml2 to 2.6.11.
2.6.11: July 5 2004:
- Schemas: a lot of changes and improvements by Kasimier Buchcik for
attributes, namespaces and simple types.
- build fixes: --with-minimum (William Brack), some gcc cleanup
(William), --with-thread-alloc (William)
- portability: Windows binary package change (Igor Zlatkovic), Catalog
path on Windows
- documentation: update to the tutorial (John Fleck), xmllint return code
(John Fleck), man pages (Ville Skytta),
- bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
properly initialize the library (William), empty node set in XPath
(William), xmlSchemas errors (William), invalid charref problem pointed
by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
with div processing (William), XPointer and xml:base problem(William),
Reader and entities, xmllint return code for schemas (William), reader
streaming problem (Steve Ball), DTD serialization problem (William),
libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
Python classes, xmlReader buffer bug, Python bindings memory interfaces
improvement (with Stéphane Bidoul), Fixed the push parser to be back to
synchronous behaviour.
- improvement: custom per-thread I/O enhancement (Rob Richards), register
namespace in debug shell (Stefano Debenedetti), Python based regression
test for non-Unix users (William), dynamically increase the number of
XPath extension functions in Python and fix a memory leak (Marc-Antoine
Parent and William)
- performance: hack done with Arjan van de Ven to reduce ELF footprint
and generated code on Linux, plus use gcc runtime profiling to optimize
the code generated in the RPM packages.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 10 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index a989086557d..08d6f24e5c2 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2004/07/01 15:14:03 recht Exp $ +# $NetBSD: Makefile,v 1.56 2004/07/06 13:52:25 xtraeme Exp $ -DISTNAME= libxml2-2.6.10 +DISTNAME= libxml2-2.6.11 CATEGORIES= textproc -#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} -#EXTRACT_SUFX= .tar.bz2 -MASTER_SITES= ftp://xmlsoft.org/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} +EXTRACT_SUFX= .tar.bz2 +#MASTER_SITES= ftp://xmlsoft.org/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://xmlsoft.org/ diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 65a3372882e..3e098207ed2 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2004/07/01 15:14:03 recht Exp $ +@comment $NetBSD: PLIST,v 1.31 2004/07/06 13:52:25 xtraeme Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -51,7 +51,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.8 -lib/libxml2.so.8.10 +lib/libxml2.so.8.11 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 18481866202..a1eb5ced9e2 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2004/07/01 15:14:03 recht Exp $ +$NetBSD: distinfo,v 1.39 2004/07/06 13:52:25 xtraeme Exp $ -SHA1 (libxml2-2.6.10.tar.gz) = 4480df33cb2cb7edb99db408c0a0f71a416a4162 -Size (libxml2-2.6.10.tar.gz) = 3579625 bytes +SHA1 (libxml2-2.6.11.tar.bz2) = c9c483ccd5530fb81adc8971dd5f3936e6b721d8 +Size (libxml2-2.6.11.tar.bz2) = 2750851 bytes SHA1 (patch-aa) = 369701073e372382e247bc7b6a4b2c7e9dd5cb1d |