[65124] trunk/dports/devel

nox at macports.org nox at macports.org
Mon Mar 22 08:19:08 PDT 2010


Revision: 65124
          http://trac.macports.org/changeset/65124
Author:   nox at macports.org
Date:     2010-03-22 08:19:07 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Create new port hs-haskell-src-exts-1.6 needed by hs-derive

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

Added: trunk/dports/devel/hs-haskell-src-exts-1.6/Portfile
===================================================================
--- trunk/dports/devel/hs-haskell-src-exts-1.6/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-haskell-src-exts-1.6/Portfile	2010-03-22 15:19:07 UTC (rev 65124)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   haskell-src-exts 1.6.1
+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     e6c8ea0ab98e53da620601401f964bd2 \
+                sha1    293dea924a6fd017b7003000b0913864e0857545 \
+                rmd160  64d640e57bc8f7f94e8321fb210e909a86d346ca
+
+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.6/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/20100322/aeaa7345/attachment.html>


More information about the macports-changes mailing list