[104485] trunk/dports/devel/hs-blaze-builder/Portfile

larryv at macports.org larryv at macports.org
Mon Mar 25 23:06:30 PDT 2013


Revision: 104485
          https://trac.macports.org/changeset/104485
Author:   larryv at macports.org
Date:     2013-03-25 23:06:30 -0700 (Mon, 25 Mar 2013)
Log Message:
-----------
hs-blaze-builder: Use hackageDB description text; rearrange lines.

Modified Paths:
--------------
    trunk/dports/devel/hs-blaze-builder/Portfile

Modified: trunk/dports/devel/hs-blaze-builder/Portfile
===================================================================
--- trunk/dports/devel/hs-blaze-builder/Portfile	2013-03-26 05:57:33 UTC (rev 104484)
+++ trunk/dports/devel/hs-blaze-builder/Portfile	2013-03-26 06:06:30 UTC (rev 104485)
@@ -6,18 +6,21 @@
 
 haskell.setup       blaze-builder 0.3.1.0
 revision            1
-maintainers         nomaintainer
 platforms           darwin
 license             BSD
+maintainers         nomaintainer
 
-description         An abstraction of buffered output of byte streams
-long_description \
-    This library provides an abstraction of buffered output of byte streams \
-    and several convenience functions to exploit it. For example, it allows to efficiently \
-    serialize Haskell values to lazy bytestrings with a large average chunk size. The large \
-    average chunk size allows to make good use of cache prefetching in later processing steps \
-    (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy \
-    bytestring to a file or sending it over the network.
+description         Efficient buffered output.
+long_description    This library provides an abstraction of buffered \
+                    output of byte streams and several convenience \
+                    functions to exploit it. For example, it allows to \
+                    efficiently serialize Haskell values to lazy \
+                    bytestrings with a large average chunk size. The \
+                    large average chunk size allows to make good use \
+                    of cache prefetching in later processing steps \
+                    (e.g. compression) and reduces the sytem call \
+                    overhead when writing the resulting lazy bytestring \
+                    to a file or sending it over the network.
 
 checksums           rmd160  6c9a22338be81a256949c3ce28735520f213beab \
                     sha256  26aadd629c2d2f5e77cfdb45b4948b20b6e598b723dd7d317556b26a72c557a4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130325/d95f4563/attachment.html>


More information about the macports-changes mailing list