[104308] trunk/dports/devel/hs-alex/Portfile

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


Revision: 104308
          https://trac.macports.org/changeset/104308
Author:   sean at macports.org
Date:     2013-03-23 09:39:59 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-alex: whitespace change and add openmaintainer with permission from author

Modified Paths:
--------------
    trunk/dports/devel/hs-alex/Portfile

Modified: trunk/dports/devel/hs-alex/Portfile
===================================================================
--- trunk/dports/devel/hs-alex/Portfile	2013-03-23 16:39:54 UTC (rev 104307)
+++ trunk/dports/devel/hs-alex/Portfile	2013-03-23 16:39:59 UTC (rev 104308)
@@ -1,40 +1,39 @@
 # $Id$
 
-PortSystem 1.0
-name		hs-alex
-set canonicalname	alex
-version		2.3.3
-categories	devel haskell
-maintainers	gwright
-platforms	darwin
-description	A Lexical Analyzer Generator for Haskell
-long_description	\
-		Alex is a tool for generating lexical analysers		\
-		in Haskell, given a description of the tokens to be	\
-		recognised in the form of regular expressions.		\
-		It is similar to the tools lex or flex for C/C++.       
+PortSystem          1.0
+name                hs-alex
+set canonicalname   alex
+version             2.3.3
+categories          devel haskell
+maintainers         gwright openmaintainer
+platforms           darwin
+description         A Lexical Analyzer Generator for Haskell
+long_description    Alex is a tool for generating lexical analysers \
+                    in Haskell, given a description of the tokens to be \
+                    recognised in the form of regular expressions. \
+                    It is similar to the tools lex or flex for C/C++.
 
-homepage	http://www.haskell.org/${canonicalname}/
-master_sites	http://hackage.haskell.org/packages/archive/${canonicalname}/${version}
-distname	${canonicalname}-${version}
+homepage            http://www.haskell.org/${canonicalname}/
+master_sites        http://hackage.haskell.org/packages/archive/${canonicalname}/${version}
+distname            ${canonicalname}-${version}
 
-checksums	md5     bc5d90c932470ee8a64e6cda162ca05e \
-		sha1    6b70d5a42559d654993e9b4218c7ac68aa1335ec \
-		rmd160  c703459cb39731592f0a6e8d6fe887111a6bd611
+checksums           md5     bc5d90c932470ee8a64e6cda162ca05e \
+                    sha1    6b70d5a42559d654993e9b4218c7ac68aa1335ec \
+                    rmd160  c703459cb39731592f0a6e8d6fe887111a6bd611
 
-depends_build	port:ghc
+depends_build       port:ghc
 
-configure       {
-                  system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --with-gcc=${configure.cc} --prefix=${prefix} --program-suffix=\"-${version}\""
-                }
+configure {
+    system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --with-gcc=${configure.cc} --prefix=${prefix} --program-suffix=\"-${version}\""
+}
 
-build           {
-                  system "cd ${worksrcpath} && runhaskell Setup build -v"
-                }
+build {
+    system "cd ${worksrcpath} && runhaskell Setup build -v"
+}
 
-destroot        {
-                  system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
-                }
+destroot {
+    system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
+}
 
-livecheck.type  regex
-livecheck.regex "version (.+) released"
+livecheck.type      regex
+livecheck.regex     "version (.+) released"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/68ea6887/attachment-0001.html>


More information about the macports-changes mailing list