[114502] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 14:25:11 PST 2013


Revision: 114502
          https://trac.macports.org/changeset/114502
Author:   cal at macports.org
Date:     2013-12-09 14:25:11 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-conduit, dependency of hs-yaml

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

Added Paths:
-----------
    trunk/dports/devel/hs-conduit/

Modified: trunk/dports/devel/hs-conduit/Portfile
===================================================================
--- trunk/dports/devel/hs-texmath/Portfile	2013-12-07 16:29:03 UTC (rev 114413)
+++ trunk/dports/devel/hs-conduit/Portfile	2013-12-09 22:25:11 UTC (rev 114502)
@@ -4,22 +4,28 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       texmath 0.6.1.5
-revision            1
-checksums           rmd160  6f87f214e1682f5f0a375e6ec200cb1236b3b70b \
-                    sha256  888cca454fc585272ed5fa41711943250f76efebbff302534d02c349409c9d95
+haskell.setup       conduit 1.0.9.3
+checksums           rmd160  9525b7a17245c7fdd4b6c4257f7b42fb4eff19bf \
+                    sha256  90ccae260f2871005746995d4ad8dd215fdb73dfaf16753c223732b007725498
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL
+license             MIT
 
-description         Conversion of LaTeX math formulas to MathML or OMML
+description         Streaming data processing library
 long_description    \
-    The texmathml library provides functions to convert LaTeX math formulas to \
-    presentation MathML (which can be used in HTML) or OMML (Office Math Markup \
-    Language, used in Microsoft Office). It supports basic LaTeX and AMS \
-    extensions, and it can parse and apply LaTeX macros.
+    conduit is a solution to the streaming data problem, allowing for \
+    production, transformation, and consumption of streams of data in constant \
+    memory. It is an alternative to lazy I/O which guarantees deterministic \
+    resource handling, and fits in the same general solution space as \
+    enumerator/iteratee and pipes.
 
-depends_lib-append  port:hs-parsec \
-                    port:hs-syb \
-                    port:hs-xml
+depends_lib-append  port:hs-lifted-base \
+                    port:hs-mmorph \
+                    port:hs-monad-control \
+                    port:hs-mtl \
+                    port:hs-resourcet \
+                    port:hs-text \
+                    port:hs-transformers \
+                    port:hs-transformers-base \
+                    port:hs-void
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/14d66bd2/attachment-0001.html>


More information about the macports-changes mailing list