Version: 3.0, Package name: re2c-3.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description re2c is a tool for writing very fast and very flexible scanners. re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And last but not least re2c generates warning free code that is equal to hand-written code in terms of size, speed and quality. |
Filesize: 1407.672 KB |
Version History (View Complete History) |
|
2021-09-02 15:23:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-2.2 |
2021-05-24 15:13:29 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-2.1.1 |
2020-08-23 14:42:29 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-2.0.3 |
2020-08-09 16:12:36 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to re2c-2.0.2 |
2020-07-30 08:13:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-2.0.1 |
2020-07-22 10:04:54 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to re2c-2.0 |
2020-04-20 01:30:21 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Fix crash with very long lexemes; from upstream |
2020-02-16 07:44:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: tweak comment |
2020-02-15 16:05:04 by Stuart Henderson | Files touched by this commit (1) |
Log message: remove re2c's BDEP on bison; it was there to avoid picking up bison if present at build time, but isn't actually required as there are pregenerated files available. (re2c's build prefers to regenerate, but will fallback to using the pregenerated ones). because re2c is on the path to building ninja, which is used by huge parts of the ports tree, this helps builds get moving faster, and also avoids a circular dependency that happens with newer versions of bison (which need the ports version of makeinfo, which eventually pulls in bison again via a chain of dep's involving texlive). |
2019-12-15 16:53:27 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-1.3 |
2019-08-12 08:09:08 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to re2c-1.2.1 |
2019-08-02 09:15:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-1.2 |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-12-01 14:11:32 by Landry Breuil | Files touched by this commit (1) |
Log message: Add missing BDEP on bison, spotted on macppc thx to dpb junking. The other option would be to disable it via ac_cv_path_BISON.. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-10-16 08:12:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c 1.1.1 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-07-05 04:22:06 by Stuart Henderson | Files touched by this commit (32) |
Log message: drop MAINTAINER on a few things |
2017-05-18 07:30:21 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-0.16 |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-12-04 07:40:57 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to re2c-0.15.3 |
2015-05-20 08:07:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-0.14.3 |
2015-03-27 05:34:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to re2c-0.14.2 |
2015-03-20 06:31:30 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to re2c-0.14.1 |
2015-02-18 11:06:59 by Christian Weisgerber | Files touched by this commit (2) |
Log message: fix roff errors that were eating some text; drop USE_GROFF |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2008-09-18 18:26:43 by Stuart Henderson | Files touched by this commit (4) |
Log message: Maintenance update to 0.13.5 - a couple of segfaults fixed and some new features. Regen plist while there. |
2007-10-12 15:23:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: update version and take MAINTAINER ok steven@ |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |