head 1.11; access; symbols pkgsrc-2026Q2:1.10.0.2 pkgsrc-2026Q2-base:1.10 pkgsrc-2026Q1:1.7.0.4 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.2 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.4.0.4 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.2 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.3.0.8 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.6 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.4 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.2 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.2.0.2 pkgsrc-2024Q1-base:1.2; locks; strict; comment @# @; 1.11 date 2026.06.22.07.53.40; author pin; state Exp; branches; next 1.10; commitid xWkuntAyNpZUCLKG; 1.10 date 2026.06.02.11.04.02; author pin; state Exp; branches; next 1.9; commitid 8GdPOVV0cbP5kdIG; 1.9 date 2026.05.22.08.10.51; author pin; state Exp; branches; next 1.8; commitid OCgSFV2psTaBIMGG; 1.8 date 2026.05.10.07.34.28; author pin; state Exp; branches; next 1.7; commitid AmE8nb3q3l52UeFG; 1.7 date 2025.10.27.12.06.53; author pin; state Exp; branches; next 1.6; commitid YC35eseU1LC6GcgG; 1.6 date 2025.10.16.10.53.26; author pin; state Exp; branches; next 1.5; commitid 435nDh0m1uuPCMeG; 1.5 date 2025.10.07.10.44.45; author pin; state Exp; branches; next 1.4; commitid bz0WUsykn7UMRCdG; 1.4 date 2025.04.04.20.20.52; author pin; state Exp; branches; next 1.3; commitid sdb3xEhcOuYZ1MPF; 1.3 date 2024.06.03.19.48.30; author pin; state Exp; branches; next 1.2; commitid URpPLuL9mF1QEzcF; 1.2 date 2024.01.22.07.28.49; author pin; state Exp; branches; next 1.1; commitid ndJThmhMG5B8QpVE; 1.1 date 2024.01.11.20.48.01; author pin; state Exp; branches; next ; commitid tYNdXL7Cgli5C4UE; desc @@ 1.11 log @sysutils/treegrep: update to 2.2.0 - pcre2 and better builds - overview only, live delay, better tests @ text @# $NetBSD: Makefile,v 1.10 2026/06/02 11:04:02 pin Exp $ DISTNAME= treegrep-2.2.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=4imothy/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/4imothy/treegrep/ COMMENT= Pattern matcher frontend or backend which displays results in a tree LICENSE= mit .include "cargo-depends.mk" USE_TOOLS+= pkg-config RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre2}/lib RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.pcre2}/lib .include "../../lang/rust/cargo.mk" .include "../../devel/pcre2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @sysutils/treegrep: update to 2.1.1 - fix panic on lines containing invalid UTF-8 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2026/05/22 08:10:51 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-2.1.1 d14 5 d20 1 @ 1.9 log @sysutils/treegrep: update to 2.1.0 - emacs plugin - improve repeat behavior - better keybinds - no mouse, disable alternate screen options @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2026/05/10 07:34:28 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-2.1.0 @ 1.8 log @sysutils/treegrep: update to 2.0.0 - Unified menu with live search - Text based filtering inside menu - Built in parallel search - Context lines option - Fold/unfold directory trees in the menu - Configurable key bindings and characters @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/10/27 12:06:53 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-2.0.0 @ 1.7 log @sysutils/treegrep: update to 1.3.0 - fix generated completions so regex pattern suggestions don't show path - custom colors @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2025/10/16 10:53:26 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-1.3.0 @ 1.6 log @sysutils/treegrep: update to 1.2.1 - Fixes up select menu keybindings to not change behavior of existing keybindings - improves behavior of help/version in menu @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2025/10/07 10:44:45 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-1.2.1 @ 1.5 log @sysutils/treegrep: update to 1.2.0 1.2.0 - add bindings to traverse menu input (ctrl-['b', 'f', 'k', 'd', 'a', 'e']) - improve error viewing in menu - fix repeating arguments that contain spaces - add option in selection menu to move up/down paths of the same depth 1.1.0 - cursor visible when providing arguments in arguments menu - cursor jumping with z/l in selection menu now loops over middle, top, bottom - better styling - improve error handling 1.0.0 - Improve selection UI and make it more consistent - Many customization flags - Menu for providing arguments @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/04/04 20:20:52 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-1.2.0 d10 1 a10 1 LICENSE= cc-by-v4.0 @ 1.4 log @sysutils/treegrep: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/06/03 19:48:30 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-0.1.4 @ 1.3 log @sysutils/treegrep: update to 0.1.4 Improved menu controls Help popup message in menu on pressing h Support for default opts environment variable Globs @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/01/22 07:28:49 pin Exp $ d7 1 a7 1 MAINTAINER= pin@@NetBSD.org @ 1.2 log @sysutils/treegrep: update to 0.1.3 - Add moving by path and page to the menu - Improve menu styling for line numbers @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/01/11 20:48:01 pin Exp $ d3 1 a3 1 DISTNAME= treegrep-0.1.3 @ 1.1 log @sysutils/treegrep: import package treegrep is a frontend for existing pattern matchers or a standalone pattern matcher which presents results in a tree format. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= treegrep-0.1.2 @