summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-11 19:03:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-11 19:03:53 +0000
commit8d3483706617b7bb67264195c9c670bdd541f241 (patch)
tree4a5286ded3ff7fe2bbd57ed736e80159d83ba1b3 /textproc/libxml2
parentadd gsubedit 0.3 (diff)
Update to 2.4.17.
Notes
Notes: svn path=/head/; revision=55877
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile6
-rw-r--r--textproc/libxml2/distinfo2
-rw-r--r--textproc/libxml2/pkg-plist10
3 files changed, 15 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 6f2ddaa7bde5..0132a1bd3e13 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= libxml2
-PORTVERSION= 2.4.16
+PORTVERSION= 2.4.17
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
+DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -17,6 +18,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
@@ -25,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
-MAN4= libxml.4
+MAN3= libxml.3
.if !defined(WITHOUT_PYTHON)
USE_PYTHON= yes
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index c3ff5b07d43b..d9b279ce8517 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1 +1 @@
-MD5 (libxml2-2.4.16.tar.gz) = 1144a6742405481509c2b70cf1c98db3
+MD5 (gnome2/libxml2-2.4.17.tar.bz2) = 80efd21660f87b5c96182b57e41f064f
diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist
index fa623cc30b8a..b78ca0909c2c 100644
--- a/textproc/libxml2/pkg-plist
+++ b/textproc/libxml2/pkg-plist
@@ -6,6 +6,7 @@ include/libxml2/libxml/DOCBparser.h
include/libxml2/libxml/HTMLparser.h
include/libxml2/libxml/HTMLtree.h
include/libxml2/libxml/SAX.h
+include/libxml2/libxml/c14n.h
include/libxml2/libxml/catalog.h
include/libxml2/libxml/debugXML.h
include/libxml2/libxml/encoding.h
@@ -39,18 +40,23 @@ lib/libxml2.so.5
libdata/pkgconfig/libxml-2.0.pc
share/aclocal/libxml.m4
%%PYTHON:%%share/doc/libxml2-python/TODO
+%%PYTHON:%%share/doc/libxml2-python/examples/attribs.py
%%PYTHON:%%share/doc/libxml2-python/examples/build.py
+%%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py
%%PYTHON:%%share/doc/libxml2-python/examples/error.py
%%PYTHON:%%share/doc/libxml2-python/examples/invalid.xml
%%PYTHON:%%share/doc/libxml2-python/examples/push.py
%%PYTHON:%%share/doc/libxml2-python/examples/pushSAX.py
+%%PYTHON:%%share/doc/libxml2-python/examples/serialize.py
%%PYTHON:%%share/doc/libxml2-python/examples/tst.py
%%PYTHON:%%share/doc/libxml2-python/examples/tst.xml
+%%PYTHON:%%share/doc/libxml2-python/examples/tstURI.py
%%PYTHON:%%share/doc/libxml2-python/examples/tstxpath.py
%%PYTHON:%%share/doc/libxml2-python/examples/valid.xml
%%PYTHON:%%share/doc/libxml2-python/examples/validate.py
%%PYTHON:%%share/doc/libxml2-python/examples/xpath.py
%%PYTHON:%%share/doc/libxml2-python/examples/xpathext.py
+%%PYTHON:%%share/doc/libxml2-python/examples/xpathret.py
%%PYTHON:%%share/doc/libxml2-python/libxml2class.txt
share/doc/libxml2/Copyright
share/doc/libxml2/examples/testHTML.c
@@ -89,7 +95,11 @@ share/doc/libxml2/html/libxml-xmlmemory.html
share/doc/libxml2/html/libxml-xpath.html
share/doc/libxml2/html/libxml-xpathinternals.html
share/doc/libxml2/html/libxml-xpointer.html
+share/doc/libxml2/html/libxml.gif
+share/doc/libxml2/html/redhat.gif
+share/doc/libxml2/html/smallfootonly.gif
share/doc/libxml2/html/structure.gif
+share/doc/libxml2/html/w3c.png
share/doc/libxml2/html/xml.html
@dirrm share/doc/libxml2/html
%%PYTHON:%%@dirrm share/doc/libxml2-python/examples