# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./PLIST # ./DESCR # ./distinfo # ./files # ./files/nagstamon.1 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# $NetBSD$ X# X XVERSION= 0.9.2 XDISTNAME= nagstamon_${VERSION} XPKGNAME= ${DISTNAME:S/_/-/} XCATEGORIES= net python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagstamon/} X XMAINTAINER= imil@gcu.info XHOMEPAGE= http://nagstamon.sf.net/ XCOMMENT= Nagios status monitor which takes place in systray or on desktop XLICENSE= gnu-gpl-v2 X XPKG_DESTDIR_SUPPORT= user-destdir XUSE_LANGUAGES= # none XPYDISTUTILSPKG= yes X XINSTALLATION_DIRS+= ${PKGMANDIR}/man1 XREPLACE_PYTHON= ${WRKSRC}/Nagstamon/*.py XREPLACE_PYTHON+= ${WRKSRC}/Nagstamon/nagstamon X XDEPENDS+= ${PYPKGPREFIX}-lxml>=2.2.4:../../textproc/py-lxml XDEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.24:../../textproc/py-libxslt XDEPENDS+= sox>=14.0.1:../../audio/sox X Xpost-install: X ${INSTALL_MAN} files/nagstamon.1 \ X ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ X X.include "../../textproc/py-libxml2/buildlink3.mk" X.include "../../x11/py-gtk2/buildlink3.mk" X.include "../../x11/py-gnome2-extras/buildlink3.mk" X.include "../../lang/python/application.mk" X.include "../../lang/python/extension.mk" X.include "../../mk/bsd.pkg.mk" END-of-./Makefile echo x - ./PLIST sed 's/^X//' >./PLIST << 'END-of-./PLIST' X@comment $NetBSD$ Xbin/nagstamon X${PYSITELIB}/Nagstamon/__init__.py X${PYSITELIB}/Nagstamon/__init__.pyc X${PYSITELIB}/Nagstamon/__init__.pyo X${PYSITELIB}/Nagstamon/nagstamonActions.py X${PYSITELIB}/Nagstamon/nagstamonActions.pyc X${PYSITELIB}/Nagstamon/nagstamonActions.pyo X${PYSITELIB}/Nagstamon/nagstamonConfig.py X${PYSITELIB}/Nagstamon/nagstamonConfig.pyc X${PYSITELIB}/Nagstamon/nagstamonConfig.pyo X${PYSITELIB}/Nagstamon/nagstamonGUI.py X${PYSITELIB}/Nagstamon/nagstamonGUI.pyc X${PYSITELIB}/Nagstamon/nagstamonGUI.pyo X${PYSITELIB}/Nagstamon/nagstamonObjects.py X${PYSITELIB}/Nagstamon/nagstamonObjects.pyc X${PYSITELIB}/Nagstamon/nagstamonObjects.pyo X${PYSITELIB}/Nagstamon/resources/LICENSE X${PYSITELIB}/Nagstamon/resources/acknowledge_dialog.glade X${PYSITELIB}/Nagstamon/resources/close.png X${PYSITELIB}/Nagstamon/resources/close.svg X${PYSITELIB}/Nagstamon/resources/critical.wav X${PYSITELIB}/Nagstamon/resources/downtime_dialog.glade X${PYSITELIB}/Nagstamon/resources/hostdown.wav X${PYSITELIB}/Nagstamon/resources/hosts.png X${PYSITELIB}/Nagstamon/resources/hosts.svg X${PYSITELIB}/Nagstamon/resources/nagios.png X${PYSITELIB}/Nagstamon/resources/nagios.svg X${PYSITELIB}/Nagstamon/resources/nagstamon.ico X${PYSITELIB}/Nagstamon/resources/nagstamon.png X${PYSITELIB}/Nagstamon/resources/nagstamon.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_black.png X${PYSITELIB}/Nagstamon/resources/nagstamon_black.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_darkred.png X${PYSITELIB}/Nagstamon/resources/nagstamon_darkred.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_error.png X${PYSITELIB}/Nagstamon/resources/nagstamon_error.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_green.png X${PYSITELIB}/Nagstamon/resources/nagstamon_green.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_label.png X${PYSITELIB}/Nagstamon/resources/nagstamon_label.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_orange.png X${PYSITELIB}/Nagstamon/resources/nagstamon_orange.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_red.png X${PYSITELIB}/Nagstamon/resources/nagstamon_red.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_small.png X${PYSITELIB}/Nagstamon/resources/nagstamon_small.svg X${PYSITELIB}/Nagstamon/resources/nagstamon_yellow.png X${PYSITELIB}/Nagstamon/resources/nagstamon_yellow.svg X${PYSITELIB}/Nagstamon/resources/refresh.png X${PYSITELIB}/Nagstamon/resources/refresh.svg X${PYSITELIB}/Nagstamon/resources/services.png X${PYSITELIB}/Nagstamon/resources/services.svg X${PYSITELIB}/Nagstamon/resources/settings.png X${PYSITELIB}/Nagstamon/resources/settings.svg X${PYSITELIB}/Nagstamon/resources/settings_dialog.glade X${PYSITELIB}/Nagstamon/resources/settings_server_dialog.glade X${PYSITELIB}/Nagstamon/resources/warning.wav Xman/man1/nagstamon.1 END-of-./PLIST echo x - ./DESCR sed 's/^X//' >./DESCR << 'END-of-./DESCR' XNagstamon is a Nagios status monitor for the desktop. It connects to multiple XNagios servers and resides in systray or as a floating statusbar at the desktop Xshowing a brief summary of critical, warning, unknown, unreachable and down Xhosts and services and pops up a detailed status overview when moving the Xmouse pointer over it. Connecting to displayed hosts and services is easily Xestablished by context menu via SSH, RDP and VNC. Users can be notified by Xsound. Hosts and Services can be filtered by category and regular expressions. END-of-./DESCR echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' X$NetBSD$ X XSHA1 (nagstamon_0.9.2.tar.gz) = 2c49d9b54cacbc9a813308f337d6d73bb9590ea7 XRMD160 (nagstamon_0.9.2.tar.gz) = fbadb44702eba2ef72d46ac0fc1d41601cca23c7 XSize (nagstamon_0.9.2.tar.gz) = 145601 bytes END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/nagstamon.1 sed 's/^X//' >./files/nagstamon.1 << 'END-of-./files/nagstamon.1' X'\" t X.\" Title: nagstamon X.\" Author: [see the "AUTHOR" section] X.\" Generator: DocBook XSL Stylesheets v1.75.1 X.\" Date: 03/20/2010 X.\" Language: English X.\" X.TH "NAGSTAMON" "1" "03/20/2010" X.\" ----------------------------------------------------------------- X.\" * set default formatting X.\" ----------------------------------------------------------------- X.\" disable hyphenation X.nh X.\" disable justification (adjust text to left margin only) X.ad l X.\" ----------------------------------------------------------------- X.\" * MAIN CONTENT STARTS HERE * X.\" ----------------------------------------------------------------- X.SH "NAME" Xnagstamon \- Nagios status monitor which takes place in systray or on desktop X.SH "SYNOPSIS" X.sp Xnagstamon [alternate\-config] X.SH "DESCRIPTION" X.sp XNagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE) as floating statusbar to inform you in realtime about the status of your Nagios monitored network\&. It allows to connect to multiple Nagios servers\&. X.sp XThe command can optionally take one argument giving the path to an alternate configuration file\&. X.SH "OPTIONS" X.sp XNo options\&. X.SH "AUTHOR" X.sp XThis manual page has been written by Carl Chenet \&. X.SH "RESSOURCES" X.sp Xhttp://sourceforge\&.net/projects/nagstamon/ X.SH "LICENSE" X.sp XThis manual page is licensed under the GPL\-2 license\&. END-of-./files/nagstamon.1 exit