[81777] trunk/dports/textproc

mmoll at macports.org mmoll at macports.org
Thu Aug 4 13:30:30 PDT 2011


Revision: 81777
          http://trac.macports.org/changeset/81777
Author:   mmoll at macports.org
Date:     2011-08-04 13:30:28 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
textproc/tinyxml: new port

Added Paths:
-----------
    trunk/dports/textproc/tinyxml/
    trunk/dports/textproc/tinyxml/Portfile
    trunk/dports/textproc/tinyxml/files/
    trunk/dports/textproc/tinyxml/files/CMakeLists.txt

Added: trunk/dports/textproc/tinyxml/Portfile
===================================================================
--- trunk/dports/textproc/tinyxml/Portfile	                        (rev 0)
+++ trunk/dports/textproc/tinyxml/Portfile	2011-08-04 20:30:28 UTC (rev 81777)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup cmake 1.0
+
+name                tinyxml
+version             2.6.2
+categories          textproc
+maintainers         openmaintainer
+description         Simple, small, C++ XML parser
+long_description    TinyXML is a simple, small, C++ XML parser that can be \
+                    easily integrating into other programs.
+homepage            http://www.grinninglizard.com/tinyxml/
+platforms           darwin
+master_sites        sourceforge
+
+checksums           rmd160  162880af0cb1a284268cc18ec582f51c55120a76 \
+                    sha1    a425a22ff331dafa570b2a508a37a85a4eaa4127
+distname            ${name}_[strsed ${version} {g/\./_/}]
+worksrcdir          ${name}
+use_zip             yes
+
+patch {
+    copy ${portpath}/files/CMakeLists.txt ${worksrcpath}
+}
\ No newline at end of file


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

Added: trunk/dports/textproc/tinyxml/files/CMakeLists.txt
===================================================================
--- trunk/dports/textproc/tinyxml/files/CMakeLists.txt	                        (rev 0)
+++ trunk/dports/textproc/tinyxml/files/CMakeLists.txt	2011-08-04 20:30:28 UTC (rev 81777)
@@ -0,0 +1,5 @@
+project(TinyXML CXX)
+
+add_library(tinyxml SHARED tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp)
+install(TARGETS tinyxml LIBRARY DESTINATION lib)
+install(FILES tinystr.h tinyxml.h DESTINATION include)
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/6a5b14f9/attachment.html>


More information about the macports-changes mailing list