head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.14
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.12
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.10
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.8
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.6
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.4
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.2
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.3.0.2
	pkgsrc-2024Q2-base:1.3;
locks; strict;
comment	@# @;


1.4
date	2024.08.13.19.41.04;	author wiz;	state Exp;
branches;
next	1.3;
commitid	7EEWEQFPC4tKkHlF;

1.3
date	2024.05.05.20.56.55;	author nikita;	state Exp;
branches;
next	1.2;
commitid	lB4DKS4IsKk1YQ8F;

1.2
date	2024.05.05.20.50.58;	author nikita;	state Exp;
branches;
next	1.1;
commitid	66YyvwHlj8OZVQ8F;

1.1
date	2024.04.29.13.27.52;	author nikita;	state Exp;
branches;
next	;
commitid	nnmEyZFgKJ3FF28F;


desc
@@


1.4
log
@zls: mark as BROKEN

Does not support zig 0.13.0 (current pkgsrc version)
@
text
@# $NetBSD: Makefile,v 1.3 2024/05/05 20:56:55 nikita Exp $

DISTNAME=	zls-0.12.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=zigtools/}
GITHUB_PROJECT=	zls
GITHUB_TAG=	${PKGVERSION_NOREV}

COMMENT=	Language Server for zig
MAINTAINER=	nikita@@NetBSD.org
HOMEPAGE=	https://github.com/zigtools/zls/
LICENSE=	mit

ZIGSTRIP=	no

# Temporary required, a zig build system parser is being written.
ALLOW_NETWORK_ACCESS=yes

BROKEN=		"Does not support zig 0.13.0"

.include "zig-depends.mk"

.include "../../lang/zig/application.mk"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@zls, passphrase, ncdu2: enable build (comment added)
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/05/05 20:50:58 nikita Exp $
d19 2
@


1.2
log
@zls, ncdu2, passphrase: mark as broken while I'm working on the fix.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/04/29 13:27:52 nikita Exp $
d16 2
a17 1
BROKEN=	"Temporary broken as a zig build system parser is being finalised"
@


1.1
log
@devel/zls: import zls version 0.12.0

The Zig Language Server (ZLS) is a tool that implements
Microsoft's Language Server Protocol for Zig in Zig.
In simpler terms: it'll provide you with completions,
go-to definition, etc. when you write Zig code!
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/04/24 21:17:22 nikita Exp $
d16 2
@

