Bug 227419 - [NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA
Summary: [NEW PORT] textproc/regex2dfa: Command-line utility that converts regular exp...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Renato Botelho
URL: https://reviews.freebsd.org/D15027
Keywords:
Depends on:
Blocks: 227421
  Show dependency treegraph
 
Reported: 2018-04-10 14:10 UTC by Vinícius Zavam
Modified: 2018-04-20 11:56 UTC (History)
1 user (show)

See Also:


Attachments
[NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA (63.13 KB, patch)
2018-04-10 14:10 UTC, Vinícius Zavam
no flags Details | Diff
[NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA, updated (55.89 KB, patch)
2018-04-11 12:36 UTC, Vinícius Zavam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vinícius Zavam freebsd_committer freebsd_triage 2018-04-10 14:10:03 UTC
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
Comment 1 Vinícius Zavam freebsd_committer freebsd_triage 2018-04-11 12:36:26 UTC
Created attachment 192434 [details]
[NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA, updated
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-20 11:53:26 UTC
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