non port: textproc/flex/distinfo |
SVNWeb
|
Number of commits found: 11 |
Sat, 23 Jun 2018
|
[ 17:48 yuri ]
textproc/flex: Update 2.6.1 -> 2.6.4
Changelog:
https://github.com/westes/flex/releases/tag/v2.6.4
PR: 226546
Approved by: johans@FreeBSD.org (maintainer timeout; 103 days)
|
Thu, 10 Mar 2016
|
[ 21:46 johans ]
Update flex to 2.6.1
|
Wed, 18 Nov 2015
|
[ 08:08 johans ]
Update to flex 2.6.0
Announcement: http://sourceforge.net/p/flex/mailman/message/34626590/
Add port examples
|
Fri, 28 Mar 2014
|
[ 08:56 johans ]
Update to flex 2.5.39
|
Thu, 13 Feb 2014
|
[ 18:21 johans ]
Update to flex 2.5.38
|
Sun, 2 Sep 2012
|
[ 11:48 johans ]
- Update flex to 2.5.37
- Reduce Makefile header
|
Mon, 23 Jul 2012
|
[ 20:54 johans ]
Update flex to 2.5.36 (bugfix release)
|
Sun, 3 Jul 2011
|
[ 14:40 ohauer ] (Only the first 10 of 797 ports in this commit are shown above. )
-remove MD5
|
Thu, 28 Feb 2008
|
[ 13:24 sat ]
- Update to 2.5.35
|
Thu, 13 Dec 2007
|
[ 09:22 sat ]
- Update to 2.5.34
|
Sun, 13 Aug 2006
|
[ 15:30 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.
|
Number of commits found: 11 |