Update libxml to 1.7.3. Changes include bugfixes and improved
documentation.
This commit is contained in:
parent
e5f947e029
commit
f84ef2eca9
3 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.4 1999/09/03 07:12:45 rh Exp $
|
# $NetBSD: Makefile,v 1.5 1999/10/10 15:23:37 rh Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= libxml-1.6.1
|
DISTNAME= libxml-1.7.3
|
||||||
CATEGORIES= textproc devel gnome
|
CATEGORIES= textproc devel gnome
|
||||||
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
|
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
|
||||||
${MASTER_SITE_GNOME:=sources/libxml/}
|
${MASTER_SITE_GNOME:=sources/libxml/}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
$NetBSD: md5,v 1.3 1999/09/03 07:12:46 rh Exp $
|
$NetBSD: md5,v 1.4 1999/10/10 15:23:37 rh Exp $
|
||||||
|
|
||||||
MD5 (libxml-1.6.1.tar.gz) = 93021bfe6009d1ec6abe7f4d7cd6f174
|
MD5 (libxml-1.7.3.tar.gz) = e6f7120d9606890ef10bb9f0dff0dd21
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST,v 1.3 1999/09/03 07:12:46 rh Exp $
|
@comment $NetBSD: PLIST,v 1.4 1999/10/10 15:23:37 rh Exp $
|
||||||
bin/xml-config
|
bin/xml-config
|
||||||
include/gnome-xml/entities.h
|
include/gnome-xml/entities.h
|
||||||
include/gnome-xml/encoding.h
|
include/gnome-xml/encoding.h
|
||||||
|
@ -11,8 +11,10 @@ include/gnome-xml/xml-error.h
|
||||||
include/gnome-xml/tree.h
|
include/gnome-xml/tree.h
|
||||||
include/gnome-xml/xpath.h
|
include/gnome-xml/xpath.h
|
||||||
include/gnome-xml/xmlIO.h
|
include/gnome-xml/xmlIO.h
|
||||||
|
include/gnome-xml/xmlmemory.h
|
||||||
|
include/gnome-xml/nanohttp.h
|
||||||
include/gnome-xml/valid.h
|
include/gnome-xml/valid.h
|
||||||
lib/libxml.so.7.1
|
lib/libxml.so.8.3
|
||||||
lib/libxml.a
|
lib/libxml.a
|
||||||
lib/xmlConf.sh
|
lib/xmlConf.sh
|
||||||
share/gnome-xml/html/gnome-xml/xml.html
|
share/gnome-xml/html/gnome-xml/xml.html
|
||||||
|
@ -29,6 +31,8 @@ share/gnome-xml/html/gnome-xml/gnome-xml-tree.html
|
||||||
share/gnome-xml/html/gnome-xml/gnome-xml-valid.html
|
share/gnome-xml/html/gnome-xml/gnome-xml-valid.html
|
||||||
share/gnome-xml/html/gnome-xml/gnome-xml-xml-error.html
|
share/gnome-xml/html/gnome-xml/gnome-xml-xml-error.html
|
||||||
share/gnome-xml/html/gnome-xml/gnome-xml-xpath.html
|
share/gnome-xml/html/gnome-xml/gnome-xml-xpath.html
|
||||||
|
share/gnome-xml/html/gnome-xml/gnome-xml-xmlmemory.html
|
||||||
|
share/gnome-xml/html/gnome-xml/gnome-xml-nanohttp.html
|
||||||
share/gnome-xml/html/gnome-xml/libxml.html
|
share/gnome-xml/html/gnome-xml/libxml.html
|
||||||
share/gnome-xml/html/gnome-xml/index.sgml
|
share/gnome-xml/html/gnome-xml/index.sgml
|
||||||
@dirrm include/gnome-xml
|
@dirrm include/gnome-xml
|
||||||
|
|
Loading…
Reference in a new issue