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 Jan 11 13:12:02 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile PLIST distinfo

Log Message:
ugrep: updated to 4.5.2

ugrep v4.5.2

update ./build.sh --disable-7zip configure, compilation and linkage
fix 7zip search failing on 32 bit systems when option -M is used (or -t when setting -M)

ugrep v4.5.1

fix bzip3/7zip configure interference causing libbzip3 detection and linkage to fail when building ugrep with optional bzip3 support ./build.sh --with-bzip3

ugrep v4.5.0

7zip archive search with option -z
apply Unicode normalization to canonicalize literal combining characters in regex patterns
improved TUI TAB directory navigation when searching from the FS root
updated ugrep.exe option -P to use PCRE2 latest stable version 10.42


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ugrep/PLIST
cvs rdiff -u -r1.67 -r1.68 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.73 pkgsrc/textproc/ugrep/Makefile:1.74
--- pkgsrc/textproc/ugrep/Makefile:1.73 Fri Dec 29 18:25:00 2023
+++ pkgsrc/textproc/ugrep/Makefile      Thu Jan 11 13:12:02 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2023/12/29 18:25:00 adam Exp $
+# $NetBSD: Makefile,v 1.74 2024/01/11 13:12:02 adam Exp $
 
-DISTNAME=      ugrep-4.3.6
-PKGREVISION=   1
+DISTNAME=      ugrep-4.5.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/ugrep/PLIST
diff -u pkgsrc/textproc/ugrep/PLIST:1.2 pkgsrc/textproc/ugrep/PLIST:1.3
--- pkgsrc/textproc/ugrep/PLIST:1.2     Mon Jun  5 19:26:22 2023
+++ pkgsrc/textproc/ugrep/PLIST Thu Jan 11 13:12:02 2024
@@ -1,10 +1,18 @@
-@comment $NetBSD: PLIST,v 1.2 2023/06/05 19:26:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/01/11 13:12:02 adam Exp $
 bin/ug
 bin/ug+
 bin/ugrep
 bin/ugrep+
 man/man1/ug.1
 man/man1/ugrep.1
+share/bash-completion/completions/ug
+share/bash-completion/completions/ug+
+share/bash-completion/completions/ugrep
+share/bash-completion/completions/ugrep+
+share/fish/vendor_completions.d/ug+.fish
+share/fish/vendor_completions.d/ug.fish
+share/fish/vendor_completions.d/ugrep+.fish
+share/fish/vendor_completions.d/ugrep.fish
 share/ugrep/patterns/README.md
 share/ugrep/patterns/c++/README.md
 share/ugrep/patterns/c++/classes
@@ -192,3 +200,7 @@ share/ugrep/patterns/xml/tags
 share/ugrep/patterns/xml/zap_comments
 share/ugrep/patterns/xml/zap_pis
 share/ugrep/patterns/xml/zap_strings
+share/zsh/site-functions/_ug
+share/zsh/site-functions/_ug+
+share/zsh/site-functions/_ugrep
+share/zsh/site-functions/_ugrep+

Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.67 pkgsrc/textproc/ugrep/distinfo:1.68
--- pkgsrc/textproc/ugrep/distinfo:1.67 Thu Dec 14 13:58:57 2023
+++ pkgsrc/textproc/ugrep/distinfo      Thu Jan 11 13:12:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2023/12/14 13:58:57 adam Exp $
+$NetBSD: distinfo,v 1.68 2024/01/11 13:12:02 adam Exp $
 
-BLAKE2s (ugrep-4.3.6.tar.gz) = 517109529afd41807b882af1553359c68c52df899da36506eb61a7a0efbe80b1
-SHA512 (ugrep-4.3.6.tar.gz) = cc6b27d478cd8e93206c3e4ad96950637c5241eac06cb8fb9766240e49cc6ea9872decdc8afdac45a26cf4c3af1ebb95cb3f58363197c421c5464efc5f6184ea
-Size (ugrep-4.3.6.tar.gz) = 4445771 bytes
+BLAKE2s (ugrep-4.5.2.tar.gz) = 7d4be51d283bffbeeb747d8edb2afc21d3a117f199adabadf40d7ec87ed118bb
+SHA512 (ugrep-4.5.2.tar.gz) = e74f47f68196b566fb0df449d62d2a5a2e5ee3e8aaf63dc87f95f8f3ac642c47dc9d847606164d54ed466588c030bd30e677c2681f896d373fe144d3cdfad1c1
+Size (ugrep-4.5.2.tar.gz) = 6205239 bytes



Home | Main Index | Thread Index | Old Index