2018-06-12 19:50:29 by Benny Siegert | Files touched by this commit (102) | |
Log message:
Revbump all Go packages after lang/go update.
|
2018-03-30 13:56:27 by Benny Siegert | Files touched by this commit (94) | |
Log message:
Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
|
2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) | |
Log message:
Revbump all Go packages after Go 1.10 update.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
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.
|
2017-04-13 17:12:07 by Benny Siegert | Files touched by this commit (39) | |
Log message:
Revbump all Go packages after the Go 1.8.1 update.
|
2016-12-04 17:30:01 by Benny Siegert | Files touched by this commit (35) | |
Log message:
Revbump Go packages after 1.7.4 update.
|
2016-10-29 10:59:49 by Benny Siegert | Files touched by this commit (34) | |
Log message:
Revbump packages depending on Go after the Go 1.7.3 update.
|
2016-09-14 23:55:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Replace /bin/bash in installed file.
Extract using bsdtar so it works fine on NetBSD.
Bump PKGREVISION.
|
2016-09-13 22:42:12 by Benny Siegert | Files touched by this commit (5) |
Log message:
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.
|