Update of lang/ragel 5.11 to 5.15
Reported by: |
edward.og@… |
Owned by: |
mww@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Port:
|
ragel
|
|
|
--- Portfile.1 2006-11-04 02:22:38.000000000 -0500
+++ Portfile 2006-11-04 02:21:25.000000000 -0500
@@ -3,21 +3,22 @@
PortSystem 1.0
name ragel
-version 5.11
+version 5.15
categories lang
platforms darwin
maintainers mww@opendarwin.org
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.
+ languages into executable C, C++, Objective-C, or D 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. \
+ Code embedding is done using inline operators that do not \
+ disrupt the regular language syntax.
-homepage http://www.elude.ca/ragel/
+homepage http://www.cs.queensu.ca/~thurston/ragel/
master_sites ${homepage}
-checksums sha1 3a44d78b9c03799740a0a668bf071f4570f09a06
+checksums sha1 ef9587b05c4983fbeab40bc569d6a1c57f8912af
depends_build port:bison
5.15 update patch