aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-snmp4
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonmva2014-10-251-3/+2
| | | | Approved by: portmgr (implicit)
* - update py-snmp4 to 4.2.5 and py-snmp4-apps to 0.3.4rm2014-02-103-82/+18
| | | | | | | | | | | | | | | | | | | | | - convert to auto-generated auto-plist - convert to optionsng for DOCS and EXAMPLES - remove NO_STAGE while here: - update LICENSE (count clauses) - do not use deprecated easy_install and unneeded PYDISTUTILS_* knobs - make DOCSDIR and EXAPLESDIR contain ${PYTHON_PKGNAMEPREFIX} in it, because that ports may be installed for different python versions simultaneously - use common idiom for installing DOCS and EXAMPLES - install DOCS and EXAMPLES into stage area uncoditioanlly - remove inclusions of bsd.port.options.mk - bump PORTREVISION for py-snmp4-mibs, because package is changed - replace /bin/bash with /bin/sh in py-snmp4-mibs rebuild-pysnmp-mibs script PR: 186190 Submitted by: olgeni Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* Update pysnmp suite to latest version. This includes:rm2012-10-143-14/+8
| | | | | | | | | | | | | | | | - net-mgmt/py-snmp4: 4.2.1 -> 4.2.3 - net-mgmt/py-snmp4-apps: 0.3.1 -> 0.3.3 - net-mgmt/py-snmp4-mibs: 0.1.2 -> 0.1.4 Common changes: - trim Makefile header - update dependency versions - remove LICENSE_FILE for licenses, listed in bsd.licenses.db.mk PR: 172193 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks) Feature safe: yes
* - update to 4.2.1rm2011-11-193-7/+9
| | | | | | | | | | | - fix SF mirror - update dependencies versions - update CONFLICTS PR: 162667 Submitted by: rm (myself) Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer), novel (mentor) Feature safe: yes
* - Updated to 4.1.16dglarkin2011-10-072-8/+8
| | | | | | | | - Fixed portlint warnings PR: ports/161061 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Update to 4.1.16amiwi2011-06-253-374/+63
| | | | | | PR: 155713 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update depobj after py-asn1 updatepav2009-09-202-11/+1
| | | | | | - While here, stop listing docs twice in plist Feature safe: yes
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with N
* - Update to 4.1.10amiwi2008-07-203-16/+34
| | | | | PR: 125775 Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Update to 4.1.7amiwi2007-03-073-31/+44
| | | | | | PR: 109864 Submitted by: miwi Approved by: mantainer
* - Conflicts with py-snmp2pav2006-08-291-3/+1
| | | | | | PR: ports/102222 Submitted by: Dmitriy Kirhlarov <dimma@higis.ru> Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* - Update to 4.1.6apav2006-05-304-7/+8
| | | | | PR: ports/98043 Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer)
* Set PORTDOCS, forgot when addedgarga2006-04-181-2/+4
| | | | Reported by: krismail
* PySNMP is fully functional SNMP v.1 engine (BER encoders/decodersgarga2006-04-174-0/+403
for a subset of ASN.1 data types, sockets based networking etc.) written entirely in Python. WWW: http://pysnmp.sourceforge.net/ PR: ports/95673 Submitted by: Martin Jackson <mhjacks@swbell.net>