aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-12 03:03:53 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-12 03:03:53 +0800
commitcdecd008d68aa5e899a3c5edf27df779ad9eea37 (patch)
treed83caf3192a11dace626f67bd5ab960f6c9969ac /textproc
parentb726f791d4821d6fbe6f1c1c5629886a5505dc12 (diff)
downloadfreebsd-ports-gnome-cdecd008d68aa5e899a3c5edf27df779ad9eea37.tar.gz
freebsd-ports-gnome-cdecd008d68aa5e899a3c5edf27df779ad9eea37.tar.zst
freebsd-ports-gnome-cdecd008d68aa5e899a3c5edf27df779ad9eea37.zip
Update to 2.4.17.
Diffstat (limited to 'textproc')
-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