# $Id$ PortSystem 1.0 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. homepage http://dparser.sourceforge.net/ master_sites sourceforge checksums rmd160 a024a3a9202cb5bc79fcda0609b923a4f4a5938d \ sha256 c5797cbb92f44ee3ef529b3268bf5c519bd6c72bf80df5aea5a564746df42718 distname d-${version}-src patchfiles patch-Makefile worksrcdir d use_configure no build.args-append CC="${configure.cc} ${configure.cflags}" PREFIX=${prefix} destroot.destdir PREFIX=${destroot}${prefix} livecheck.type regex livecheck.url ${homepage} livecheck.regex d-(\[0-9.\]+)-src${extract.suffix}