NOTICE: This package has been removed from pkgsrc

./textproc/jgrep, Command-line grep-like utility written in Java

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.5.2, Package name: jgrep-0.5.2, Maintainer: cheusov

jgrep 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


Required to run:
[lang/openjdk8]

Required to build:
[devel/mk-configure]

Master sites:

SHA1: 2e6bc5d474987f2aef848ca012bf92c0329fc768
RMD160: 457d471fe704fcb9f4d730318e0f32920632b725
Filesize: 20.43 KB

Version history: (Expand)


CVS history: (Expand)


   2016-05-29 09:19:43 by Aleksey Cheusov | Files touched by this commit (4) | Package removed
Log message:
Renamed to textproc/jrep
   2016-05-28 17:11:30 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Updated to version 0.5.2

  Fixed:
    - installation directory for doc/ subproject (README, NEWS etc.)
    - README
    - Installation instructions
   2016-05-28 13:06:03 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
No need for AWK_PROG in MAKE_ENV
   2016-05-28 13:00:50 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Fix license
   2016-05-27 19:41:00 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 0.5.1 (Fix in coloring/highlighting code)
   2016-05-26 20:48:31 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to version 0.5.0

  Option --directories was implemented.

  -r and -R accepts file as free arguments

  Support for JGREP_NO_JNI environment variable was introduced
   2016-05-25 00:27:49 by Aleksey Cheusov | Files touched by this commit (4)
Log message:
New package textproc/jgrep

jgrep 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