[109544] trunk/dports/devel/hs-cereal

cal at macports.org cal at macports.org
Sat Aug 17 04:37:51 PDT 2013


Revision: 109544
          https://trac.macports.org/changeset/109544
Author:   cal at macports.org
Date:     2013-08-17 04:37:51 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hs-cereal: update to 0.3.5.2, recreate from template, rebild with GHC 7

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

Removed Paths:
-------------
    trunk/dports/devel/hs-cereal/Portfile

Deleted: trunk/dports/devel/hs-cereal/Portfile
===================================================================
--- trunk/dports/devel/hs-cereal/Portfile	2013-08-17 09:02:38 UTC (rev 109543)
+++ trunk/dports/devel/hs-cereal/Portfile	2013-08-17 11:37:51 UTC (rev 109544)
@@ -1,26 +0,0 @@
-# $Id$
-
-PortSystem      1.0
-PortGroup       haskell 1.0
-
-haskell.setup   cereal 0.2
-revision        1
-platforms       darwin
-categories      devel
-license         BSD
-maintainers     nomaintainer
-description     A binary serialization library
-
-long_description \
-    A binary serialization library, similar to binary, that introduces an \
-    isolate primitive for parser isolation, and replaces the asynchronous \
-    errors with a user-handleable Either type. Similar to binary in \
-    performance, but uses a strict ByteString instead of a lazy ByteString, \
-    thus restricting it to operating on finite inputs.
-
-checksums       md5     96f3d64072bbfa8d843b4f7b223c4bc2 \
-                sha1    7e7839b2083134ed13e5fe885f12c13947b63c3d \
-                rmd160  5157ff90b635f7e75e7c2fab107bd531a3d2edf7
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-cereal/Portfile (from rev 109543, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-cereal/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-cereal/Portfile	2013-08-17 11:37:51 UTC (rev 109544)
@@ -0,0 +1,21 @@
+# -*- 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           haskell 1.0
+
+haskell.setup       cereal 0.3.5.2
+checksums           rmd160  12c0bec84786a96d386054a41b4da344b04e1ec7 \
+                    sha256  34c2f77a9c8123d73f786e07d9d141a59b4f3f4dcde8ec5a14a554fd14dc5d7a
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         A binary serialization library
+long_description    \
+    A binary serialization library, similar to binary, that introduces an \
+    isolate primitive for parser isolation, and replaces the asynchronous \
+    errors with a user-handleable Either type. Similar to binary in \
+    performance, but uses a strict ByteString instead of a lazy ByteString, \
+    thus restricting it to operating on finite inputs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/f66bd7dc/attachment.html>


More information about the macports-changes mailing list