[95442] trunk/dports/textproc

jmr at macports.org jmr at macports.org
Thu Jul 12 16:03:18 PDT 2012


Revision: 95442
          https://trac.macports.org/changeset/95442
Author:   jmr at macports.org
Date:     2012-07-12 16:03:18 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
New port: tDOM (#32899)

Added Paths:
-----------
    trunk/dports/textproc/tDOM/
    trunk/dports/textproc/tDOM/Portfile
    trunk/dports/textproc/tDOM/files/
    trunk/dports/textproc/tDOM/files/Makefile.in.patch

Added: trunk/dports/textproc/tDOM/Portfile
===================================================================
--- trunk/dports/textproc/tDOM/Portfile	                        (rev 0)
+++ trunk/dports/textproc/tDOM/Portfile	2012-07-12 23:03:18 UTC (rev 95442)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem      1.0
+
+name            tDOM
+version         0.8.3
+categories      textproc devel
+maintainers     wu.ac.at:neumann
+description     high performance XML data processing with easy and powerful Tcl scripting functionality
+long_description \
+	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 Löwer. It is currently maintained by Rolf Ade.
+
+homepage        http://tdom.github.com/
+platforms       darwin
+license         MPL-1.1 MIT
+
+extract.suffix  .tgz
+
+master_sites    https://github.com/downloads/tDOM/tdom
+
+checksums \
+ 	md5    f773bef5b8f15e0b400f9f93f164a6bb \
+ 	sha1   1b7db0357ffb96c0a6c879c385168491380a8ca5 \
+ 	rmd160 df52d8b7c3ac9134dae20a3bcaa21e0e512e3289
+
+depends_lib     port:tcl
+
+patch.dir       ${worksrcpath}
+patchfiles      Makefile.in.patch
+
+worksrcdir      ${distname}/unix
+
+configure.cmd   ../configure
+configure.args  --with-tcl=${prefix}/lib \
+                --mandir=${prefix}/share/man


Property changes on: trunk/dports/textproc/tDOM/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/textproc/tDOM/files/Makefile.in.patch
===================================================================
--- trunk/dports/textproc/tDOM/files/Makefile.in.patch	                        (rev 0)
+++ trunk/dports/textproc/tDOM/files/Makefile.in.patch	2012-07-12 23:03:18 UTC (rev 95442)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2007-03-03 10:43:53.000000000 +1100
++++ Makefile.in	2012-07-13 08:44:17.000000000 +1000
+@@ -306,7 +306,7 @@
+ #========================================================================
+ 
+ pkgIndex.tcl-hand:
+-	@(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION)\
++	@(echo 'package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
+ 	"load [list [file join $$dir $(PKG_LIB_FILE)]];\
+          source [list [file join $$dir tdom.tcl]]"'\
+ 	) > pkgIndex.tcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/1fee0a59/attachment.html>


More information about the macports-changes mailing list