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
Port details on branch 2025Q2
re2c Lexer generator for C, C++ and Go with a focus on generating fast code
4.3 devel on this many watch lists=30 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2025-11-11 07:17:11
Commit Hash: 793bdd0
People watching this port, also watch:: libiconv, p5-Net-SSLeay, libxml2, p5-URI, p5-HTML-Parser
License: PD
WWW:
https://re2c.org/
https://github.com/skvadrik/re2c
Description:
Re2c is a free and open-source lexer generator for C, C++ and Go with a focus on generating fast code. It compiles regular expression specifications to deterministic finite automata and encodes them in the form of conditional jumps in the target language. This approach is generally faster than table-based lexers, and the generated code is easier to debug and understand. A flexible user interface allows one to adapt the generated lexer to a particular environment and input model, avoiding the overhead on unnecessary checks and buffers. Re2c is based on the lookahead TDFA algorithm that allows it to perform fast and lightweight submatch extraction.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (598 items)
Collapse this list.
  1. /usr/local/share/licenses/re2c-4.3/catalog.mk
  2. /usr/local/share/licenses/re2c-4.3/LICENSE
  3. /usr/local/share/licenses/re2c-4.3/PD
  4. bin/re2c
  5. bin/re2d
  6. bin/re2go
  7. bin/re2hs
  8. bin/re2java
  9. bin/re2js
  10. bin/re2ocaml
  11. bin/re2py
  12. bin/re2rust
  13. bin/re2swift
  14. bin/re2v
  15. bin/re2zig
  16. lib/libre2c.so
  17. share/examples/re2c/c/01_basic.c
  18. share/examples/re2c/c/01_basic.re
  19. share/examples/re2c/c/__run_all.sh
  20. share/examples/re2c/c/conditions/parse_u32_blocks.c
  21. share/examples/re2c/c/conditions/parse_u32_blocks.re
  22. share/examples/re2c/c/conditions/parse_u32_conditions.c
  23. share/examples/re2c/c/conditions/parse_u32_conditions.re
  24. share/examples/re2c/c/encodings/unicode_identifier.c
  25. share/examples/re2c/c/encodings/unicode_identifier.re
  26. share/examples/re2c/c/eof/01_sentinel.c
  27. share/examples/re2c/c/eof/01_sentinel.re
  28. share/examples/re2c/c/eof/02_bounds_checking.c
  29. share/examples/re2c/c/eof/02_bounds_checking.re
  30. share/examples/re2c/c/eof/03_eof_rule.c
  31. share/examples/re2c/c/eof/03_eof_rule.re
  32. share/examples/re2c/c/eof/04_fake_sentinel.c
  33. share/examples/re2c/c/eof/04_fake_sentinel.re
  34. share/examples/re2c/c/eof/05_fake_sentinel_eof_rule.c
  35. share/examples/re2c/c/eof/05_fake_sentinel_eof_rule.re
  36. share/examples/re2c/c/fill/01_fill.c
  37. share/examples/re2c/c/fill/01_fill.re
  38. share/examples/re2c/c/fill/02_fill.c
  39. share/examples/re2c/c/fill/02_fill.re
  40. share/examples/re2c/c/generic_api/ifstream.c
  41. share/examples/re2c/c/generic_api/ifstream.re
  42. share/examples/re2c/c/headers/header.c
  43. share/examples/re2c/c/headers/header.re
  44. share/examples/re2c/c/headers/lexer/state.h
  45. share/examples/re2c/c/includes/definitions.h
  46. share/examples/re2c/c/includes/extra_rules.re.inc
  47. share/examples/re2c/c/includes/include.c
  48. share/examples/re2c/c/includes/include.re
  49. share/examples/re2c/c/real_world/cxx98.c
  50. share/examples/re2c/c/real_world/cxx98.re
  51. share/examples/re2c/c/reuse/braille.c
  52. share/examples/re2c/c/reuse/braille.re
  53. share/examples/re2c/c/reuse/braille.ucs2.txt
  54. share/examples/re2c/c/reuse/braille.utf16.txt
  55. share/examples/re2c/c/reuse/braille.utf32.txt
  56. share/examples/re2c/c/reuse/braille.utf8.txt
  57. share/examples/re2c/c/reuse/reuse.c
  58. share/examples/re2c/c/reuse/reuse.re
  59. share/examples/re2c/c/reuse/usedir.c
  60. share/examples/re2c/c/reuse/usedir.re
  61. share/examples/re2c/c/state/push.c
  62. share/examples/re2c/c/state/push.re
  63. share/examples/re2c/c/submatch/01_stags.c
  64. share/examples/re2c/c/submatch/01_stags.re
  65. share/examples/re2c/c/submatch/01_stags_fill.c
  66. share/examples/re2c/c/submatch/01_stags_fill.re
  67. share/examples/re2c/c/submatch/02_mtags.c
  68. share/examples/re2c/c/submatch/02_mtags.re
  69. share/examples/re2c/c/submatch/03_captures.c
  70. share/examples/re2c/c/submatch/03_captures.re
  71. share/examples/re2c/c/submatch/04_posix_captures.c
  72. share/examples/re2c/c/submatch/04_posix_captures.re
  73. share/examples/re2c/c/submatch/http_rfc7230.c
  74. share/examples/re2c/c/submatch/http_rfc7230.re
  75. share/examples/re2c/c/submatch/parse_etc_passwd.c
  76. share/examples/re2c/c/submatch/parse_etc_passwd.re
  77. share/examples/re2c/c/submatch/parse_options.c
  78. share/examples/re2c/c/submatch/parse_options.re
  79. share/examples/re2c/c/submatch/parse_records.c
  80. share/examples/re2c/c/submatch/parse_records.re
  81. share/examples/re2c/c/submatch/uri_rfc3986.c
  82. share/examples/re2c/c/submatch/uri_rfc3986.re
  83. share/examples/re2c/d/01_basic.d
  84. share/examples/re2c/d/01_basic.re
  85. share/examples/re2c/d/__run_all.sh
  86. share/examples/re2c/d/conditions/parse_u32_blocks.d
  87. share/examples/re2c/d/conditions/parse_u32_blocks.re
  88. share/examples/re2c/d/conditions/parse_u32_conditions.d
  89. share/examples/re2c/d/conditions/parse_u32_conditions.re
  90. share/examples/re2c/d/encodings/unicode_identifier.d
  91. share/examples/re2c/d/encodings/unicode_identifier.re
  92. share/examples/re2c/d/eof/01_sentinel.d
  93. share/examples/re2c/d/eof/01_sentinel.re
  94. share/examples/re2c/d/eof/02_bounds_checking.d
  95. share/examples/re2c/d/eof/02_bounds_checking.re
  96. share/examples/re2c/d/eof/03_eof_rule.d
  97. share/examples/re2c/d/eof/03_eof_rule.re
  98. share/examples/re2c/d/eof/04_fake_sentinel.d
  99. share/examples/re2c/d/eof/04_fake_sentinel.re
  100. share/examples/re2c/d/fill/01_fill.d
  101. share/examples/re2c/d/fill/01_fill.re
  102. share/examples/re2c/d/fill/02_fill.d
  103. share/examples/re2c/d/fill/02_fill.re
  104. share/examples/re2c/d/headers/header.d
  105. share/examples/re2c/d/headers/header.re
  106. share/examples/re2c/d/headers/lexer/state.d
  107. share/examples/re2c/d/includes/definitions.d
  108. share/examples/re2c/d/includes/extra_rules.re.inc
  109. share/examples/re2c/d/includes/include.d
  110. share/examples/re2c/d/includes/include.re
  111. share/examples/re2c/d/reuse/reuse.d
  112. share/examples/re2c/d/reuse/reuse.re
  113. share/examples/re2c/d/reuse/usedir.d
  114. share/examples/re2c/d/reuse/usedir.re
  115. share/examples/re2c/d/state/push.d
  116. share/examples/re2c/d/state/push.re
  117. share/examples/re2c/d/submatch/01_stags.d
  118. share/examples/re2c/d/submatch/01_stags.re
  119. share/examples/re2c/d/submatch/01_stags_fill.d
  120. share/examples/re2c/d/submatch/01_stags_fill.re
  121. share/examples/re2c/d/submatch/02_mtags.d
  122. share/examples/re2c/d/submatch/02_mtags.re
  123. share/examples/re2c/d/submatch/03_captures.d
  124. share/examples/re2c/d/submatch/03_captures.re
  125. share/examples/re2c/d/submatch/04_posix_captures.d
  126. share/examples/re2c/d/submatch/04_posix_captures.re
  127. share/examples/re2c/go/01_basic.go
  128. share/examples/re2c/go/01_basic.re
  129. share/examples/re2c/go/__run_all.sh
  130. share/examples/re2c/go/conditions/parse_u32_blocks.go
  131. share/examples/re2c/go/conditions/parse_u32_blocks.re
  132. share/examples/re2c/go/conditions/parse_u32_conditions.go
  133. share/examples/re2c/go/conditions/parse_u32_conditions.re
  134. share/examples/re2c/go/encodings/unicode_identifier.go
  135. share/examples/re2c/go/encodings/unicode_identifier.re
  136. share/examples/re2c/go/eof/01_sentinel.go
  137. share/examples/re2c/go/eof/01_sentinel.re
  138. share/examples/re2c/go/eof/02_bounds_checking.go
  139. share/examples/re2c/go/eof/02_bounds_checking.re
  140. share/examples/re2c/go/eof/03_eof_rule.go
  141. share/examples/re2c/go/eof/03_eof_rule.re
  142. share/examples/re2c/go/eof/04_fake_sentinel.go
  143. share/examples/re2c/go/eof/04_fake_sentinel.re
  144. share/examples/re2c/go/fill/01_fill.go
  145. share/examples/re2c/go/fill/01_fill.re
  146. share/examples/re2c/go/fill/02_fill.go
  147. share/examples/re2c/go/fill/02_fill.re
  148. share/examples/re2c/go/headers/header.go
  149. share/examples/re2c/go/headers/header.re
  150. share/examples/re2c/go/headers/lexer/state.go
  151. share/examples/re2c/go/includes/definitions.go
  152. share/examples/re2c/go/includes/extra_rules.re.inc
  153. share/examples/re2c/go/includes/include.go
  154. share/examples/re2c/go/includes/include.re
  155. share/examples/re2c/go/reuse/reuse.go
  156. share/examples/re2c/go/reuse/reuse.re
  157. share/examples/re2c/go/reuse/usedir.go
  158. share/examples/re2c/go/reuse/usedir.re
  159. share/examples/re2c/go/state/push.go
  160. share/examples/re2c/go/state/push.re
  161. share/examples/re2c/go/submatch/01_stags.go
  162. share/examples/re2c/go/submatch/01_stags.re
  163. share/examples/re2c/go/submatch/01_stags_fill.go
  164. share/examples/re2c/go/submatch/01_stags_fill.re
  165. share/examples/re2c/go/submatch/02_mtags.go
  166. share/examples/re2c/go/submatch/02_mtags.re
  167. share/examples/re2c/go/submatch/03_captures.go
  168. share/examples/re2c/go/submatch/03_captures.re
  169. share/examples/re2c/go/submatch/04_posix_captures.go
  170. share/examples/re2c/go/submatch/04_posix_captures.re
  171. share/examples/re2c/haskell/01_basic.hs
  172. share/examples/re2c/haskell/01_basic.re
  173. share/examples/re2c/haskell/__run_all.sh
  174. share/examples/re2c/haskell/conditions/parse_u32_blocks.hs
  175. share/examples/re2c/haskell/conditions/parse_u32_blocks.re
  176. share/examples/re2c/haskell/conditions/parse_u32_conditions.hs
  177. share/examples/re2c/haskell/conditions/parse_u32_conditions.re
  178. share/examples/re2c/haskell/encodings/unicode_identifier.hs
  179. share/examples/re2c/haskell/encodings/unicode_identifier.re
  180. share/examples/re2c/haskell/eof/01_sentinel.hs
  181. share/examples/re2c/haskell/eof/01_sentinel.re
  182. share/examples/re2c/haskell/eof/02_bounds_checking.hs
  183. share/examples/re2c/haskell/eof/02_bounds_checking.re
  184. share/examples/re2c/haskell/eof/03_eof_rule.hs
  185. share/examples/re2c/haskell/eof/03_eof_rule.re
  186. share/examples/re2c/haskell/eof/04_fake_sentinel.hs
  187. share/examples/re2c/haskell/eof/04_fake_sentinel.re
  188. share/examples/re2c/haskell/fill/01_fill.hs
  189. share/examples/re2c/haskell/fill/01_fill.re
  190. share/examples/re2c/haskell/fill/02_fill.hs
  191. share/examples/re2c/haskell/fill/02_fill.re
  192. share/examples/re2c/haskell/headers/header.hs
  193. share/examples/re2c/haskell/headers/header.re
  194. share/examples/re2c/haskell/headers/lexer/state.hs
  195. share/examples/re2c/haskell/includes/definitions.hs
  196. share/examples/re2c/haskell/includes/extra_rules.re.inc
  197. share/examples/re2c/haskell/includes/include.hs
  198. share/examples/re2c/haskell/includes/include.re
  199. share/examples/re2c/haskell/reuse/reuse.hs
  200. share/examples/re2c/haskell/reuse/reuse.re
  201. share/examples/re2c/haskell/reuse/usedir.hs
  202. share/examples/re2c/haskell/reuse/usedir.re
  203. share/examples/re2c/haskell/state/push.hs
  204. share/examples/re2c/haskell/state/push.re
  205. share/examples/re2c/haskell/submatch/01_stags.hs
  206. share/examples/re2c/haskell/submatch/01_stags.re
  207. share/examples/re2c/haskell/submatch/01_stags_fill.hs
  208. share/examples/re2c/haskell/submatch/01_stags_fill.re
  209. share/examples/re2c/haskell/submatch/02_mtags.hs
  210. share/examples/re2c/haskell/submatch/02_mtags.re
  211. share/examples/re2c/haskell/submatch/03_captures.hs
  212. share/examples/re2c/haskell/submatch/03_captures.re
  213. share/examples/re2c/java/01_basic.java
  214. share/examples/re2c/java/01_basic.re
  215. share/examples/re2c/java/__run_all.sh
  216. share/examples/re2c/java/conditions/parse_u32_blocks.java
  217. share/examples/re2c/java/conditions/parse_u32_blocks.re
  218. share/examples/re2c/java/conditions/parse_u32_conditions.java
  219. share/examples/re2c/java/conditions/parse_u32_conditions.re
  220. share/examples/re2c/java/encodings/unicode_identifier.java
  221. share/examples/re2c/java/encodings/unicode_identifier.re
  222. share/examples/re2c/java/eof/01_sentinel.java
  223. share/examples/re2c/java/eof/01_sentinel.re
  224. share/examples/re2c/java/eof/02_bounds_checking.java
  225. share/examples/re2c/java/eof/02_bounds_checking.re
  226. share/examples/re2c/java/eof/03_eof_rule.java
  227. share/examples/re2c/java/eof/03_eof_rule.re
  228. share/examples/re2c/java/eof/04_fake_sentinel.java
  229. share/examples/re2c/java/eof/04_fake_sentinel.re
  230. share/examples/re2c/java/fill/01_fill.java
  231. share/examples/re2c/java/fill/01_fill.re
  232. share/examples/re2c/java/fill/02_fill.java
  233. share/examples/re2c/java/fill/02_fill.re
  234. share/examples/re2c/java/headers/header.java
  235. share/examples/re2c/java/headers/header.re
  236. share/examples/re2c/java/headers/lexer/state.java
  237. share/examples/re2c/java/includes/definitions.java
  238. share/examples/re2c/java/includes/extra_rules.re.inc
  239. share/examples/re2c/java/includes/include.java
  240. share/examples/re2c/java/includes/include.re
  241. share/examples/re2c/java/reuse/reuse.java
  242. share/examples/re2c/java/reuse/reuse.re
  243. share/examples/re2c/java/reuse/usedir.java
  244. share/examples/re2c/java/reuse/usedir.re
  245. share/examples/re2c/java/state/push.java
  246. share/examples/re2c/java/state/push.re
  247. share/examples/re2c/java/submatch/01_stags.java
  248. share/examples/re2c/java/submatch/01_stags.re
  249. share/examples/re2c/java/submatch/01_stags_fill.java
  250. share/examples/re2c/java/submatch/01_stags_fill.re
  251. share/examples/re2c/java/submatch/02_mtags.java
  252. share/examples/re2c/java/submatch/02_mtags.re
  253. share/examples/re2c/java/submatch/03_captures.java
  254. share/examples/re2c/java/submatch/03_captures.re
  255. share/examples/re2c/java/submatch/04_posix_captures.java
  256. share/examples/re2c/java/submatch/04_posix_captures.re
  257. share/examples/re2c/js/01_basic.js
  258. share/examples/re2c/js/01_basic.re
  259. share/examples/re2c/js/__run_all.sh
  260. share/examples/re2c/js/conditions/parse_u32_blocks.js
  261. share/examples/re2c/js/conditions/parse_u32_blocks.re
  262. share/examples/re2c/js/conditions/parse_u32_conditions.js
  263. share/examples/re2c/js/conditions/parse_u32_conditions.re
  264. share/examples/re2c/js/encodings/unicode_identifier.js
  265. share/examples/re2c/js/encodings/unicode_identifier.re
  266. share/examples/re2c/js/eof/01_sentinel.js
  267. share/examples/re2c/js/eof/01_sentinel.re
  268. share/examples/re2c/js/eof/02_bounds_checking.js
  269. share/examples/re2c/js/eof/02_bounds_checking.re
  270. share/examples/re2c/js/eof/03_eof_rule.js
  271. share/examples/re2c/js/eof/03_eof_rule.re
  272. share/examples/re2c/js/eof/04_fake_sentinel.js
  273. share/examples/re2c/js/eof/04_fake_sentinel.re
  274. share/examples/re2c/js/fill/01_fill.js
  275. share/examples/re2c/js/fill/01_fill.re
  276. share/examples/re2c/js/fill/02_fill.js
  277. share/examples/re2c/js/fill/02_fill.re
  278. share/examples/re2c/js/headers/header.js
  279. share/examples/re2c/js/headers/header.re
  280. share/examples/re2c/js/headers/lexer/state.js
  281. share/examples/re2c/js/includes/definitions.js
  282. share/examples/re2c/js/includes/extra_rules.re.inc
  283. share/examples/re2c/js/includes/include.js
  284. share/examples/re2c/js/includes/include.re
  285. share/examples/re2c/js/reuse/reuse.js
  286. share/examples/re2c/js/reuse/reuse.re
  287. share/examples/re2c/js/reuse/usedir.js
  288. share/examples/re2c/js/reuse/usedir.re
  289. share/examples/re2c/js/state/push.js
  290. share/examples/re2c/js/state/push.re
  291. share/examples/re2c/js/submatch/01_stags.js
  292. share/examples/re2c/js/submatch/01_stags.re
  293. share/examples/re2c/js/submatch/01_stags_fill.js
  294. share/examples/re2c/js/submatch/01_stags_fill.re
  295. share/examples/re2c/js/submatch/02_mtags.js
  296. share/examples/re2c/js/submatch/02_mtags.re
  297. share/examples/re2c/js/submatch/03_captures.js
  298. share/examples/re2c/js/submatch/03_captures.re
  299. share/examples/re2c/js/submatch/04_posix_captures.js
  300. share/examples/re2c/js/submatch/04_posix_captures.re
  301. share/examples/re2c/ocaml/01_basic.ml
  302. share/examples/re2c/ocaml/01_basic.re
  303. share/examples/re2c/ocaml/__run_all.sh
  304. share/examples/re2c/ocaml/conditions/parse_u32_blocks.ml
  305. share/examples/re2c/ocaml/conditions/parse_u32_blocks.re
  306. share/examples/re2c/ocaml/conditions/parse_u32_conditions.ml
  307. share/examples/re2c/ocaml/conditions/parse_u32_conditions.re
  308. share/examples/re2c/ocaml/encodings/unicode_identifier.ml
  309. share/examples/re2c/ocaml/encodings/unicode_identifier.re
  310. share/examples/re2c/ocaml/eof/01_sentinel.ml
  311. share/examples/re2c/ocaml/eof/01_sentinel.re
  312. share/examples/re2c/ocaml/eof/02_bounds_checking.ml
  313. share/examples/re2c/ocaml/eof/02_bounds_checking.re
  314. share/examples/re2c/ocaml/eof/03_eof_rule.ml
  315. share/examples/re2c/ocaml/eof/03_eof_rule.re
  316. share/examples/re2c/ocaml/eof/04_fake_sentinel.ml
  317. share/examples/re2c/ocaml/eof/04_fake_sentinel.re
  318. share/examples/re2c/ocaml/fill/01_fill.ml
  319. share/examples/re2c/ocaml/fill/01_fill.re
  320. share/examples/re2c/ocaml/fill/02_fill.ml
  321. share/examples/re2c/ocaml/fill/02_fill.re
  322. share/examples/re2c/ocaml/headers/header.ml
  323. share/examples/re2c/ocaml/headers/header.re
  324. share/examples/re2c/ocaml/headers/lexer/state.ml
  325. share/examples/re2c/ocaml/includes/definitions.ml
  326. share/examples/re2c/ocaml/includes/extra_rules.re.inc
  327. share/examples/re2c/ocaml/includes/include.ml
  328. share/examples/re2c/ocaml/includes/include.re
  329. share/examples/re2c/ocaml/reuse/reuse.ml
  330. share/examples/re2c/ocaml/reuse/reuse.re
  331. share/examples/re2c/ocaml/reuse/usedir.ml
  332. share/examples/re2c/ocaml/reuse/usedir.re
  333. share/examples/re2c/ocaml/state/push.ml
  334. share/examples/re2c/ocaml/state/push.re
  335. share/examples/re2c/ocaml/submatch/01_stags.ml
  336. share/examples/re2c/ocaml/submatch/01_stags.re
  337. share/examples/re2c/ocaml/submatch/01_stags_fill.ml
  338. share/examples/re2c/ocaml/submatch/01_stags_fill.re
  339. share/examples/re2c/ocaml/submatch/02_mtags.ml
  340. share/examples/re2c/ocaml/submatch/02_mtags.re
  341. share/examples/re2c/ocaml/submatch/03_captures.ml
  342. share/examples/re2c/ocaml/submatch/03_captures.re
  343. share/examples/re2c/ocaml/submatch/04_posix_captures.ml
  344. share/examples/re2c/ocaml/submatch/04_posix_captures.re
  345. share/examples/re2c/python/01_basic.py
  346. share/examples/re2c/python/01_basic.re
  347. share/examples/re2c/python/__run_all.sh
  348. share/examples/re2c/python/conditions/parse_u32_blocks.py
  349. share/examples/re2c/python/conditions/parse_u32_blocks.re
  350. share/examples/re2c/python/conditions/parse_u32_conditions.py
  351. share/examples/re2c/python/conditions/parse_u32_conditions.re
  352. share/examples/re2c/python/encodings/unicode_identifier.py
  353. share/examples/re2c/python/encodings/unicode_identifier.re
  354. share/examples/re2c/python/eof/01_sentinel.py
  355. share/examples/re2c/python/eof/01_sentinel.re
  356. share/examples/re2c/python/eof/02_bounds_checking.py
  357. share/examples/re2c/python/eof/02_bounds_checking.re
  358. share/examples/re2c/python/eof/03_eof_rule.py
  359. share/examples/re2c/python/eof/03_eof_rule.re
  360. share/examples/re2c/python/eof/04_fake_sentinel.py
  361. share/examples/re2c/python/eof/04_fake_sentinel.re
  362. share/examples/re2c/python/fill/01_fill.py
  363. share/examples/re2c/python/fill/01_fill.re
  364. share/examples/re2c/python/fill/02_fill.py
  365. share/examples/re2c/python/fill/02_fill.re
  366. share/examples/re2c/python/headers/header.py
  367. share/examples/re2c/python/headers/header.re
  368. share/examples/re2c/python/headers/lexer/__init__.py
  369. share/examples/re2c/python/headers/lexer/state.py
  370. share/examples/re2c/python/includes/definitions.py
  371. share/examples/re2c/python/includes/extra_rules.re.inc
  372. share/examples/re2c/python/includes/include.py
  373. share/examples/re2c/python/includes/include.re
  374. share/examples/re2c/python/reuse/reuse.py
  375. share/examples/re2c/python/reuse/reuse.re
  376. share/examples/re2c/python/reuse/usedir.py
  377. share/examples/re2c/python/reuse/usedir.re
  378. share/examples/re2c/python/state/push.py
  379. share/examples/re2c/python/state/push.re
  380. share/examples/re2c/python/submatch/01_stags.py
  381. share/examples/re2c/python/submatch/01_stags.re
  382. share/examples/re2c/python/submatch/01_stags_fill.py
  383. share/examples/re2c/python/submatch/01_stags_fill.re
  384. share/examples/re2c/python/submatch/02_mtags.py
  385. share/examples/re2c/python/submatch/02_mtags.re
  386. share/examples/re2c/python/submatch/03_captures.py
  387. share/examples/re2c/python/submatch/03_captures.re
  388. share/examples/re2c/python/submatch/04_posix_captures.py
  389. share/examples/re2c/python/submatch/04_posix_captures.re
  390. share/examples/re2c/rust/01_basic.re
  391. share/examples/re2c/rust/01_basic.rs
  392. share/examples/re2c/rust/__run_all.sh
  393. share/examples/re2c/rust/conditions/parse_u32_blocks.re
  394. share/examples/re2c/rust/conditions/parse_u32_blocks.rs
  395. share/examples/re2c/rust/conditions/parse_u32_conditions.re
  396. share/examples/re2c/rust/conditions/parse_u32_conditions.rs
  397. share/examples/re2c/rust/encodings/unicode_identifier.re
  398. share/examples/re2c/rust/encodings/unicode_identifier.rs
  399. share/examples/re2c/rust/eof/01_sentinel.re
  400. share/examples/re2c/rust/eof/01_sentinel.rs
  401. share/examples/re2c/rust/eof/02_bounds_checking.re
  402. share/examples/re2c/rust/eof/02_bounds_checking.rs
  403. share/examples/re2c/rust/eof/03_eof_rule.re
  404. share/examples/re2c/rust/eof/03_eof_rule.rs
  405. share/examples/re2c/rust/eof/04_fake_sentinel.re
  406. share/examples/re2c/rust/eof/04_fake_sentinel.rs
  407. share/examples/re2c/rust/fill/01_fill.re
  408. share/examples/re2c/rust/fill/01_fill.rs
  409. share/examples/re2c/rust/fill/02_fill.re
  410. share/examples/re2c/rust/fill/02_fill.rs
  411. share/examples/re2c/rust/headers/header.re
  412. share/examples/re2c/rust/headers/header.rs
  413. share/examples/re2c/rust/headers/lexer/mod.rs
  414. share/examples/re2c/rust/headers/lexer/state.rs
  415. share/examples/re2c/rust/includes/definitions.rs
  416. share/examples/re2c/rust/includes/extra_rules.re.inc
  417. share/examples/re2c/rust/includes/include.re
  418. share/examples/re2c/rust/includes/include.rs
  419. share/examples/re2c/rust/real_world/c.re
  420. share/examples/re2c/rust/real_world/c.rs
  421. share/examples/re2c/rust/reuse/reuse.re
  422. share/examples/re2c/rust/reuse/reuse.rs
  423. share/examples/re2c/rust/reuse/usedir.re
  424. share/examples/re2c/rust/reuse/usedir.rs
  425. share/examples/re2c/rust/state/push.re
  426. share/examples/re2c/rust/state/push.rs
  427. share/examples/re2c/rust/submatch/01_stags.re
  428. share/examples/re2c/rust/submatch/01_stags.rs
  429. share/examples/re2c/rust/submatch/01_stags_fill.re
  430. share/examples/re2c/rust/submatch/01_stags_fill.rs
  431. share/examples/re2c/rust/submatch/02_mtags.re
  432. share/examples/re2c/rust/submatch/02_mtags.rs
  433. share/examples/re2c/rust/submatch/03_captures.re
  434. share/examples/re2c/rust/submatch/03_captures.rs
  435. share/examples/re2c/rust/submatch/04_posix_captures.re
  436. share/examples/re2c/rust/submatch/04_posix_captures.rs
  437. share/examples/re2c/swift/01_basic.re
  438. share/examples/re2c/swift/01_basic.swift
  439. share/examples/re2c/swift/__run_all.sh
  440. share/examples/re2c/swift/conditions/parse_u32_blocks.re
  441. share/examples/re2c/swift/conditions/parse_u32_blocks.swift
  442. share/examples/re2c/swift/conditions/parse_u32_conditions.re
  443. share/examples/re2c/swift/conditions/parse_u32_conditions.swift
  444. share/examples/re2c/swift/encodings/unicode_identifier.re
  445. share/examples/re2c/swift/encodings/unicode_identifier.swift
  446. share/examples/re2c/swift/eof/01_sentinel.re
  447. share/examples/re2c/swift/eof/01_sentinel.swift
  448. share/examples/re2c/swift/eof/02_bounds_checking.re
  449. share/examples/re2c/swift/eof/02_bounds_checking.swift
  450. share/examples/re2c/swift/eof/03_eof_rule.re
  451. share/examples/re2c/swift/eof/03_eof_rule.swift
  452. share/examples/re2c/swift/eof/04_fake_sentinel.re
  453. share/examples/re2c/swift/eof/04_fake_sentinel.swift
  454. share/examples/re2c/swift/eof/05_fake_sentinel_eof_rule.re
  455. share/examples/re2c/swift/eof/05_fake_sentinel_eof_rule.swift
  456. share/examples/re2c/swift/fill/01_fill.re
  457. share/examples/re2c/swift/fill/01_fill.swift
  458. share/examples/re2c/swift/fill/02_fill.re
  459. share/examples/re2c/swift/fill/02_fill.swift
  460. share/examples/re2c/swift/headers/header.re
  461. share/examples/re2c/swift/headers/header.swift
  462. share/examples/re2c/swift/headers/lexer/state.swift
  463. share/examples/re2c/swift/includes/definitions.swift
  464. share/examples/re2c/swift/includes/extra_rules.re.inc
  465. share/examples/re2c/swift/includes/include.re
  466. share/examples/re2c/swift/includes/include.swift
  467. share/examples/re2c/swift/reuse/reuse.re
  468. share/examples/re2c/swift/reuse/reuse.swift
  469. share/examples/re2c/swift/reuse/usedir.re
  470. share/examples/re2c/swift/reuse/usedir.swift
  471. share/examples/re2c/swift/state/push.re
  472. share/examples/re2c/swift/state/push.swift
  473. share/examples/re2c/swift/submatch/01_stags.re
  474. share/examples/re2c/swift/submatch/01_stags.swift
  475. share/examples/re2c/swift/submatch/01_stags_fill.re
  476. share/examples/re2c/swift/submatch/01_stags_fill.swift
  477. share/examples/re2c/swift/submatch/02_mtags.re
  478. share/examples/re2c/swift/submatch/02_mtags.swift
  479. share/examples/re2c/swift/submatch/03_captures.re
  480. share/examples/re2c/swift/submatch/03_captures.swift
  481. share/examples/re2c/swift/submatch/04_posix_captures.re
  482. share/examples/re2c/swift/submatch/04_posix_captures.swift
  483. share/examples/re2c/v/01_basic.re
  484. share/examples/re2c/v/01_basic.v
  485. share/examples/re2c/v/__run_all.sh
  486. share/examples/re2c/v/conditions/parse_u32_blocks.re
  487. share/examples/re2c/v/conditions/parse_u32_blocks.v
  488. share/examples/re2c/v/conditions/parse_u32_conditions.re
  489. share/examples/re2c/v/conditions/parse_u32_conditions.v
  490. share/examples/re2c/v/encodings/unicode_identifier.re
  491. share/examples/re2c/v/encodings/unicode_identifier.v
  492. share/examples/re2c/v/eof/01_sentinel.re
  493. share/examples/re2c/v/eof/01_sentinel.v
  494. share/examples/re2c/v/eof/02_bounds_checking.re
  495. share/examples/re2c/v/eof/02_bounds_checking.v
  496. share/examples/re2c/v/eof/03_eof_rule.re
  497. share/examples/re2c/v/eof/03_eof_rule.v
  498. share/examples/re2c/v/eof/04_fake_sentinel.re
  499. share/examples/re2c/v/eof/04_fake_sentinel.v
  500. share/examples/re2c/v/fill/01_fill.re
  501. share/examples/re2c/v/fill/01_fill.v
  502. share/examples/re2c/v/fill/02_fill.re
  503. share/examples/re2c/v/fill/02_fill.v
  504. share/examples/re2c/v/headers/header.re
  505. share/examples/re2c/v/headers/header.v
  506. share/examples/re2c/v/headers/lexer/state.v
  507. share/examples/re2c/v/includes/definitions.v
  508. share/examples/re2c/v/includes/extra_rules.re.inc
  509. share/examples/re2c/v/includes/include.re
  510. share/examples/re2c/v/includes/include.v
  511. share/examples/re2c/v/reuse/reuse.re
  512. share/examples/re2c/v/reuse/reuse.v
  513. share/examples/re2c/v/reuse/usedir.re
  514. share/examples/re2c/v/reuse/usedir.v
  515. share/examples/re2c/v/state/push.re
  516. share/examples/re2c/v/state/push.v
  517. share/examples/re2c/v/submatch/01_stags.re
  518. share/examples/re2c/v/submatch/01_stags.v
  519. share/examples/re2c/v/submatch/01_stags_fill.re
  520. share/examples/re2c/v/submatch/01_stags_fill.v
  521. share/examples/re2c/v/submatch/02_mtags.re
  522. share/examples/re2c/v/submatch/02_mtags.v
  523. share/examples/re2c/v/submatch/03_captures.re
  524. share/examples/re2c/v/submatch/03_captures.v
  525. share/examples/re2c/v/submatch/04_posix_captures.re
  526. share/examples/re2c/v/submatch/04_posix_captures.v
  527. share/examples/re2c/zig/01_basic.re
  528. share/examples/re2c/zig/01_basic.zig
  529. share/examples/re2c/zig/__run_all.sh
  530. share/examples/re2c/zig/conditions/parse_u32_blocks.re
  531. share/examples/re2c/zig/conditions/parse_u32_blocks.zig
  532. share/examples/re2c/zig/conditions/parse_u32_conditions.re
  533. share/examples/re2c/zig/conditions/parse_u32_conditions.zig
  534. share/examples/re2c/zig/encodings/unicode_identifier.re
  535. share/examples/re2c/zig/encodings/unicode_identifier.zig
  536. share/examples/re2c/zig/eof/01_sentinel.re
  537. share/examples/re2c/zig/eof/01_sentinel.zig
  538. share/examples/re2c/zig/eof/02_bounds_checking.re
  539. share/examples/re2c/zig/eof/02_bounds_checking.zig
  540. share/examples/re2c/zig/eof/03_eof_rule.re
  541. share/examples/re2c/zig/eof/03_eof_rule.zig
  542. share/examples/re2c/zig/eof/04_fake_sentinel.re
  543. share/examples/re2c/zig/eof/04_fake_sentinel.zig
  544. share/examples/re2c/zig/fill/01_fill.re
  545. share/examples/re2c/zig/fill/01_fill.zig
  546. share/examples/re2c/zig/fill/02_fill.re
  547. share/examples/re2c/zig/fill/02_fill.zig
  548. share/examples/re2c/zig/headers/header.re
  549. share/examples/re2c/zig/headers/header.zig
  550. share/examples/re2c/zig/headers/lexer/state.zig
  551. share/examples/re2c/zig/includes/definitions.zig
  552. share/examples/re2c/zig/includes/extra_rules.re.inc
  553. share/examples/re2c/zig/includes/include.re
  554. share/examples/re2c/zig/includes/include.zig
  555. share/examples/re2c/zig/reuse/reuse.re
  556. share/examples/re2c/zig/reuse/reuse.zig
  557. share/examples/re2c/zig/reuse/usedir.re
  558. share/examples/re2c/zig/reuse/usedir.zig
  559. share/examples/re2c/zig/state/push.re
  560. share/examples/re2c/zig/state/push.zig
  561. share/examples/re2c/zig/submatch/01_stags.re
  562. share/examples/re2c/zig/submatch/01_stags.zig
  563. share/examples/re2c/zig/submatch/01_stags_fill.re
  564. share/examples/re2c/zig/submatch/01_stags_fill.zig
  565. share/examples/re2c/zig/submatch/02_mtags.re
  566. share/examples/re2c/zig/submatch/02_mtags.zig
  567. share/examples/re2c/zig/submatch/03_captures.re
  568. share/examples/re2c/zig/submatch/03_captures.zig
  569. share/examples/re2c/zig/submatch/04_posix_captures.re
  570. share/examples/re2c/zig/submatch/04_posix_captures.zig
  571. share/man/man1/re2c.1.gz
  572. share/man/man1/re2d.1.gz
  573. share/man/man1/re2go.1.gz
  574. share/man/man1/re2hs.1.gz
  575. share/man/man1/re2java.1.gz
  576. share/man/man1/re2js.1.gz
  577. share/man/man1/re2ocaml.1.gz
  578. share/man/man1/re2py.1.gz
  579. share/man/man1/re2rust.1.gz
  580. share/man/man1/re2swift.1.gz
  581. share/man/man1/re2v.1.gz
  582. share/man/man1/re2zig.1.gz
  583. share/re2c/stdlib/c
  584. share/re2c/stdlib/d
  585. share/re2c/stdlib/go
  586. share/re2c/stdlib/haskell
  587. share/re2c/stdlib/java
  588. share/re2c/stdlib/js
  589. share/re2c/stdlib/ocaml
  590. share/re2c/stdlib/python
  591. share/re2c/stdlib/rust
  592. share/re2c/stdlib/swift
  593. share/re2c/stdlib/unicode_categories.re
  594. share/re2c/stdlib/v
  595. share/re2c/stdlib/zig
  596. @owner
  597. @group
  598. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • re2c>0:devel/re2c
