diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-24 10:44:57 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-24 10:44:57 +0000 |
commit | ae1e462c77ee570c4a740871b7c3de38d145ad6b (patch) | |
tree | d2dbcc2847508c09216ce6796f9c04df6d3d7de1 /textproc/libxml2 | |
parent | fdc40bcf64195ee578a1f253516788161ed5c9b0 (diff) | |
download | ports-ae1e462c77ee570c4a740871b7c3de38d145ad6b.tar.gz ports-ae1e462c77ee570c4a740871b7c3de38d145ad6b.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 8 |
3 files changed, 11 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 25c354e57787..75ae3d3eae3d 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 1.7.3 +# Version required: 1.8.0 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= libxml-1.7.3 +DISTNAME= libxml-1.8.0 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 39c9afd84dba..e2c3b8be3bd0 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (libxml-1.7.3.tar.gz) = e6f7120d9606890ef10bb9f0dff0dd21 +MD5 (libxml-1.8.0.tar.gz) = a4aeaa581a186a5253a254bac2291140 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 403d3c6b14ff..3d6fb0a8d2d0 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -2,6 +2,7 @@ bin/xml-config etc/xmlConf.sh include/gnome-xml/HTMLparser.h include/gnome-xml/HTMLtree.h +include/gnome-xml/SAX.h include/gnome-xml/debugXML.h include/gnome-xml/encoding.h include/gnome-xml/entities.h @@ -10,6 +11,7 @@ include/gnome-xml/parser.h include/gnome-xml/parserInternals.h include/gnome-xml/tree.h include/gnome-xml/valid.h +include/gnome-xml/xlink.h include/gnome-xml/xml-error.h include/gnome-xml/xmlIO.h include/gnome-xml/xmlmemory.h @@ -21,6 +23,8 @@ lib/libxml.so.5 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome-xml/DOM.gif share/gnome-xml/book1.html +share/gnome-xml/gnome-xml-debugxml.html +share/gnome-xml/gnome-xml-encoding.html share/gnome-xml/gnome-xml-entities.html share/gnome-xml/gnome-xml-error.html share/gnome-xml/gnome-xml-htmlparser.html @@ -28,13 +32,17 @@ share/gnome-xml/gnome-xml-htmltree.html share/gnome-xml/gnome-xml-nanohttp.html share/gnome-xml/gnome-xml-parser.html share/gnome-xml/gnome-xml-parserinternals.html +share/gnome-xml/gnome-xml-sax.html share/gnome-xml/gnome-xml-tree.html share/gnome-xml/gnome-xml-valid.html share/gnome-xml/gnome-xml-xml-error.html +share/gnome-xml/gnome-xml-xmlio.html share/gnome-xml/gnome-xml-xmlmemory.html share/gnome-xml/gnome-xml-xpath.html share/gnome-xml/index.sgml share/gnome-xml/libxml.html +share/gnome-xml/libxml-lib.html +share/gnome-xml/libxml-notes.html share/gnome-xml/structure.gif share/gnome-xml/xml.html @dirrm share/gnome-xml |