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 | |
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')
-rw-r--r-- | devel/libsmi/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libsmi/pkg/DESCR | 7 | ||||
-rw-r--r-- | devel/libsmi/pkg/PLIST | 31 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/libsmi/pkg/COMMENT b/devel/libsmi/pkg/COMMENT new file mode 100644 index 00000000000..2022116d61e --- /dev/null +++ b/devel/libsmi/pkg/COMMENT @@ -0,0 +1 @@ +libsmi - A library to access SMI MIB information 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. diff --git a/devel/libsmi/pkg/PLIST b/devel/libsmi/pkg/PLIST new file mode 100644 index 00000000000..9f17e0bab27 --- /dev/null +++ b/devel/libsmi/pkg/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/08 07:59:18 sakamoto Exp $ +bin/smidump +bin/smilint +bin/smiquery +include/smi.h +lib/libsmi.a +lib/libsmi.so.1.1 +man/man1/smidump.1 +man/man1/smilint.1 +man/man1/smiquery.1 +man/man3/libsmi.3 +man/man3/smi_config.3 +man/man3/smi_macro.3 +man/man3/smi_module.3 +man/man3/smi_node.3 +man/man3/smi_type.3 +share/libsmi/mibs/IRTF-NMRG-SMING-EXTENSIONS.sming +share/libsmi/mibs/IRTF-NMRG-SMING-TYPES.sming +share/libsmi/mibs/IRTF-NMRG-SMING.sming +share/libsmi/mibs/RFC-1212 +share/libsmi/mibs/RFC-1213 +share/libsmi/mibs/RFC-1215 +share/libsmi/mibs/RFC1155-SMI +share/libsmi/mibs/RFC1158-MIB +share/libsmi/mibs/RFC1213-MIB +share/libsmi/mibs/RFC1271-MIB +share/libsmi/mibs/SNMPv2-CONF +share/libsmi/mibs/SNMPv2-SMI +share/libsmi/mibs/SNMPv2-TC +@dirrm share/libsmi/mibs +@dirrm share/libsmi |