Port details |
- p5-SNMP_Session Perl5 module providing rudimentary access to SNMPv1 and v2 agents
- 1.13_4 net-mgmt =71 1.13_4Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: 2004-02-23 04:43:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libgd, freetype2, expat, gmake, libiconv
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://www.switch.ch/misc/leinen/snmp/perl/
- Description:
- This archive contains Perl 5 modules SNMP_Session.pm and BER.pm,
which, when used together, provide rudimentary access to remote SNMP
(v1 and v2) agents.
This module differs from existing SNMP packages in that it is
completely stand-alone, i.e. you don't need to have another SNMP
package such as CMU SNMP. It is also written entirely in Perl, so you
don't have to compile any C modules. It uses the Perl 5 Socket.pm
module and should therefore be very portable, even to non-Unix systems.
The SNMP operations currently supported are "get", "get-next", "get-bulk"
and "set", as well as trap generation and reception.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-SNMP_Session>0:net-mgmt/p5-SNMP_Session
- To install the port:
- cd /usr/ports/net-mgmt/p5-SNMP_Session/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/p5-SNMP_Session
- pkg install p5-SNMP_Session
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-SNMP_Session
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (SNMP_Session-1.13.tar.gz) = a1c6cf5a8893447ab5a6dc38d5bb04b5d492acabb1f282559f9d76b61272ab5f
SIZE (SNMP_Session-1.13.tar.gz) = 65738
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- net-mgmt/smokeping
- for Run
-
- net-mgmt/cricket
- net-mgmt/devmon
- net-mgmt/mrtg
- net-mgmt/netmagis-metro
- net-mgmt/routers2
- net-mgmt/smokeping
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for p5-SNMP_Session-1.13_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_p5-SNMP_Session
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.13_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.13_4 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.13_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.13_4 30 Aug 2020 19:44:10 |
eugen |
net-mgmt/p5-SNMP_Session: permit fractional timeout backoff values
This perl module allows to change default timeout backoff and
validates new value with its set_backoff() function.
This function contains obvious copy-paste error from previous functions
set_timeout()/set_retries() that deal with integer values.
So, set_backoff() erroneously check the value to be integer
but it should accept fractional numbers, too.
This change corrects the check eliminating int($backoff) call.
Corrected code compares new value with 1.0 just like old one
but catches possible warning on argument being non-numeric
(non-floating point) and rejects non-numeric allowing fractional numbers.
The change makes it possible to use the following within
mrtg configuration file:
SnmpOptions: backoff => 1.1
PR: 249015
Approved by: demon (maintainer) |
1.13_3 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
1.13_3 30 Mar 2017 21:12:43 |
mat |
Remove obsolete PROJECTHOST.
Sponsored by: Absolight |
1.13_3 20 Sep 2016 14:47:58 |
marino |
net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreak
At least 14 ports depend on p5-SNMP_Session so let's get it up again. |
1.13_3 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.13_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.13_3 01 Feb 2015 18:03:44 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.13_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.13_2 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.13_2 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.13_2 05 Feb 2014 08:26:44 |
miwi |
- Stage support |
1.13_2 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.13_2 14 Sep 2013 16:38:29 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.13_2 12 Aug 2013 11:15:04 |
demon |
pack_sockaddr_in6 --> Socket6::pack_sockaddr_in6
PR: 181229
Submitted by: Darren Henderson <darren.henderson@gmail.com> |
1.13_1 14 Jul 2013 15:14:20 |
crees |
Fix some warnings when using mrtg_daemon.
PR: ports/166777
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: demon (maintainer) |
1.13 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.13 04 Jul 2011 11:57:38 |
demon |
Fix crash when reporting IPv6 error.
PR: 157571
Submitted by: Mike Andrews <mandrews@bit0.com> |
1.13 31 Jan 2011 14:51:25 |
demon |
Update to 1.13;
Add a patch http://oss.oetiker.ch/mrtg-trac/changeset/330 to
eliminate a warning regarding IPv6;
PR: 154367 154411
Feature safe: yes |
1.12 04 Dec 2008 13:28:54 |
demon |
Update to version 1.12.
PR: 128612
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> |
1.11 12 Dec 2007 14:22:57 |
demon |
Update to 1.11
PR: 117558
Submitted by: chinsan |
1.08 12 Dec 2005 11:09:57 |
demon |
Update to 1.08. |
1.07 09 Dec 2004 06:56:16 |
demon |
Update to version 1.07. |
1.06 18 Oct 2004 06:25:27 |
demon |
Update to version 1.06.
Chase MASTER_SITE (1).
Submitted by: petef (1) |
1.05 08 Aug 2004 14:06:56 |
demon |
Update to version 1.05. |
1.03 19 Apr 2004 07:40:36 |
demon |
Update to version 1.03. |
1.00 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.00 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |