[75086] trunk/dports/devel

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Jan 14 19:56:19 PST 2011


Revision: 75086
          http://trac.macports.org/changeset/75086
Author:   singingwolfboy at macports.org
Date:     2011-01-14 19:56:10 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
New port: hs-json

Added Paths:
-----------
    trunk/dports/devel/hs-json/
    trunk/dports/devel/hs-json/Portfile

Added: trunk/dports/devel/hs-json/Portfile
===================================================================
--- trunk/dports/devel/hs-json/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-json/Portfile	2011-01-15 03:56:10 UTC (rev 75086)
@@ -0,0 +1,22 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       json 0.4.4
+maintainers         singingwolfboy openmaintainer
+description         JSON library for Haskell
+long_description    \
+    JSON (JavaScript Object Notation) is a lightweight data-interchange \
+    format. It is easy for humans to read and write. It is easy for machines \
+    to parse and generate. It is based on a subset of the JavaScript \
+    Programming Language, Standard ECMA-262 3rd Edition - December 1999. \
+    This library provides a parser and pretty printer for converting between \
+    Haskell values and JSON.
+
+platforms           darwin
+checksums           md5     a29a1b52c66971aca87ed54ad1e7de64 \
+                    sha1    cea0532a7b80b80d41809931212666ff705ca5d2 \
+                    rmd160  f5a0037c2a48d1863b41aa9906e7da91dbcf9a5e
+license             BSD3


Property changes on: trunk/dports/devel/hs-json/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/20110114/51902906/attachment-0001.html>


More information about the macports-changes mailing list