Ticket #10987: ragel-5.15.patch
File ragel-5.15.patch, 1.7 KB (added by edward.og@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ragel 6 version 5.1 16 version 5.15 7 7 categories lang 8 8 platforms darwin 9 9 maintainers mww@opendarwin.org 10 10 description ragel is a state machine compiler 11 11 long_description Ragel compiles finite state machines from regular \ 12 languages into runnable C/C++ code. Ragel state \ 13 machines can not only recognize byte sequences as \ 14 regular expression machines do, but can also execute \ 15 code at arbitrary points in the recognition of a \ 16 regular language. 12 languages into executable C, C++, Objective-C, or D code. \ 13 Ragel state machines can not only recognize byte sequences as \ 14 regular expression machines do, but can also execute code at \ 15 arbitrary points in the recognition of a regular language. \ 16 Code embedding is done using inline operators that do not \ 17 disrupt the regular language syntax. 17 18 18 homepage http://www. elude.ca/ragel/19 homepage http://www.cs.queensu.ca/~thurston/ragel/ 19 20 master_sites ${homepage} 20 checksums sha1 3a44d78b9c03799740a0a668bf071f4570f09a0621 checksums sha1 ef9587b05c4983fbeab40bc569d6a1c57f8912af 21 22 22 23 depends_build port:bison