aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /net-mgmt/p5-SNMP/pkg-descr
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes: svn path=/head/; revision=23787 svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'net-mgmt/p5-SNMP/pkg-descr')
-rw-r--r--net-mgmt/p5-SNMP/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/p5-SNMP/pkg-descr b/net-mgmt/p5-SNMP/pkg-descr
deleted file mode 100644
index cd4684825f48..000000000000
--- a/net-mgmt/p5-SNMP/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a Perl5 extension module which provides an interface to the
-UCD-SNMP library.
-
-Description:
-
-The basic operations offered by SNMP are provided through an object
-oriented interface for modularity and ease of use. The primary object is
-SNMP::Session which is implemented as a blessed hash reference. The
-object supports 'get', 'set', and 'getNext' method calls. All calls are
-blocking/synchronous (i.e., they must receive a response or timeout
-before control is returned to the caller). The methods take a variety of
-input argument formats (example/* for examples). A description of the
-objects data fields follow.