Add new port net-mgmt/nagiosagent:

NagiosAgent is a QT-based frontend to Nagios.

WWW:	http://www.netpatch.ru/nagiosagent.html

PR:		ports/137639
Submitted by:	Eugene Mychlo <myc at barev.net>
This commit is contained in:
Max Brazhnikov 2009-09-14 18:41:00 +00:00
parent f1b33efef6
commit 86581a2ec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241417
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: NagiosAgent
# Date created: 02 Jun 2009
# Whom: Eugene Mychlo <myc@barev.net>
#
# $FreeBSD$
#
PORTNAME= NagiosAgent
PORTVERSION= 1.2.0.1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.netpatch.ru/projects/nagiosagent/ \
http://www.netpatch.ru/projects/nagiosagent/old/
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
MAINTAINER= myc@barev.net
COMMENT= A QT-based frontend to Nagios
PLIST_FILES= bin/NagiosAgent \
share/pixmaps/NagiosAgent.png
USE_ZIP= yes
USE_QT_VER= 4
QT_COMPONENTS= gui network corelib qmake_build uic_build rcc_build moc_build
DESKTOP_ENTRIES= "NagiosAgent" "GUI client for Nagios" \
"NagiosAgent.png" \
"NagiosAgent" "Application;Network;" false
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix NagiosAgent.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/NagiosAgent ${PREFIX}/bin/NagiosAgent
${INSTALL_DATA} ${WRKSRC}/resources/icon16x16.png ${PREFIX}/share/pixmaps/NagiosAgent.png
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (NagiosAgent-1.2.0.1-src.zip) = c7182d5736d0259db20db90155149375
SHA256 (NagiosAgent-1.2.0.1-src.zip) = d44c95f6656dca9132c7c3394e12bb59d2eaaff8256d394cefa75c20515848db
SIZE (NagiosAgent-1.2.0.1-src.zip) = 335351

View File

@ -0,0 +1,3 @@
NagiosAgent is a QT-based frontend to Nagios.
WWW: http://www.netpatch.ru/nagiosagent.html