summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-06 20:55:29 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-06 20:55:29 +0000
commite25cae493ed3a7df25ba40aa68050b6a0bae2479 (patch)
treed289215e48a0023be0b6ace98042b78d665874ba /net-mgmt/p5-Net-SNMP/pkg-descr
parentImport diff-mode.el, an Emacs major-mode for viewing/editing context diffs. (diff)
Add p5-Net-SNMP, a Perl interface to SNMP.
PR: 19743 Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Notes
Notes: svn path=/head/; revision=30284
Diffstat (limited to 'net-mgmt/p5-Net-SNMP/pkg-descr')
-rw-r--r--net-mgmt/p5-Net-SNMP/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-SNMP/pkg-descr b/net-mgmt/p5-Net-SNMP/pkg-descr
new file mode 100644
index 000000000000..753a5e759c62
--- /dev/null
+++ b/net-mgmt/p5-Net-SNMP/pkg-descr
@@ -0,0 +1,8 @@
+The module Net::SNMP implements an object oriented
+interface to the Simple Network Management Protocol. Perl
+applications can use the module to retrieve or update
+information on a remote host using the SNMP protocol.
+Net::SNMP is implemented completely in Perl, requires no
+compiling, and uses only standard Perl modules. Both
+SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported
+by the module.