[106832] trunk/dports/devel/hs-binary/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 17:39:57 PDT 2013


Revision: 106832
          https://trac.macports.org/changeset/106832
Author:   cal at macports.org
Date:     2013-06-08 17:39:57 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-binary: revbump to rebuild against new GHC, copy descriptions from hackage db

Modified Paths:
--------------
    trunk/dports/devel/hs-binary/Portfile

Modified: trunk/dports/devel/hs-binary/Portfile
===================================================================
--- trunk/dports/devel/hs-binary/Portfile	2013-06-09 00:33:57 UTC (rev 106831)
+++ trunk/dports/devel/hs-binary/Portfile	2013-06-09 00:39:57 UTC (rev 106832)
@@ -5,6 +5,7 @@
 PortGroup           haskell 1.0
 
 haskell.setup       binary 0.7.1.0
+revision            1
 license             BSD
 maintainers         cal openmaintainer
 platforms           darwin
@@ -12,9 +13,11 @@
 checksums           rmd160  fdd4d824cbb863a72272cab7d8c641b19c8e70c6 \
                     sha256  9622efca717cd4f606dc3f43e93464b6eeb0f35e12dd0207065cc6533e498b99
 
-description         Efficient, pure binary serialisation using lazy ByteStrings.
-long_description    ${description}\
-    Haskell values may be encoded to and from binary formats, written to disk as \
-    binary, or sent over the network. Serialisation speeds of over 1 G/sec have \
-    been observed, so this library should be suitable for high performance \
-    scenarios.
+description         Binary serialisation for Haskell values using lazy ByteStrings
+long_description    \
+    Efficient, pure binary serialisation using lazy ByteStrings. Haskell values \
+    may be encoded to and from binary formats, written to disk as binary, or \
+    sent over the network. The format used can be automatically generated, or \
+    you can choose to implement a custom format if needed. Serialisation speeds \
+    of over 1 G/sec have been observed, so this library should be suitable for \
+    high performance scenarios.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/d70c5a7d/attachment.html>


More information about the macports-changes mailing list