Received: by mail.netbsd.org (Postfix, from userid 605) id AD14484D5B; Wed, 23 May 2018 00:32:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3868784D21 for ; Wed, 23 May 2018 00:32:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ok8myvpt6q3a for ; Wed, 23 May 2018 00:32:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 71EFE84C85 for ; Wed, 23 May 2018 00:32:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67DA8FBEC; Wed, 23 May 2018 00:32:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527035533108960" MIME-Version: 1.0 Date: Wed, 23 May 2018 00:32:13 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/go-gopkgs To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180523003213.67DA8FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527035533108960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Wed May 23 00:32:13 UTC 2018 Added Files: pkgsrc/devel/go-gopkgs: DESCR Makefile PLIST distinfo Log Message: devel/go-gopkgs: Import version 1.3.2 Gopkgs is a tool that provides the list of available Go packages that can be imported. This is an alternative for "go list all", just faster. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-gopkgs/DESCR \ pkgsrc/devel/go-gopkgs/Makefile pkgsrc/devel/go-gopkgs/PLIST \ pkgsrc/devel/go-gopkgs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527035533108960 Content-Disposition: inline Content-Length: 7397 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/go-gopkgs/DESCR diff -u /dev/null pkgsrc/devel/go-gopkgs/DESCR:1.1 --- /dev/null Wed May 23 00:32:13 2018 +++ pkgsrc/devel/go-gopkgs/DESCR Wed May 23 00:32:13 2018 @@ -0,0 +1,3 @@ +Gopkgs is a tool that provides the list of available Go packages that +can be imported. This is an alternative for "go list all", just +faster. Index: pkgsrc/devel/go-gopkgs/Makefile diff -u /dev/null pkgsrc/devel/go-gopkgs/Makefile:1.1 --- /dev/null Wed May 23 00:32:13 2018 +++ pkgsrc/devel/go-gopkgs/Makefile Wed May 23 00:32:13 2018 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2018/05/23 00:32:13 minskim Exp $ + +DISTNAME= gopkgs-1.3.2 +PKGNAME= go-${DISTNAME} +MASTER_SITES= ${MASTER_SITE_GITHUB:=uudashr/} +CATEGORIES= devel +GITHUB_PROJECT= gopkgs +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/uudashr/gopkgs +COMMENT= Tool to get the list of available Go packages +LICENSE= mit + +GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV} +GO_SRCPATH= github.com/uudashr/gopkgs + +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/go-gopkgs/PLIST diff -u /dev/null pkgsrc/devel/go-gopkgs/PLIST:1.1 --- /dev/null Wed May 23 00:32:13 2018 +++ pkgsrc/devel/go-gopkgs/PLIST Wed May 23 00:32:13 2018 @@ -0,0 +1,67 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/23 00:32:13 minskim Exp $ +bin/gopkgs +gopkg/pkg/${GO_PLATFORM}/github.com/uudashr/gopkgs.a +gopkg/src/github.com/uudashr/gopkgs/Gopkg.lock +gopkg/src/github.com/uudashr/gopkgs/Gopkg.toml +gopkg/src/github.com/uudashr/gopkgs/LICENSE +gopkg/src/github.com/uudashr/gopkgs/Makefile +gopkg/src/github.com/uudashr/gopkgs/README.md +gopkg/src/github.com/uudashr/gopkgs/cmd/gopkgs/main.go +gopkg/src/github.com/uudashr/gopkgs/doc.go +gopkg/src/github.com/uudashr/gopkgs/gopkgs.go +gopkg/src/github.com/uudashr/gopkgs/gopkgs_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/.gitignore +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/LICENSE +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/README.md +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/dirent_fileno.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/dirent_ino.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/doc.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/clean-empties/main.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/walk-fast/main.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/examples/walk-stdlib/main.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/go.mod +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_unix.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/readdir_windows.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/file1a1 +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/skip +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/dir1a/z1a2 +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir1/file1b +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/file2a +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/skip/file2b1 +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir2/z2c/file2c1 +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/aaa.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/skip +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir3/zzz/aaa.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/aaa.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/symlinkToDirectory +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/symlinkToFile +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir4/zzz/aaa.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a1.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a2/a2a/a2a1.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir5/a2/a2b.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir6/bravo.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/dir6/code/123.txt +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/file3 +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/dir-symlink +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/file-symlink +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/testdata/symlinks/invalid-symlink +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/walk.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/walk_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/withNamlen.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/karrick/godirwalk/withoutNamlen.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/.gitignore +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/.travis.yml +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/LICENSE +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/README.md +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/appveyor.yml +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/bench_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/errors.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/errors_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/example_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/format_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/stack.go +gopkg/src/github.com/uudashr/gopkgs/vendor/github.com/pkg/errors/stack_test.go +gopkg/src/github.com/uudashr/gopkgs/vendor_test.go Index: pkgsrc/devel/go-gopkgs/distinfo diff -u /dev/null pkgsrc/devel/go-gopkgs/distinfo:1.1 --- /dev/null Wed May 23 00:32:13 2018 +++ pkgsrc/devel/go-gopkgs/distinfo Wed May 23 00:32:13 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/05/23 00:32:13 minskim Exp $ + +SHA1 (gopkgs-1.3.2.tar.gz) = 386352f46bf90ab95146f065d24592567087539c +RMD160 (gopkgs-1.3.2.tar.gz) = 263fa2c445963adb54f8bce561caa480a18293c4 +SHA512 (gopkgs-1.3.2.tar.gz) = f8db28672b6b53b7b898d8cafcd2aa1708acfbdfac40e6d11ecb2e3bfc69bc8f91cc084c545b82d1afcc239270d65bdbe91bac927b526396f87584d7327b0c67 +Size (gopkgs-1.3.2.tar.gz) = 32168 bytes --_----------=_1527035533108960--