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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: jrep-1.1.0, Maintainer: cheusov

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


Required to run:
[lang/openjdk8]

Required to build:
[devel/mk-configure]

Master sites:

Filesize: 24.853 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-03-29 08:28:43 by Nia Alarie | Files touched by this commit (1)
Log message:
jrep: force openjdk8 until someone can fix this with 11
   2017-04-30 12:39:19 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to version 1.1.0
  jrep:
    - New option "-d"  (synonym for "--directories") was added.
    - New option "--exclude-dir" (idea cames from GNU grep) was added.

  jrep man page: fixes and additions.

  Option "-O" extensions:
    - New mode $f for printing filename with match was added.
    - New modes $< and $> modes were added for coloring the formatted
      output.
    - New modifier "b" was added for baseline(3)-ing found group or
      filename.
    - New modifier "e" was added for removing file extension.
    - New modifiers "c" and "C" were added for CSV-quoting \ 
found group or
      filename.
    - Modifiers "s" and "t" handle Unicode spaces.

  New maven plugin for building uber jar. Also, jar sets the default
  main class. Kudos to Aliaksei Kushunin!

  "bat" file was added for Windows systems. Kudos to Aliaksei Kushunin!
   2017-04-16 12:31:36 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to version 1.0.1

  Documentation for option --exclude-from was added to man page.

  Fix escaping backslashes with modifier "n" of option -O.
   2016-07-03 18:37:56 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 0.6.1
  Option -v now works correctly with multiple -e.
  Thanks to darkness@ for the report!

  Fix infinite loop when regular expression matches an emoty string.
   2016-06-27 23:40:13 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Use ${FAKEHOMEDIR} as maven build root directory
   2016-06-19 18:51:02 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs pod2man.