| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
27 Dec 2009 23:26:17
2.5.35_3
|
johans  |
- Enable NLS
- Claim maintainership |
07 Dec 2009 19:12:01
2.5.35_2
|
johans  |
Install additional info file.
The flex man page is very brief and points to this info file.
PR: ports/139163
Submitted by: Anonymous <swell.k@gmail.com> |
22 Aug 2009 01:37:17
2.5.35_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
05 Jan 2009 08:35:39
2.5.35_1
|
makc  |
install flex header to include/flex, thus resolve build problem for those, who
use system flex (e.g. ports/126520)
Submitted by: Andy Fawcett via irc
Approved by: miwi (mentor) |
07 Sep 2008 01:19:05
2.5.35
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
28 Feb 2008 13:24:48
2.5.35
|
sat  |
- Update to 2.5.35 |
13 Dec 2007 09:22:30
2.5.34
|
sat  |
- Update to 2.5.34 |
17 Oct 2007 11:13:01
2.5.33_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
13 Aug 2006 16:30:22
2.5.33
|
sat  |
Add port textproc/flex:
Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.
WWW: http://flex.sourceforge.net/
Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one. |