[69158] trunk/dports/devel

snc at macports.org snc at macports.org
Fri Jun 25 20:09:55 PDT 2010


Revision: 69158
          http://trac.macports.org/changeset/69158
Author:   snc at macports.org
Date:     2010-06-25 20:09:55 -0700 (Fri, 25 Jun 2010)
Log Message:
-----------
add json_spirit, #25366

Added Paths:
-----------
    trunk/dports/devel/json_spirit/
    trunk/dports/devel/json_spirit/Portfile

Added: trunk/dports/devel/json_spirit/Portfile
===================================================================
--- trunk/dports/devel/json_spirit/Portfile	                        (rev 0)
+++ trunk/dports/devel/json_spirit/Portfile	2010-06-26 03:09:55 UTC (rev 69158)
@@ -0,0 +1,32 @@
+# -*- 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           cmake 1.0
+
+name                json_spirit
+version             4.03
+categories          devel
+platforms           darwin
+
+maintainers         uwe-arzt.de:mail
+
+description         JSON Spirit is a C++ library that reads and writes JSON files or streams.
+long_description    JSON is a text file format similar to XML, but less verbose. It has been\
+                    called XML lite. This article describes JSON Spirit, a C++ library\
+                    that reads and writes JSON files or streams. It is written using the\
+                    Boost Spirit parser generator. If you are already using Boost, you can\
+                    use JSON Spirit without any additional dependencies.
+
+homepage            http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
+
+# this is a mirror on my homepage, because codeproject requires an login
+# the author allows the mirror (and also the license)
+master_sites        http://www.uwe-arzt.de/files/
+distname            ${name}_v${version}
+use_zip             yes
+
+checksums           md5 6ab3a269488392e840f9dfffb67882f1 \
+                    sha1 22f8a2a37e367ba07f6c1e56316a4ae35bb798b1
+
+depends_lib         port:boost


Property changes on: trunk/dports/devel/json_spirit/Portfile
___________________________________________________________________
Added: svn:keywords:Id
   + 
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100625/340a86f6/attachment.html>


More information about the macports-changes mailing list