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
re2c Lexer generator for C, C++ and Go with a focus on generating fast code
4.1 devel on this many watch lists=31 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 3.0Version of this port present on the latest quarterly branch.
Maintainer: chalpin@cs.wisc.edu search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2025-03-16 19:49:33
Commit Hash: 45be879
People watching this port, also watch:: libiconv, p5-Net-SSLeay, libxml2, pcre, p5-URI
License: PD
WWW:
https://re2c.org/
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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

Packages (timestamps in pop-ups are UTC):
re2c
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.04.10.14.33.04.1-0.14.3-
FreeBSD:13:quarterly3.03.03.03.03.03.03.03.0
FreeBSD:14:latest3.04.12.23.04.13.0-3.0
FreeBSD:14:quarterly3.03.0-3.03.03.03.03.0
FreeBSD:15:latest3.04.1n/a3.0n/a3.03.03.0
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. archivers/php-brotli
  2. devel/z88dk
  3. lang/emilua
  4. lang/lfortran
  5. lang/php81
  6. lang/php82
  7. lang/php83
Expand this list (27 items / 20 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. lang/php84
  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/pecl-http
  11. 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.1: 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.1/
Collapse this list.

Number of commits found: 46

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1
16 Mar 2025 19:49:33
commit hash: 45be8790629d5f3b634b93f0a12d43b771261a2ccommit hash: 45be8790629d5f3b634b93f0a12d43b771261a2ccommit hash: 45be8790629d5f3b634b93f0a12d43b771261a2ccommit hash: 45be8790629d5f3b634b93f0a12d43b771261a2c files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/re2c: Update to 4.1

* Simplify port Makefile, build everything in one go
* Adjust port Makefile to closer follow Porters Handbook

Changelog: https://re2c.org/releases/release_notes.html#release-4-1

PR:		285457
Reviewed by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Tested by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
3.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
3.0
04 Mar 2023 14:29:50
commit hash: 94173a29f0dd1fca025659db1a62bfd3a33e81dacommit hash: 94173a29f0dd1fca025659db1a62bfd3a33e81dacommit hash: 94173a29f0dd1fca025659db1a62bfd3a33e81dacommit hash: 94173a29f0dd1fca025659db1a62bfd3a33e81da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/re2c: update to 3.0

Release notes:	https://re2c.org/releases/release_notes.html#release-3-0

Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
PR:		269146
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.2
12 Oct 2021 15:01:38
commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: Clean up some things

- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2.2
08 Oct 2021 07:06:34
commit hash: 2bf3900fc8bfca9c896d6d844e336663a40fbfa9commit hash: 2bf3900fc8bfca9c896d6d844e336663a40fbfa9commit hash: 2bf3900fc8bfca9c896d6d844e336663a40fbfa9commit hash: 2bf3900fc8bfca9c896d6d844e336663a40fbfa9 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
Author: Eero Hänninen
devel/re2c: Update to 2.2

Additional changes to submitted patch done by Corey Halpin (maintainer)
and Daniel Engberg (ports committer).

Changelog: https://github.com/skvadrik/re2c/blob/master/CHANGELOG

PR:		257966
Approved by:	port maintainer, arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32327
0.14.3
29 Aug 2021 18:49:10
commit hash: c8013d58d6ed4ccbab91cf573eef9e9c3fffa697commit hash: c8013d58d6ed4ccbab91cf573eef9e9c3fffa697commit hash: c8013d58d6ed4ccbab91cf573eef9e9c3fffa697commit hash: c8013d58d6ed4ccbab91cf573eef9e9c3fffa697 files touched by this commit This port version is marked as vulnerable.
Bernhard Froehlich (decke) search for other commits by this committer
devel/re2c: Add CPE information

Approved by:	portmgr (blanket)
0.14.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.14.3
29 Jan 2019 09:00:37
Revision:491548Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LICENSE
- Update WWW

Approved by:	portmgr blanket
0.14.3
06 Mar 2016 06:19:32
Revision:410256Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update MASTER_SITES
- Convert to new options target helper

Approved by:	portmgr (blanket)
0.14.3
18 Jul 2015 17:06:34
Revision:392436Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.14.3

Changes:	http://sourceforge.net/p/re2c/code-git/ci/master/tree/re2c/CHANGELOG?force=True
PR:		201160
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 20 days)
0.14.2
13 Apr 2015 18:08:35
Revision:383945Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Update to 0.14.2.

PR:		199317
Approved by:	maintainer (Corey Halpin)
0.13.6
26 Jan 2014 23:53:59
Revision:341313Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Support stage
Add DOCS and EXAMPLES option
0.13.6
20 Sep 2013 17:17:45
Revision:327726Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
0.13.6
07 Sep 2013 20:42:39
Revision:326684Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.13.6
- Cleanup Makefile header
- Convert to new options framework
- While I'm here:
  - Use COPYTREE_SHARE instead of CP -R to ensure file permissions
  - Use PLIST_FILES, PORTDOCS and PORTEXAMPLES instead of PLIST

Changes:	http://sourceforge.net/p/re2c/code-git/ci/master/tree/re2c/CHANGELOG
PR:		ports/181862
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
0.13.5
03 Jul 2011 14:59:23
Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
-remove MD5
0.13.5
04 May 2009 18:55:19
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Pass maintainership to Corey Halpin (chalpin@cs.wisc.edu)
0.13.5
24 Apr 2009 20:35:07
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix mtree

