diff --git a/www/tdom/Makefile b/www/tdom/Makefile index 876af17248ff..01ebe84c51c1 100644 --- a/www/tdom/Makefile +++ b/www/tdom/Makefile @@ -1,61 +1,60 @@ PORTNAME= tDOM -DISTVERSION= 0.9.5 -PORTREVISION= 1 +DISTVERSION= 0.9.6 CATEGORIES= www MASTER_SITES= http://tdom.org/downloads/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION}-src MAINTAINER= ports@virtual-estates.net COMMENT= High performance processing of XML and HTML data with Tcl WWW= http://www.tdom.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= tcl:tea CONFIGURE_ARGS= --enable-threads --disable-tdomalloc EXTRACT_AFTER_ARGS= --exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \ --exclude 'domalloc*' --exclude win MAKE_ARGS+= TESTFLAGS= TEST_TARGET= test PLIST_SUB= DISTVERSION=${DISTVERSION} DOCS= CHANGES README.md OPTIONS_DEFINE= DOCS HTML5 OPTIONS_DEFAULT= ${OPTIONS_DEFINE} EBASE OPTIONS_SINGLE= EXPAT OPTIONS_SINGLE_EXPAT= EBASE EPORTS EBASE_DESC= Use Expat from base EPORTS_DESC= Use Expat from ports HTML5_DESC= Enable parsing of HTML5 (requires gumbo) EBASE_CONFIGURE_ON= --with-expat=/usr EPORTS_LIB_DEPENDS= libexpat.so:textproc/expat2 EPORTS_CONFIGURE_ON= --with-expat=${LOCALBASE} HTML5_LIB_DEPENDS= libgumbo.so:devel/gumbo HTML5_USES= pkgconfig HTML5_CONFIGURE_ENABLE= html5 HTML5_CFLAGS= -I${LOCALBASE}/include post-patch-EBASE-on: ${REINPLACE_CMD} 's|\([ diff --git a/www/tdom/distinfo b/www/tdom/distinfo index 11e2cad75820..a60e0e3ec664 100644 --- a/www/tdom/distinfo +++ b/www/tdom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729089057 -SHA256 (tdom-0.9.5-src.tar.gz) = ce22e3f42da9f89718688bf413b82fbf079b40252ba4dd7f2a0e752232bb67e8 -SIZE (tdom-0.9.5-src.tar.gz) = 1512934 +TIMESTAMP = 1756798827 +SHA256 (tdom-0.9.6-src.tar.gz) = 6d24734aef46d1dc16f3476685414794d6a4e65f48079e1029374477104e8319 +SIZE (tdom-0.9.6-src.tar.gz) = 1530711 diff --git a/www/tdom/pkg-descr b/www/tdom/pkg-descr index 997aafe36a81..b0186834b385 100644 --- a/www/tdom/pkg-descr +++ b/www/tdom/pkg-descr @@ -1,8 +1,8 @@ tDOM combines high performance XML data processing with easy and powerful Tcl scripting functionality. tDOM should be one of the fastest ways to manipulate XML with a scripting language and uses very few memory (for example the DOM tree of the XML recommendation in XML (160K) needs only about 450K in memory)! -Configured for OpenACS (http://openacs.org) +Configured for OpenACS (openacs.org) diff --git a/www/tdom/pkg-plist b/www/tdom/pkg-plist index be41a865f330..c981d9b35631 100644 --- a/www/tdom/pkg-plist +++ b/www/tdom/pkg-plist @@ -1,29 +1,31 @@ include/tdom.h lib/tdom%%DISTVERSION%%/lib%%TCL_PKG_LIB_PREFIX%%tdom%%DISTVERSION%%.so lib/tdom%%DISTVERSION%%/libtdomstub%%TCL_PKG_STUB_POSTFIX%%.a lib/tdom%%DISTVERSION%%/pkgIndex.tcl lib/tdom%%DISTVERSION%%/tdom.tcl lib/tdomConfig.sh share/man/mann/dom.n.gz share/man/mann/domDoc.n.gz share/man/mann/domNode.n.gz share/man/mann/expat.n.gz share/man/mann/expatapi.n.gz share/man/mann/pullparser.n.gz share/man/mann/schema.n.gz share/man/mann/tdomcmd.n.gz share/man/mann/tnc.n.gz +share/man/mann/xpathFunc.n.gz %%PORTDOCS%%%%DOCSDIR%%/html/category-index.html %%PORTDOCS%%%%DOCSDIR%%/html/dom.html %%PORTDOCS%%%%DOCSDIR%%/html/domDoc.html %%PORTDOCS%%%%DOCSDIR%%/html/domNode.html %%PORTDOCS%%%%DOCSDIR%%/html/expat.html %%PORTDOCS%%%%DOCSDIR%%/html/expatapi.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/keyword-index.html %%PORTDOCS%%%%DOCSDIR%%/html/pullparser.html %%PORTDOCS%%%%DOCSDIR%%/html/schema.html %%PORTDOCS%%%%DOCSDIR%%/html/tdomcmd.html %%PORTDOCS%%%%DOCSDIR%%/html/tnc.html +%%PORTDOCS%%%%DOCSDIR%%/html/xpathFunc.html %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/README.md