[104312] trunk/dports/devel

sean at macports.org sean at macports.org
Sat Mar 23 09:40:27 PDT 2013


Revision: 104312
          https://trac.macports.org/changeset/104312
Author:   sean at macports.org
Date:     2013-03-23 09:40:27 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-blaze-builder: add new port for buffered byte streams

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

Added: trunk/dports/devel/hs-blaze-builder/Portfile
===================================================================
--- trunk/dports/devel/hs-blaze-builder/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-blaze-builder/Portfile	2013-03-23 16:40:27 UTC (rev 104312)
@@ -0,0 +1,24 @@
+# -*- 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       blaze-builder 0.3.1.0
+maintainers         nomaintainer
+platforms           darwin
+universal_variant   no
+
+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.
+
+checksums           rmd160  6c9a22338be81a256949c3ce28735520f213beab \
+                    sha256  26aadd629c2d2f5e77cfdb45b4948b20b6e598b723dd7d317556b26a72c557a4
+
+depends_lib-append  port:hs-text
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/3d73a484/attachment.html>


More information about the macports-changes mailing list