[94156] trunk/dports/devel/dparser/Portfile

mww at macports.org mww at macports.org
Sun Jun 10 11:01:00 PDT 2012


Revision: 94156
          https://trac.macports.org/changeset/94156
Author:   mww at macports.org
Date:     2012-06-10 11:01:00 -0700 (Sun, 10 Jun 2012)
Log Message:
-----------
dparser: whitespace changes only

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

Modified: trunk/dports/devel/dparser/Portfile
===================================================================
--- trunk/dports/devel/dparser/Portfile	2012-06-10 17:59:21 UTC (rev 94155)
+++ trunk/dports/devel/dparser/Portfile	2012-06-10 18:01:00 UTC (rev 94156)
@@ -1,42 +1,42 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            dparser
-version         1.26
-categories      devel
-license		BSD
-maintainers     mww
-platforms       darwin
-description     general-purpose parser generator
+name                dparser
+version             1.26
+categories          devel lang
+license             BSD
+maintainers         mww
+platforms           darwin
+description         general-purpose parser generator
 long_description \
-	DParser is an simple but powerful tool for parsing.  You can specify \
-	the form of the text to be parsed using a combination of regular \
-	expressions and grammar productions. Because of the parsing technique \
-	(technically a scannerless GLR parser based on the Tomita algorithm) \
-	there are no restrictions. The grammar can be ambiguous, right or \
-	left recursive, have any number of null productions, and because there \
-	is no seperate tokenizer, can include whitespace in terminals and have \
-	terminals which are prefixes of other terminals. DParser handles not \
-	just well formed computer languages and data files, but just about any \
-	wacky situation that occurs in the real world.
+    DParser is an simple but powerful tool for parsing.  You can specify \
+    the form of the text to be parsed using a combination of regular \
+    expressions and grammar productions. Because of the parsing technique \
+    (technically a scannerless GLR parser based on the Tomita algorithm) \
+    there are no restrictions. The grammar can be ambiguous, right or \
+    left recursive, have any number of null productions, and because there \
+    is no seperate tokenizer, can include whitespace in terminals and have \
+    terminals which are prefixes of other terminals. DParser handles not \
+    just well formed computer languages and data files, but just about any \
+    wacky situation that occurs in the real world.
 
-homepage        http://dparser.sourceforge.net/
-master_sites    sourceforge
+homepage            http://dparser.sourceforge.net/
+master_sites        sourceforge
 checksums           rmd160  a024a3a9202cb5bc79fcda0609b923a4f4a5938d \
                     sha256  c5797cbb92f44ee3ef529b3268bf5c519bd6c72bf80df5aea5a564746df42718
-distname	d-${version}-src
-patchfiles	patch-Makefile
+distname            d-${version}-src
+patchfiles          patch-Makefile
 
-worksrcdir	d
+worksrcdir          d
 
-use_configure	no
+use_configure       no
 
-build.args-append	CC="${configure.cc} ${configure.cflags}" PREFIX=${prefix}
+build.args-append   CC="${configure.cc} ${configure.cflags}" PREFIX=${prefix}
 
-destroot.destdir	PREFIX=${destroot}${prefix}
+destroot.destdir    PREFIX=${destroot}${prefix}
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	d-(\[0-9.\]+)-src${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     d-(\[0-9.\]+)-src${extract.suffix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120610/c9cdae0b/attachment.html>


More information about the macports-changes mailing list