From: PHO Date: Wed, 24 Mar 2010 08:31:06 +0000 (+0900) Subject: initial revision X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-tcl-tDOM.git;a=commitdiff_plain;h=0935e15c4beeb1adf61e28ccc3ed6122de461bf7 initial revision --- 0935e15c4beeb1adf61e28ccc3ed6122de461bf7 diff --git a/DESCR b/DESCR new file mode 100644 index 0000000..5c140ab --- /dev/null +++ b/DESCR @@ -0,0 +1,7 @@ +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 +little memory in the process (for example the DOM tree of the XML +recommendation in XML (160K) needs only about 450K in memory)! The +tDOM project was started by Jochen Loewer. It is currently maintained +by Rolf Ade. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e943bf6 --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +# $NetBSD$ +# + +DISTNAME= tDOM-0.8.2 +CATEGORIES= textproc +MASTER_SITES= http://www.tdom.org/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pho@cielonegro.org +HOMEPAGE= http://www.tdom.org/ +COMMENT= High performance XML data processing for Tcl +LICENSE= mpl-1.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c + +.include "../../lang/tcl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/PLIST b/PLIST new file mode 100644 index 0000000..059a1ae --- /dev/null +++ b/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD$ +include/tdom.h +lib/tdom${PKGVERSION}/libtdom${PKGVERSION}.so +lib/tdom${PKGVERSION}/libtdomstub${PKGVERSION}.a +lib/tdom${PKGVERSION}/pkgIndex.tcl +lib/tdom${PKGVERSION}/tdom.tcl +lib/tdomConfig.sh +man/mann/dom.n +man/mann/domDoc.n +man/mann/domNode.n +man/mann/expat.n +man/mann/expatapi.n +man/mann/tdomcmd.n +man/mann/tnc.n diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..5777b2f --- /dev/null +++ b/distinfo @@ -0,0 +1,5 @@ +$NetBSD$ + +SHA1 (tDOM-0.8.2.tgz) = c4ee4e013b084f8af57f35a2a06eb0a428508978 +RMD160 (tDOM-0.8.2.tgz) = a0ca4c2e45b97c5a7bdfeee20165a537b7fe6d8b +Size (tDOM-0.8.2.tgz) = 969804 bytes