[96578] users/cal/ports/devel/hs-platform-parsec/Portfile

cal at macports.org cal at macports.org
Tue Aug 14 14:33:46 PDT 2012


Revision: 96578
          https://trac.macports.org/changeset/96578
Author:   cal at macports.org
Date:     2012-08-14 14:33:46 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
hs-platform-parsec: update to 3.1.2, untested

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

Modified: users/cal/ports/devel/hs-platform-parsec/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-parsec/Portfile	2012-08-14 21:30:22 UTC (rev 96577)
+++ users/cal/ports/devel/hs-platform-parsec/Portfile	2012-08-14 21:33:46 UTC (rev 96578)
@@ -1,34 +1,24 @@
+# -*- 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	parsec 2.1.0.1
-name		hs-platform-parsec
-license		BSD
-maintainers	nomaintainer
-description	Monadic parser combinators for Haskell (platform version)
-long_description	\
-	Parsec is designed from scratch as an industrial-strength \
-	parser library. It is simple, safe, well documented, has \
-	extensive libraries and good error messages, and is also \
-	fast. It is defined as a monad transformer that can be \
-	stacked on arbitrary monads, and it is also parametric \
-	in the input stream type.
+haskellplatform.setup   parsec 3.1.2
+checksums               rmd160  f360e4b209a56f193eca65b71bb13b95948b7042 \
+                        sha256  90f124b91f5e4ff04ddd4dc7f43aeda1273b8caec6a58ec13b90ca22854c1652
 
-platforms	darwin
+license                 BSD
+maintainers             cal openmaintainer
+platforms               darwin
 
-checksums	md5     557d935019ec4d966f2103fdf1a8c559 \
-		sha1    f09c7fcbf66c39cc4de2a50dbb1374ba82168b52 \
-		rmd160  95ddc9199f1da5e0773db2f653d394dbe07974ee
+depends_lib-append      port:hs-platform-mtl \
+                        port:hs-platform-text
 
-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             \
+    Parsec is designed from scratch as an industrial-strength parser library. \
+    It is simple, safe, well documented (on the package homepage), has \
+    extensive libraries and good error messages, and is also fast. It is \
+    defined as a monad transformer that can be stacked on arbitrary monads, \
+    and it is also parametric in the input stream type.
+long_description        ${description}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/00b6a1ec/attachment.html>


More information about the macports-changes mailing list