NOTICE: This package has been removed from pkgsrc

./misc/go-genproto, Go generated proto packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20180901nb25, Package name: go-genproto-20180901nb25, Maintainer: pkgsrc-users

This repository contains the generated Go packages for common protocol buffer
types, and the generated gRPC code necessary for interacting with Google's gRPC
APIs.

There are two sources for the proto files used in this repository:

1. google/protobuf: the code in the protobuf and ptypes subdirectories is
derived from this repo. The messages in protobuf are used to describe
protocol buffer messages themselves. The messages under ptypes define the
common well-known types.
2. googleapis/googleapis: the code in the googleapis is derived from this repo.
The packages here contain types specifically for interacting with Google
APIs.


Required to run:
[misc/go-genproto-googleapis-rpc]

Required to build:
[pkgtools/cwrappers] [textproc/go-text] [net/go-net] [security/go-oauth2] [net/gcloud-golang-metadata] [security/go-crypto] [devel/go-protobuf] [devel/go-glog] [net/go-grpc] [devel/go-sys] [misc/go-genproto-googleapis-rpc] [lang/go114]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2021-05-09 10:54:08 by Benny Siegert | Files touched by this commit (15) | Package removed
Log message:
Remove net/go-grpc, misc/go-genproto and misc/go-genproto-googleapis-rpc

The latter two were only useful to support the go-grpc and go-tools builds.
go-grpc has no useful binaries (the CLI is in net/grpc), it only consists
of libraries that are now unused. No replacements.
   2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | Package updated
Log message:
Revbump all Go packages after go116 update
   2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | Package updated
Log message:
Revbump all Go packages after go115 update
   2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go115 update
   2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after Go 1.15 update.
   2020-10-27 20:50:22 by Benny Siegert | Files touched by this commit (1)
Log message:
go-genproto: remove BROKEN

The message says that the package tries to modify .buildlink/gopkg. However,
that's (semi-)normal and expected.

non-module Go builds will rebuild any of their dependencies if any of _their_
dependencies or sources are newer. If you "make replace" a Go package \ 
higher
in the food chain and then build a lower one, the go tool will rebuild some
of its dependencies.

This is harmless, since the .buildlink entries are just links.
   2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | Package updated
Log message:
Revbump all Go packages after go115 update.