blob: 7288a1be706cf61f02f174b3a076fb3898d2e3ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
PORTNAME= nats-top
PORTVERSION= 0.6.0
DISTVERSIONPREFIX= v
PORTREVISION= 10
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Top like program monitor for NATS
WWW= https://github.com/nats-io/nats-top
LICENSE= MIT
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= nats-io
GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
gizak:termui:e62b5929642a:gizak_termui/vendor/gopkg.in/gizak/termui.v1 \
golang:crypto:v0.6.0:golang_crypto/vendor/golang.org/x/crypto \
golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \
golang:time:v0.3.0:golang_time/vendor/golang.org/x/time \
klauspost:compress:v1.16.0:klauspost_compress/vendor/github.com/klauspost/compress \
mattn:go-runewidth:v0.0.14:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
minio:highwayhash:v1.0.2:minio_highwayhash/vendor/github.com/minio/highwayhash \
nats-io:jwt:v2.3.0:nats_io_jwt_v2/vendor/github.com/nats-io/jwt \
nats-io:nats-server:v2.9.15:nats_io_nats_server_v2/vendor/github.com/nats-io/nats-server/v2 \
nats-io:nkeys:v0.3.0:nats_io_nkeys/vendor/github.com/nats-io/nkeys \
nats-io:nuid:v1.0.1:nats_io_nuid/vendor/github.com/nats-io/nuid \
nsf:termbox-go:v1.1.1:nsf_termbox_go/vendor/github.com/nsf/termbox-go \
rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
stretchr:testify:v1.8.0:stretchr_testify/vendor/github.com/stretchr/testify
GO_PKGNAME= github.com/nats-io/nats-top
PLIST_FILES= bin/nats-top
.include <bsd.port.mk>
|