aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2016-10-01 00:23:59 +0800
committerwg <wg@FreeBSD.org>2016-10-01 00:23:59 +0800
commit5aeb1f26a446d8c90053362425fb14302581f4d8 (patch)
tree0cc9174a17fb4177d51d0968ec1d5b29606f3294 /net-mgmt
parentec948867be2ae595499b5ef693cbb7a0f3836c3e (diff)
downloadfreebsd-ports-graphics-5aeb1f26a446d8c90053362425fb14302581f4d8.tar.gz
freebsd-ports-graphics-5aeb1f26a446d8c90053362425fb14302581f4d8.tar.zst
freebsd-ports-graphics-5aeb1f26a446d8c90053362425fb14302581f4d8.zip
net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMP
WWW: http://github.com/nagius/snmp_passpersist Submitted by: Suraj Ravichandran (via email)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/py-snmp_passpersist/Makefile22
-rw-r--r--net-mgmt/py-snmp_passpersist/distinfo3
-rw-r--r--net-mgmt/py-snmp_passpersist/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index e16d498084f..3db13c1b921 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -280,6 +280,7 @@
SUBDIR += py-snmp4
SUBDIR += py-snmp4-apps
SUBDIR += py-snmp4-mibs
+ SUBDIR += py-snmp_passpersist
SUBDIR += py-yapsnmp
SUBDIR += qkismet
SUBDIR += rackmonkey
diff --git a/net-mgmt/py-snmp_passpersist/Makefile b/net-mgmt/py-snmp_passpersist/Makefile
new file mode 100644
index 00000000000..a123b91bfad
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= snmp_passpersist
+PORTVERSION= 1.3.0
+CATEGORIES= net-mgmt python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= surajravi@gmail.com
+COMMENT= Python client library for Net-SNMP pass persist backend
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp
+
+USE_GITHUB= yes
+GH_ACCOUNT= nagius
+GH_TAGNAME= ee71064
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/py-snmp_passpersist/distinfo b/net-mgmt/py-snmp_passpersist/distinfo
new file mode 100644
index 00000000000..ff8d553a334
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475191340
+SHA256 (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = da63cf91439300ea556f909ed1c294432e7cd77a8b80a50df582ea93f3a9b476
+SIZE (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = 18269
diff --git a/net-mgmt/py-snmp_passpersist/pkg-descr b/net-mgmt/py-snmp_passpersist/pkg-descr
new file mode 100644
index 00000000000..d60f1ef2898
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/pkg-descr
@@ -0,0 +1,3 @@
+SNMP passpersist backend for Net-SNMP
+
+WWW: http://github.com/nagius/snmp_passpersist