[64993] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 17:47:31 PDT 2010


Revision: 64993
          http://trac.macports.org/changeset/64993
Author:   nox at macports.org
Date:     2010-03-18 17:47:30 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-cereal

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.

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

Added: trunk/dports/devel/hs-cereal/Portfile
===================================================================
--- trunk/dports/devel/hs-cereal/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-cereal/Portfile	2010-03-19 00:47:30 UTC (rev 64993)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   cereal 0.2
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+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}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-cereal/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/20100318/379ba892/attachment.html>


More information about the macports-changes mailing list