From owner-svn-ports-head@freebsd.org Mon Apr 8 18:25:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 293D115645F3; Mon, 8 Apr 2019 18:25:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE8AD85746; Mon, 8 Apr 2019 18:25:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EA07272B6; Mon, 8 Apr 2019 18:25:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x38IPlDR054490; Mon, 8 Apr 2019 18:25:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x38IPkIu054486; Mon, 8 Apr 2019 18:25:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201904081825.x38IPkIu054486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 8 Apr 2019 18:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498406 - in head/devel: . lab X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . lab X-SVN-Commit-Revision: 498406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CE8AD85746 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 18:25:48 -0000 Author: swills Date: Mon Apr 8 18:25:46 2019 New Revision: 498406 URL: https://svnweb.freebsd.org/changeset/ports/498406 Log: devel/lab: create port Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab WWW: https://zaquestion.github.io/lab Added: head/devel/lab/ head/devel/lab/Makefile (contents, props changed) head/devel/lab/distinfo (contents, props changed) head/devel/lab/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Apr 8 18:13:24 2019 (r498405) +++ head/devel/Makefile Mon Apr 8 18:25:46 2019 (r498406) @@ -1313,6 +1313,7 @@ SUBDIR += ksql SUBDIR += kyra SUBDIR += kyua + SUBDIR += lab SUBDIR += lasi SUBDIR += lattice-ice40-examples-hx1k SUBDIR += lattice-ice40-examples-hx8k Added: head/devel/lab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lab/Makefile Mon Apr 8 18:25:46 2019 (r498406) @@ -0,0 +1,90 @@ +# $FreeBSD$ + +PORTNAME= lab +PORTVERSION= 0.15.3 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= swills@FreeBSD.org +COMMENT= Lab makes it simple to work with repositories on GitLab + +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= go>=1.10,1:lang/go + +OPTIONS_DEFINE= GIT_SUBVERSION + +GIT_SUBVERSION_DESC= Use devel/git-subversion as backend +GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:devel/git-subversion +GIT_SUBVERSION_RUN_DEPENDS_OFF= git:devel/git + +USE_GITHUB= yes + +GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT/src/github.com/zaquestion/${PORTNAME} \ + BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ + armon:consul-api:eb2c6b5:armon_consul_api/vendor/github.com/armon/consul-api \ + avast:retry-go:5469272:avast_retry_go/vendor/github.com/avast/retry-go \ + coreos:go-etcd:v2.0.0:coreos_go_etcd/vendor/github.com/coreos/go-etcd \ + cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + gdamore:encoding:b23993c:gdamore_encoding/vendor/github.com/gdamore/encoding \ + gdamore:tcell:2f25810:gdamore_tcell/vendor/github.com/gdamore/tcell \ + go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:appengine:v1.4.0:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:c2843e0:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:d888771:golang_net/vendor/golang.org/x/net \ + golang:oauth2:e64efc7:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sync:e225da7:golang_sync/vendor/golang.org/x/sync \ + golang:sys:d0b11bd:golang_sys/vendor/golang.org/x/sys \ + golang:text:17ff2d5:golang_text/vendor/golang.org/x/text \ + golang:tools:e65039e:golang_tools/vendor/golang.org/x/tools \ + google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ + googleapis:gax-go:v2.0.4:googleapis_gax_go/vendor/github.com/googleapis/gax-go/v2 \ + gopherjs:gopherjs:d547d1d:gopherjs_gopherjs/vendor/github.com/gopherjs/gopherjs \ + hashicorp:golang-lru:v0.5.0:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ + hashicorp:hcl:ef8a98b:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ + inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ + jtolds:gls:v4.2.1:jtolds_gls/vendor/github.com/jtolds/gls \ + kr:fs:v0.1.0:kr_fs/vendor/github.com/kr/fs \ + lucasb-eyer:go-colorful:2312723:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + lunixbochs:vtclean:2d01aac:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ + magiconair:properties:v1.7.6:magiconair_properties/vendor/github.com/magiconair/properties \ + mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ + mitchellh:mapstructure:00c29f5:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + onsi:gomega:v1.4.3:onsi_gomega/vendor/github.com/onsi/gomega \ + pelletier:go-toml:v1.1.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ + pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ + pkg:sftp:v1.10.0:pkg_sftp/vendor/github.com/pkg/sftp \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + rivo:tview:f855bee:rivo_tview/vendor/github.com/rivo/tview \ + rsteube:cobra:v0.0.1-zsh-completion-custom:rsteube_cobra/vendor/github.com/spf13/cobra \ + russross:blackfriday:v1.5.1:russross_blackfriday/vendor/github.com/russross/blackfriday \ + smartystreets:assertions:b2de0cb:smartystreets_assertions/vendor/github.com/smartystreets/assertions \ + smartystreets:goconvey:044398e:smartystreets_goconvey/vendor/github.com/smartystreets/goconvey \ + spf13:afero:v1.1.0:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.2.0:spf13_cast/vendor/github.com/spf13/cast \ + spf13:jwalterweatherman:7c0cea3:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.1:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:1573881:spf13_viper/vendor/github.com/spf13/viper \ + stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \ + stretchr:testify:v1.2.2:stretchr_testify/vendor/github.com/stretchr/testify \ + tcnksm:go-gitconfig:v0.1.2:tcnksm_go_gitconfig/vendor/github.com/tcnksm/go-gitconfig \ + xanzy:go-gitlab:7bc4155:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab \ + xordataexchange:crypt:v0.0.2:xordataexchange_crypt/vendor/github.com/xordataexchange/crypt + +PLIST_FILES= bin/lab + +do-build: + @cd ${WRKSRC}/src/github.com/zaquestion/${PORTNAME}; \ + ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 ${BUILD_ENV} \ + GOPATH=${WRKSRC} go build \ + -ldflags "-X \"main.version=${PORTVERSION}\"" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/devel/lab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lab/distinfo Mon Apr 8 18:25:46 2019 (r498406) @@ -0,0 +1,109 @@ +TIMESTAMP = 1554746559 +SHA256 (zaquestion-lab-v0.15.3_GH0.tar.gz) = 803d3b1a6e3a9d0568d6015f9e470f8ba7235fb90c3867aa06e625aec2dd5fdf +SIZE (zaquestion-lab-v0.15.3_GH0.tar.gz) = 87160 +SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f +SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 +SHA256 (armon-consul-api-eb2c6b5_GH0.tar.gz) = 619d18729ecc8def1ebde61778c11999e0ee4de7767c29fb6ce35df72f0d8cfc +SIZE (armon-consul-api-eb2c6b5_GH0.tar.gz) = 17977 +SHA256 (avast-retry-go-5469272_GH0.tar.gz) = f4a7a234f791d8a6f3012716e2c8f8ef85ce9766d8e223735705cc689724baa1 +SIZE (avast-retry-go-5469272_GH0.tar.gz) = 6361 +SHA256 (coreos-go-etcd-v2.0.0_GH0.tar.gz) = efddec35876c05beca5d5a673acd34df383d92c795167b312167253b93d98f6c +SIZE (coreos-go-etcd-v2.0.0_GH0.tar.gz) = 19503 +SHA256 (cpuguy83-go-md2man-v1.0.8_GH0.tar.gz) = 84e443c78d048f4a609743704b6bff5c83473691a0793c577ebb9b1f7577c9d5 +SIZE (cpuguy83-go-md2man-v1.0.8_GH0.tar.gz) = 79284 +SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e +SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd +SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 +SHA256 (gdamore-encoding-b23993c_GH0.tar.gz) = 7fe1ed858143ba259114120a8a736645ee644b22bece7c09240df6113922f01a +SIZE (gdamore-encoding-b23993c_GH0.tar.gz) = 10629 +SHA256 (gdamore-tcell-2f25810_GH0.tar.gz) = e6a928bfa9e1756928fbbe55ff68ba1086fc1494459a1614ae4d78a2ff6eee77 +SIZE (gdamore-tcell-2f25810_GH0.tar.gz) = 718895 +SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff +SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656 +SHA256 (golang-appengine-v1.4.0_GH0.tar.gz) = 88b39d4ea8c910849238fea21a52b7fbb53ed63bce64c2496959ebdb8ab36dad +SIZE (golang-appengine-v1.4.0_GH0.tar.gz) = 325752 +SHA256 (golang-crypto-c2843e0_GH0.tar.gz) = f3afeea2d51b073a71102724a2066603c43cd949b6c28cfaad9d665dc8a33def +SIZE (golang-crypto-c2843e0_GH0.tar.gz) = 1650748 +SHA256 (golang-net-d888771_GH0.tar.gz) = dc4279816e175c3e6bb8b0d4808de2e84ab919f1b069818659a476f430fd6e5e +SIZE (golang-net-d888771_GH0.tar.gz) = 973923 +SHA256 (golang-oauth2-e64efc7_GH0.tar.gz) = 905d1fb3366809914621bae03b40b589bede25dd36692ecda661e78ff3521c0e +SIZE (golang-oauth2-e64efc7_GH0.tar.gz) = 44945 +SHA256 (golang-protobuf-v1.2.0_GH0.tar.gz) = 157a148ae4e132eb169ec794b6cb43f1002780eeacaea8b0694811d1948fb1ec +SIZE (golang-protobuf-v1.2.0_GH0.tar.gz) = 332565 +SHA256 (golang-sync-e225da7_GH0.tar.gz) = 0ca7d229725c37038f50bdd2fc5065eb3fbc7de47a96e8ecfbf2c3da04e671e4 +SIZE (golang-sync-e225da7_GH0.tar.gz) = 16285 +SHA256 (golang-sys-d0b11bd_GH0.tar.gz) = a55bda51979fb37cbbab8d1a8ef5b23eb4e9124e0de05c05aec5916af6281df4 +SIZE (golang-sys-d0b11bd_GH0.tar.gz) = 1242651 +SHA256 (golang-text-17ff2d5_GH0.tar.gz) = f0ca7e4efb2d77f6b9aea6c4e86c875b4cb33f656e48a0433e8da418e67ad362 +SIZE (golang-text-17ff2d5_GH0.tar.gz) = 6580326 +SHA256 (golang-tools-e65039e_GH0.tar.gz) = 29fd59183877a438012e2ec6d2875f4403b0f4b58aa8a793372edc9df3a3a20c +SIZE (golang-tools-e65039e_GH0.tar.gz) = 2681790 +SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed +SIZE (google-go-querystring-v1.0.0_GH0.tar.gz) = 7529 +SHA256 (googleapis-gax-go-v2.0.4_GH0.tar.gz) = 9c02744a9260cb20efd22cad068c521029c2b0cc13adaaf768d1f75b53e2a20d +SIZE (googleapis-gax-go-v2.0.4_GH0.tar.gz) = 14335 +SHA256 (gopherjs-gopherjs-d547d1d_GH0.tar.gz) = dd2c46d79cdc6fa4904b3ac1647c9f42e1c4f1a896d10938ef66e194e8cec50d +SIZE (gopherjs-gopherjs-d547d1d_GH0.tar.gz) = 217267 +SHA256 (hashicorp-golang-lru-v0.5.0_GH0.tar.gz) = be137eb6d52bf3573c13d3c6713b7463e82d7d18efefe3959af4d96bc9ed3357 +SIZE (hashicorp-golang-lru-v0.5.0_GH0.tar.gz) = 12942 +SHA256 (hashicorp-hcl-ef8a98b_GH0.tar.gz) = 57a3754b8f027f56aed31b98b607e4e5a3e9f4ae64625fd98e1c3a66ea59a190 +SIZE (hashicorp-hcl-ef8a98b_GH0.tar.gz) = 70438 +SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 +SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 +SHA256 (jtolds-gls-v4.2.1_GH0.tar.gz) = 955860227f00b82bfe0e877f6100832c47ff723913d8a58baccdead73d43d1e7 +SIZE (jtolds-gls-v4.2.1_GH0.tar.gz) = 7296 +SHA256 (kr-fs-v0.1.0_GH0.tar.gz) = 5743b4ec1e7c4a336c40c9936989174dc9bfc1fb19640d7308c04892453f6c8d +SIZE (kr-fs-v0.1.0_GH0.tar.gz) = 4405 +SHA256 (lucasb-eyer-go-colorful-2312723_GH0.tar.gz) = 2fa3fe490b720c273e9d9ce092f6da6ffa35c6156108eec68cd7fe0570714387 +SIZE (lucasb-eyer-go-colorful-2312723_GH0.tar.gz) = 428451 +SHA256 (lunixbochs-vtclean-2d01aac_GH0.tar.gz) = 786cca3c6fef757ae36439ccecd2519b2f4631223b1305ed7649b77e88e86f13 +SIZE (lunixbochs-vtclean-2d01aac_GH0.tar.gz) = 4181 +SHA256 (magiconair-properties-v1.7.6_GH0.tar.gz) = 65d298ef1db6e26409b926d36cf65dcbea684aa9c1dfb676aca321b76a8867b0 +SIZE (magiconair-properties-v1.7.6_GH0.tar.gz) = 28717 +SHA256 (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 6c7734401fdf829af4f35a5af21a54548f7d3a68336940fb550178ddfe95b076 +SIZE (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 22367 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 +SHA256 (mitchellh-mapstructure-00c29f5_GH0.tar.gz) = 612c2d0d6aade35b2556e74be050689517bc9f68a2f0c8c8b3cb1d09d8d123b4 +SIZE (mitchellh-mapstructure-00c29f5_GH0.tar.gz) = 18395 +SHA256 (onsi-gomega-v1.4.3_GH0.tar.gz) = ee4dc5a8bdcf403b631f9e44b996730a36072f06e9aeeb4c527d3c764db37902 +SIZE (onsi-gomega-v1.4.3_GH0.tar.gz) = 87325 +SHA256 (pelletier-go-toml-v1.1.0_GH0.tar.gz) = 7bbfdb5c0ad8af831a43fc2474aa137e0c237258fbc3a843f9de32d3fc41f143 +SIZE (pelletier-go-toml-v1.1.0_GH0.tar.gz) = 56991 +SHA256 (pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e490911398cee61742ddc6a90c560733e4c9dcb3d867b17a894c9dd5 +SIZE (pkg-errors-v0.8.0_GH0.tar.gz) = 11344 +SHA256 (pkg-sftp-v1.10.0_GH0.tar.gz) = 583c05019b7c1f3aa9669394f29bf3bf22441498124d1313d9c77f7ef3fdd760 +SIZE (pkg-sftp-v1.10.0_GH0.tar.gz) = 69907 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (rivo-tview-f855bee_GH0.tar.gz) = 79e91212073ba10baf1040caaea08473ffc223a02564283291d42217a011707e +SIZE (rivo-tview-f855bee_GH0.tar.gz) = 2739207 +SHA256 (rsteube-cobra-v0.0.1-zsh-completion-custom_GH0.tar.gz) = b13525378bc15275b5d5e7d7ab877abb746ab306ae5fd5ab36f5f9c7fce94158 +SIZE (rsteube-cobra-v0.0.1-zsh-completion-custom_GH0.tar.gz) = 107058 +SHA256 (russross-blackfriday-v1.5.1_GH0.tar.gz) = 9e9169ce1da8f17240843a8547d05b02c6154379d17397d6f374527523e5c0ae +SIZE (russross-blackfriday-v1.5.1_GH0.tar.gz) = 75044 +SHA256 (smartystreets-assertions-b2de0cb_GH0.tar.gz) = 72beb4f8033e151cabc9b7b8df8abd45c596f335f4d0011ebf4609c59238cd32 +SIZE (smartystreets-assertions-b2de0cb_GH0.tar.gz) = 52212 +SHA256 (smartystreets-goconvey-044398e_GH0.tar.gz) = bad3ddcff0dd5baee2a6a7696307ba00fcfedc332268e8d2c68e6b11e35ef903 +SIZE (smartystreets-goconvey-044398e_GH0.tar.gz) = 1476905 +SHA256 (spf13-afero-v1.1.0_GH0.tar.gz) = af615860bcdee49838c76bc6ee9de92fd974def3506636aa675723d07487acf5 +SIZE (spf13-afero-v1.1.0_GH0.tar.gz) = 45189 +SHA256 (spf13-cast-v1.2.0_GH0.tar.gz) = 72398a50dc8f3509cb032c60c9df88cd705ef5e5737d87b157b05dbc1a73a1cd +SIZE (spf13-cast-v1.2.0_GH0.tar.gz) = 9856 +SHA256 (spf13-jwalterweatherman-7c0cea3_GH0.tar.gz) = 2a0f6381de8fccad376097ac7757483706efc74525650918d2cb10f1c578393b +SIZE (spf13-jwalterweatherman-7c0cea3_GH0.tar.gz) = 6342 +SHA256 (spf13-pflag-v1.0.1_GH0.tar.gz) = 3fd7b88585a49ffdf09d72c5320de616334064f79aca4c0152b72a0d7864733b +SIZE (spf13-pflag-v1.0.1_GH0.tar.gz) = 43244 +SHA256 (spf13-viper-1573881_GH0.tar.gz) = 6cf333ceb868f7cd69d52966bb7bd5045b01e85a7683ba3d6e4f33b6a9ff2e98 +SIZE (spf13-viper-1573881_GH0.tar.gz) = 32065 +SHA256 (stretchr-objx-v0.1.1_GH0.tar.gz) = 3bb0a581651f4c040435a70167ab60b723c5af04a5b0326af3c8b01ccc6fdcf0 +SIZE (stretchr-objx-v0.1.1_GH0.tar.gz) = 75768 +SHA256 (stretchr-testify-v1.2.2_GH0.tar.gz) = 0728bb470254e8b39deae3e6c1c92a98e737239ae0be484188fb9083250adf5f +SIZE (stretchr-testify-v1.2.2_GH0.tar.gz) = 101698 +SHA256 (tcnksm-go-gitconfig-v0.1.2_GH0.tar.gz) = 719be614d7ef0c60b6ac2cc745eb67abb0328e9c37c5fc4a30fb8070b9d2ecbc +SIZE (tcnksm-go-gitconfig-v0.1.2_GH0.tar.gz) = 4468 +SHA256 (xanzy-go-gitlab-7bc4155_GH0.tar.gz) = 6f0ed6b437fe99ddae90ef4405e13755447aaa0ff1e3b2a6761dbf7cf27acdee +SIZE (xanzy-go-gitlab-7bc4155_GH0.tar.gz) = 108356 +SHA256 (xordataexchange-crypt-v0.0.2_GH0.tar.gz) = f8203f73cb62049254ef1d43fb202c025f65f8fe7f9f49e3a8ef934ed38e31f7 +SIZE (xordataexchange-crypt-v0.0.2_GH0.tar.gz) = 9045 Added: head/devel/lab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lab/pkg-descr Mon Apr 8 18:25:46 2019 (r498406) @@ -0,0 +1,4 @@ +Lab wraps Git or Hub, making it simple to clone, fork, and interact with +repositories on GitLab + +WWW: https://zaquestion.github.io/lab