Sun Sep 11 08:02:30 2016 UTC ()
New package, go-protobuf.

Protocol Buffers are Google's data interchange format.

This software implements Go bindings for protocol buffers. For information
about protocol buffers themselves, see
https://developers.google.com/protocol-buffers/


(bsiegert)
diff -r1.2305 -r1.2306 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/go-protobuf/DESCR
diff -r0 -r1.1 pkgsrc/devel/go-protobuf/Makefile
diff -r0 -r1.1 pkgsrc/devel/go-protobuf/PLIST
diff -r0 -r1.1 pkgsrc/devel/go-protobuf/buildlink3.mk
diff -r0 -r1.1 pkgsrc/devel/go-protobuf/distinfo

cvs diff -r1.2305 -r1.2306 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2016/08/28 15:34:54 1.2305
+++ pkgsrc/devel/Makefile 2016/09/11 08:02:29 1.2306
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2305 2016/08/28 15:34:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.2306 2016/09/11 08:02:29 bsiegert Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-Rcpp 14SUBDIR+= R-Rcpp
@@ -290,26 +290,27 @@ SUBDIR+= gmtk @@ -290,26 +290,27 @@ SUBDIR+= gmtk
290SUBDIR+= gnatpython 290SUBDIR+= gnatpython
291SUBDIR+= gnome-common 291SUBDIR+= gnome-common
292SUBDIR+= gnustep-base 292SUBDIR+= gnustep-base
293SUBDIR+= gnustep-examples 293SUBDIR+= gnustep-examples
294SUBDIR+= gnustep-make 294SUBDIR+= gnustep-make
295SUBDIR+= gnustep-objc 295SUBDIR+= gnustep-objc
296SUBDIR+= gnustep-objc-lf2 296SUBDIR+= gnustep-objc-lf2
297SUBDIR+= go-check 297SUBDIR+= go-check
298SUBDIR+= go-flags-svent 298SUBDIR+= go-flags-svent
299SUBDIR+= go-gls 299SUBDIR+= go-gls
300SUBDIR+= go-ini 300SUBDIR+= go-ini
301SUBDIR+= go-mow-cli 301SUBDIR+= go-mow-cli
302SUBDIR+= go-nbreader 302SUBDIR+= go-nbreader
 303SUBDIR+= go-protobuf
303SUBDIR+= go-ratelimit 304SUBDIR+= go-ratelimit
304SUBDIR+= go-review 305SUBDIR+= go-review
305SUBDIR+= go-termbox 306SUBDIR+= go-termbox
306SUBDIR+= go-testify 307SUBDIR+= go-testify
307SUBDIR+= go-tools 308SUBDIR+= go-tools
308SUBDIR+= gob2 309SUBDIR+= gob2
309SUBDIR+= gobject-introspection 310SUBDIR+= gobject-introspection
310SUBDIR+= golint 311SUBDIR+= golint
311SUBDIR+= google-api-go-client 312SUBDIR+= google-api-go-client
312SUBDIR+= google-glog 313SUBDIR+= google-glog
313SUBDIR+= googletest 314SUBDIR+= googletest
314SUBDIR+= gperf 315SUBDIR+= gperf
315SUBDIR+= gperftools 316SUBDIR+= gperftools

File Added: pkgsrc/devel/go-protobuf/Attic/DESCR
Protocol Buffers are Google's data interchange format.

This software implements Go bindings for protocol buffers. For information
about protocol buffers themselves, see
https://developers.google.com/protocol-buffers/

File Added: pkgsrc/devel/go-protobuf/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2016/09/11 08:02:30 bsiegert Exp $
#

DISTNAME=		go-protobuf-20160829
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT=		protobuf
GITHUB_TAG=		1f49d83

HOMEPAGE=		http://godoc.org/${GO_SRCPATH}
COMMENT=		Go support for Google protocol buffers
LICENSE=		modified-bsd

GO_SRCPATH=		github.com/golang/protobuf
GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*

