add ragel 1.2.0

Ragel State Machine Compiler
This commit is contained in:
Ying-Chieh Liao 2002-05-06 16:12:39 +00:00
parent 636e027b6e
commit f7c8f40a1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58609
6 changed files with 37 additions and 0 deletions

View File

@ -567,6 +567,7 @@
SUBDIR += qt-designer
SUBDIR += qtez
SUBDIR += qtk
SUBDIR += ragel
SUBDIR += re2c
SUBDIR += regexx
SUBDIR += rinfo

20
devel/ragel/Makefile Normal file
View File

@ -0,0 +1,20 @@
# ex:ts=8
# Ports collection makefile for: ragel
# Date created: Mar 6, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ragel
PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= http://www.ragel.ca/ragel/
MAINTAINER= ports@FreeBSD.org
USE_BISON= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>

1
devel/ragel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ragel-1.2.0.tar.gz) = 3e0849c9e045ae835fe5ee09ecbee942

1
devel/ragel/pkg-comment Normal file
View File

@ -0,0 +1 @@
Ragel State Machine Compiler

13
devel/ragel/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
Ragel compiles finite state machines from regular languages into runnable 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.
When you wish to write down a regular language you start with some simple
regular language and build a bigger one using the regular language operators
union, concatenation, kleene star, intersection and subtraction. This is
precisely the way you describe to Ragel how to compile your finite state
machines. Ragel also understands operators that insert function calls into
machines and operators that control any non-determinism in machines.
WWW: http://www.ragel.ca/ragel/

1
devel/ragel/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ragel