diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index f2ad04e4afc4..cab01a0b8031 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,82 +1,82 @@ # New ports collection makefile for: libxml2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # PORTNAME= libxml2 -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.6 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Xml parser library for GNOME BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_GNOMENG= yes USE_GNOME= gnomehack INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 MAN3= libxml.3 .if !defined(WITHOUT_PYTHON) USE_PYTHON= yes PLIST_SUB+= PYTHON:="" .else CONFIGURE_ARGS+= --without-python PLIST_SUB+= PYTHON:="@comment " PKGNAMESUFFIX= -nopython .endif .if defined(WITH_SCHEMA) CONFIGURE_ARGS+= --with-schemas .endif .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --with-mem-debug .endif .if defined(WITH_XMLLINT_HIST) CONFIGURE_ARGS+= --with-history .endif .if defined(WITH_THREADS) CONFIGURE_ARGS+= --with-threads .endif .if defined(WITH_THREAD_ALLOC) CONFIGURE_ARGS+= --with-thread-alloc .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "libxml2 has the following tunables:" @${ECHO_MSG} "" @${ECHO_MSG} " WITHOUT_PYTHON=yes Turns off Python support" @${ECHO_MSG} " WITH_SCHEMA=yes Turns on XML Schema support" @${ECHO_MSG} " WITH_MEM_DEBUG=yes Turns on memory debugging" @${ECHO_MSG} " WITH_XMLLINT_HIST=yes Turns on history for xmllint" @${ECHO_MSG} " WITH_THREADS=yes Turns on multi-threading support" @${ECHO_MSG} " WITH_THREAD_ALLOC=yes Turns on per-thread memory" @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/catalog.c ${WRKSRC}/xmlcatalog.c .include diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index f1d08f66ce3b..8dd5cc6332ad 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxml2-2.5.4.tar.bz2) = 8005f55dafe87c286536601f758ab29c +MD5 (gnome2/libxml2-2.5.6.tar.bz2) = 5e8f3b788040fbdfb7e427cfec443bb2 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 8f099ada6200..ae0dc6b35ecc 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -1,185 +1,187 @@ bin/xml2-config bin/xmlcatalog bin/xmllint etc/xml2Conf.sh 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 include/libxml2/libxml/entities.h include/libxml2/libxml/globals.h include/libxml2/libxml/hash.h include/libxml2/libxml/list.h include/libxml2/libxml/nanoftp.h include/libxml2/libxml/nanohttp.h include/libxml2/libxml/parser.h include/libxml2/libxml/parserInternals.h include/libxml2/libxml/relaxng.h include/libxml2/libxml/schemasInternals.h include/libxml2/libxml/threads.h include/libxml2/libxml/tree.h include/libxml2/libxml/uri.h include/libxml2/libxml/valid.h include/libxml2/libxml/xinclude.h include/libxml2/libxml/xlink.h include/libxml2/libxml/xmlIO.h include/libxml2/libxml/xmlautomata.h include/libxml2/libxml/xmlerror.h include/libxml2/libxml/xmlmemory.h include/libxml2/libxml/xmlreader.h include/libxml2/libxml/xmlregexp.h include/libxml2/libxml/xmlschemas.h include/libxml2/libxml/xmlschemastypes.h include/libxml2/libxml/xmlunicode.h include/libxml2/libxml/xmlversion.h include/libxml2/libxml/xpath.h include/libxml2/libxml/xpathInternals.h include/libxml2/libxml/xpointer.h lib/libxml2.a lib/libxml2.so lib/libxml2.so.5 %%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.py %%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2.py %%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so 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/ctxterror.py %%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py %%PYTHON:%%share/doc/libxml2-python/examples/error.py %%PYTHON:%%share/doc/libxml2-python/examples/inbuf.py %%PYTHON:%%share/doc/libxml2-python/examples/invalid.xml %%PYTHON:%%share/doc/libxml2-python/examples/outbuf.py %%PYTHON:%%share/doc/libxml2-python/examples/push.py %%PYTHON:%%share/doc/libxml2-python/examples/pushSAX.py %%PYTHON:%%share/doc/libxml2-python/examples/pushSAXhtml.py %%PYTHON:%%share/doc/libxml2-python/examples/reader.py %%PYTHON:%%share/doc/libxml2-python/examples/reader2.py %%PYTHON:%%share/doc/libxml2-python/examples/reader3.py %%PYTHON:%%share/doc/libxml2-python/examples/readererr.py %%PYTHON:%%share/doc/libxml2-python/examples/regexp.py %%PYTHON:%%share/doc/libxml2-python/examples/relaxng.py %%PYTHON:%%share/doc/libxml2-python/examples/resolver.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 share/doc/libxml2/Copyright share/doc/libxml2/examples/testHTML.c share/doc/libxml2/examples/testSAX.c share/doc/libxml2/examples/testXPath.c share/doc/libxml2/examples/xmllint.c share/doc/libxml2/html/DOM.gif share/doc/libxml2/html/FAQ.html share/doc/libxml2/html/Libxml2-Logo-180x168.gif share/doc/libxml2/html/Libxml2-Logo-90x34.gif share/doc/libxml2/html/book1.html share/doc/libxml2/html/encoding.html share/doc/libxml2/html/index.sgml share/doc/libxml2/html/libxml-c14n.html share/doc/libxml2/html/libxml-catalog.html share/doc/libxml2/html/libxml-debugxml.html share/doc/libxml2/html/libxml-docbparser.html share/doc/libxml2/html/libxml-encoding.html share/doc/libxml2/html/libxml-entities.html share/doc/libxml2/html/libxml-globals.html share/doc/libxml2/html/libxml-hash.html share/doc/libxml2/html/libxml-htmlparser.html share/doc/libxml2/html/libxml-htmltree.html share/doc/libxml2/html/libxml-lib.html share/doc/libxml2/html/libxml-nanoftp.html share/doc/libxml2/html/libxml-nanohttp.html share/doc/libxml2/html/libxml-notes.html share/doc/libxml2/html/libxml-parser.html share/doc/libxml2/html/libxml-parserinternals.html +share/doc/libxml2/html/libxml-relaxng.html share/doc/libxml2/html/libxml-sax.html share/doc/libxml2/html/libxml-schemasinternals.html share/doc/libxml2/html/libxml-threads.html share/doc/libxml2/html/libxml-tree.html share/doc/libxml2/html/libxml-uri.html share/doc/libxml2/html/libxml-valid.html share/doc/libxml2/html/libxml-xinclude.html share/doc/libxml2/html/libxml-xmlautomata.html share/doc/libxml2/html/libxml-xmlerror.html share/doc/libxml2/html/libxml-xmlio.html share/doc/libxml2/html/libxml-xmlmemory.html +share/doc/libxml2/html/libxml-xmlreader.html share/doc/libxml2/html/libxml-xmlregexp.html share/doc/libxml2/html/libxml-xmlschemas.html share/doc/libxml2/html/libxml-xmlschemastypes.html share/doc/libxml2/html/libxml-xmlunicode.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/tutorial/apa.html share/doc/libxml2/html/tutorial/apb.html share/doc/libxml2/html/tutorial/apc.html share/doc/libxml2/html/tutorial/apd.html share/doc/libxml2/html/tutorial/ape.html share/doc/libxml2/html/tutorial/apf.html share/doc/libxml2/html/tutorial/apg.html share/doc/libxml2/html/tutorial/ar01s02.html share/doc/libxml2/html/tutorial/ar01s03.html share/doc/libxml2/html/tutorial/ar01s04.html share/doc/libxml2/html/tutorial/ar01s05.html share/doc/libxml2/html/tutorial/ar01s06.html share/doc/libxml2/html/tutorial/ar01s07.html share/doc/libxml2/html/tutorial/ar01s08.html share/doc/libxml2/html/tutorial/images/blank.png share/doc/libxml2/html/tutorial/images/callouts/1.png share/doc/libxml2/html/tutorial/images/callouts/10.png share/doc/libxml2/html/tutorial/images/callouts/2.png share/doc/libxml2/html/tutorial/images/callouts/3.png share/doc/libxml2/html/tutorial/images/callouts/4.png share/doc/libxml2/html/tutorial/images/callouts/5.png share/doc/libxml2/html/tutorial/images/callouts/6.png share/doc/libxml2/html/tutorial/images/callouts/7.png share/doc/libxml2/html/tutorial/images/callouts/8.png share/doc/libxml2/html/tutorial/images/callouts/9.png share/doc/libxml2/html/tutorial/images/caution.png share/doc/libxml2/html/tutorial/images/draft.png share/doc/libxml2/html/tutorial/images/home.png share/doc/libxml2/html/tutorial/images/important.png share/doc/libxml2/html/tutorial/images/next.png share/doc/libxml2/html/tutorial/images/note.png share/doc/libxml2/html/tutorial/images/prev.png share/doc/libxml2/html/tutorial/images/tip.png share/doc/libxml2/html/tutorial/images/toc-blank.png share/doc/libxml2/html/tutorial/images/toc-minus.png share/doc/libxml2/html/tutorial/images/toc-plus.png share/doc/libxml2/html/tutorial/images/up.png share/doc/libxml2/html/tutorial/images/warning.png share/doc/libxml2/html/tutorial/includeaddattribute.c share/doc/libxml2/html/tutorial/includeaddkeyword.c share/doc/libxml2/html/tutorial/includeconvert.c share/doc/libxml2/html/tutorial/includegetattribute.c share/doc/libxml2/html/tutorial/includekeyword.c share/doc/libxml2/html/tutorial/index.html share/doc/libxml2/html/tutorial/xmltutorial.pdf share/doc/libxml2/html/w3c.png share/doc/libxml2/html/xml.html @dirrm share/doc/libxml2/html/tutorial/images/callouts @dirrm share/doc/libxml2/html/tutorial/images @dirrm share/doc/libxml2/html/tutorial @dirrm share/doc/libxml2/html %%PYTHON:%%@dirrm share/doc/libxml2-python/examples %%PYTHON:%%@dirrm share/doc/libxml2-python @dirrm share/doc/libxml2/examples @dirrm share/doc/libxml2 @dirrm include/libxml2/libxml @dirrm include/libxml2