pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/jrep
Module Name: pkgsrc
Committed By: cheusov
Date: Sun Apr 30 10:39:19 UTC 2017
Modified Files:
pkgsrc/textproc/jrep: Makefile PLIST distinfo
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!
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/jrep/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/jrep/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/jrep/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/jrep/Makefile
diff -u pkgsrc/textproc/jrep/Makefile:1.5 pkgsrc/textproc/jrep/Makefile:1.6
--- pkgsrc/textproc/jrep/Makefile:1.5 Sun Apr 16 10:31:36 2017
+++ pkgsrc/textproc/jrep/Makefile Sun Apr 30 10:39:19 2017
@@ -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
Index: pkgsrc/textproc/jrep/PLIST
diff -u pkgsrc/textproc/jrep/PLIST:1.2 pkgsrc/textproc/jrep/PLIST:1.3
--- pkgsrc/textproc/jrep/PLIST:1.2 Sun Apr 16 10:31:36 2017
+++ pkgsrc/textproc/jrep/PLIST Sun Apr 30 10:39:19 2017
@@ -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
Index: pkgsrc/textproc/jrep/distinfo
diff -u pkgsrc/textproc/jrep/distinfo:1.3 pkgsrc/textproc/jrep/distinfo:1.4
--- pkgsrc/textproc/jrep/distinfo:1.3 Sun Apr 16 10:31:36 2017
+++ pkgsrc/textproc/jrep/distinfo Sun Apr 30 10:39:19 2017
@@ -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