diff options
author | adam <adam@pkgsrc.org> | 2017-08-18 21:51:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-18 21:51:40 +0000 |
commit | 9394b9e87919e4652ea2477621c5defaf857a73d (patch) | |
tree | 7248cb3e7933cb3ffd14b382d5c7d316fdca2c99 /textproc | |
parent | c3fa01599c096d97e15d3a6555ad3deadd39bcde (diff) | |
download | pkgsrc-9394b9e87919e4652ea2477621c5defaf857a73d.tar.gz |
release 3.1:
** Improvements
grep '[0-9]' is now just as fast as grep '[[:digit:]]' when run
in a multi-byte locale. Before, it was several times slower.
** Changes in behavior
Context no longer excludes selected lines omitted because of -m.
For example, 'grep "^" -m1 -A1' now outputs the first two input
lines, not just the first line. This fixes a glitch that has been
present since -m was added in grep 2.5.
The following changes affect only MS-Windows platforms. First, the
--binary (-U) option now governs whether binary I/O is used, instead
of a heuristic that was sometimes incorrect. Second, the
--unix-byte-offsets (-u) option now has no effect on MS-Windows too.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/grep/Makefile | 4 | ||||
-rw-r--r-- | textproc/grep/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index e751175822d..01223b4a415 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2017/03/30 19:23:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2017/08/18 21:51:40 adam Exp $ -DISTNAME= grep-3.0 +DISTNAME= grep-3.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=grep/} EXTRACT_SUFX= .tar.xz diff --git a/textproc/grep/distinfo b/textproc/grep/distinfo index e404b3d8dde..3e94145cb94 100644 --- a/textproc/grep/distinfo +++ b/textproc/grep/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2017/03/30 19:23:17 ryoon Exp $ +$NetBSD: distinfo,v 1.24 2017/08/18 21:51:40 adam Exp $ -SHA1 (grep-3.0.tar.xz) = 7b742a6278f28ff056da799c62c1b9e417fe86ba -RMD160 (grep-3.0.tar.xz) = cd793a2fe55eabc0019018486bd039ca823c2009 -SHA512 (grep-3.0.tar.xz) = 0e9a00df9d492f399230bae0264942edaf64bb926f93edb7922f27b075a86ba0a78698f54996cc522b6261aa01a8ecbeadeb68523d4470a9941f242c3ae24c58 -Size (grep-3.0.tar.xz) = 1375156 bytes +SHA1 (grep-3.1.tar.xz) = d1d677e959c7d874e18e7e3839f26a0f0c1733d5 +RMD160 (grep-3.1.tar.xz) = 6eaaac1245c653628fd57f07df25b3a60e842891 +SHA512 (grep-3.1.tar.xz) = 05494381c7dd8aad7e2ee4c17450de8d7b969a99dcfe17747db60df3475bf02d5323d091e896e8343e4f3251c29dc7f0b7a9f93c575c9d58ee2a57014c2c9d26 +Size (grep-3.1.tar.xz) = 1370880 bytes SHA1 (patch-src_Makefile.am) = c919a396c550f6218db8e015139c69e49217a946 SHA1 (patch-src_Makefile.in) = f0b0b3a87d1ab0afd831144a6c7e81963735ce41 |