aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Info/pkg-descr
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-12 12:18:09 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-12 12:18:09 +0000
commit5318721dd1e3e44b229dc7945fc0f6cb20478c9e (patch)
treec03a40609ca4143ce83983550eb82a2d32b43451 /net-mgmt/p5-SNMP-Info/pkg-descr
parent1c507c2a200dd4041e3a8c86d64a9943a5224850 (diff)
downloadports-5318721dd1e3e44b229dc7945fc0f6cb20478c9e.tar.gz
ports-5318721dd1e3e44b229dc7945fc0f6cb20478c9e.zip
Add SNMP::Info, an object oriented perl5 interface to Network devices and
various common MIBs
Notes
Notes: svn path=/head/; revision=116021
Diffstat (limited to 'net-mgmt/p5-SNMP-Info/pkg-descr')
-rw-r--r--net-mgmt/p5-SNMP-Info/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP-Info/pkg-descr b/net-mgmt/p5-SNMP-Info/pkg-descr
new file mode 100644
index 000000000000..2ceed48d33f4
--- /dev/null
+++ b/net-mgmt/p5-SNMP-Info/pkg-descr
@@ -0,0 +1,14 @@
+SNMP::Info gives an object oriented interface to information
+obtained through SNMP. This module is geared towards network devices.
+Subclasses exist for a number of network devices and common MIBs.
+The information may be coming from any number of MIB files and is very
+vendor specific. SNMP::Info provides you a common method for all
+supported devices.
+Adding support for your own device is easy, and takes little much SNMP
+knowledge.
+The module is not limited to network devices. Any MIB or device can be
+given an objected oriented front-end by making a module that consists of a
+couple hashes. See EXTENDING SNMP::INFO.
+
+WWW: http://snmp-info.sourceforge.net/
+Author: Max Baker