pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-gocode devel/go-gocode: Import version 20170907
details: https://anonhg.NetBSD.org/pkgsrc/rev/b27baffd3707
branches: trunk
changeset: 380910:b27baffd3707
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri May 25 00:53:47 2018 +0000
description:
devel/go-gocode: Import version 20170907
Gocode is a helper tool which is intended to be integrated with your
source code editor, like vim, neovim and emacs. It provides several
advanced capabilities, which currently includes context-sensitive
autocompletion. It is called daemon, because it uses client/server
architecture for caching purposes. In particular, it makes
autocompletions very fast. Typical autocompletion time with warm cache
is 30ms, which is barely noticeable.
diffstat:
devel/go-gocode/DESCR | 7 +++++++
devel/go-gocode/Makefile | 19 +++++++++++++++++++
devel/go-gocode/PLIST | 2 ++
devel/go-gocode/distinfo | 6 ++++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 56861508e93c -r b27baffd3707 devel/go-gocode/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gocode/DESCR Fri May 25 00:53:47 2018 +0000
@@ -0,0 +1,7 @@
+Gocode is a helper tool which is intended to be integrated with your
+source code editor, like vim, neovim and emacs. It provides several
+advanced capabilities, which currently includes context-sensitive
+autocompletion. It is called daemon, because it uses client/server
+architecture for caching purposes. In particular, it makes
+autocompletions very fast. Typical autocompletion time with warm cache
+is 30ms, which is barely noticeable.
diff -r 56861508e93c -r b27baffd3707 devel/go-gocode/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gocode/Makefile Fri May 25 00:53:47 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/05/25 00:53:47 minskim Exp $
+
+DISTNAME= gocode-20170907
+PKGNAME= go-${DISTNAME}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nsf/}
+CATEGORIES= devel
+GITHUB_PROJECT= gocode
+GITHUB_TAG= v.${PKGVERSION_NOREV}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/nsf/gocode
+COMMENT= Autocompletion daemon for Go
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH= github.com/nsf/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56861508e93c -r b27baffd3707 devel/go-gocode/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gocode/PLIST Fri May 25 00:53:47 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/25 00:53:47 minskim Exp $
+bin/gocode
diff -r 56861508e93c -r b27baffd3707 devel/go-gocode/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gocode/distinfo Fri May 25 00:53:47 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/25 00:53:47 minskim Exp $
+
+SHA1 (gocode-20170907.tar.gz) = 326d8af972592a9aa2838a734ef6ed593e33e8f7
+RMD160 (gocode-20170907.tar.gz) = 78ffab1ee92898dcb5f222572e532f871fdf2c82
+SHA512 (gocode-20170907.tar.gz) = 0fe07d98146581392f80218faa6d64bbbf59f42d97ad4f058b94f510e9b26742d18a48f7b93672ab4de79a3775cfb6340e27421f948985895cfbc2f82542cc44
+Size (gocode-20170907.tar.gz) = 90665 bytes
Home |
Main Index |
Thread Index |
Old Index