Date: Wed, 24 Aug 2016 15:13:39 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420800 - in head/net: . nats-top Message-ID: <201608241513.u7OFDdhu083482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Aug 24 15:13:39 2016 New Revision: 420800 URL: https://svnweb.freebsd.org/changeset/ports/420800 Log: Add net/nats-top, a top-like tool for monitoring NATS servers (net/nats). Added: head/net/nats-top/ head/net/nats-top/Makefile (contents, props changed) head/net/nats-top/distinfo (contents, props changed) head/net/nats-top/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Aug 24 15:11:35 2016 (r420799) +++ head/net/Makefile Wed Aug 24 15:13:39 2016 (r420800) @@ -422,6 +422,7 @@ SUBDIR += nanomsg SUBDIR += nast SUBDIR += nats + SUBDIR += nats-top SUBDIR += nbd-server SUBDIR += nc SUBDIR += ncp Added: head/net/nats-top/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nats-top/Makefile Wed Aug 24 15:13:39 2016 (r420800) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= nats-top +PORTVERSION= 0.3.2 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Top like program monitor for NATS + +LICENSE= MIT + +USES= go +GO_PKGNAME= github.com/nats-io/nats-top +USE_GITHUB= yes +GH_ACCOUNT= nats-io +GH_PROJECT= nats-top +PLIST_FILES= bin/nats-top + +.include <bsd.port.mk> Added: head/net/nats-top/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nats-top/distinfo Wed Aug 24 15:13:39 2016 (r420800) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472050956 +SHA256 (nats-io-nats-top-v0.3.2_GH0.tar.gz) = 98d0df8ebd3c0e0b4c6edc4f084520f643224d8a5d0519023c67c4d05db458b8 +SIZE (nats-io-nats-top-v0.3.2_GH0.tar.gz) = 182337 Added: head/net/nats-top/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nats-top/pkg-descr Wed Aug 24 15:13:39 2016 (r420800) @@ -0,0 +1,3 @@ +nats-top is a top-like tool for monitoring NATS servers. + +WWW: https://github.com/nats-io/nats-top
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608241513.u7OFDdhu083482>
