diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-08 07:59:18 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-08 07:59:18 +0000 |
commit | 7990ca98a2101919604d4dc20a3394ae769aa26c (patch) | |
tree | e9e940c0b15c3ed7eb5de885d87e94c6beddaa8a /devel/libsmi/pkg/DESCR | |
parent | 07caf7910170580a3c5856018663f9c13ed3753f (diff) | |
download | pkgsrc-7990ca98a2101919604d4dc20a3394ae769aa26c.tar.gz |
Initial import of libsmi-0.1.6.
libsmi - A library to access SMI MIB information
Diffstat (limited to 'devel/libsmi/pkg/DESCR')
-rw-r--r-- | devel/libsmi/pkg/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libsmi/pkg/DESCR b/devel/libsmi/pkg/DESCR new file mode 100644 index 00000000000..5c0fbe295ce --- /dev/null +++ b/devel/libsmi/pkg/DESCR @@ -0,0 +1,7 @@ +The purpose of libsmi is to + +- give network management applications a concise programmer-friendly interface + to access MIB module information, +- separate the knowledge on SMI from the main parts of management applications, +- allow to add new kinds of MIB repositories without the need to adapt + applications that make use of libsmi. |