The NetBSD Project

CVS log for pkgsrc/misc/go-genproto/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / go-genproto

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.4
Sun May 9 08:54:07 2021 UTC (3 years, 6 months ago) by bsiegert
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +1 -1 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:57:37 2018 UTC (6 years, 2 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
misc/go-genproto: Update to 20180901

Notable changes:
- Add response field to HttpRule
- Sync with googleapis and protobuf
- Add cloud tasks protos
- Add cloudowners

go-genproto-googleapis-rpc has been separated from google-genproto to
break a dependency cycle; go-genproto depends on go-grpc, and go-grpc
depends go-genproto-googleapis-rpc.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 7 13:04:23 2018 UTC (6 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 13 20:42:12 2016 UTC (8 years, 2 months ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
New package, go-genproto.

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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>