head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.24
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.22
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.20
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.18
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.16
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.14
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.12
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.10
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.8
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.6
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.4
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.2
	pkgsrc-2023Q2-base:1.4;
locks; strict;
comment	@# @;


1.4
date	2023.06.21.14.18.34;	author schmonz;	state Exp;
branches;
next	1.3;
commitid	DUdO29OYXRjc1PtE;

1.3
date	2023.06.14.15.02.37;	author schmonz;	state Exp;
branches;
next	1.2;
commitid	LPxmbK5hnegguVsE;

1.2
date	2023.06.06.18.16.24;	author schmonz;	state Exp;
branches;
next	1.1;
commitid	w7Tel32CWxgGOUrE;

1.1
date	2023.06.06.04.17.39;	author schmonz;	state Exp;
branches;
next	;
commitid	zKsxlHs0AZRWaQrE;


desc
@@


1.4
log
@Update to 20230621. From the changelog:

- Fix removing ourselves from PATH on Solaris.
@
text
@# $NetBSD: Makefile,v 1.3 2023/06/14 15:02:37 schmonz Exp $

DISTNAME=		cvs-for-gits-20230621
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_GITHUB:=schmonz/}
GITHUB_TAG=		v${PKGVERSION_NOREV}

MAINTAINER=		schmonz@@NetBSD.org
HOMEPAGE=		https://github.com/schmonz/cvs-for-gits/
COMMENT=		Make CVS a bit more Gittish
LICENSE=		unlicense

DEPENDS+=		colordiff-[0-9]*:../../devel/colordiff
DEPENDS+=		cvsps-[0-9]*:../../devel/cvsps
.if !exists(/usr/bin/less)
DEPENDS+=		less-[0-9]*:../../misc/less
.endif

USE_LANGUAGES=		# none
REPLACE_SH=		${PKGBASE}
NO_BUILD=		yes

INSTALLATION_DIRS=	bin share/doc/${PKGBASE}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}

.include "../../mk/bsd.pkg.mk"
@


1.3
log
@- Page long output from `annotate`, `log`, and `status`
- More accurately mimic git's paging behavior
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/06/06 18:16:24 schmonz Exp $
d3 1
a3 1
DISTNAME=		cvs-for-gits-20230614
@


1.2
log
@Update to 20230606.1. From the changelog:

- Add cvs show with gittish HEAD handling.
- Add cvs plaindiff for non-colorized diffs.
- Add cvs gitlog.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/06/06 04:17:39 schmonz Exp $
d3 1
a3 1
DISTNAME=		cvs-for-gits-20230606.1
@


1.1
log
@Add cvs-for-gits: Make CVS a bit more Gittish

For most `cvs` subcommands, `cvs-for-gits` simply executes `cvs(1)`,
passing along any command-line arguments.

For `cvs diff`, output is colorized and paged just like `git diff`.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=		cvs-for-gits-20230606
d14 1
d23 1
a23 1
INSTALLATION_DIRS=	bin
d27 1
@

