head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.4.0.2
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.1.0.2
	pkgsrc-2025Q4-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2026.05.07.18.49.53;	author bsiegert;	state Exp;
branches;
next	1.5;
commitid	MMrI2EXGAt3HJUEG;

1.5
date	2026.04.08.05.44.56;	author bsiegert;	state Exp;
branches;
next	1.4;
commitid	FFJx9trbRMg7k7BG;

1.4
date	2026.03.06.21.07.49;	author bsiegert;	state Exp;
branches
	1.4.2.1;
next	1.3;
commitid	AQtIeR1eh5qvuXwG;

1.3
date	2026.02.24.08.45.24;	author bsiegert;	state Exp;
branches;
next	1.2;
commitid	IrpU9bGVDwSIHBvG;

1.2
date	2026.01.15.19.54.41;	author bsiegert;	state Exp;
branches;
next	1.1;
commitid	Zuo9UmMrkrU4HwqG;

1.1
date	2025.12.13.13.27.46;	author bsiegert;	state Exp;
branches;
next	;
commitid	5EVGCNwTDgHcCfmG;

1.4.2.1
date	2026.04.22.14.32.00;	author maya;	state Exp;
branches;
next	;
commitid	iDHLLUhOplH6NXCG;


desc
@@


1.6
log
@Revbump all Go packages after go126 security update
@
text
@# $NetBSD: Makefile,v 1.5 2026/04/08 05:44:56 bsiegert Exp $

DISTNAME=	golds-0.8.2
PKGREVISION=	5
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=go101/}
GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}

MAINTAINER=	bsiegert@@NetBSD.org
HOMEPAGE=	https://github.com/go101/golds/
COMMENT=	Go local docs server/generator and code reader
LICENSE=	mit

WRKSRC=		${WRKDIR}/${DISTNAME}
USE_LANGUAGES=	c # go

GO_BUILD_PATTERN=	.

.include "go-modules.mk"

.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@Revbump all Go packages after security update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2026/03/06 21:07:49 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.4
log
@Revbump all Go packages after go126 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2026/02/24 08:45:24 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.4.2.1
log
@Revbump all Go packages after go126 security fix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2026/03/06 21:07:49 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.3
log
@Revbump all Go packages after default version bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2026/01/15 19:54:41 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.2
log
@Revbump all Go packages after go125 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/12/13 13:27:46 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@New package, golds-0.8.2.

Golds is a Go local docs server, a Go docs generator, and a Go code
reader. It tries to extract as much information as possible from Go code
to help gophers understand, study and use Go packages.

JavaScript-off friendly, though the experience is a little richer when
JavaScript is on.

All functionalities are implemented locally, No tracing, no external
websites visiting (except explicitly and manually required by you).
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

