Subject: CVS commit: pkgsrc/textproc/jrep
From: Aleksey Cheusov
Date: 2016-05-29 09:06:35
Message id: 20160529070635.6DEA3FBB5@cvs.NetBSD.org

Log Message:
jrep -- renamed jgrep

jrep is a command-line grep-like utility written in Java.
Features:
  -- Java regular expressions
     (https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html)
  -- Support for RE2J
     (https://github.com/google/re2)
  -- POSIX options (excluding -E and -G)
     (http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html)
  -- most GNU grep(1) options
     (https://www.gnu.org/software/grep/)
  -- Extensions over GNU grep(1):
     options -O, -2 and -8

Files:
RevisionActionfile
1.1addpkgsrc/textproc/jrep/DESCR
1.1addpkgsrc/textproc/jrep/Makefile
1.1addpkgsrc/textproc/jrep/PLIST
1.1addpkgsrc/textproc/jrep/distinfo