[111850] trunk/dports/textproc/json-c/Portfile

devans at macports.org devans at macports.org
Thu Oct 3 15:09:32 PDT 2013


Revision: 111850
          https://trac.macports.org/changeset/111850
Author:   devans at macports.org
Date:     2013-10-03 15:09:32 -0700 (Thu, 03 Oct 2013)
Log Message:
-----------
json-c: add mode line, white space.

Modified Paths:
--------------
    trunk/dports/textproc/json-c/Portfile

Modified: trunk/dports/textproc/json-c/Portfile
===================================================================
--- trunk/dports/textproc/json-c/Portfile	2013-10-03 21:03:24 UTC (rev 111849)
+++ trunk/dports/textproc/json-c/Portfile	2013-10-03 22:09:32 UTC (rev 111850)
@@ -1,21 +1,22 @@
+# -*- 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
+PortSystem          1.0
 
-name            json-c
-version         0.9
-categories      textproc devel
-platforms       darwin
-maintainers     nomaintainer
-description     A JSON parser
-long_description \
-    JSON-C implements a reference counting object model that allows \
-    you to easily construct JSON objects in C, output them as JSON \
-    formatted strings and parse JSON formatted strings back into \
-    the C representation of JSON objects.
-license         MIT
-homepage        http://oss.metaparadigm.com/json-c/
-master_sites    ${homepage}
-checksums       md5 3a13d264528dcbaf3931b0cede24abae \
-                sha1 daaf5eb960fa98e137abc5012f569b83c79be90f \
-                rmd160 dec4fe76364cfee965291ac1526ee401d997e45e
+name                json-c
+version             0.9
+license             MIT
+categories          textproc devel
+platforms           darwin
+maintainers         nomaintainer
+description         A JSON parser
+long_description    JSON-C implements a reference counting object model that allows \
+                    you to easily construct JSON objects in C, output them as JSON \
+                    formatted strings and parse JSON formatted strings back into \
+                    the C representation of JSON objects.
+homepage            http://oss.metaparadigm.com/json-c/
+master_sites        ${homepage}
+
+checksums           md5 3a13d264528dcbaf3931b0cede24abae \
+                    sha1 daaf5eb960fa98e137abc5012f569b83c79be90f \
+                    rmd160 dec4fe76364cfee965291ac1526ee401d997e45e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131003/3bc11da5/attachment-0001.html>


More information about the macports-changes mailing list