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
re2c Lexer generator for C, C++ and Go with a focus on generating fast code
3.0 devel on this many watch lists=28 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: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: libiconv, pcre, p5-Socket6, p5-URI, libxml2
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 (210 items)
Collapse this list.
  1. /usr/local/share/licenses/re2c-3.0/catalog.mk
  2. /usr/local/share/licenses/re2c-3.0/LICENSE
  3. /usr/local/share/licenses/re2c-3.0/PD
  4. bin/re2c
  5. bin/re2go
  6. bin/re2rust
  7. @comment lib/libre2c.so
  8. share/doc/re2c/help.rst
  9. share/doc/re2c/help.rst.in
  10. share/doc/re2c/manpage.rst.in
  11. share/doc/re2c/manual/api/interface.rst_
  12. share/doc/re2c/manual/conditions/blocks.rst_
  13. share/doc/re2c/manual/conditions/conditions.rst_
  14. share/doc/re2c/manual/configurations/configurations.rst_
  15. share/doc/re2c/manual/directives/directives.rst_
  16. share/doc/re2c/manual/dot/dot.rst_
  17. share/doc/re2c/manual/encodings/encodings.rst_
  18. share/doc/re2c/manual/eof/01_sentinel.rst_
  19. share/doc/re2c/manual/eof/02_bounds_checking.rst_
  20. share/doc/re2c/manual/eof/03_eof_rule.rst_
  21. share/doc/re2c/manual/eof/04_generic_api.rst_
  22. share/doc/re2c/manual/eof/eof.rst_
  23. share/doc/re2c/manual/fill/01_fill.rst_
  24. share/doc/re2c/manual/fill/02_fill.rst_
  25. share/doc/re2c/manual/fill/fill.rst_
  26. share/doc/re2c/manual/headers/headers.rst_
  27. share/doc/re2c/manual/includes/includes.rst_
  28. share/doc/re2c/manual/options/debug.rst_
  29. share/doc/re2c/manual/options/internal.rst_
  30. share/doc/re2c/manual/options/options.rst_
  31. share/doc/re2c/manual/regexps/regular_expressions.rst_
  32. share/doc/re2c/manual/reuse/reuse.rst_
  33. share/doc/re2c/manual/skeleton/skeleton.rst_
  34. share/doc/re2c/manual/state/state.rst_
  35. share/doc/re2c/manual/submatch/submatch.rst_
  36. share/doc/re2c/manual/submatch/submatch_example_mtags.rst_
  37. share/doc/re2c/manual/submatch/submatch_example_posix.rst_
  38. share/doc/re2c/manual/submatch/submatch_example_stags.rst_
  39. share/doc/re2c/manual/submatch/submatch_example_stags_fill.rst_
  40. share/doc/re2c/manual/synopsis.rst_
  41. share/doc/re2c/manual/syntax/api1.rst_
  42. share/doc/re2c/manual/syntax/api2_c.rst_
  43. share/doc/re2c/manual/syntax/api2_go.rst_
  44. share/doc/re2c/manual/syntax/api2_rust.rst_
  45. share/doc/re2c/manual/syntax/api3.rst_
  46. share/doc/re2c/manual/syntax/intro.rst_
  47. share/doc/re2c/manual/syntax/syntax.rst_
  48. share/doc/re2c/manual/warnings/warnings_general.rst_
  49. share/doc/re2c/manual/warnings/warnings_list.rst_
  50. share/examples/re2c/c/01_basic.c
  51. share/examples/re2c/c/01_basic.re
  52. share/examples/re2c/c/__run_all.sh
  53. share/examples/re2c/c/conditions/parse_u32_blocks.c
  54. share/examples/re2c/c/conditions/parse_u32_blocks.re
  55. share/examples/re2c/c/conditions/parse_u32_conditions.c
  56. share/examples/re2c/c/conditions/parse_u32_conditions.re
  57. share/examples/re2c/c/encodings/unicode_identifier.c
  58. share/examples/re2c/c/encodings/unicode_identifier.re
  59. share/examples/re2c/c/eof/01_sentinel.c
  60. share/examples/re2c/c/eof/01_sentinel.re
  61. share/examples/re2c/c/eof/02_bounds_checking.c
  62. share/examples/re2c/c/eof/02_bounds_checking.re
  63. share/examples/re2c/c/eof/03_eof_rule.c
  64. share/examples/re2c/c/eof/03_eof_rule.re
  65. share/examples/re2c/c/eof/04_generic_api_sentinel.c
  66. share/examples/re2c/c/eof/04_generic_api_sentinel.re
  67. share/examples/re2c/c/eof/05_generic_api_eof_rule.c
  68. share/examples/re2c/c/eof/05_generic_api_eof_rule.re
  69. share/examples/re2c/c/fill/01_fill.c
  70. share/examples/re2c/c/fill/01_fill.re
  71. share/examples/re2c/c/fill/02_fill.c
  72. share/examples/re2c/c/fill/02_fill.re
  73. share/examples/re2c/c/generic_api/ifstream.c
  74. share/examples/re2c/c/generic_api/ifstream.re
  75. share/examples/re2c/c/headers/header.c
  76. share/examples/re2c/c/headers/header.re
  77. share/examples/re2c/c/headers/lexer/state.h
  78. share/examples/re2c/c/includes/definitions.h
  79. share/examples/re2c/c/includes/extra_rules.re.inc
  80. share/examples/re2c/c/includes/include.c
  81. share/examples/re2c/c/includes/include.re
  82. share/examples/re2c/c/real_world/cxx98.c
  83. share/examples/re2c/c/real_world/cxx98.re
  84. share/examples/re2c/c/reuse/braille.c
  85. share/examples/re2c/c/reuse/braille.re
  86. share/examples/re2c/c/reuse/braille.ucs2.txt
  87. share/examples/re2c/c/reuse/braille.utf16.txt
  88. share/examples/re2c/c/reuse/braille.utf32.txt
  89. share/examples/re2c/c/reuse/braille.utf8.txt
  90. share/examples/re2c/c/reuse/reuse.c
  91. share/examples/re2c/c/reuse/reuse.re
  92. share/examples/re2c/c/reuse/usedir.c
  93. share/examples/re2c/c/reuse/usedir.re
  94. share/examples/re2c/c/state/push.c
  95. share/examples/re2c/c/state/push.re
  96. share/examples/re2c/c/submatch/01_stags.c
  97. share/examples/re2c/c/submatch/01_stags.re
  98. share/examples/re2c/c/submatch/01_stags_fill.c
  99. share/examples/re2c/c/submatch/01_stags_fill.re
  100. share/examples/re2c/c/submatch/02_mtags.c
  101. share/examples/re2c/c/submatch/02_mtags.re
  102. share/examples/re2c/c/submatch/03_posix.c
  103. share/examples/re2c/c/submatch/03_posix.re
  104. share/examples/re2c/c/submatch/http_rfc7230.c
  105. share/examples/re2c/c/submatch/http_rfc7230.re
  106. share/examples/re2c/c/submatch/parse_etc_passwd.c
  107. share/examples/re2c/c/submatch/parse_etc_passwd.re
  108. share/examples/re2c/c/submatch/parse_options.c
  109. share/examples/re2c/c/submatch/parse_options.re
  110. share/examples/re2c/c/submatch/parse_records.c
  111. share/examples/re2c/c/submatch/parse_records.re
  112. share/examples/re2c/c/submatch/uri_rfc3986.c
  113. share/examples/re2c/c/submatch/uri_rfc3986.re
  114. share/examples/re2c/go/01_basic.go
  115. share/examples/re2c/go/01_basic.re
  116. share/examples/re2c/go/__run_all.sh
  117. share/examples/re2c/go/conditions/parse_u32_blocks.go
  118. share/examples/re2c/go/conditions/parse_u32_blocks.re
  119. share/examples/re2c/go/conditions/parse_u32_conditions.go
  120. share/examples/re2c/go/conditions/parse_u32_conditions.re
  121. share/examples/re2c/go/encodings/unicode_identifier.go
  122. share/examples/re2c/go/encodings/unicode_identifier.re
  123. share/examples/re2c/go/eof/01_sentinel.go
  124. share/examples/re2c/go/eof/01_sentinel.re
  125. share/examples/re2c/go/eof/02_bounds_checking.go
  126. share/examples/re2c/go/eof/02_bounds_checking.re
  127. share/examples/re2c/go/eof/03_eof_rule.go
  128. share/examples/re2c/go/eof/03_eof_rule.re
  129. share/examples/re2c/go/eof/04_generic_api_sentinel.go
  130. share/examples/re2c/go/eof/04_generic_api_sentinel.re
  131. share/examples/re2c/go/eof/05_generic_api_eof_rule.go
  132. share/examples/re2c/go/eof/05_generic_api_eof_rule.re
  133. share/examples/re2c/go/fill/01_fill.go
  134. share/examples/re2c/go/fill/01_fill.re
  135. share/examples/re2c/go/fill/02_fill.go
  136. share/examples/re2c/go/fill/02_fill.re
  137. share/examples/re2c/go/headers/header.go
  138. share/examples/re2c/go/headers/header.re
  139. share/examples/re2c/go/headers/lexer/state.go
  140. share/examples/re2c/go/includes/definitions.go
  141. share/examples/re2c/go/includes/extra_rules.re.inc
  142. share/examples/re2c/go/includes/include.go
  143. share/examples/re2c/go/includes/include.re
  144. share/examples/re2c/go/reuse/reuse.go
  145. share/examples/re2c/go/reuse/reuse.re
  146. share/examples/re2c/go/reuse/usedir.go
  147. share/examples/re2c/go/reuse/usedir.re
  148. share/examples/re2c/go/state/push.go
  149. share/examples/re2c/go/state/push.re
  150. share/examples/re2c/go/submatch/01_stags.go
  151. share/examples/re2c/go/submatch/01_stags.re
  152. share/examples/re2c/go/submatch/01_stags_fill.go
  153. share/examples/re2c/go/submatch/01_stags_fill.re
  154. share/examples/re2c/go/submatch/02_mtags.go
  155. share/examples/re2c/go/submatch/02_mtags.re
  156. share/examples/re2c/go/submatch/03_posix.go
  157. share/examples/re2c/go/submatch/03_posix.re
  158. share/examples/re2c/rust/01_basic.re
  159. share/examples/re2c/rust/01_basic.rs
  160. share/examples/re2c/rust/__run_all.sh
  161. share/examples/re2c/rust/conditions/parse_u32_blocks.re
  162. share/examples/re2c/rust/conditions/parse_u32_blocks.rs
  163. share/examples/re2c/rust/conditions/parse_u32_conditions.re
  164. share/examples/re2c/rust/conditions/parse_u32_conditions.rs
  165. share/examples/re2c/rust/encodings/unicode_identifier.re
  166. share/examples/re2c/rust/encodings/unicode_identifier.rs
  167. share/examples/re2c/rust/eof/01_sentinel.re
  168. share/examples/re2c/rust/eof/01_sentinel.rs
  169. share/examples/re2c/rust/eof/02_bounds_checking.re
  170. share/examples/re2c/rust/eof/02_bounds_checking.rs
  171. share/examples/re2c/rust/eof/03_eof_rule.re
  172. share/examples/re2c/rust/eof/03_eof_rule.rs
  173. share/examples/re2c/rust/eof/04_generic_api_sentinel.re
  174. share/examples/re2c/rust/eof/04_generic_api_sentinel.rs
  175. share/examples/re2c/rust/eof/05_generic_api_eof_rule.re
  176. share/examples/re2c/rust/eof/05_generic_api_eof_rule.rs
  177. share/examples/re2c/rust/fill/01_fill.re
  178. share/examples/re2c/rust/fill/01_fill.rs
  179. share/examples/re2c/rust/fill/02_fill.re
  180. share/examples/re2c/rust/fill/02_fill.rs
  181. share/examples/re2c/rust/headers/header.re
  182. share/examples/re2c/rust/headers/header.rs
  183. share/examples/re2c/rust/headers/lexer/mod.rs
  184. share/examples/re2c/rust/headers/lexer/state.rs
  185. share/examples/re2c/rust/includes/definitions.rs
  186. share/examples/re2c/rust/includes/extra_rules.re.inc
  187. share/examples/re2c/rust/includes/include.re
  188. share/examples/re2c/rust/includes/include.rs
  189. share/examples/re2c/rust/real_world/c.re
  190. share/examples/re2c/rust/real_world/c.rs
  191. share/examples/re2c/rust/reuse/reuse.re
  192. share/examples/re2c/rust/reuse/reuse.rs
  193. share/examples/re2c/rust/reuse/usedir.re
  194. share/examples/re2c/rust/reuse/usedir.rs
  195. share/examples/re2c/rust/state/push.re
  196. share/examples/re2c/rust/state/push.rs
  197. share/examples/re2c/rust/submatch/01_stags.re
  198. share/examples/re2c/rust/submatch/01_stags.rs
  199. share/examples/re2c/rust/submatch/01_stags_fill.re
  200. share/examples/re2c/rust/submatch/01_stags_fill.rs
  201. share/examples/re2c/rust/submatch/02_mtags.re
  202. share/examples/re2c/rust/submatch/02_mtags.rs
  203. share/examples/re2c/rust/submatch/03_posix.re
  204. share/examples/re2c/rust/submatch/03_posix.rs
  205. share/man/man1/re2c.1.gz
  206. share/man/man1/re2go.1.gz
  207. share/re2c/stdlib/unicode_categories.re
  208. @owner
  209. @group
  210. @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 = 1674624469 SHA256 (re2c-3.0.tar.xz) = b3babbbb1461e13fe22c630a40c43885efcfbbbb585830c6f4c0d791cf82ba0b SIZE (re2c-3.0.tar.xz) = 1441456

