[142578] trunk/dports/textproc

raimue at macports.org raimue at macports.org
Sat Dec 12 06:21:04 PST 2015


Revision: 142578
          https://trac.macports.org/changeset/142578
Author:   raimue at macports.org
Date:     2015-11-16 01:55:21 -0800 (Mon, 16 Nov 2015)
Log Message:
-----------
textproc/pugixml:
New port, closes #48686

Added Paths:
-----------
    trunk/dports/textproc/pugixml/
    trunk/dports/textproc/pugixml/Portfile

Added: trunk/dports/textproc/pugixml/Portfile
===================================================================
--- trunk/dports/textproc/pugixml/Portfile	                        (rev 0)
+++ trunk/dports/textproc/pugixml/Portfile	2015-11-16 09:55:21 UTC (rev 142578)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+PortGroup           github 1.0
+PortGroup           cmake 1.0
+
+github.setup        zeux pugixml 1.7 v
+github.tarball_from releases
+
+categories          textproc
+platforms           darwin
+license             MIT
+maintainers         hates.ms:nikkoara openmaintainer
+
+description         C++ Library for XML processing
+
+long_description    C++ library for creating and manipulating XML DOMs. Features: \
+                    efficient parsing of XML, XPath 1.0 support, full Unicode support.
+
+checksums           sha256  fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca \
+                    rmd160  7d2a007d7839de017dae2485850e9dc061406e6d
+
+universal_variant   yes
+
+worksrcdir          ${distname}/scripts
+cmake.out_of_source yes
+
+configure.args-append -DBUILD_SHARED_LIBS=ON


Property changes on: trunk/dports/textproc/pugixml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e01412fb/attachment.html>


More information about the macports-changes mailing list