[61214] trunk/dports/lang/ragel/Portfile

mww at macports.org mww at macports.org
Sat Dec 5 03:17:37 PST 2009


Revision: 61214
          http://trac.macports.org/changeset/61214
Author:   mww at macports.org
Date:     2009-12-05 03:17:34 -0800 (Sat, 05 Dec 2009)
Log Message:
-----------
whitespace changes only

Modified Paths:
--------------
    trunk/dports/lang/ragel/Portfile

Modified: trunk/dports/lang/ragel/Portfile
===================================================================
--- trunk/dports/lang/ragel/Portfile	2009-12-05 11:00:33 UTC (rev 61213)
+++ trunk/dports/lang/ragel/Portfile	2009-12-05 11:17:34 UTC (rev 61214)
@@ -2,42 +2,43 @@
 
 PortSystem 1.0
 
-name			ragel
-version			6.5
-categories		lang
-platforms		darwin
-maintainers		mww
-description		ragel is a state machine compiler
-long_description	Ragel compiles finite state machines from regular \
-			languages into runnable C/C++ code. Ragel state \
-			machines can not only recognize byte sequences as \
-			regular expression machines do, but can also execute \
-			code at arbitrary points in the recognition of a \
-			regular language.
+name                ragel
+version             6.5
+categories          lang
+platforms           darwin
+maintainers         mww
+description         ragel is a state machine compiler
+long_description    Ragel compiles finite state machines from regular \
+                    languages into runnable C/C++ code. Ragel state \
+                    machines can not only recognize byte sequences as \
+                    regular expression machines do, but can also execute \
+                    code at arbitrary points in the recognition of a \
+                    regular language.
 
-homepage		http://www.complang.org/ragel/
-master_sites		${homepage}
+homepage            http://www.complang.org/ragel/
+master_sites        ${homepage}
 checksums           md5     bb152087079ad7a545dcdc955b752301 \
                     sha1    7bc2cd5fb40d00e71e1d37a6d4d69c83c67f983f \
                     rmd160  162af80f2fdaeb43dc2ce98b1834b17156f27e9f
 
-depends_build	port:bison
+depends_build       port:bison
 
-post-build	{
-	system "cd ${worksrcpath}/doc && ${build.cmd} ragel.1"
+post-build    {
+    system "cd ${worksrcpath}/doc && ${build.cmd} ragel.1"
 }
 
-test.run		yes
-test.dir		${worksrcpath}/test
+test.run            yes
+test.dir            ${worksrcpath}/test
 test.target
 
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
 post-destroot {
-	xinstall -m 644 ${worksrcpath}/doc/ragel.1 \
-		${destroot}${prefix}/share/man/man1
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} COPYING CREDITS ChangeLog README TODO \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/doc/ragel.1 \
+        ${destroot}${prefix}/share/man/man1
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} COPYING CREDITS ChangeLog README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.version	State Machine Compiler ${version}
+livecheck.version   State Machine Compiler ${version}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091205/6ecda2ac/attachment.html>


More information about the macports-changes mailing list