head	1.8;
access;
symbols
	pkgsrc-2026Q1:1.6.0.2
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.3.0.2
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.2.0.6
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.4
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.2
	pkgsrc-2025Q1-base:1.2;
locks; strict;
comment	@# @;


1.8
date	2026.05.07.21.19.51;	author wiz;	state Exp;
branches;
next	1.7;
commitid	h2KsuZQXbWH4zVEG;

1.7
date	2026.04.03.07.57.51;	author wiz;	state Exp;
branches;
next	1.6;
commitid	dyyPTvjLPb9NduAG;

1.6
date	2026.03.05.15.17.36;	author wiz;	state Exp;
branches;
next	1.5;
commitid	oaf19cOxDmzrANwG;

1.5
date	2026.02.06.09.58.38;	author wiz;	state Exp;
branches;
next	1.4;
commitid	VGv2F7ME9wTOGitG;

1.4
date	2026.01.09.08.09.10;	author wiz;	state Exp;
branches;
next	1.3;
commitid	Ap2FoD3NhdW3ZGpG;

1.3
date	2025.12.11.10.29.21;	author wiz;	state Exp;
branches;
next	1.2;
commitid	4AKnlka9v7KWGYlG;

1.2
date	2025.02.09.21.22.23;	author wiz;	state Exp;
branches;
next	1.1;
commitid	zWdGK65fGWjO6QIF;

1.1
date	2025.02.05.13.41.29;	author wiz;	state Exp;
branches;
next	;
commitid	VtT5L7QEPoqHGhIF;


desc
@@


1.8
log
@jj, jj-docs: update to 0.41.0

Release highlights

    jj fix now supports formatting specific line ranges (allowing you to format
    only modified lines); see the configuration manual and notes below for more.

    The new global flag --no-integrate-operation will let you run a command without
    impacting the repo state or the working copy, which is useful when automated tools
    may create snapshots in the background.
@
text
@# $NetBSD: Makefile,v 1.7 2026/04/03 07:57:51 wiz Exp $

DISTNAME=	jj-v0.41.0-docs-html
PKGNAME=	${DISTNAME:S/jj-v/jj-docs-/:S/-docs-html//}
CATEGORIES=	devel
MASTER_SITES=	https://github.com/jj-vcs/jj/releases/download/v${PKGVERSION_NOREV}/

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/martinvonz/jj/
COMMENT=	Documentation for jj
LICENSE=	apache-2.0

USE_TOOLS+=	pax

WRKSRC=			${WRKDIR}
INSTALLATION_DIRS+=	share/doc/jj

do-build:

do-install:
	cd ${WRKSRC} && pax -pp -rw [A-z]* ${DESTDIR}${PREFIX}/share/doc/jj

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


1.7
log
@jj-docs: update to 0.40.0.

Match jj.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2026/03/05 15:17:36 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.40.0-docs-html
@


1.6
log
@jj-docs: update to 0.39.0.

Match jj.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2026/02/06 09:58:38 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.39.0-docs-html
@


1.5
log
@jj-docs: update to 0.38.0.

To match jj.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2026/01/09 08:09:10 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.38.0-docs-html
@


1.4
log
@jj-docs: update to 0.37.0.

Update for jj 0.37.0.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2025/12/11 10:29:21 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.37.0-docs-html
@


1.3
log
@jj-docs: update to 0.36.0.

Sync with jj.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/02/09 21:22:23 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.36.0-docs-html
@


1.2
log
@jj-docs: update to 0.26.0

to match jj
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/02/05 13:41:29 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.26.0-docs-html
@


1.1
log
@devel/jj-docs: import jj-docs-0.25.0

Jujutsu is a Git-compatible DVCS. It combines features from Git (data model,
speed), Mercurial (anonymous branching, simple CLI free from "the index",
revsets, powerful history-rewriting), and Pijul/Darcs (first-class conflicts),
with features not found in most of them (working-copy-as-a-commit, undo
functionality, automatic rebase, safe replication via rsync, Dropbox, or
distributed file system).

The command-line tool is called jj for now because it's easy to type and easy
to replace (rare in English). The project is called "Jujutsu" because it
matches "jj".

This package contains the HTML documentation for jj.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.20 2025/01/07 13:00:56 wiz Exp $
d3 1
a3 1
DISTNAME=	jj-v0.25.0-docs-html
d6 1
a6 1
MASTER_SITES=	https://github.com/jj-vcs/jj/releases/download/v0.25.0/
@

