From bd50bc9adcf4b972fed78166439d5b09573b37a7 Mon Sep 17 00:00:00 2001 From: makc Date: Mon, 14 Sep 2009 18:41:00 +0000 Subject: 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 --- net-mgmt/nagiosagent/Makefile | 36 ++++++++++++++++++++++++++++++++++++ net-mgmt/nagiosagent/distinfo | 3 +++ net-mgmt/nagiosagent/pkg-descr | 3 +++ 3 files changed, 42 insertions(+) create mode 100644 net-mgmt/nagiosagent/Makefile create mode 100644 net-mgmt/nagiosagent/distinfo create mode 100644 net-mgmt/nagiosagent/pkg-descr (limited to 'net-mgmt') diff --git a/net-mgmt/nagiosagent/Makefile b/net-mgmt/nagiosagent/Makefile new file mode 100644 index 000000000000..1d8a219a2fe7 --- /dev/null +++ b/net-mgmt/nagiosagent/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: NagiosAgent +# Date created: 02 Jun 2009 +# Whom: Eugene Mychlo +# +# $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 diff --git a/net-mgmt/nagiosagent/distinfo b/net-mgmt/nagiosagent/distinfo new file mode 100644 index 000000000000..cf7c84940250 --- /dev/null +++ b/net-mgmt/nagiosagent/distinfo @@ -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 diff --git a/net-mgmt/nagiosagent/pkg-descr b/net-mgmt/nagiosagent/pkg-descr new file mode 100644 index 000000000000..00aa9d77e545 --- /dev/null +++ b/net-mgmt/nagiosagent/pkg-descr @@ -0,0 +1,3 @@ +NagiosAgent is a QT-based frontend to Nagios. + +WWW: http://www.netpatch.ru/nagiosagent.html -- cgit