| Port details on branch 2026Q2 |
- ragel Compile regular languages into executable C/C++ code
- 6.10_1 devel
=3 6.10_1Version of this port present on the latest quarterly branch. - Maintainer: adridg@FreeBSD.org
 - Port Added: 2002-05-06 16:13:32
- Last Update: 2024-05-28 17:38:51
- Commit Hash: 7fea2e6
- People watching this port, also watch:: graphviz, aalib, sdl, p5-File-Tail, wv
- License: GPLv2 GPLv3
- WWW:
- http://www.complang.org/ragel/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/ragel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ragel
- pkg install ragel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ragel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1494186500
SHA256 (ragel-6.10.tar.gz) = 5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
SIZE (ragel-6.10.tar.gz) = 1232993
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Build
-
- devel/hyperscan
- devel/z88dk
- dns/gdnsd2
- graphics/hiptext
- graphics/inkscape
- mail/rspamd
- mail/rspamd-devel
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ragel-6.10_1:
EXAMPLES=on: Build and/or install examples
TEXDOCS=off: Build pdf documentation (requires LaTeX)
===> Use 'make config' to modify these settings
- Options name:
- devel_ragel
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|