To install the port:
cd /usr/ports/devel/re2c/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/re2c
  • pkg install re2c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: re2c
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1758120078 SHA256 (re2c-4.3.tar.xz) = 51e88d6d6b6ab03eb7970276aca7e0db4f8e29c958b84b561d2fdcb8351c7150 SIZE (re2c-4.3.tar.xz) = 1844944

Packages (timestamps in pop-ups are UTC):
re2c
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.34.30.14.34.14.3n/an/an/a
FreeBSD:13:quarterly4.14.13.04.14.1n/an/an/a
FreeBSD:14:latest4.14.32.24.14.33.0-3.0
FreeBSD:14:quarterly4.14.1-4.14.13.03.03.0
FreeBSD:15:latest4.34.3n/a4.1n/an/a3.03.0
FreeBSD:15:quarterly4.14.1n/a-n/an/a--
FreeBSD:16:latest4.34.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Test dependencies:
  1. bash : shells/bash
  2. python3.11 : lang/python311
This port is required by:
for Build
  1. devel/z88dk
  2. lang/emilua
  3. lang/lfortran
  4. lang/php81
  5. lang/php82
  6. lang/php83
  7. lang/php84
Expand this list (29 items / 22 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. lang/php85
  3. math/clingo
  4. security/openvpn-auth-ldap
  5. textproc/pecl-zephir_parser
  6. www/mod_php81
  7. www/mod_php82
  8. www/mod_php83
  9. www/mod_php84
  10. www/mod_php85
  11. www/pecl-http
  12. x11/rofi-calc
  13. Collapse this list.

Deleted ports which required this port:

Expand this list of 11 deleted ports
  1. databases/pecl-mongo*
  2. devel/php74-json*
  3. graphics/php5-swfed*
  4. lang/hiphop-php*
  5. lang/php80*
  6. mail/pecl-esmtp*
  7. math/aspcud*
  8. math/gringo*
  9. misc/urbit*
  10. www/mod_php80*
  11. www/pecl-http2*
  12. Collapse this list of deleted ports.
for Run
  1. lang/zephir
  2. mail/spamassassin
  3. mail/spamassassin-devel

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. japanese/p5-Mail-SpamAssassin*
  2. japanese/spamassassin*
  3. mail/p5-Mail-SpamAssassin*
  4. mail/p5-Mail-SpamAssassin-Alt*
  5. 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 re2c-4.3: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_re2c
USES:
cmake:testing compiler:c++11-lib cpe python:test shebangfix tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/skvadrik/re2c/releases/download/4.3/
Collapse this list.

There are no commits on branch 2025Q2 for this port