Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
f8a2b7cc
Commit
f8a2b7cc
authored
Mar 07, 2021
by
sunpoet
Browse files
Add rubygem-google-protobuf314 3.14.0 (copied from rubygem-google-protobuf)
- Add PORTSCOUT
parent
4eb9fcd6
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
f8a2b7cc
...
...
@@ -6183,6 +6183,7 @@
SUBDIR
+=
rubygem-google-apis-storage_v1
SUBDIR
+=
rubygem-google-gax
SUBDIR
+=
rubygem-google-protobuf
SUBDIR
+=
rubygem-google-protobuf314
SUBDIR
+=
rubygem-google-protobuf38
SUBDIR
+=
rubygem-googleapis-common-protos
SUBDIR
+=
rubygem-googleapis-common-protos-types
...
...
devel/rubygem-google-protobuf314/Makefile
0 → 100644
View file @
f8a2b7cc
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME
=
google-protobuf
PORTVERSION
=
3.14.0
CATEGORIES
=
devel rubygems
MASTER_SITES
=
RG
PKGNAMESUFFIX
=
314
MAINTAINER
=
sunpoet@FreeBSD.org
COMMENT
=
Ruby extension to Google Protocol Buffers
LICENSE
=
BSD3CLAUSE
USES
=
gem shebangfix
USE_RUBY
=
yes
SHEBANG_GLOB
=
*
.rb
PORTSCOUT
=
limit:^3
\.
14
\.
.
include
<bsd.port.mk>
devel/rubygem-google-protobuf314/distinfo
0 → 100644
View file @
f8a2b7cc
TIMESTAMP = 1605901784
SHA256 (rubygem/google-protobuf-3.14.0.gem) = 578426b145a51025626c6678d1cc8d8b952e595fe100565aea5fed0ee514755d
SIZE (rubygem/google-protobuf-3.14.0.gem) = 211968
devel/rubygem-google-protobuf314/pkg-descr
0 → 100644
View file @
f8a2b7cc
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
functionality. It makes use of generated Ruby code that defines message and enum
types in a Ruby DSL. You may write definitions in this DSL directly, but we
recommend using protoc's Ruby generation support with .proto files. The build
process in this directory only installs the extension; you need to install
protoc as well to have Ruby code generation functionality.
WWW: https://developers.google.com/protocol-buffers/
WWW: https://github.com/google/protobuf/tree/master/ruby
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment