Opened 18 years ago

Closed 17 years ago

Last modified 14 years ago

#10987 closed update (fixed)

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

Description

--- 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

Attachments (1)

ragel-5.15.patch (1.7 KB) - added by edward.og@… 18 years ago.
5.15 update patch

Download all attachments as: .zip

Change History (5)

Changed 18 years ago by edward.og@…

Attachment: ragel-5.15.patch added

5.15 update patch

comment:1 Changed 18 years ago by kballard (Lily Ballard)

Please do commit this change. I just had to make it manually (before I discovered this ticket even existed).

comment:2 Changed 17 years ago by markd@…

Committed. Thanks!

comment:3 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Component: baseports
Port: ragel added
Type: enhancementupdate
Note: See TracTickets for help on using tickets.