Sun Apr 30 10:39:19 2017 UTC ()
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!


(cheusov)
diff -r1.5 -r1.6 pkgsrc/textproc/jrep/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/jrep/PLIST
diff -r1.3 -r1.4 pkgsrc/textproc/jrep/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/jrep/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/jrep/Makefile 2017/04/16 10:31:36 1.5
+++ pkgsrc/textproc/jrep/Makefile 2017/04/30 10:39:19 1.6
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/04/16 10:31:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/30 10:39:19 cheusov Exp $
 #
 
-DISTNAME=	jrep-1.0.1
+DISTNAME=	jrep-1.1.0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cheusov/}
 GITHUB_PROJECT=	jrep

cvs diff -r1.2 -r1.3 pkgsrc/textproc/jrep/PLIST (expand / switch to context diff)
--- pkgsrc/textproc/jrep/PLIST 2017/04/16 10:31:36 1.2
+++ pkgsrc/textproc/jrep/PLIST 2017/04/30 10:39:19 1.3
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/16 10:31:36 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/04/30 10:39:19 cheusov Exp $
 bin/jrep
-lib/jrep/jrep-0.2-jar-with-dependencies.jar
+lib/jrep/jrep-0.3.jar
 lib/libjrep_jni.so
 man/man1/jrep.1
 share/jrep/LICENSE

cvs diff -r1.3 -r1.4 pkgsrc/textproc/jrep/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/jrep/distinfo 2017/04/16 10:31:36 1.3
+++ pkgsrc/textproc/jrep/distinfo 2017/04/30 10:39:19 1.4
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/04/16 10:31:36 cheusov Exp $
+$NetBSD: distinfo,v 1.4 2017/04/30 10:39:19 cheusov Exp $
 
-SHA1 (jrep-1.0.1.tar.gz) = 4546121cc4ce0e7c8bba5401fe6af4d8f5c64794
+SHA1 (jrep-1.1.0.tar.gz) = 0fcfb218ed012bd6f47834b128f8cb06fe2224d4
-RMD160 (jrep-1.0.1.tar.gz) = 3427df4fde82098934a441c690867527b838ad07
+RMD160 (jrep-1.1.0.tar.gz) = d9e606a06f36f12681b18918c22b64ed1a3b74e8
-SHA512 (jrep-1.0.1.tar.gz) = 3fe3831888e1d99c0f041faeed6529853304a6f40e816117c041d7b9ad0806d2fee65bdbc76f8e7f1252e8d47d054dc5390b13f69dc467041378dfa1aa384d2b
+SHA512 (jrep-1.1.0.tar.gz) = c5fb5cf026b51c84c16f395612d599a79d3f3e369bdcdf165c52e8a648680b101e5666c5df9532d004c66ca317050216d9f2c87e18bb85c7afd9d16d562b63cf
-Size (jrep-1.0.1.tar.gz) = 22118 bytes
+Size (jrep-1.1.0.tar.gz) = 25449 bytes