[64983] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 16:32:26 PDT 2010


Revision: 64983
          http://trac.macports.org/changeset/64983
Author:   nox at macports.org
Date:     2010-03-18 16:32:25 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-haskell-src-exts-1.7 needed by hs-derive

Added Paths:
-----------
    trunk/dports/devel/hs-haskell-src-exts-1.7/
    trunk/dports/devel/hs-haskell-src-exts-1.7/Portfile

Added: trunk/dports/devel/hs-haskell-src-exts-1.7/Portfile
===================================================================
--- trunk/dports/devel/hs-haskell-src-exts-1.7/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-haskell-src-exts-1.7/Portfile	2010-03-18 23:32:25 UTC (rev 64983)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   haskell-src-exts 1.7.2
+name            ${name}-[join [lrange [split ${version} .] 0 1] .]
+license         BSD-3
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
+
+long_description \
+    Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of \
+    the standard haskell-src package, and handles most registered syntactic \
+    extensions to Haskell, including: Multi-parameter type classes with \
+    functional dependencies, Indexed type families (including associated \
+    types), Empty data declarations, GADTs, Implicit parameters Template \
+    Haskell and a few more. All extensions implemented in GHC are supported. \
+    Apart from these standard extensions, it also handles regular patterns as \
+    per the HaRP extension as well as HSX-style embedded XML syntax.
+
+checksums       md5     3da5f7ad9456dd4e12df1a020391ba4e \
+                sha1    18659ea185aba9b79cd42c2f79fe40cf94b1cbe1 \
+                rmd160  0933e91a41adf381cbf0907d641247eb490d8d11
+
+depends_build-append \
+    port:cpphs \
+    port:hs-platform-happy
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no
+
+livecheck.type none


Property changes on: trunk/dports/devel/hs-haskell-src-exts-1.7/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/a86630b4/attachment.html>


More information about the macports-changes mailing list