Port details |
- ragel Compile regular languages into executable C/C++ code
- 6.10_1 devel =4 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:: sdl_mixer, sdl, p5-File-Tail, aalib, graphviz
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.10_1 28 May 2024 17:38:51 |
Muhammad Moinur Rahman (bofh) |
devel/ragel: Mark BROKEN for TEXDOCS option
- Fails to build the documentation using pdflatex in TeXlive 2023 and
later
- Pet portclippy while I am here
Approved by: portmgr (blanket)
Sponsored by: Nepustil |
6.10_1 21 Jan 2024 20:48:11 |
Muhammad Moinur Rahman (bofh) |
devel/ragel: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
6.10_1 21 Jan 2024 12:51:14 |
Muhammad Moinur Rahman (bofh) |
devel/ragel: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
6.10_1 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.10_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.10_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.10_1 12 May 2021 21:56:05 |
Adriaan de Groot (adridg) |
devel/ragel: take maintainership |
6.10_1 12 May 2021 21:19:29 |
Danilo Egea Gondolfo (danilo) |
devel/ragel: Drop maintainership |
6.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.10_1 06 Nov 2018 16:53:40 |
vsevolod |
- Rename DOCS to TEXDOCS to avoid default LaTeX dependency
- Fix build and package when building with no documents/examples
- Use options specific targets
PR: 219798
Submitted by: vsevolod
Approved by: maintainer timeout (>1 year) |
6.10 07 May 2017 20:36:37 |
danilo |
- Update to 6.10 |
6.9 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6.9 06 Nov 2015 01:46:22 |
danilo |
- Update MASTER_SITES |
6.9 31 Oct 2014 20:13:54 |
danilo |
- Update from 6.8 to 6.9 |
6.8_1 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
6.8_1 12 Oct 2014 15:33:48 |
danilo |
- Use options helpers |
6.8_1 25 Sep 2013 23:00:31 |
danilo |
- Remove "/" after ${STAGEDIR}
- Remove "if" statements
Submitted by: olivierd
Approved by: wg (mentor) |
6.8_1 25 Sep 2013 05:24:41 |
danilo |
- Fix build on CURRENT [1]
- Convert USE_GMAKE to USES
- Use options helpers
- Add staging support
- Change maintainer email to @FreeBSD.org
PR: ports/182240 [1]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: culot (mentor) |
6.8 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
6.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.8 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
6.8 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
6.8 14 Feb 2013 22:25:27 |
lippe |
- Update to 6.8
- Pass maintainership to submitter
PR: ports/176119
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
6.7 14 Jan 2012 19:18:53 |
miwi |
- Unbreak build with libc++
PR: 163444
Submitted by: Jan Beich <jbeich@tormail.net> |
6.7 21 Oct 2011 15:22:07 |
pawel |
Fix build with clang
PR: ports/161527
Submitted by: Nali Toja <nalitoja@gmail.com> |
6.7 02 Jul 2011 16:09:17 |
miwi |
- Update to 6.7
PR: 158479
Submitted by: Ports Fury |
6.6 07 Jul 2010 13:47:18 |
amdmi3 |
- Mark MAKE_JOBS_SAFE
Feature safe: yes |
6.6 13 Dec 2009 00:20:38 |
miwi |
- Update to 6.6
PR: 141291
Submitted by: Ports Fury |
6.5 28 May 2009 23:49:24 |
miwi |
- Update to 6.5
PR: 135030
Submitted by: Ports Fury |
6.4 03 Apr 2009 08:52:45 |
miwi |
- Update to 6.4
PR: 133313
Submitted by: Ports Fury |
6.3 17 Mar 2009 20:12:48 |
amdmi3 |
- Update to version 6.3
PR: 132743
Submitted by: KATO Tsuguru <tkato432 at yahoo dot com> |
5.23_1 13 Mar 2009 23:27:19 |
shaun |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
5.23_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
5.23_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
5.23 09 Sep 2007 23:51:00 |
shaun |
Update 5.23.
PR: ports/114960
Submitted by: ijliao |
5.20 29 Apr 2007 23:45:29 |
shaun |
Upgrade to 5.20. |
5.14 05 Oct 2006 20:06:49 |
shaun |
Upgrade to 5.14. |
5.11 16 Aug 2006 15:00:26 |
shaun |
- Upgrade to 5.11.
- Builds with GCC 2.95 again.
- Add Ragel User's Guide to distfiles. |
5.10 14 Aug 2006 21:29:24 |
shaun |
Fix build on 4.x by requiring gcc 3.2+.
Reported by: pointyhat via kris |
5.10 09 Aug 2006 00:24:41 |
shaun |
Upgrade to 5.10.
ChangeLog: http://www.cs.queensu.ca/~thurston/ragel/ChangeLog |
5.7 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
5.7 05 Jun 2006 11:53:05 |
itetcu |
- Update to 5.7
- Add additional mirror
PR: ports/97524
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
Approved by: lawrance (mentor, implicit) |
5.6 29 Apr 2006 09:04:07 |
ehaupt |
Add an additional mirror.
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) |
5.6 04 Apr 2006 17:30:11 |
garga |
- Update to 5.6
- Pass maintainership to submitter
PR: ports/95280
Submitted by: Shaun Amott <shaun@inerd.com> |
5.5 30 Mar 2006 02:10:03 |
ijliao |
upgrade to 5.5 |
5.1 27 Dec 2005 10:04:54 |
ehaupt |
Update to 5.1
PR: 90925
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
4.1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
4.1 09 Sep 2005 18:24:50 |
lawrance |
Update to 4.1
PR: ports/85874
Submitted by: Ports Fury |
3.6 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.6 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.2_1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
2.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.2 07 Oct 2003 15:05:21 |
ijliao |
upgrade to 2.2 |
1.4.1 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
1.4.1 02 Jan 2003 18:38:02 |
ijliao |
upgrade to 1.4.1
PR: 45925
Submitted by: Ports Fury |
1.3.4 08 Nov 2002 14:13:23 |
ijliao |
upgrade to 1.3.4 |
1.3.3 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
1.3.3 23 Oct 2002 08:54:34 |
ijliao |
upgrade to 1.3.3. |
1.3.2 18 Oct 2002 21:48:19 |
obraun |
Upgrade to 1.3.2.
PR: 44224
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.3.1 16 Oct 2002 06:54:51 |
vanilla |
Upgrade to 1.3.1.
PR: ports/44110
Submitted by: Ports Fury. |
1.3.0 05 Sep 2002 04:24:35 |
ijliao |
upgrade to 1.3.0 |
1.2.2 27 May 2002 06:35:29 |
ijliao |
upgrade to 1.2.2 |
1.2.1 14 May 2002 06:46:49 |
ijliao |
upgrade to 1.2.1 |
1.2.0 06 May 2002 16:12:39 |
ijliao |
add ragel 1.2.0
Ragel State Machine Compiler |