pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-sync devel/go-sync: Import version 0.0.20180314



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43cb2d688ed8
branches:  trunk
changeset: 310549:43cb2d688ed8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jul 18 02:38:08 2018 +0000

description:
devel/go-sync: Import version 0.0.20180314

This package contains various packages and tools that support the Go
programming language.

Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs.

diffstat:

 devel/go-sync/DESCR         |   5 +++++
 devel/go-sync/Makefile      |  20 ++++++++++++++++++++
 devel/go-sync/PLIST         |  25 +++++++++++++++++++++++++
 devel/go-sync/buildlink3.mk |  17 +++++++++++++++++
 devel/go-sync/distinfo      |   6 ++++++
 5 files changed, 73 insertions(+), 0 deletions(-)

diffs (93 lines):

diff -r 9ebd4099bfab -r 43cb2d688ed8 devel/go-sync/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-sync/DESCR       Wed Jul 18 02:38:08 2018 +0000
@@ -0,0 +1,5 @@
+This package contains various packages and tools that support the Go
+programming language.
+
+Packages include a type-checker for Go and an implementation of the
+Static Single Assignment form (SSA) representation for Go programs.
diff -r 9ebd4099bfab -r 43cb2d688ed8 devel/go-sync/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-sync/Makefile    Wed Jul 18 02:38:08 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/07/18 02:38:08 minskim Exp $
+
+DISTNAME=      sync-0.0.20180314
+PKGNAME=       go-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=golang/}
+GITHUB_PROJECT=        ${PKGBASE:S/go-//}
+GITHUB_TAG=    1d60e4601c6fd243af51cc01ddf169918a5407ca
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://golang.org/
+COMMENT=       Concurrency primitives for Go
+LICENSE=       modified-bsd
+
+GO_SRCPATH=    golang.org/x/sync
+GO_DIST_BASE=  ${PKGBASE:S/go-//}-${GITHUB_TAG}
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9ebd4099bfab -r 43cb2d688ed8 devel/go-sync/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-sync/PLIST       Wed Jul 18 02:38:08 2018 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/18 02:38:08 minskim Exp $
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/errgroup.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/semaphore.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/singleflight.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/syncmap.a
+gopkg/src/golang.org/x/sync/AUTHORS
+gopkg/src/golang.org/x/sync/CONTRIBUTING.md
+gopkg/src/golang.org/x/sync/CONTRIBUTORS
+gopkg/src/golang.org/x/sync/LICENSE
+gopkg/src/golang.org/x/sync/PATENTS
+gopkg/src/golang.org/x/sync/README.md
+gopkg/src/golang.org/x/sync/codereview.cfg
+gopkg/src/golang.org/x/sync/errgroup/errgroup.go
+gopkg/src/golang.org/x/sync/errgroup/errgroup_example_md5all_test.go
+gopkg/src/golang.org/x/sync/errgroup/errgroup_test.go
+gopkg/src/golang.org/x/sync/semaphore/semaphore.go
+gopkg/src/golang.org/x/sync/semaphore/semaphore_bench_test.go
+gopkg/src/golang.org/x/sync/semaphore/semaphore_example_test.go
+gopkg/src/golang.org/x/sync/semaphore/semaphore_test.go
+gopkg/src/golang.org/x/sync/singleflight/singleflight.go
+gopkg/src/golang.org/x/sync/singleflight/singleflight_test.go
+gopkg/src/golang.org/x/sync/syncmap/map.go
+gopkg/src/golang.org/x/sync/syncmap/map_bench_test.go
+gopkg/src/golang.org/x/sync/syncmap/map_reference_test.go
+gopkg/src/golang.org/x/sync/syncmap/map_test.go
diff -r 9ebd4099bfab -r 43cb2d688ed8 devel/go-sync/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-sync/buildlink3.mk       Wed Jul 18 02:38:08 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/07/18 02:38:08 minskim Exp $
+
+BUILDLINK_TREE+=       go-sync
+
+.if !defined(GO_SYNC_BUILDLINK3_MK)
+GO_SYNC_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-sync=     ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-sync?=          build
+
+BUILDLINK_API_DEPENDS.go-sync+=        go-sync>=0.0.20180314
+BUILDLINK_PKGSRCDIR.go-sync?=  ../../devel/go-sync
+
+.include "../../net/go-net/buildlink3.mk"
+.endif # GO_SYNC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-sync
diff -r 9ebd4099bfab -r 43cb2d688ed8 devel/go-sync/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-sync/distinfo    Wed Jul 18 02:38:08 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/18 02:38:08 minskim Exp $
+
+SHA1 (sync-0.0.20180314-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz) = 8c0dcc2fc817443601bf9c6eb00cbc3c34de6d52
+RMD160 (sync-0.0.20180314-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz) = dfb55a24980d0528d119610dcbfe44323fcc761f
+SHA512 (sync-0.0.20180314-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz) = 
dc67de045513305edb3239b412b9154b44b6f408eace3cbbcf400c08d68322cec7090b9e6b22d63bcfaaec459e221d0e3f2c057aa19ae9b35a4a134dd72475c5
+Size (sync-0.0.20180314-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz) = 16326 bytes



Home | Main Index | Thread Index | Old Index