Up to [cvs.NetBSD.org] / pkgsrc / textproc / jrep
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:13 2021 UTC (6 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:19 2021 UTC (7 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 30 10:39:19 2017 UTC (5 years ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
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!
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 16 10:31:36 2017 UTC (5 years, 1 month ago) by cheusov
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 3 16:37:56 2016 UTC (5 years, 10 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 29 07:06:35 2016 UTC (5 years, 11 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
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