1 | # $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsmi |
---|
6 | version 0.4.8 |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers fenner |
---|
10 | description Library to Access SMI MIB Information |
---|
11 | long_description The core of the libsmi distribution is a library \ |
---|
12 | that allows management applications to access SMI MIB module \ |
---|
13 | definitions. On top of this library, there are tools to check, \ |
---|
14 | analyze dump, convert, and compare MIB definitions. Finally, the \ |
---|
15 | distribution contains a steadily maintained and revised archive of \ |
---|
16 | all IETF and IANA maintained standard MIB and PIB modules. \ |
---|
17 | The library is internally divided into two layers. The upper layers \ |
---|
18 | represent the API to applications that make use of libsmi. \ |
---|
19 | Furthermore, the upper layer holds the MIB information in common \ |
---|
20 | internal data structures. The lower layer contains the drivers that \ |
---|
21 | implement the access to persistent MIB module repositories. \ |
---|
22 | Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \ |
---|
23 | module files exist. A driver for an early draft of SMIng is also \ |
---|
24 | present. |
---|
25 | homepage http://www.ibr.cs.tu-bs.de/projects/libsmi/ |
---|
26 | master_sites ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ |
---|
27 | configure.args --mandir=${prefix}/share/man |
---|
28 | checksums md5 760b6b1070738158708649ed2c63425e \ |
---|
29 | sha1 77c512ccbdd29667d152398b0dcde533aed57b49 \ |
---|
30 | rmd160 66fbe0e0128c4134cce386aaf754a48bb2d2580e |
---|