svn commit: r428636 - in head/devel: . go-gocode

Carlo Strub cs at FreeBSD.org
Thu Dec 15 22:01:47 UTC 2016


Author: cs
Date: Thu Dec 15 22:01:45 2016
New Revision: 428636
URL: https://svnweb.freebsd.org/changeset/ports/428636

Log:
  Gocode is a helper tool which is intended to be integrated with your source
  code editor, like vim, neovim and emacs.
  
  WWW: https://github.com/nsf/gocode

Added:
  head/devel/go-gocode/
  head/devel/go-gocode/Makefile   (contents, props changed)
  head/devel/go-gocode/distinfo   (contents, props changed)
  head/devel/go-gocode/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 15 21:45:07 2016	(r428635)
+++ head/devel/Makefile	Thu Dec 15 22:01:45 2016	(r428636)
@@ -751,6 +751,7 @@
     SUBDIR += go-form
     SUBDIR += go-glide
     SUBDIR += go-go.uuid
+    SUBDIR += go-gocode
     SUBDIR += go-goregen
     SUBDIR += go-hashicorp-logutils
     SUBDIR += go-json-rest

Added: head/devel/go-gocode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-gocode/Makefile	Thu Dec 15 22:01:45 2016	(r428636)
@@ -0,0 +1,21 @@
+# Created by: Carlo Strub <cs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gocode
+PORTVERSION=	20161122
+CATEGORIES=	devel
+PKGNAMEPREFIX=	go-
+
+MAINTAINER=	cs at FreeBSD.org
+COMMENT=	Autocompletion daemon for golang
+
+LICENSE=	MIT
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	nsf
+GH_TAGNAME=	5070dacabf2a80deeaf4ddb0be3761d06fce7be5
+USES=		go
+GO_PKGNAME=	github.com/nsf/gocode
+PLIST_FILES=	bin/gocode
+
+.include <bsd.port.mk>

Added: head/devel/go-gocode/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-gocode/distinfo	Thu Dec 15 22:01:45 2016	(r428636)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481838919
+SHA256 (nsf-gocode-20161122-5070dacabf2a80deeaf4ddb0be3761d06fce7be5_GH0.tar.gz) = d2009f26d4bfb82bbd7bc36c0e2b86d2339e9a6c348a764b16c01ef5a4c40f3c
+SIZE (nsf-gocode-20161122-5070dacabf2a80deeaf4ddb0be3761d06fce7be5_GH0.tar.gz) = 87145

Added: head/devel/go-gocode/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-gocode/pkg-descr	Thu Dec 15 22:01:45 2016	(r428636)
@@ -0,0 +1,4 @@
+Gocode is a helper tool which is intended to be integrated with your source
+code editor, like vim, neovim and emacs.
+
+WWW: https://github.com/nsf/gocode


More information about the svn-ports-head mailing list