[114503] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 14:28:37 PST 2013


Revision: 114503
          https://trac.macports.org/changeset/114503
Author:   cal at macports.org
Date:     2013-12-09 14:28:37 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-yaml, dependency of pandoc update

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

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

Modified: trunk/dports/devel/hs-yaml/Portfile
===================================================================
--- trunk/dports/devel/hs-texmath/Portfile	2013-12-07 16:29:03 UTC (rev 114413)
+++ trunk/dports/devel/hs-yaml/Portfile	2013-12-09 22:28:37 UTC (rev 114503)
@@ -4,22 +4,23 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       texmath 0.6.1.5
-revision            1
-checksums           rmd160  6f87f214e1682f5f0a375e6ec200cb1236b3b70b \
-                    sha256  888cca454fc585272ed5fa41711943250f76efebbff302534d02c349409c9d95
+haskell.setup       yaml 0.8.5.2
+checksums           rmd160  77a0d4f8090068ac93c2b55e8c00fa4aa94cb1ca \
+                    sha256  fbc999b2ee4062e942325037130e058bdaca214bb1f4e71428d7c553da2a48f4
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL
+license             BSD
 
-description         Conversion of LaTeX math formulas to MathML or OMML
+description         Support for parsing and rendering YAML documents
 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.
+    Provides support for parsing and emitting Yaml documents.
 
-depends_lib-append  port:hs-parsec \
-                    port:hs-syb \
-                    port:hs-xml
+depends_lib-append  port:hs-aeson \
+                    port:hs-attoparsec \
+                    port:hs-conduit \
+                    port:hs-resourcet \
+                    port:hs-text \
+                    port:hs-transformers \
+                    port:hs-unordered-containers \
+                    port:hs-vector
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/a9e36dfb/attachment.html>


More information about the macports-changes mailing list