Ticket #25366: Portfile.2

File Portfile.2, 1.3 KB (added by mail@…, 14 years ago)
Line 
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$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                json_spirit
8version             4.03
9categories          devel
10platforms           darwin
11
12maintainers         uwe-arzt.de:mail
13
14description         JSON Spirit is a C++ library that reads and writes JSON files or streams.
15long_description    JSON is a text file format similar to XML, but less verbose. It has been\
16                    called XML lite. This article describes JSON Spirit, a C++ library\
17                    that reads and writes JSON files or streams. It is written using the\
18                    Boost Spirit parser generator. If you are already using Boost, you can\
19                    use JSON Spirit without any additional dependencies.
20
21homepage            http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
22
23# this is a mirror on my homepage, because codeproject requires an login
24# the author allows the mirror (and also the license)
25master_sites        http://www.uwe-arzt.de/files/
26distname            ${name}_v${version}
27use_zip             yes
28
29checksums           ${distfiles} md5 6ab3a269488392e840f9dfffb67882f1 \
30                                 sha1 22f8a2a37e367ba07f6c1e56316a4ae35bb798b1
31
32depends_lib         port:boost
33