Page MenuHomeFreeBSD

D19134.diff
No OneTemporary

D19134.diff

Index: head/MOVED
===================================================================
--- head/MOVED
+++ head/MOVED
@@ -11592,3 +11592,6 @@
sysutils/createrepo||2019-02-07|Has expired: Abandoned upstream, does not work with python3
misc/soapysdr-hackrf|comms/soapysdrhackrf|2019-02-09|Move to the proper category/name
math/wxMaxima|math/wxmaxima|2019-02-10|rename for consistency
+net-mgmt/py-snmp4|net-mgmt/py-pysnmp|2019-02-11|Renamed to match upstream naming
+net-mgmt/py-snmp4-apps|net-mgmt/py-pysnmp-apps|2019-02-11|Renamed to match upstream naming
+net-mgmt/py-snmp4-mibs|net-mgmt/py-pysnmp-mibs|2019-02-11|Renamed to match upstream naming
Index: head/net-mgmt/Makefile
===================================================================
--- head/net-mgmt/Makefile
+++ head/net-mgmt/Makefile
@@ -317,10 +317,10 @@
SUBDIR += py-pynsca
SUBDIR += py-pynxos
SUBDIR += py-pysmi
+ SUBDIR += py-pysnmp
+ SUBDIR += py-pysnmp-apps
+ SUBDIR += py-pysnmp-mibs
SUBDIR += py-pyzabbix
- SUBDIR += py-snmp4
- SUBDIR += py-snmp4-apps
- SUBDIR += py-snmp4-mibs
SUBDIR += py-snmp_passpersist
SUBDIR += py-yapsnmp
SUBDIR += qkismet
Index: head/net-mgmt/py-pysmi/Makefile
===================================================================
--- head/net-mgmt/py-pysmi/Makefile
+++ head/net-mgmt/py-pysmi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pysmi
PORTVERSION= 0.3.3
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysmi/pysmi/${PORTVERSION}
@@ -12,7 +13,7 @@
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=0:net-mgmt/py-snmp4@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=0:net-mgmt/py-pysnmp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR}
Index: head/net-mgmt/py-pysnmp-apps/Makefile
===================================================================
--- head/net-mgmt/py-pysnmp-apps/Makefile
+++ head/net-mgmt/py-pysnmp-apps/Makefile
@@ -0,0 +1,23 @@
+# Created by: Martin Jackson <mhjacks@swbell.net>
+# $FreeBSD$
+
+PORTNAME= pysnmp-apps
+PORTVERSION= 0.4.1
+CATEGORIES= net-mgmt python
+MASTER_SITES= CHEESESHOP \
+ SF/pysnmp/pysnmp-apps/${PORTVERSION}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mhjacks@swbell.net
+COMMENT= Command line utilities for pysnmp
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: head/net-mgmt/py-pysnmp-apps/distinfo
===================================================================
--- head/net-mgmt/py-pysnmp-apps/distinfo
+++ head/net-mgmt/py-pysnmp-apps/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523653364
+SHA256 (pysnmp-apps-0.4.1.tar.gz) = 57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7
+SIZE (pysnmp-apps-0.4.1.tar.gz) = 25525
Index: head/net-mgmt/py-pysnmp-apps/pkg-descr
===================================================================
--- head/net-mgmt/py-pysnmp-apps/pkg-descr
+++ head/net-mgmt/py-pysnmp-apps/pkg-descr
@@ -0,0 +1,5 @@
+PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
+written entirely in Python. The -apps distribution contains command-line
+workalikes for snmpwalk, snmpget, etc. written using the PySNMP module.
+
+WWW: http://snmplabs.com/pysnmp/
Index: head/net-mgmt/py-pysnmp-mibs/Makefile
===================================================================
--- head/net-mgmt/py-pysnmp-mibs/Makefile
+++ head/net-mgmt/py-pysnmp-mibs/Makefile
@@ -0,0 +1,23 @@
+# Created by: Martin Jackson <mhjacks@swbell.net>
+# $FreeBSD$
+
+PORTNAME= pysnmp-mibs
+PORTVERSION= 0.1.6
+CATEGORIES= net-mgmt python
+MASTER_SITES= CHEESESHOP \
+ SF/pysnmp/pysnmp-mibs/${PORTVERSION}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mhjacks@swbell.net
+COMMENT= Additional python MIB files for pysnmp and friends
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: head/net-mgmt/py-pysnmp-mibs/distinfo
===================================================================
--- head/net-mgmt/py-pysnmp-mibs/distinfo
+++ head/net-mgmt/py-pysnmp-mibs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523653156
+SHA256 (pysnmp-mibs-0.1.6.tar.gz) = 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c
+SIZE (pysnmp-mibs-0.1.6.tar.gz) = 2113334
Index: head/net-mgmt/py-pysnmp-mibs/pkg-descr
===================================================================
--- head/net-mgmt/py-pysnmp-mibs/pkg-descr
+++ head/net-mgmt/py-pysnmp-mibs/pkg-descr
@@ -0,0 +1,5 @@
+PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
+written entirely in Python. The -mibs distribution contains MIB modules
+built from publicly available MIBs compiled to work with the pysnmp tools.
+
+WWW: http://snmplabs.com/pysnmp/
Index: head/net-mgmt/py-pysnmp/Makefile
===================================================================
--- head/net-mgmt/py-pysnmp/Makefile
+++ head/net-mgmt/py-pysnmp/Makefile
@@ -0,0 +1,39 @@
+# Created by: Martin Jackson <mhjacks@swbell.net>
+# $FreeBSD$
+
+PORTNAME= pysnmp
+PORTVERSION= 4.3.2
+CATEGORIES= net-mgmt python
+MASTER_SITES= CHEESESHOP \
+ SF/pysnmp/pysnmp/${PORTVERSION}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mhjacks@swbell.net
+COMMENT= SNMP framework for Python
+
+LICENSE= BSD2CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:devel/py-pyasn1@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:security/py-pycrypto@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
+DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
+
+PORTDOCS= *
+PORTEXAMPLES= *
+
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC}/docs/source/docs && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+
+.include <bsd.port.mk>
Index: head/net-mgmt/py-pysnmp/distinfo
===================================================================
--- head/net-mgmt/py-pysnmp/distinfo
+++ head/net-mgmt/py-pysnmp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523652000
+SHA256 (pysnmp-4.3.2.tar.gz) = 7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977
+SIZE (pysnmp-4.3.2.tar.gz) = 398593
Index: head/net-mgmt/py-pysnmp/pkg-descr
===================================================================
--- head/net-mgmt/py-pysnmp/pkg-descr
+++ head/net-mgmt/py-pysnmp/pkg-descr
@@ -0,0 +1,4 @@
+PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
+written entirely in Python.
+
+WWW: http://snmplabs.com/pysnmp/
Index: head/net-mgmt/py-snmp4-apps/Makefile
===================================================================
--- head/net-mgmt/py-snmp4-apps/Makefile
+++ head/net-mgmt/py-snmp4-apps/Makefile
@@ -1,22 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4-apps
-PORTVERSION= 0.4.1
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-apps/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-apps-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= Command line utilities for pysnmp4
-
-LICENSE= BSD2CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
Index: head/net-mgmt/py-snmp4-apps/distinfo
===================================================================
--- head/net-mgmt/py-snmp4-apps/distinfo
+++ head/net-mgmt/py-snmp4-apps/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523653364
-SHA256 (pysnmp-apps-0.4.1.tar.gz) = 57accb8c2fcb255b4da85af07ef9cd6a266dc5143b2834419ec8a39a879edeb7
-SIZE (pysnmp-apps-0.4.1.tar.gz) = 25525
Index: head/net-mgmt/py-snmp4-apps/pkg-descr
===================================================================
--- head/net-mgmt/py-snmp4-apps/pkg-descr
+++ head/net-mgmt/py-snmp4-apps/pkg-descr
@@ -1,5 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python. The -apps distribution contains command-line
-workalikes for snmpwalk, snmpget, etc. written using the PySNMP 4 module.
-
-WWW: http://pysnmp.sourceforge.net/
Index: head/net-mgmt/py-snmp4-mibs/Makefile
===================================================================
--- head/net-mgmt/py-snmp4-mibs/Makefile
+++ head/net-mgmt/py-snmp4-mibs/Makefile
@@ -1,22 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4-mibs
-PORTVERSION= 0.1.6
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-mibs/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-mibs-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= Additional python MIB files for pysnmp4 and friends
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.3.2:net-mgmt/py-snmp4@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
Index: head/net-mgmt/py-snmp4-mibs/distinfo
===================================================================
--- head/net-mgmt/py-snmp4-mibs/distinfo
+++ head/net-mgmt/py-snmp4-mibs/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523653156
-SHA256 (pysnmp-mibs-0.1.6.tar.gz) = 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c
-SIZE (pysnmp-mibs-0.1.6.tar.gz) = 2113334
Index: head/net-mgmt/py-snmp4-mibs/pkg-descr
===================================================================
--- head/net-mgmt/py-snmp4-mibs/pkg-descr
+++ head/net-mgmt/py-snmp4-mibs/pkg-descr
@@ -1,5 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python. The -mibs distribution contains MIB modules
-built from publicly available MIBs compiled to work with the pysnmp4 tools.
-
-WWW: http://pysnmp.sourceforge.net/
Index: head/net-mgmt/py-snmp4/Makefile
===================================================================
--- head/net-mgmt/py-snmp4/Makefile
+++ head/net-mgmt/py-snmp4/Makefile
@@ -1,38 +0,0 @@
-# Created by: Martin Jackson <mhjacks@swbell.net>
-# $FreeBSD$
-
-PORTNAME= snmp4
-PORTVERSION= 4.3.2
-CATEGORIES= net-mgmt python
-MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp/${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-${PORTVERSION}
-
-MAINTAINER= mhjacks@swbell.net
-COMMENT= SNMP framework for Python
-
-LICENSE= BSD2CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.2:devel/py-pyasn1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:security/py-pycrypto@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
-
-PORTDOCS= *
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/docs/source/docs && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
Index: head/net-mgmt/py-snmp4/distinfo
===================================================================
--- head/net-mgmt/py-snmp4/distinfo
+++ head/net-mgmt/py-snmp4/distinfo
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523652000
-SHA256 (pysnmp-4.3.2.tar.gz) = 7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977
-SIZE (pysnmp-4.3.2.tar.gz) = 398593
Index: head/net-mgmt/py-snmp4/pkg-descr
===================================================================
--- head/net-mgmt/py-snmp4/pkg-descr
+++ head/net-mgmt/py-snmp4/pkg-descr
@@ -1,4 +0,0 @@
-PySNMP is fully functional SNMP v1, v2c and v3 engine (agent and manager)
-written entirely in Python.
-
-WWW: http://pysnmp.sourceforge.net/
Index: head/net/exaddos/Makefile
===================================================================
--- head/net/exaddos/Makefile
+++ head/net/exaddos/Makefile
@@ -3,6 +3,7 @@
PORTNAME= exaddos
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ZI
@@ -12,8 +13,8 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:net-mgmt/py-snmp4-mibs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:net-mgmt/py-snmp4@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp-mibs>=0.1.4:net-mgmt/py-pysnmp-mibs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.2.3:net-mgmt/py-pysnmp@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= Exa-Networks

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 26, 4:32 AM (14 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27275084
Default Alt Text
D19134.diff (12 KB)

Event Timeline