pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  8 09:01:00 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 6.4.0

6.4.0

new custom output format fields for options --format and --replace:
%A          byte range in hex of match
%l          last line number of match
%L          number of lines of a match
%R          newline, if --break
%[hhhh]U    U+hhhh Unicode code point
%y          matching pattern as hex
%Y          matching line as hex
%[ms]=...%= color of ms ... color off
%[n]j       nth capture as JSON
%[n]q       nth capture quoted
%[n]x       nth capture as XML
%[n]y       nth capture as hex
%[n]v       nth capture as CSV
%[name]j    named capture as JSON
%[name]q    named capture quoted
%[name]x    named capture as XML
%[name]y    named capture as hex
%[name]v    named capture as CSV
%[n|...]j   capture n,... as JSON
%[n|...]q   capture n,... quoted
%[n|...]x   capture n,... as XML
%[n|...]y   capture n,... as hex
%[n|...]v   capture n,... as CSV
numeric fields such as %n are padded with spaces when %{width}n is specified with a numeric width > 0
matching line fields such as %O are cut to width when %{width}O is specified or when %{-width}O is specified to cut from the end of the line
character context on a matching line before or after a match is output when %{-width}o or %{+width}o is specified for match fields such as %o, where %{width}o without a +/- sign cuts the match to the 
specified width
fix bash completions for key bindings


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/textproc/ugrep/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/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.82 pkgsrc/textproc/ugrep/Makefile:1.83
--- pkgsrc/textproc/ugrep/Makefile:1.82 Sun Aug  4 07:20:18 2024
+++ pkgsrc/textproc/ugrep/Makefile      Thu Aug  8 09:01:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/08/04 07:20:18 adam Exp $
+# $NetBSD: Makefile,v 1.83 2024/08/08 09:01:00 adam Exp $
 
-DISTNAME=      ugrep-6.3.0
+DISTNAME=      ugrep-6.4.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.77 pkgsrc/textproc/ugrep/distinfo:1.78
--- pkgsrc/textproc/ugrep/distinfo:1.77 Sun Aug  4 07:20:18 2024
+++ pkgsrc/textproc/ugrep/distinfo      Thu Aug  8 09:01:00 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2024/08/04 07:20:18 adam Exp $
+$NetBSD: distinfo,v 1.78 2024/08/08 09:01:00 adam Exp $
 
-BLAKE2s (ugrep-6.3.0.tar.gz) = 9167f1ec0f49588f5f0944db741dc8d585525d091d7200b2c56b65fb832eca8c
-SHA512 (ugrep-6.3.0.tar.gz) = f76a3a18e25965e990badef677a67c864cc24f12dfa766ad79502a67c33b695b83af0a0af7a318883c9c0e9d2102bb9c9dcef716553c1c64f100c5fb10719e08
-Size (ugrep-6.3.0.tar.gz) = 7032313 bytes
+BLAKE2s (ugrep-6.4.0.tar.gz) = 755dec04be75d09fb461d1c4a1350d887beaec8773c1c4fb489e001347425dd2
+SHA512 (ugrep-6.4.0.tar.gz) = 88e669dfe798afcd65eb591906d09ae344cbbb1f9b5fb7b6e160be5fff14883d5cf81e7013fbdc8be4df1edd2e3ac61e31a9a5a98e080ae71d4a7d9a2c9d0b66
+Size (ugrep-6.4.0.tar.gz) = 7043097 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index