[95760] trunk/dports/devel/flex/Portfile

mww at macports.org mww at macports.org
Sat Jul 21 09:14:37 PDT 2012


Revision: 95760
          https://trac.macports.org/changeset/95760
Author:   mww at macports.org
Date:     2012-07-21 09:14:36 -0700 (Sat, 21 Jul 2012)
Log Message:
-----------
flex: whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/flex/Portfile

Modified: trunk/dports/devel/flex/Portfile
===================================================================
--- trunk/dports/devel/flex/Portfile	2012-07-21 16:06:51 UTC (rev 95759)
+++ trunk/dports/devel/flex/Portfile	2012-07-21 16:14:36 UTC (rev 95760)
@@ -1,38 +1,39 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            flex
-version         2.5.36
-categories      devel
-maintainers     mww
-license         BSD
-description     Fast lexical analyser generator
-long_description "Flex is a tool for generating programs that require \
-		pattern-matching on text. It is usually used together \
-		with yacc/bison to automatically generate a parser for \
-		a language grammar, e.g. the syntax of a configuration file."
+name                flex
+version             2.5.36
+categories          devel
+license             BSD
+platforms           darwin
+maintainers         mww
+description         Fast lexical analyser generator
+long_description    \
+    Flex is a tool for generating programs that require pattern-matching on \
+    text. It is usually used together with yacc/bison to automatically \
+    generate a parser for a language grammar, e.g. the syntax of a \
+    configuration file.
 
-homepage		http://flex.sourceforge.net/
-platforms		darwin
-master_sites    sourceforge
+homepage            http://flex.sourceforge.net/
+master_sites        sourceforge
 checksums           rmd160  fa2c99b025426f5faea80b23220da3eed21f3042 \
                     sha256  c466e68bbbb0a7884301ba257376f98197254543799690b671b1ac2130645d55
-use_bzip2		yes
+use_bzip2           yes
 
-depends_lib		port:gettext
+depends_lib         port:gettext
 
-configure.args	--infodir=${prefix}/share/info \
-				--mandir=${prefix}/share/man
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
 
 use_parallel_build  yes
 
-test.run	yes
-test.target	check
+test.run            yes
+test.target         check
 
 post-destroot {
     ln -sf flex ${destroot}${prefix}/bin/flex++
 }
 
-livecheck.type  regex
-livecheck.regex {version (\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.regex     {version (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120721/f78ce46e/attachment.html>


More information about the macports-changes mailing list