Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22110 - An ebuild for re2c-0.9.1
Summary: An ebuild for re2c-0.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 22129 22130
  Show dependency tree
 
Reported: 2003-06-02 12:10 UTC by Lisa Seelye (RETIRED)
Modified: 2003-06-03 13:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for re2c (re2c-0.9.1.ebuild,1.55 KB, application/octet-stream)
2003-06-02 12:11 UTC, Lisa Seelye (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lisa Seelye (RETIRED) gentoo-dev 2003-06-02 12:10:50 UTC
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.
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2003-06-02 12:11:49 UTC
Created attachment 12694 [details]
Ebuild for re2c

dev-lang/re2c perhaps?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-03 13:04:35 UTC
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!.
Comment 3 Lisa Seelye (RETIRED) gentoo-dev 2003-06-03 13:24:56 UTC
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...)