svn commit: r420800 - in head/net: . nats-top

Jimmy Olgeni olgeni at FreeBSD.org
Wed Aug 24 15:13:41 UTC 2016


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 at 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


More information about the svn-ports-all mailing list