PR:             133616
Submitted by:   pgollucci
0.13.5
21 Aug 2008 06:18:49
Original commit files touched by this commit This port version is marked as vulnerable.
rafan search for other commits by this committer
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 View all of this commit message)
0.13.5
20 Jun 2008 22:36:20
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.13.5
0.13.4
20 Jun 2008 22:06:21
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.13.4
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership

Approved by:    maintainer implicit
0.13.3
14 May 2008 13:21:06
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.13.3

PR:             ports/121968
Submitted by:   Boris S. <bst2006@dva.dyndns.org>
Approved by:    maintainer timeout (laszlof; 1 month)
0.12.1
18 Jun 2007 17:08:20
Original commit files touched by this commit This port version is marked as vulnerable.
sat search for other commits by this committer
- Remove obsolete patches

PR:             ports/112501 (part of)
Submitted by:   bf <bf2006a@yahoo.com>
Tested by:      miwi (on 5.x)
Approved by:    laszlof (maintainer timeout, 39 days)
0.12.1
16 Jun 2007 19:43:13
Original commit files touched by this commit This port version is marked as vulnerable.
sat search for other commits by this committer
- Update to 0.12.1

PR:             ports/112501
Submitted by:   John Levine <johnl@taugh.com>, bf <bf2006a@yahoo.com>
Approved by:    laszlof (maintainer timeout, 39 days)
0.11.1
21 Feb 2007 14:57:01
Original commit files touched by this commit This port version is marked as vulnerable.
laszlof search for other commits by this committer
Update to 0.11.1
0.10.6
07 Nov 2006 15:37:06
Original commit files touched by this commit This port version is marked as vulnerable.
laszlof search for other commits by this committer
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
0.10.6
13 Sep 2006 15:01:29
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 0.10.6

PR:             ports/103221
Submitted by:   Frank J. Laszlo <laszlof(at)vonostingroup.com> (maintainer)
0.10.5
17 Jun 2006 09:17:43
Original commit files touched by this commit This port version is marked as vulnerable.
itetcu search for other commits by this committer
Update to version 0.10.5
 * Fixed long form of -1 switch to --single-pass as noted in man page and help.
 * Added MSVC 2003 project files and renamed old 2002 ones.
 * Fix whitespace in generated code.

PR:             ports/99038
Submitted by:   maintainer
0.10.3
05 Jun 2006 11:04:19
Original commit files touched by this commit This port version is marked as vulnerable.
itetcu search for other commits by this committer
Update 0.10.3
Se PR for the list of changes.

PR:             ports/97303
Submitted by:   Martin Wilke <freebsd@unixfreunde.de> (now miwi@)
Approved by:    maintainer (the timeout was bnecause of email delivery problems)
                lawrance (mentor, implicit)
0.10.1
24 Apr 2006 03:18:49
Original commit files touched by this commit This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 0.10.1

PR:             96056
Submitted by:   maintainer
0.9.12
31 Dec 2005 23:06:05
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 0.9.12
- Take maintainership

PR:             ports/91117
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
0.9.7
24 Nov 2005 15:40:04
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Add some SHA256 checksums
0.9.7
13 Jun 2005 09:54:32
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Update to 0.9.7.

PR:             82149
Submitted by:   Alex Kiesel <kiesel@schlund.de>
0.9.3
01 Jun 2004 09:41:36
Original commit files touched by this commit This port version is marked as vulnerable.
ijliao search for other commits by this committer
upgrade to 0.9.3
0.9.1_1
16 May 2004 16:19:06
Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/66687
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
0.9.1_1
04 Feb 2004 05:21:48
Original commit files touched by this commit This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.9.1
29 Jan 2004 07:24:56
Original commit files touched by this commit This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
0.9.1
11 Aug 2003 15:03:51
Original commit files touched by this commit This port version is marked as vulnerable.
eivind search for other commits by this committer
Resign as maintainer
0.9.1
07 Mar 2003 06:01:16
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.9.1
28 Nov 2002 19:26:16
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Fix build on -CURRENT

PR:             43720
Submitted by:   Craig Rodrigues <rodrigc@attbi.com>
0.9.1
04 Nov 2002 02:15:27
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
PERL -> REINPLACE
Noticed on: bento
14 Mar 2001 18:13:20
commit hash: fp1.11065@dev.null.freshports.orgcommit hash: fp1.11065@dev.null.freshports.orgcommit hash: fp1.11065@dev.null.freshports.orgcommit hash: fp1.11065@dev.null.freshports.org files touched by this commit
eivind search for other commits by this committer
Remove one distfile mirror - though the contents of the .tar.gz   in each
location are equal, the MD5 is different.    
20 Feb 2001 22:25:05
commit hash: fp1.9782@dev.null.freshports.orgcommit hash: fp1.9782@dev.null.freshports.orgcommit hash: fp1.9782@dev.null.freshports.orgcommit hash: fp1.9782@dev.null.freshports.org files touched by this commit
eivind search for other commits by this committer
Update to version 0.9.1    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  

Number of commits found: 46