An ebuild for re2c. Submitting it because php-cvs requires the re2c program to compile some things. actual .ebuild in the next comment. Reproducible: Always Steps to Reproduce: 1. 2. 3. DESCRIPTION re2c is a preprocessor that generates C-based recognizers from regular expressions. The input to re2c consists of C/C++ source interleaved with comments of the form /*!re2c ... */ which contain scanner specifi- cations. In the output these comments are replaced with code that, when executed, will find the next input token and then execute some user-supplied token-specific code.
Created attachment 12694 [details] Ebuild for re2c dev-lang/re2c perhaps?
Will the patches be required for later versions or will they be integrated upstream? I'm putting this into dev-util/re2c shortly. ChangeLog entry: 03 June 2003; Robin Johnson <robbat2@gentoo.org> re2c-0.9.1.ebuild, files/digest-re2c-0.9.1, files/0.9.1-patch.gz: Initial import. Ebuild submitted by Lisa Marie <lisany@rochester.rr.com>. Bug #22110. Merged multiple patches into single patch file and rediffed again to clean it up. Added more documentation. Added another patch to makefile to ensure compile on non-gcc systems and use $CXX/$CC properly!.
As far as i know this project (re2c) hasn't been worked on in years. Original files date August 1999. So unless someone else does a new version which incorporates the patches they'll be required. (Maybe I'll see about just whipping up a new tarball that doesn't require the patches...)