Created attachment 192389 [details] [NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA This is a command-line utility that converts a regular expression to a DFA. IN: perl-compatible regular expression, as defined by re2; OU: AT&T DFA, which accepts an equivelent language to the input regular expression. It's also a dependency needed by libFTE (https://libfte.org); Open-source projects that use FTE: fteproxy | Tor | Lantern | uProxy Review on Phabricator: https://reviews.freebsd.org/D15027
Created attachment 192434 [details] [NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA, updated
A commit references this bug: Author: garga Date: Fri Apr 20 11:53:22 UTC 2018 New revision: 467820 URL: https://svnweb.freebsd.org/changeset/ports/467820 Log: Add regex2dfa 0.1.6, command-line utility that converts regular expressions to DFA. PR: 227419 Submitted by: egypcio@googlemail.com Differential Revision: https://reviews.freebsd.org/D15027 Changes: head/textproc/Makefile head/textproc/regex2dfa/ head/textproc/regex2dfa/Makefile head/textproc/regex2dfa/distinfo head/textproc/regex2dfa/pkg-descr