svn commit: r428308 - in head/net-mgmt: . nagnu

Kurt Jaeger pi at FreeBSD.org
Sat Dec 10 17:05:31 UTC 2016


Author: pi
Date: Sat Dec 10 17:05:29 2016
New Revision: 428308
URL: https://svnweb.freebsd.org/changeset/ports/428308

Log:
  New port: net-mgmt/nagnu
  
  Nagnu is a curses/terminal based dashboard for nagios showing current
  status of hosts and services.
  
  WWW: https://github.com/frlen/nagnu
  
  PR:		208846
  Submitted by:	Fredrik Lennmark <fredrik at min-hemsida.net>

Added:
  head/net-mgmt/nagnu/
  head/net-mgmt/nagnu/Makefile   (contents, props changed)
  head/net-mgmt/nagnu/distinfo   (contents, props changed)
  head/net-mgmt/nagnu/pkg-descr   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sat Dec 10 16:55:23 2016	(r428307)
+++ head/net-mgmt/Makefile	Sat Dec 10 17:05:29 2016	(r428308)
@@ -144,6 +144,7 @@
     SUBDIR += nagiosgraph
     SUBDIR += nagiosql
     SUBDIR += nagircbot
+    SUBDIR += nagnu
     SUBDIR += nagstamon
     SUBDIR += nagtail
     SUBDIR += nagvis

Added: head/net-mgmt/nagnu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nagnu/Makefile	Sat Dec 10 17:05:29 2016	(r428308)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	nagnu
+PORTVERSION=	1.1.2
+CATEGORIES=	net-mgmt
+
+MAINTAINER=	fredrik at min-hemsida.net
+COMMENT=	Nagios dashboard
+
+LICENSE=	BSD2CLAUSE
+
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libncurses.so:devel/ncurses
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	frlen
+PLIST_FILES=	bin/nagnu \
+		man/man8/nagnu.8.gz \
+		share/examples/nagnu/nagnu.conf.sample
+
+GNU_CONFIGURE=	yes
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/nagnu ${STAGEDIR}${PREFIX}/bin
+
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/nagnu
+	${INSTALL_DATA} ${WRKSRC}/nagnu.conf.sample \
+		${STAGEDIR}${PREFIX}/share/examples/nagnu/nagnu.conf.sample
+
+	${INSTALL_MAN} ${WRKSRC}/docs/nagnu.8 \
+		${STAGEDIR}${MANPREFIX}/man/man8
+
+.include <bsd.port.mk>

Added: head/net-mgmt/nagnu/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nagnu/distinfo	Sat Dec 10 17:05:29 2016	(r428308)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481264476
+SHA256 (frlen-nagnu-1.1.2_GH0.tar.gz) = fc7aa01b29590775678111934993f83b56d021c81cecfe12c41faa216392c45b
+SIZE (frlen-nagnu-1.1.2_GH0.tar.gz) = 61619

Added: head/net-mgmt/nagnu/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nagnu/pkg-descr	Sat Dec 10 17:05:29 2016	(r428308)
@@ -0,0 +1,4 @@
+Nagnu is a curses/terminal based dashboard for nagios showing current
+status of hosts and services.
+
+WWW: https://github.com/frlen/nagnu


More information about the svn-ports-head mailing list