libsnmp-mib-compiler-perl 0.06-2 source package in Ubuntu

Changelog

libsnmp-mib-compiler-perl (0.06-2) unstable; urgency=low

  * New maintainer (Closes: #377864)
  * Add debian/watch
  * Add debian/patch

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  23 Oct 2007 17:25:13 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Hardy
Original maintainer:
Deepak Tripathi
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Hardy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsnmp-mib-compiler-perl_0.06.orig.tar.gz 228.4 KiB 33be8ce387ecdf6db0503f99e3cfe824659940c24385a8b4b7308dd14ac8c40d
libsnmp-mib-compiler-perl_0.06-2.diff.gz 2.4 KiB 493d7204a8b25b90bd4d021bbea6e9c21f100023e80c3dc62f999d544faf7a3b
libsnmp-mib-compiler-perl_0.06-2.dsc 707 bytes e8c969c0ede2b17c65b778c54964f40613f148f3e1d9a0df4c9131003c6be2d7

View changes file

Binary packages built by this source

libsnmp-mib-compiler-perl: a MIB Compiler supporting SMIv1 and SMIv2

 SNMP::MIB::Compiler is a MIB compiler that fully supports
 both SMI(v1) and SMIv2. This module can be use to compile
 MIBs (recursively or not) or load already compiled MIBs for
 later use.
 Some tasks can be performed by the resulting object such as :
 .
  resolution of object names into object identifiers (OIDs).
 e.g. ifInOctets => 1.3.6.1.2.1.2.2.1.10
 .
  convertion of OIDs.
 e.g. 1.3.6.1.2.1.2.1 =>
 iso.org.dod.internet.mgmt.mib-2.interfaces.ifNumber
 .
  drawing MIB trees.
 e.g. ifTestTable => ifTestTable
 |
 +-- --- ifTestEntry(1)
 |
 +-- -rw Integer ifTestId(1)
 +-- -rw Integer ifTestStatus(2)
 +-- -rw ObjectID ifTestType(3)
 +-- -r- Integer ifTestResult(4)
 +-- -r- ObjectID ifTestCode(5)
 +-- -rw String ifTestOwner(6)