Path to this page:
./
net/net-snmp,
Extensible SNMP implementation
Branch: pkgsrc-2011Q3,
Version: 5.6.1.1nb1,
Package name: net-snmp-5.6.1.1nb1,
Maintainer: adamNet-SNMP contains various tools relating to the Simple Network Management
Protocol including:
* an extensible agent
* an SNMP library
* tools to request or set information from SNMP agents
* tools to generate and handle SNMP traps
* a version of the unix 'netstat' command using SNMP
This package is originally based on the Carnegie Mellon University
SNMP implementation (version 2.1.2.1), but has developed significantly
since then.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $
# The config files could possibly be in either ${PKG_PREFIX}/share/snmp
# of in ${PKG_SYSCONFDIR}.
#
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmptrapd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmptrapd.conf"
case ${STAGE} in
DEINSTALL)
${RM} -f ${PKG_PREFIX}/share/snmp/mibs/.index
;;
esac
Required to run:[
lang/perl5] [
pkgtools/osabi]
Required to build:[
lang/perl5] [
devel/libtool-base]
Package options: inet6, perl
Master sites:
SHA1: ec88ba3e0dff4d1b3d342ccebb48ea84c9fa6fa9
RMD160: 9a4a83f7fe9431a0694b5fee33866ccea80fcab4
Filesize: 5798.124 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version net-snmp-5.6.1.1nb1 (created)
CVS history: (Expand)
2011-10-18 23:37:43 by Steven Drake | Files touched by this commit (2) |
Log message:
Pullup ticket #3565 - requested by obache
net/net-snmp build fix
Revisions pulled up:
- net/net-snmp/distinfo 1.63
- net/net-snmp/patches/patch-ao 1.3
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Oct 16 09:30:40 UTC 2011
Modified Files:
pkgsrc/net/net-snmp: distinfo
pkgsrc/net/net-snmp/patches: patch-ao
Log message:
Fixes build on DragonFly BSD (missing IFM_TOKEN).
Based on PR pkg/45474 by Samuel J. Greear.
|