head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.8
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.6
	pkgsrc-2025Q4-base:1.4
	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.22
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.20
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.18
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.16
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.14
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.12
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.10
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.8
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.6
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.4
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.2
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.2.0.8
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.6
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.4
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.2
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2025.04.04.20.21.44;	author pin;	state Exp;
branches;
next	1.3;
commitid	Og3AuRQkxsdj2MPF;

1.3
date	2022.06.28.09.32.10;	author pin;	state Exp;
branches;
next	1.2;
commitid	LVRVpTvkcqynWMJD;

1.2
date	2021.08.05.08.56.47;	author pin;	state Exp;
branches;
next	1.1;
commitid	AdO9OPNopKeOfL3D;

1.1
date	2021.03.31.20.20.55;	author pin;	state Exp;
branches;
next	;
commitid	9g9nZO8XVmjA7vNC;


desc
@@


1.4
log
@sysutils/tre-command: reset maintainer
@
text
@# $NetBSD: Makefile,v 1.3 2022/06/28 09:32:10 pin Exp $

DISTNAME=	tre-command-0.4.0
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GITHUB:=dduan/}
GITHUB_PROJECT=	tre
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/dduan/tre/
COMMENT=	Tree command, improved
LICENSE=	mit

.include "cargo-depends.mk"

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/tre \
		${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@sysutils/tre-command: update to 0.4.0

0.4.0
-Add M1 builds to release.
-Support installing from Nix flake.
-Add -E/--exclude PATTERN option to exclude paths from results.
-Add -e/--color WHEN option to control colors in output.
-The short flag for --version is renamed from -v to -V.
-Provide completion scripts for various shells in scripts/completion.
-Add -p/--portable option, which enables portable paths when generating editor
 aliases. Without this flag, editor alias only works in the same working
 directory in which tre was last invoked.
-Files untracked by git is now included in output by default.
-Output order is now deterministic.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/08/05 08:56:47 pin Exp $
d9 1
a9 1
MAINTAINER=	pin@@NetBSD.org
@


1.2
log
@sysutils/tre-command: simplify Makefile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/03/31 20:20:55 pin Exp $
d3 1
a3 1
DISTNAME=	tre-command-0.3.6
d19 2
a20 1
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/tre ${DESTDIR}${PREFIX}/bin
@


1.1
log
@sysutils/tre-command: import package

A replacement for tree command that uses git ls-files as source of file when
possible.
tre can also create shell aliases that, when executed, opens the file
associated with it with the default editor.
Runs on Unix as well as Windows PowerShell.
@
text
@d1 1
a1 1
# $NetBSD$
a15 2
USE_LANGUAGES+=	c

@

