Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 10:47:50 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405693 - in head/net-mgmt: . py-pyzabbix
Message-ID:  <201601101047.u0AAlo4Y068040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jan 10 10:47:50 2016
New Revision: 405693
URL: https://svnweb.freebsd.org/changeset/ports/405693

Log:
  PyZabbix is a Python module for working with the Zabbix API.
  
  https://github.com/lukecyca/pyzabbix
  
  PR:		205921
  Submitted by:	Fotis Zabaras <fotis@zabaras.eu>

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

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Sun Jan 10 10:38:36 2016	(r405692)
+++ head/net-mgmt/Makefile	Sun Jan 10 10:47:50 2016	(r405693)
@@ -268,6 +268,7 @@
     SUBDIR += py-ipy
     SUBDIR += py-pyang
     SUBDIR += py-pysmi
+    SUBDIR += py-pyzabbix
     SUBDIR += py-snmp4
     SUBDIR += py-snmp4-apps
     SUBDIR += py-snmp4-mibs

Added: head/net-mgmt/py-pyzabbix/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-pyzabbix/Makefile	Sun Jan 10 10:47:50 2016	(r405693)
@@ -0,0 +1,21 @@
+# Created by: Fotis Zabaras <fotis@zabaras.eu>
+# $FreeBSD$
+
+PORTNAME=	pyzabbix
+PORTVERSION=	0.7.4
+CATEGORIES=	net-mgmt python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	fotis@zabaras.eu
+COMMENT=	Zabbix API Python Library
+
+LICENSE=	LGPL21
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests
+
+USES=		python:2.7
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net-mgmt/py-pyzabbix/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-pyzabbix/distinfo	Sun Jan 10 10:47:50 2016	(r405693)
@@ -0,0 +1,2 @@
+SHA256 (pyzabbix-0.7.4.tar.gz) = a30b52427851d3284b0334ba9f99a839208c79c5ce2284863ef2bc2e187c8ad8
+SIZE (pyzabbix-0.7.4.tar.gz) = 2956

Added: head/net-mgmt/py-pyzabbix/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-pyzabbix/pkg-descr	Sun Jan 10 10:47:50 2016	(r405693)
@@ -0,0 +1,3 @@
+PyZabbix is a Python module for working with the Zabbix API.
+
+https://github.com/lukecyca/pyzabbix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601101047.u0AAlo4Y068040>