| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 14:40:25
2.5.35_4
|
ohauer  |
-remove MD5 |
31 May 2010 02:01:56
2.5.35_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
26 Feb 2010 11:35:01
2.5.35_3
|
johans  |
Fix build breakage caused by missing -E in previous commit. Oops.
Feature safe: yes |
26 Feb 2010 08:12:39
2.5.35_3
|
johans  |
Fix port installation for the INSTALL_AS_USER case.
This doesn't affect regular (root) installs.
PR: ports/143933
Submitted by: gerald
Feature safe: yes |
23 Feb 2010 18:07:14
2.5.35_3
|
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
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 00: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 00: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 10:13:01
2.5.33_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
13 Aug 2006 15: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. |