diff options
author | zi <zi@FreeBSD.org> | 2014-09-17 23:27:06 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-09-17 23:27:06 +0800 |
commit | 858aa0e0372f6f2fddc6f8f8b6b750156834d1b2 (patch) | |
tree | 540562afd77ab10a8e50dc4a1da48f8e021dfac7 | |
parent | c4b065789f9e4d5b5264e5040331d0693dd0d4d0 (diff) | |
download | freebsd-ports-gnome-858aa0e0372f6f2fddc6f8f8b6b750156834d1b2.tar.gz freebsd-ports-gnome-858aa0e0372f6f2fddc6f8f8b6b750156834d1b2.tar.zst freebsd-ports-gnome-858aa0e0372f6f2fddc6f8f8b6b750156834d1b2.zip |
New port: devel/py-nagioscheck:
pynagioscheck is a Python framework for Nagios plug-in developers.
pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.
WWW: https://pypi.python.org/pypi/nagioscheck/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-nagioscheck/Makefile | 16 | ||||
-rw-r--r-- | devel/py-nagioscheck/distinfo | 2 | ||||
-rw-r--r-- | devel/py-nagioscheck/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a0d7aff82a74..e024021bbf37 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3779,6 +3779,7 @@ SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient + SUBDIR += py-nagioscheck SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier diff --git a/devel/py-nagioscheck/Makefile b/devel/py-nagioscheck/Makefile new file mode 100644 index 000000000000..557e77e5609b --- /dev/null +++ b/devel/py-nagioscheck/Makefile @@ -0,0 +1,16 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= nagioscheck +PORTVERSION= 0.1.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= Class library for writing Nagios plugins + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/devel/py-nagioscheck/distinfo b/devel/py-nagioscheck/distinfo new file mode 100644 index 000000000000..2fe5d3fa14de --- /dev/null +++ b/devel/py-nagioscheck/distinfo @@ -0,0 +1,2 @@ +SHA256 (nagioscheck-0.1.6.tar.gz) = 9e44a111b950a2b595fbd6ba75db630a45982b2997c0a45e343a9221af4ee99a +SIZE (nagioscheck-0.1.6.tar.gz) = 5847 diff --git a/devel/py-nagioscheck/pkg-descr b/devel/py-nagioscheck/pkg-descr new file mode 100644 index 000000000000..a0b899a121a1 --- /dev/null +++ b/devel/py-nagioscheck/pkg-descr @@ -0,0 +1,7 @@ +pynagioscheck is a Python framework for Nagios plug-in developers. + +pynagioscheck strives to conform to the practices described in the Nagios +Plug-in Development Guidelines and, more importantly, save valuable system +administrator time. + +WWW: https://pypi.python.org/pypi/nagioscheck/ |