mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated
This commit is contained in:
28
devel/protobuf-go-grpc/Makefile
Normal file
28
devel/protobuf-go-grpc/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/goprotobuf/Makefile 517745 2019-11-16 12:52:39Z dmgk $
|
||||
|
||||
PORTNAME= protobuf-go-rpc
|
||||
DISTNAME= grpc-go
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.75.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Go support for Google's protocol buffers
|
||||
|
||||
RUN_DEPENDS= protoc:devel/protobuf
|
||||
|
||||
USES= go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grpc
|
||||
GH_PROJECT= grpc-go
|
||||
GH_SUBDIR= google.golang.org/grpc
|
||||
|
||||
GO_TARGET= ./cmd/protoc-gen-go-grpc
|
||||
|
||||
post-extract:
|
||||
${RM} -fv ${WRKSRC}/cmd/protoc-gen-go-grpc/go.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
3
devel/protobuf-go-grpc/distinfo
Normal file
3
devel/protobuf-go-grpc/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1756387126
|
||||
SHA256 (grpc-grpc-go-v1.75.0_GH0.tar.gz) = 1c31b0115c1701d480c047ff86d40916ccef3117842159a16e2565a2f627a1c0
|
||||
SIZE (grpc-grpc-go-v1.75.0_GH0.tar.gz) = 2508702
|
||||
4
devel/protobuf-go-grpc/pkg-descr
Normal file
4
devel/protobuf-go-grpc/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Go support, in the form of a library and protocol compiler plugin, for Google's
|
||||
protocol buffers.
|
||||
|
||||
WWW: https://github.com/golang/protobuf/
|
||||
1
devel/protobuf-go-grpc/pkg-plist
Normal file
1
devel/protobuf-go-grpc/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
bin/protoc-gen-go-grpc
|
||||
24
devel/protobuf-go/Makefile
Normal file
24
devel/protobuf-go/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/goprotobuf/Makefile 517745 2019-11-16 12:52:39Z dmgk $
|
||||
|
||||
PORTNAME= protobuf-go
|
||||
DISTNAME= protobuf-go
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.36.8
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= cs@FreeBSD.org
|
||||
COMMENT= Go support for Google's protocol buffers
|
||||
|
||||
RUN_DEPENDS= protoc:devel/protobuf
|
||||
|
||||
USES= go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= protocolbuffers
|
||||
GH_PROJECT= protobuf-go
|
||||
GH_SUBDIR= github.com/protocolbuffers/protobuf-go
|
||||
|
||||
GO_TARGET= ./cmd/protoc-gen-go
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/protobuf-go/distinfo
Normal file
3
devel/protobuf-go/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1756387187
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.36.8_GH0.tar.gz) = 2f3dda9249a392089bb21271a7ae71c114373f18952e644c7fb92681c8dc0018
|
||||
SIZE (protocolbuffers-protobuf-go-v1.36.8_GH0.tar.gz) = 1806941
|
||||
4
devel/protobuf-go/pkg-descr
Normal file
4
devel/protobuf-go/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Go support, in the form of a library and protocol compiler plugin, for Google's
|
||||
protocol buffers.
|
||||
|
||||
WWW: https://github.com/golang/protobuf/
|
||||
1
devel/protobuf-go/pkg-plist
Normal file
1
devel/protobuf-go/pkg-plist
Normal file
@@ -0,0 +1 @@
|
||||
bin/protoc-gen-go
|
||||
Reference in New Issue
Block a user