freebsd-ports/textproc/re-flex/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
457 B
Text

RE/flex is a free and open-source alternative to the fast lexical analyzer
Flex. RE/flex generates fast lexical analyzers for C++, also known as
"scanners", "lexers", or "tokenizers". RE/flex offers many new useful features
including Unicode support, indent/nodent/dedent anchors, word boundaries, lazy
quantifiers (non-greedy, lazy repeats), and performance tuning options. The
RE/flex software also includes a very fast stand-alone regex library for C++.