aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-13 15:30:22 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-13 15:30:22 +0000
commit7acd3ed4da19e894bd42dcc1e8cc42a659ef2802 (patch)
treef0cce5f35ca88c30f870d6c236b00d7d26c30ae7 /textproc/Makefile
parentd0e01d69d3e8ef4d078fadc45394fd476aa5f576 (diff)
downloadports-7acd3ed4da19e894bd42dcc1e8cc42a659ef2802.tar.gz
ports-7acd3ed4da19e894bd42dcc1e8cc42a659ef2802.zip
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.
Notes
Notes: svn path=/head/; revision=170468
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 27a0503e41cf..7fe2bfd9de50 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -133,6 +133,7 @@
SUBDIR += fist
SUBDIR += fixrtf
SUBDIR += fldiff
+ SUBDIR += flex
SUBDIR += flip
SUBDIR += fo-aspell
SUBDIR += foiltex