notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
ragel Compile regular languages into executable C/C++ code
6.10_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.10_1Version of this port present on the latest quarterly branch.
Maintainer: adridg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-05-06 16:13:32
Last Update: 2024-01-21 20:48:11
Commit Hash: 35cfb28
People watching this port, also watch:: teapot, sdl, p5-File-Tail
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (151 items)
Collapse this list.
  1. /usr/local/share/licenses/ragel-6.10_1/catalog.mk
  2. /usr/local/share/licenses/ragel-6.10_1/LICENSE
  3. /usr/local/share/licenses/ragel-6.10_1/GPLv2
  4. /usr/local/share/licenses/ragel-6.10_1/GPLv3
  5. bin/ragel
  6. share/man/man1/ragel.1.gz
  7. @comment share/doc/ragel/bmconcat.pdf
  8. @comment share/doc/ragel/bmnull.pdf
  9. @comment share/doc/ragel/bmnum.pdf
  10. @comment share/doc/ragel/bmor.pdf
  11. @comment share/doc/ragel/bmrange.pdf
  12. @comment share/doc/ragel/bmregex.pdf
  13. @comment share/doc/ragel/comments1.pdf
  14. @comment share/doc/ragel/comments2.pdf
  15. @comment share/doc/ragel/conds1.pdf
  16. @comment share/doc/ragel/conds2.pdf
  17. @comment share/doc/ragel/dropdown.pdf
  18. @comment share/doc/ragel/entryguard.pdf
  19. @comment share/doc/ragel/exaction.pdf
  20. @comment share/doc/ragel/exallact.pdf
  21. @comment share/doc/ragel/exconcat.pdf
  22. @comment share/doc/ragel/exdoneact.pdf
  23. @comment share/doc/ragel/exinter.pdf
  24. @comment share/doc/ragel/exnegate.pdf
  25. @comment share/doc/ragel/exoption.pdf
  26. @comment share/doc/ragel/exor.pdf
  27. @comment share/doc/ragel/exoutact1.pdf
  28. @comment share/doc/ragel/exoutact2.pdf
  29. @comment share/doc/ragel/explus.pdf
  30. @comment share/doc/ragel/exstact.pdf
  31. @comment share/doc/ragel/exstar.pdf
  32. @comment share/doc/ragel/exstrongsubtr.pdf
  33. @comment share/doc/ragel/exsubtr.pdf
  34. @comment share/doc/ragel/finguard.pdf
  35. @comment share/doc/ragel/leftguard.pdf
  36. @comment share/doc/ragel/lines1.pdf
  37. @comment share/doc/ragel/lines2.pdf
  38. @comment share/doc/ragel/lmkleene.pdf
  39. @comment share/doc/ragel/opconcat.pdf
  40. @comment share/doc/ragel/opor.pdf
  41. @comment share/doc/ragel/opstar.pdf
  42. @comment share/doc/ragel/ragel-guide.pdf
  43. @comment share/doc/ragel/smallscanner.pdf
  44. @comment share/doc/ragel/stembed.pdf
  45. share/examples/ragel/Makefile
  46. share/examples/ragel/Makefile.am
  47. share/examples/ragel/Makefile.in
  48. share/examples/ragel/README
  49. share/examples/ragel/atoi1.rl
  50. share/examples/ragel/atoi2.rl
  51. share/examples/ragel/atoi3.rl
  52. share/examples/ragel/awkemu.rl
  53. share/examples/ragel/builtin.rl
  54. share/examples/ragel/call1.rl
  55. share/examples/ragel/call2.rl
  56. share/examples/ragel/call3.rl
  57. share/examples/ragel/checkeofact.txl
  58. share/examples/ragel/clang1.rl
  59. share/examples/ragel/clang2.rl
  60. share/examples/ragel/clang3.rl
  61. share/examples/ragel/clang4.rl
  62. share/examples/ragel/cond1.rl
  63. share/examples/ragel/cond2.rl
  64. share/examples/ragel/cond3.rl
  65. share/examples/ragel/cond4.rl
  66. share/examples/ragel/cond5.rl
  67. share/examples/ragel/cond6.rl
  68. share/examples/ragel/cond7.rl
  69. share/examples/ragel/cppscan1.h
  70. share/examples/ragel/cppscan1.rl
  71. share/examples/ragel/cppscan2.rl
  72. share/examples/ragel/cppscan3.rl
  73. share/examples/ragel/cppscan4.rl
  74. share/examples/ragel/cppscan5.rl
  75. share/examples/ragel/cppscan6.rl
  76. share/examples/ragel/element1.rl
  77. share/examples/ragel/element2.rl
  78. share/examples/ragel/element3.rl
  79. share/examples/ragel/eofact.h
  80. share/examples/ragel/eofact.rl
  81. share/examples/ragel/erract1.rl
  82. share/examples/ragel/erract2.rl
  83. share/examples/ragel/erract3.rl
  84. share/examples/ragel/erract4.rl
  85. share/examples/ragel/erract5.rl
  86. share/examples/ragel/erract6.rl
  87. share/examples/ragel/erract7.rl
  88. share/examples/ragel/erract8.rl
  89. share/examples/ragel/erract9.rl
  90. share/examples/ragel/export1.rl
  91. share/examples/ragel/export2.rl
  92. share/examples/ragel/export3.rl
  93. share/examples/ragel/export4.rl
  94. share/examples/ragel/fnext1.rl
  95. share/examples/ragel/forder1.rl
  96. share/examples/ragel/forder2.rl
  97. share/examples/ragel/forder3.rl
  98. share/examples/ragel/gotocallret1.rl
  99. share/examples/ragel/gotocallret2.rl
  100. share/examples/ragel/high1.rl
  101. share/examples/ragel/high2.rl
  102. share/examples/ragel/high3.rl
  103. share/examples/ragel/import1.rl
  104. share/examples/ragel/include1.rl
  105. share/examples/ragel/include2.rl
  106. share/examples/ragel/java1.rl
  107. share/examples/ragel/java2.rl
  108. share/examples/ragel/keller1.rl
  109. share/examples/ragel/langtrans_c.sh
  110. share/examples/ragel/langtrans_c.txl
  111. share/examples/ragel/langtrans_csharp.sh
  112. share/examples/ragel/langtrans_csharp.txl
  113. share/examples/ragel/langtrans_d.sh
  114. share/examples/ragel/langtrans_d.txl
  115. share/examples/ragel/langtrans_java.sh
  116. share/examples/ragel/langtrans_java.txl
  117. share/examples/ragel/langtrans_ruby.sh
  118. share/examples/ragel/langtrans_ruby.txl
  119. share/examples/ragel/lmgoto.rl
  120. share/examples/ragel/mailbox1.h
  121. share/examples/ragel/mailbox1.rl
  122. share/examples/ragel/mailbox2.rl
  123. share/examples/ragel/mailbox3.rl
  124. share/examples/ragel/minimize1.rl
  125. share/examples/ragel/patact.rl
  126. share/examples/ragel/range.rl
  127. share/examples/ragel/recdescent1.rl
  128. share/examples/ragel/recdescent2.rl
  129. share/examples/ragel/recdescent3.rl
  130. share/examples/ragel/repetition.rl
  131. share/examples/ragel/rlscan.rl
  132. share/examples/ragel/ruby1.rl
  133. share/examples/ragel/runtests
  134. share/examples/ragel/runtests.in
  135. share/examples/ragel/scan1.rl
  136. share/examples/ragel/scan2.rl
  137. share/examples/ragel/scan3.rl
  138. share/examples/ragel/scan4.rl
  139. share/examples/ragel/stateact1.rl
  140. share/examples/ragel/statechart1.rl
  141. share/examples/ragel/strings1.rl
  142. share/examples/ragel/strings2.h
  143. share/examples/ragel/strings2.rl
  144. share/examples/ragel/testcase.txl
  145. share/examples/ragel/tokstart1.rl
  146. share/examples/ragel/union.rl
  147. share/examples/ragel/xml.rl
  148. share/examples/ragel/xmlcommon.rl
  149. @owner
  150. @group
  151. @mode
Collapse this list.
Dependency lines:
  • ragel>0:devel/ragel
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):
ragel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.10_16.10_16.10_16.10_16.10_1-6.10_1-
FreeBSD:13:quarterly6.10_16.10_16.10_16.10_16.10_16.10_16.10_16.10_1
FreeBSD:14:latest6.10_16.10_16.10_16.10_16.10_16.10_1-6.10_1
FreeBSD:14:quarterly6.10_16.10_1-6.10_16.10_16.10_16.10_16.10_1
FreeBSD:15:latest6.10_16.10_1n/a6.10_1n/a6.10_16.10_16.10_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Build
  1. devel/hyperscan
  2. devel/z88dk
  3. dns/gdnsd2
  4. graphics/hiptext
  5. graphics/inkscape
  6. mail/rspamd
  7. mail/rspamd-devel
Expand this list (10 items / 3 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. math/lib2geom
  3. net/tcpproxy
  4. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. dns/powerdns-devel*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. misc/rubygem-ohcount*
  2. Collapse this list of deleted ports.
* - 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.colm.net/files/ragel/
Collapse this list.

There are no commits on branch 2022Q3 for this port