Packages (timestamps in pop-ups are UTC):
re2c
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.03.00.14.33.03.0-0.14.3-
FreeBSD:13:quarterly3.03.03.03.03.03.03.03.0
FreeBSD:14:latest3.03.02.23.03.03.0-3.0
FreeBSD:14:quarterly3.03.0-3.03.03.03.03.0
FreeBSD:15:latest3.03.0n/a3.0n/a3.03.03.0
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. bison : devel/bison
  2. rst2man : textproc/py-docutils
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Test dependencies:
  1. bash : shells/bash
  2. python3.9 : lang/python39
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 (25 items / 18 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. math/clingo
  3. misc/urbit
  4. security/openvpn-auth-ldap
  5. textproc/pecl-zephir_parser
  6. www/mod_php81
  7. www/mod_php82
  8. www/mod_php83
  9. www/pecl-http
  10. Collapse this list.

Deleted ports which required this port:

Expand this list of 10 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. www/mod_php80*
  10. www/pecl-http2*
  11. 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-3.0: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples LIBRE2C=off: Build libre2c (Experimental) RE2GO=on: Build RE2GO (identical to re2c --lang go) RE2RUST=on: Build RE2RUST (identical to re2c --lang rust) ===> Use 'make config' to modify these settings
Options name:
devel_re2c
USES:
cmake 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/3.0/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 45