pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue Oct 25 21:04:08 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/gotags: DESCR Makefile PLIST distinfo

Log Message:
Import gotags-1.4.1 as devel/gotags

Gotags is a ctags-compatible tag generator for Go.


To generate a diff of this commit:
cvs rdiff -u -r1.3813 -r1.3814 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gotags/DESCR pkgsrc/devel/gotags/Makefile \
    pkgsrc/devel/gotags/PLIST pkgsrc/devel/gotags/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3813 pkgsrc/devel/Makefile:1.3814
--- pkgsrc/devel/Makefile:1.3813        Tue Oct 25 20:26:02 2022
+++ pkgsrc/devel/Makefile       Tue Oct 25 21:04:08 2022
@@ -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+=    googletest
 SUBDIR+=       gopls
 SUBDIR+=       goredo
 SUBDIR+=       got
+SUBDIR+=       gotags
 SUBDIR+=       gotests
 SUBDIR+=       gperf
 SUBDIR+=       gperftools

Added files:

Index: pkgsrc/devel/gotags/DESCR
diff -u /dev/null pkgsrc/devel/gotags/DESCR:1.1
--- /dev/null   Tue Oct 25 21:04:08 2022
+++ pkgsrc/devel/gotags/DESCR   Tue Oct 25 21:04:08 2022
@@ -0,0 +1 @@
+Gotags is a ctags-compatible tag generator for Go.
Index: pkgsrc/devel/gotags/Makefile
diff -u /dev/null pkgsrc/devel/gotags/Makefile:1.1
--- /dev/null   Tue Oct 25 21:04:08 2022
+++ pkgsrc/devel/gotags/Makefile        Tue Oct 25 21:04:08 2022
@@ -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"
Index: pkgsrc/devel/gotags/PLIST
diff -u /dev/null pkgsrc/devel/gotags/PLIST:1.1
--- /dev/null   Tue Oct 25 21:04:08 2022
+++ pkgsrc/devel/gotags/PLIST   Tue Oct 25 21:04:08 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/25 21:04:08 nikita Exp $
+bin/gotags
Index: pkgsrc/devel/gotags/distinfo
diff -u /dev/null pkgsrc/devel/gotags/distinfo:1.1
--- /dev/null   Tue Oct 25 21:04:08 2022
+++ pkgsrc/devel/gotags/distinfo        Tue Oct 25 21:04:08 2022
@@ -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