[104314] trunk/dports/devel

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


Revision: 104314
          https://trac.macports.org/changeset/104314
Author:   sean at macports.org
Date:     2013-03-23 09:40:38 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-blaze-html: add new port for blazingly fast html combinator

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

Added: trunk/dports/devel/hs-blaze-html/Portfile
===================================================================
--- trunk/dports/devel/hs-blaze-html/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-blaze-html/Portfile	2013-03-23 16:40:38 UTC (rev 104314)
@@ -0,0 +1,23 @@
+# -*- 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-html 0.6.1.1
+maintainers         nomaintainer
+platforms           darwin
+universal_variant   no
+
+description         A blazingly fast HTML combinator
+long_description \
+    A blazingly fast HTML combinator library for the Haskell programming \
+    language. The Text.Blaze module is a good starting point, as well as this tutorial: \
+    http://jaspervdj.be/blaze/tutorial.html.
+
+checksums           rmd160  081f46cf63fe6cbe50619df65ddfd9c95ec501d6 \
+                    sha256  2cafc98ccbb3b9dc9c444ae306337b2aa7fd0be54b650bf208a656a8f6acee23
+
+depends_lib         port:hs-blaze-markup \
+                    port:hs-blaze-builder \
+                    port:hs-text
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/a62456c5/attachment-0001.html>


More information about the macports-changes mailing list