2019-11-30 02:55:41 +01:00
|
|
|
PORTNAME= grpcui
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-01-04 18:32:38 +01:00
|
|
|
DISTVERSION= 1.2.0
|
2019-11-30 02:55:41 +01:00
|
|
|
CATEGORIES= net www
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Interactive web UI for gRPC, along the lines of postman
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= fullstorydev
|
|
|
|
GH_SUBDIR= src/github.com/fullstorydev/grpcui
|
|
|
|
GH_TUPLE= \
|
2022-01-04 18:32:38 +01:00
|
|
|
census-instrumentation:opencensus-proto:v0.2.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \
|
|
|
|
cncf:udpa:5459f2c99403:cncf_udpa_go/vendor/github.com/cncf/udpa \
|
|
|
|
envoyproxy:go-control-plane:668b12f5399d:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \
|
2020-06-24 17:47:33 +02:00
|
|
|
envoyproxy:protoc-gen-validate:v0.1.0:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \
|
2022-01-04 18:32:38 +01:00
|
|
|
fullstorydev:grpcurl:v1.8.5:fullstorydev_grpcurl/vendor/github.com/fullstorydev/grpcurl \
|
2020-06-24 17:47:33 +02:00
|
|
|
golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \
|
2022-01-04 18:32:38 +01:00
|
|
|
golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \
|
|
|
|
golang:net:4c5254603344:golang_net/vendor/golang.org/x/net \
|
2020-06-24 17:47:33 +02:00
|
|
|
golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \
|
2022-01-04 18:32:38 +01:00
|
|
|
golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
2020-10-15 08:44:47 +02:00
|
|
|
golang:sys:c3d80250170d:golang_sys/vendor/golang.org/x/sys \
|
2020-06-24 17:47:33 +02:00
|
|
|
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
2022-01-04 18:32:38 +01:00
|
|
|
golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \
|
|
|
|
google:go-cmp:v0.5.0:google_go_cmp/vendor/github.com/google/go-cmp \
|
|
|
|
google:go-genproto:cb27e3aa2013:google_go_genproto/vendor/google.golang.org/genproto \
|
|
|
|
google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \
|
2020-10-15 08:44:47 +02:00
|
|
|
googleapis:google-cloud-go:v0.56.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \
|
2022-01-04 18:32:38 +01:00
|
|
|
grpc:grpc-go:v1.37.0:grpc_grpc_go/vendor/google.golang.org/grpc \
|
|
|
|
jhump:protoreflect:v1.10.1:jhump_protoreflect/vendor/github.com/jhump/protoreflect \
|
|
|
|
pkg:browser:0a3d74bf9ce4:pkg_browser/vendor/github.com/pkg/browser \
|
|
|
|
protocolbuffers:protobuf-go:a709e31e5d12:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf
|
2019-11-30 02:55:41 +01:00
|
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|