[97015] users/cal/ports/devel/hs-platform-haskell-src/Portfile

cal at macports.org cal at macports.org
Fri Aug 24 10:55:56 PDT 2012


Revision: 97015
          https://trac.macports.org/changeset/97015
Author:   cal at macports.org
Date:     2012-08-24 10:55:56 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
hs-platform-haskell-src: update to 1.0.1.5

Modified Paths:
--------------
    users/cal/ports/devel/hs-platform-haskell-src/Portfile

Modified: users/cal/ports/devel/hs-platform-haskell-src/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-haskell-src/Portfile	2012-08-24 17:53:00 UTC (rev 97014)
+++ users/cal/ports/devel/hs-platform-haskell-src/Portfile	2012-08-24 17:55:56 UTC (rev 97015)
@@ -1,30 +1,22 @@
+# -*- 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
+PortSystem              1.0
+PortGroup               haskellplatform 1.0
 
-haskell.setup	haskell-src 1.0.1.3
-name		hs-platform-haskell-src
-license		BSD
-maintainers	nomaintainer
-platforms	darwin
+haskellplatform.setup   haskell-src 1.0.1.5
+checksums               rmd160  32a53bab9f1e150565cbed0c926816e4089dd966 \
+                        sha256  9f3726902247cc955d085997254bb58c16cc337ee83de5ccfb17dcbcb488c3ab
 
-description	Manipulating Haskell source code
-long_description	\
-	Facilities for manipulating Haskell source code:	\
-	an abstract syntax, lexer, parser and pretty-printer.
+license                 BSD
+maintainers             cal openmaintainer
+platforms               darwin
 
-checksums	md5     27ec8f55eca844852815f916935f192d \
-		sha1    21b14d8b885e9a2ca6b4226d7619b7ca966097fe \
-		rmd160  5c9320e39b3ad0160ce4aa7fefa31218bb1b3a4f
+depends_lib-append      port:hs-platform-syb
 
-depends_lib	port:ghc
-
-universal_variant	no
-
-configure.args-append	-v --enable-library-profiling		\
-			--with-gcc=${configure.cc}
-
-build.args-append	-v
-
-livecheck.type	none
+description             \
+    The haskell-src package provides support for manipulating Haskell source \
+    code. The package provides a lexer, parser and pretty-printer, and \
+    a definition of a Haskell abstract syntax tree (AST). Common uses of this \
+    package are to parse or generate Haskell 98 code.
+long_description        ${description}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/75645a20/attachment-0001.html>


More information about the macports-changes mailing list