.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/go-protobuf/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2016/09/11 08:02:30 bsiegert Exp $
bin/protoc-gen-go
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb/jsonpb_test_proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/proto3_proto.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/testdata.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/descriptor.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/grpc.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/plugin.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/any.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/duration.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/empty.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/struct.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/timestamp.a
gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/wrappers.a
gopkg/src/github.com/golang/protobuf/AUTHORS
gopkg/src/github.com/golang/protobuf/CONTRIBUTORS
gopkg/src/github.com/golang/protobuf/LICENSE
gopkg/src/github.com/golang/protobuf/Make.protobuf
gopkg/src/github.com/golang/protobuf/Makefile
gopkg/src/github.com/golang/protobuf/README.md
gopkg/src/github.com/golang/protobuf/_conformance/Makefile
gopkg/src/github.com/golang/protobuf/_conformance/conformance.go
gopkg/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go
gopkg/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go
gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto
gopkg/src/github.com/golang/protobuf/proto/Makefile
gopkg/src/github.com/golang/protobuf/proto/all_test.go
gopkg/src/github.com/golang/protobuf/proto/any_test.go
gopkg/src/github.com/golang/protobuf/proto/clone.go
gopkg/src/github.com/golang/protobuf/proto/clone_test.go
gopkg/src/github.com/golang/protobuf/proto/decode.go
gopkg/src/github.com/golang/protobuf/proto/encode.go
gopkg/src/github.com/golang/protobuf/proto/equal.go
gopkg/src/github.com/golang/protobuf/proto/equal_test.go
gopkg/src/github.com/golang/protobuf/proto/extensions.go
gopkg/src/github.com/golang/protobuf/proto/extensions_test.go
gopkg/src/github.com/golang/protobuf/proto/lib.go
gopkg/src/github.com/golang/protobuf/proto/message_set.go
gopkg/src/github.com/golang/protobuf/proto/message_set_test.go
gopkg/src/github.com/golang/protobuf/proto/pointer_reflect.go
gopkg/src/github.com/golang/protobuf/proto/pointer_unsafe.go
gopkg/src/github.com/golang/protobuf/proto/properties.go
gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go
gopkg/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto
gopkg/src/github.com/golang/protobuf/proto/proto3_test.go
gopkg/src/github.com/golang/protobuf/proto/size2_test.go
gopkg/src/github.com/golang/protobuf/proto/size_test.go
gopkg/src/github.com/golang/protobuf/proto/testdata/Makefile
gopkg/src/github.com/golang/protobuf/proto/testdata/golden_test.go
gopkg/src/github.com/golang/protobuf/proto/testdata/test.pb.go
gopkg/src/github.com/golang/protobuf/proto/testdata/test.proto
gopkg/src/github.com/golang/protobuf/proto/text.go
gopkg/src/github.com/golang/protobuf/proto/text_parser.go
gopkg/src/github.com/golang/protobuf/proto/text_parser_test.go
gopkg/src/github.com/golang/protobuf/proto/text_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/Makefile
gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile
gopkg/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/doc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/Makefile
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/main.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto
gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto
gopkg/src/github.com/golang/protobuf/ptypes/any.go
gopkg/src/github.com/golang/protobuf/ptypes/any/any.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/any/any.proto
gopkg/src/github.com/golang/protobuf/ptypes/any_test.go
gopkg/src/github.com/golang/protobuf/ptypes/doc.go
gopkg/src/github.com/golang/protobuf/ptypes/duration.go
gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/duration/duration.proto
gopkg/src/github.com/golang/protobuf/ptypes/duration_test.go
gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/empty/empty.proto
gopkg/src/github.com/golang/protobuf/ptypes/regen.sh
gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/struct/struct.proto
gopkg/src/github.com/golang/protobuf/ptypes/timestamp.go
gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
gopkg/src/github.com/golang/protobuf/ptypes/timestamp_test.go
gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go
gopkg/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto

File Added: pkgsrc/devel/go-protobuf/Attic/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2016/09/11 08:02:30 bsiegert Exp $

BUILDLINK_TREE+=	go-protobuf

.if !defined(GO_PROTOBUF_BUILDLINK3_MK)
GO_PROTOBUF_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.go-protobuf=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-protobuf?=		build

BUILDLINK_API_DEPENDS.go-protobuf+=	go-protobuf>=20160829
BUILDLINK_PKGSRCDIR.go-protobuf?=	../../devel/go-protobuf
.endif	# GO_PROTOBUF_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-protobuf

File Added: pkgsrc/devel/go-protobuf/Attic/distinfo
$NetBSD: distinfo,v 1.1 2016/09/11 08:02:30 bsiegert Exp $

SHA1 (go-protobuf-20160829-1f49d83.tar.gz) = 5a408b2784f9ea5144e1fda9b624a4459099521b
RMD160 (go-protobuf-20160829-1f49d83.tar.gz) = fc382af2a7f13792140005bbffab7ded0a935655
SHA512 (go-protobuf-20160829-1f49d83.tar.gz) = 6281846f0395df8411bf8548f83ebdf3c571acc888ef9a06fefd66e96345502f698728b7f9c03969c23af4ebca9374d3d285fa6bf2c0bc970efd8bbef5969e1e
Size (go-protobuf-20160829-1f49d83.tar.gz) = 240139 bytes