Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153380983
D7818.id20247.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D7818.id20247.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -768,6 +768,7 @@
SUBDIR += googletest
SUBDIR += goprotobuf
SUBDIR += gorm
+ SUBDIR += govendor
SUBDIR += gperf
SUBDIR += gpm
SUBDIR += gprbuild
Index: head/devel/govendor/Makefile
===================================================================
--- head/devel/govendor/Makefile
+++ head/devel/govendor/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= govendor
+PORTVERSION= 1.0.7
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
+
+MAINTAINER= rwestlun@gmail.com
+COMMENT= Go vendor tool that works with the standard vendor file
+
+LICENSE= BSD3CLAUSE
+
+USES= go
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+
+USE_GITHUB= yes
+GH_ACCOUNT= kardianos
+
+PLIST_FILES= bin/govendor
+
+.include <bsd.port.mk>
Index: head/devel/govendor/distinfo
===================================================================
--- head/devel/govendor/distinfo
+++ head/devel/govendor/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1473276490
+SHA256 (kardianos-govendor-v1.0.7_GH0.tar.gz) = a366992fea5db94946dcd8507c9e75d6fbc8323c1582bd0fb1985f035fd60ff0
+SIZE (kardianos-govendor-v1.0.7_GH0.tar.gz) = 113937
Index: head/devel/govendor/pkg-descr
===================================================================
--- head/devel/govendor/pkg-descr
+++ head/devel/govendor/pkg-descr
@@ -0,0 +1,4 @@
+Govendor is a tool that fetches dependencies for Go projects and records them
+in the standard vendor.json file.
+
+WWW: https://github.com/kardianos/govendor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 8:01 PM (4 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31930546
Default Alt Text
D7818.id20247.diff (1 KB)
Attached To
Mode
D7818: devel/govendor: new port
Attached
Detach File
Event Timeline
Log In to Comment