Bug 227419

Summary: [NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA
Product: Ports & Packages Reporter: Vinícius Zavam <egypcio>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me CC: garga
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D15027
Bug Depends on:    
Bug Blocks: 227421    
Attachments:
Description Flags
[NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA
none
[NEW PORT] textproc/regex2dfa: Command-line utility that converts regular expressions to DFA, updated none

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