pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/jrep Update to version 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38084d9b42f3
branches:  trunk
changeset: 361953:38084d9b42f3
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Apr 30 10:39:19 2017 +0000

description:
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!

diffstat:

 textproc/jrep/Makefile |   4 ++--
 textproc/jrep/PLIST    |   4 ++--
 textproc/jrep/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r fcfc008bd202 -r 38084d9b42f3 textproc/jrep/Makefile
--- a/textproc/jrep/Makefile    Sun Apr 30 05:10:32 2017 +0000
+++ b/textproc/jrep/Makefile    Sun Apr 30 10:39:19 2017 +0000
@@ -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
diff -r fcfc008bd202 -r 38084d9b42f3 textproc/jrep/PLIST
--- a/textproc/jrep/PLIST       Sun Apr 30 05:10:32 2017 +0000
+++ b/textproc/jrep/PLIST       Sun Apr 30 10:39:19 2017 +0000
@@ -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
diff -r fcfc008bd202 -r 38084d9b42f3 textproc/jrep/distinfo
--- a/textproc/jrep/distinfo    Sun Apr 30 05:10:32 2017 +0000
+++ b/textproc/jrep/distinfo    Sun Apr 30 10:39:19 2017 +0000
@@ -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
-RMD160 (jrep-1.0.1.tar.gz) = 3427df4fde82098934a441c690867527b838ad07
-SHA512 (jrep-1.0.1.tar.gz) = 3fe3831888e1d99c0f041faeed6529853304a6f40e816117c041d7b9ad0806d2fee65bdbc76f8e7f1252e8d47d054dc5390b13f69dc467041378dfa1aa384d2b
-Size (jrep-1.0.1.tar.gz) = 22118 bytes
+SHA1 (jrep-1.1.0.tar.gz) = 0fcfb218ed012bd6f47834b128f8cb06fe2224d4
+RMD160 (jrep-1.1.0.tar.gz) = d9e606a06f36f12681b18918c22b64ed1a3b74e8
+SHA512 (jrep-1.1.0.tar.gz) = c5fb5cf026b51c84c16f395612d599a79d3f3e369bdcdf165c52e8a648680b101e5666c5df9532d004c66ca317050216d9f2c87e18bb85c7afd9d16d562b63cf
+Size (jrep-1.1.0.tar.gz) = 25449 bytes



Home | Main Index | Thread Index | Old Index