head 1.7; 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.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.7 log @jj-docs: update to 0.40.0. Match jj. @ text @# $NetBSD: Makefile,v 1.6 2026/03/05 15:17:36 wiz Exp $ DISTNAME= jj-v0.40.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.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/ @