Ticket #10987: ragel-5.15.patch

File ragel-5.15.patch, 1.7 KB (added by edward.og@…, 17 years ago)

5.15 update patch

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                   ragel
    6 version                        5.11
     6version                        5.15
    77categories             lang
    88platforms              darwin
    99maintainers            mww@opendarwin.org
    1010description            ragel is a state machine compiler
    1111long_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.
    1718
    18 homepage               http://www.elude.ca/ragel/
     19homepage               http://www.cs.queensu.ca/~thurston/ragel/
    1920master_sites   ${homepage}
    20 checksums              sha1 3a44d78b9c03799740a0a668bf071f4570f09a06
     21checksums              sha1 ef9587b05c4983fbeab40bc569d6a1c57f8912af
    2122
    2223depends_build  port:bison