Bug 251424

Summary: [NEW PORT] devel/grex: Command-line tool for generating regular expressions from test cases
Product: Ports & Packages Reporter: Petteri Valkonen <petteri.valkonen>
Component: Individual Port(s)Assignee: Mikael Urankar <mikael>
Status: Closed FIXED    
Severity: Affects Only Me CC: mikael
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar archive of devel/grex none

Description Petteri Valkonen 2020-11-27 10:36:37 UTC
Created attachment 220030 [details]
shar archive of devel/grex

grex is a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from.

WWW: https://github.com/pemistahl/grex/
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-06 10:39:41 UTC
A commit references this bug:

Author: mikael
Date: Sun Dec  6 10:39:13 UTC 2020
New revision: 557128
URL: https://svnweb.freebsd.org/changeset/ports/557128

Log:
  devel/grex: add new port

  grex is a command-line utility that is meant to simplify the often
  complicated and tedious task of creating regular expressions. It
  does so by automatically generating a single regular expression from
  user-provided test cases. The resulting expression is guaranteed to
  match the test cases which it was generated from.

  WWW: https://github.com/pemistahl/grex/

  PR:		251424
  Submitted by:	Petteri Valkonen

Changes:
  head/devel/Makefile
  head/devel/grex/
  head/devel/grex/Makefile
  head/devel/grex/distinfo
  head/devel/grex/pkg-descr
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2020-12-06 10:42:00 UTC
Thanks!