Port details |
- py-pysmi SNMP/SMI MIB parsing in Python
- 0.3.4_1 net-mgmt
=0 Version of this port present on the latest quarterly branch. - Maintainer: john@saltant.com
 - Port Added: 2015-11-18 20:28:16
- Last Update: 2021-09-11 01:23:05
- Commit Hash: bb78ec9
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- Pure-Python implementation of SNMP/SMI MIB parsing and conversion library
WWW: https://github.com/etingof/pysmi
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pysmi>0:net-mgmt/py-pysmi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-mgmt/py-pysmi/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/py-pysmi
- pkg install py38-pysmi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pysmi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pysmi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1565446144
SHA256 (pysmi-0.3.4.tar.gz) = bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c
SIZE (pysmi-0.3.4.tar.gz) = 93985
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-ply>=0 : devel/py-ply@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- net-mgmt/py-pysnmp
- Configuration Options:
- ===> The following configuration options are available for py38-pysmi-0.3.4_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_py-pysmi
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Sep 2021 01:23:05 0.3.4_1 |
Kevin Bowling (kbowling)  Author: John W. O'Brien |
net-mgmt/py-pysnmp: Update WWW
snmplabs.com domain name no longer under upstream control
Approved by: portmgr (blanket: metadata fix) |
07 Apr 2021 08:09:01 0.3.4 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.3.4 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.3.4 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
02 Sep 2019 14:03:33
0.3.4 |
swills  |
net-mgmt/py-pysmi: Update to 0.3.4
PR: 239758
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
10 Apr 2019 06:18:32
0.3.3_3 |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
01 Mar 2019 03:30:48
0.3.3_2 |
swills  |
net-mgmt/py-pysmi: Break dependence on net-mgmt/py-pysnmp
PR: 235727
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
11 Feb 2019 10:24:46
0.3.3_1 |
kai  |
net-mgmt/py-snmp4{-apps,-mibs}: Rename to match canonical upstream name
Rename the following ports:
* net-mgmt/py-snmp4 -> net-mgmt/py-pysnmp
* net-mgmt/py-snmp4-apps -> net-mgmt/py-pysnmp-apps
* net-mgmt/py-snmp4-mibs -> net-mgmt/py-pysnmp-mibs
Bump PORTREVISION for net/exaddos + net-mgmt/py-pysmi
PR: 235120
Submitted by: John W. O'Brien <john@saltant.com>
Reviewed by: koobs
Approved by: miwi (mentor), maintainer
Differential Revision: https://reviews.freebsd.org/D19134 |
06 Jan 2019 03:16:51
0.3.3 |
swills  |
net-mgmt/py-pysmi: update to 0.3.3
PR: 234650
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
24 Jul 2018 07:29:42
0.3.1 |
wen  |
- Update to 0.3.1
PR: 230000
Submitted by: john@saltant.com(maintainer) |
20 Jun 2018 17:05:44
0.3.0 |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
20 May 2018 19:19:28
0.3.0 |
sunpoet  |
Update to 0.3.0
- Update WWW
Changes: https://github.com/etingof/pysmi/releases
PR: 228380
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
24 Dec 2017 18:40:38
0.2.2 |
swills  |
net-mgmt/py-pysmi: Upgrade to 0.2.2
PR: 224571
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
30 Nov 2017 15:50:34
0.0.7  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
21 Feb 2017 14:32:23
0.0.7 |
krion  |
Update net-mgmt/py-pysmi to 0.0.7
PR: 217206
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9667 |
01 Apr 2016 14:16:20
0.0.6 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
18 Nov 2015 20:28:03
0.0.6 |
rm  |
Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python.
PR: 204572
Submitted by: John W. O'Brien <john@saltant.com> |