pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Import gotags-1.4.1 as devel/gotags



details:   https://anonhg.NetBSD.org/pkgsrc/rev/324a3ebe93bd
branches:  trunk
changeset: 387282:324a3ebe93bd
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Tue Oct 25 21:04:08 2022 +0000

description:
Import gotags-1.4.1 as devel/gotags

Gotags is a ctags-compatible tag generator for Go.

diffstat:

 devel/Makefile        |   3 ++-
 devel/gotags/DESCR    |   1 +
 devel/gotags/Makefile |  19 +++++++++++++++++++
 devel/gotags/PLIST    |   2 ++
 devel/gotags/distinfo |   5 +++++
 5 files changed, 29 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 340707063012 -r 324a3ebe93bd devel/Makefile
--- a/devel/Makefile    Tue Oct 25 20:27:53 2022 +0000
+++ b/devel/Makefile    Tue Oct 25 21:04:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3813 2022/10/25 20:26:02 nikita Exp $
+# $NetBSD: Makefile,v 1.3814 2022/10/25 21:04:08 nikita Exp $
 #
 
 COMMENT=       Development utilities
@@ -452,6 +452,7 @@
 SUBDIR+=       gopls
 SUBDIR+=       goredo
 SUBDIR+=       got
+SUBDIR+=       gotags
 SUBDIR+=       gotests
 SUBDIR+=       gperf
 SUBDIR+=       gperftools
diff -r 340707063012 -r 324a3ebe93bd devel/gotags/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gotags/DESCR        Tue Oct 25 21:04:08 2022 +0000
@@ -0,0 +1,1 @@
+Gotags is a ctags-compatible tag generator for Go.
diff -r 340707063012 -r 324a3ebe93bd devel/gotags/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gotags/Makefile     Tue Oct 25 21:04:08 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/10/25 21:04:08 nikita Exp $
+
+DISTNAME=      gotags-1.4.1
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jstemmer/}
+CATEGORIES=    devel
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_PROJECT=        gotags
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jstemmer/gotags/
+COMMENT=       Ctags-compatible tag generator for Go
+LICENSE=       mit
+
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
+GO_SRCPATH=    github.com/jstemmer/gotags
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 340707063012 -r 324a3ebe93bd devel/gotags/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gotags/PLIST        Tue Oct 25 21:04:08 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/25 21:04:08 nikita Exp $
+bin/gotags
diff -r 340707063012 -r 324a3ebe93bd devel/gotags/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gotags/distinfo     Tue Oct 25 21:04:08 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/25 21:04:08 nikita Exp $
+
+BLAKE2s (gotags-1.4.1.tar.gz) = 9957b3f013f3847e92f78012049a6256ce0b4020ae26c96868c1b8e7aeb5ebb1
+SHA512 (gotags-1.4.1.tar.gz) = 8d7da91f35dd287075ae8ed346bd547dae5fc937dadbdce192de41c35275928b3711cade7f5c257646cab10a58e54dd1e64efd6d511e161f4e9429c0611b1ae1
+Size (gotags-1.4.1.tar.gz) = 9675 bytes



Home | Main Index | Thread Index | Old Index