Initial import of p5-SNMP_Session:

perl5 module providing rudimentary access to remote SNMP agents

Package provided by Jeff Rizzo (riz@boogers.sf.ca.us) in PR 9089.
Updated to latest version and modified slightly by me.
This commit is contained in:
jtb 2001-02-27 21:09:53 +00:00
parent 3cb3911b90
commit 46991b7386
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/02/27 21:09:53 jtb Exp $
DISTNAME= SNMP_Session-0.83
PKGNAME= p5-SNMP_Session-0.83
CATEGORIES= net perl5
MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
COMMENT= perl5 module providing rudimentary access to remote SNMP agents
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP_Session/.packlist
do-configure:
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PERL5_SITELIB}/README.SNMP_Session
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2001/02/27 21:09:53 jtb Exp $
MD5 (SNMP_Session-0.83.tar.gz) = d18ce3007d6b4f1cfd523c122c0653c9

View file

@ -0,0 +1,12 @@
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", and
"set", as well as trap generation and reception.
For an excellent example of the type of application this is useful
for, see Tobias Oetiker's ``mrtg'' (Multi Router Traffic Grapher)
tool: <URL:http://www.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html>

View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/27 21:09:53 jtb Exp $
${PERL5_SITELIB}/README.SNMP_Session