Alexander Afanasyev | be85c35 | 2013-07-14 13:21:08 -0700 | [diff] [blame] | 1 | # -*- 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 |
| 2 | # $Id: Portfile 92628 2012-05-02 18:40:00Z ryandesign@macports.org $ |
| 3 | |
| 4 | PortSystem 1.0 |
| 5 | PortGroup cmake 1.0 |
| 6 | |
| 7 | name json_spirit |
| 8 | version 4.05 |
| 9 | categories devel |
| 10 | platforms darwin |
| 11 | license MIT |
| 12 | revision 1 |
| 13 | |
| 14 | maintainers uwe-arzt.de:mail |
| 15 | |
| 16 | description JSON Spirit is a C++ library that reads and writes JSON files or streams. |
| 17 | long_description JSON is a text file format similar to XML, but less verbose. It has been\ |
| 18 | called XML lite. This article describes JSON Spirit, a C++ library\ |
| 19 | that reads and writes JSON files or streams. It is written using the\ |
| 20 | Boost Spirit parser generator. If you are already using Boost, you can\ |
| 21 | use JSON Spirit without any additional dependencies. |
| 22 | |
| 23 | homepage http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx |
| 24 | |
| 25 | # this is a mirror on my homepage, because codeproject requires an login |
| 26 | # the author allows the mirror (and also the license) |
| 27 | master_sites http://www.uwe-arzt.de/files/ |
| 28 | distname ${name}_v${version} |
| 29 | use_zip yes |
| 30 | |
| 31 | checksums sha1 abc23f20d04a5d52ef3dc3accd8046474f68105f \ |
| 32 | rmd160 fe9ee702ce9b4f6164d3d9b8f67ba7c6dfb9d7fd |
| 33 | |
| 34 | depends_lib port:boost |
| 35 | |
| 36 | patchfiles CMakeLists.patch |