pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/go-gopkgs devel/go-gopkgs: Import version 1.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b10855e29364
branches:  trunk
changeset: 380837:b10855e29364
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 23 00:32:13 2018 +0000

description:
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.

diffstat:

 devel/go-gopkgs/DESCR    |   3 ++
 devel/go-gopkgs/Makefile |  19 +++++++++++++
 devel/go-gopkgs/PLIST    |  67 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/go-gopkgs/distinfo |   6 ++++
 4 files changed, 95 insertions(+), 0 deletions(-)

diffs (111 lines):

diff -r 4ea84b767315 -r b10855e29364 devel/go-gopkgs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gopkgs/DESCR     Wed May 23 00:32:13 2018 +0000
@@ -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.
diff -r 4ea84b767315 -r b10855e29364 devel/go-gopkgs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gopkgs/Makefile  Wed May 23 00:32:13 2018 +0000
@@ -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@localhost
+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"
diff -r 4ea84b767315 -r b10855e29364 devel/go-gopkgs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gopkgs/PLIST     Wed May 23 00:32:13 2018 +0000
@@ -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
diff -r 4ea84b767315 -r b10855e29364 devel/go-gopkgs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gopkgs/distinfo  Wed May 23 00:32:13 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index