pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ucd-snmp Remove ucd-snmp package, which is outdate...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00b81b274df5
branches: trunk
changeset: 471620:00b81b274df5
user: cube <cube%pkgsrc.org@localhost>
date: Mon Mar 29 16:30:23 2004 +0000
description:
Remove ucd-snmp package, which is outdated, insecure, and now unused in
pkgsrc since gkrellm1-snmp conversion to net-snmp.
diffstat:
net/ucd-snmp/DESCR | 16 -
net/ucd-snmp/Makefile | 100 --------
net/ucd-snmp/PLIST | 226 ------------------
net/ucd-snmp/buildlink2.mk | 23 -
net/ucd-snmp/distinfo | 12 -
net/ucd-snmp/files/disklabel.h | 493 ----------------------------------------
net/ucd-snmp/files/snmpd.sh | 26 --
net/ucd-snmp/files/snmptrapd.sh | 25 --
net/ucd-snmp/patches/patch-aa | 158 ------------
net/ucd-snmp/patches/patch-ab | 31 --
net/ucd-snmp/patches/patch-ac | 17 -
net/ucd-snmp/patches/patch-ad | 13 -
net/ucd-snmp/patches/patch-af | 49 ---
net/ucd-snmp/patches/patch-ag | 16 -
net/ucd-snmp/patches/patch-ah | 342 ---------------------------
net/ucd-snmp/patches/patch-ai | 14 -
16 files changed, 0 insertions(+), 1561 deletions(-)
diffs (truncated from 1625 to 300 lines):
diff -r 3b72359a86f9 -r 00b81b274df5 net/ucd-snmp/DESCR
--- a/net/ucd-snmp/DESCR Mon Mar 29 16:27:30 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-This is UCD SNMP, a derivative of CMU's SNMP package.
-
-This package contains a port and modified code of the CMU 2.1.2.1
-snmp agent. It has been modified to allow extensibility quickly
-and easily. It is far from the best and most configurable systems;
-but hey: its free.
-
-We use this agent here to monitor known system problems before they
-take the machine over. The agent can be easily configured to
-monitor the number of a given process running, run external scripts
-to check and report functional status. Examples: mountd(s) under
-Ultrix 4.3 which tend to fork themselves crazy and eventually fill
-up the process table; On our hp700s, "amd" sometimes stops working,
-HP VUE hangs and fails to start X, etc.
-
-This package is being phased out, please use net-snmp instead.
diff -r 3b72359a86f9 -r 00b81b274df5 net/ucd-snmp/Makefile
--- a/net/ucd-snmp/Makefile Mon Mar 29 16:27:30 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,100 +0,0 @@
-# $NetBSD: Makefile,v 1.55 2004/03/26 02:27:50 wiz Exp $
-
-DISTNAME= ucd-snmp-4.2.4
-PKGREVISION= 4
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
- ftp://ucd-snmp.ucdavis.edu/ \
- ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
- ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.net-snmp.org/
-COMMENT= Extensible SNMP implementation
-
-CONFLICTS+= net-snmp-[0-9]*
-
-BUILD_DEFS+= USE_INET6
-
-USE_BUILDLINK2= # defined
-USE_PERL5= build
-USE_LIBTOOL= yes
-USE_PKGINSTALL= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-defaults
-CONFIGURE_ARGS+= --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
-CONFIGURE_ARGS+= --with-logfile="/var/log/snmpd"
-CONFIGURE_ARGS+= --with-mib-modules="smux host"
-#
-# NOTE: if you do not allow dummy values some tools such as
-# scotty/tkined may ignore results when they shouldn't.
-#
-CONFIGURE_ARGS+= --with-dummy-values
-#
-# NOTE: without this the default is USER@DOMAINNAME of the package builder
-#
-CONFIGURE_ARGS+= --with-sys-contact="default_user@contact.domain"
-CONFIGURE_ARGS+= --with-sys-location="defaultlocation"
-CONFIGURE_ARGS+= --enable-shared
-.if defined(USE_INET6) && ${USE_INET6} == "YES"
-CONFIGURE_ARGS+=--enable-ipv6
-.else
-CONFIGURE_ARGS+=--disable-ipv6
-.endif
-
-# This might make it easier to use scotty's MIBs and local MIBs.
-CONFIGURE_ARGS+= --with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2.1.10/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs"
-
-.if (${OPSYS} == "NetBSD")
-CFLAGS+= -Dnetbsd1
-.endif
-
-RCD_SCRIPTS= snmpd snmptrapd
-
-PKG_SYSCONFSUBDIR= snmp
-EGDIR= ${PREFIX}/share/examples/ucd-snmp
-
-# Deal with libwrap bogosity by providing these variables to programs which
-# do not supply them.
-#
-post-extract:
- @${ECHO} 'int allow_severity, deny_severity;' \
- > ${WRKSRC}/snmplib/libwrap.c
- @${LN} ${WRKSRC}/s/netbsd.h ${WRKSRC}/s/netbsdelf.h
-
-pre-configure:
-.if (${OPSYS} == NetBSD)
- if [ -f /usr/include/uvm/uvm_param.h ]; then \
- cd ${BUILDLINK_DIR}/include; \
- ${MKDIR} vm; \
- ${LN} -s /usr/include/uvm/uvm_param.h vm/vm_param.h; \
- fi
-. if (${LOWER_ARCH} == i386 && ${OS_VERSION:M1.5.[123]*} != "")
- ${MKDIR} ${BUILDLINK_DIR}/include/sys
- ${LN} -s ${FILESDIR}/disklabel.h ${BUILDLINK_DIR}/include/sys
-. endif
-.endif
-#
-# Adapt for the fact that the default I've seen of ac_max_sed_cmds=90
-# will not work w/ built-in sed on Solaris.
-#
-.if ${OPSYS} == SunOS
- cd ${WRKSRC}; \
- ${SED} 's/ac_max_sed_cmds=[0-9][0-9]*/ac_max_sed_cmds=10/' \
- ${CONFIGURE_SCRIPT} > ${CONFIGURE_SCRIPT}.fixed; \
- ${MV} -f ${CONFIGURE_SCRIPT}.orig ${CONFIGURE_SCRIPT}
-.endif
-
-post-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/EXAMPLE.conf ${EGDIR}
- ${INSTALL_DATA_DIR} ${PREFIX}/lib/snmp/dlmod
-
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-.include "../../security/tcp_wrappers/buildlink2.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 3b72359a86f9 -r 00b81b274df5 net/ucd-snmp/PLIST
--- a/net/ucd-snmp/PLIST Mon Mar 29 16:27:30 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,226 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2002/08/25 18:39:39 jlam Exp $
-bin/encode_keychange
-bin/mib2c
-bin/snmpbulkget
-bin/snmpbulkwalk
-bin/snmpcheck
-bin/snmpconf
-bin/snmpdelta
-bin/snmpdf
-bin/snmpget
-bin/snmpgetnext
-bin/snmpinform
-bin/snmpnetstat
-bin/snmpset
-bin/snmpstatus
-bin/snmptable
-bin/snmptest
-bin/snmptranslate
-bin/snmptrap
-bin/snmpusm
-bin/snmpvacm
-bin/snmpwalk
-bin/tkmib
-etc/rc.d/snmpd
-etc/rc.d/snmptrapd
-include/ucd-snmp/agent_index.h
-include/ucd-snmp/agent_read_config.h
-include/ucd-snmp/agent_registry.h
-include/ucd-snmp/agent_trap.h
-include/ucd-snmp/asn1.h
-include/ucd-snmp/auto_nlist.h
-include/ucd-snmp/callback.h
-include/ucd-snmp/default_store.h
-include/ucd-snmp/ds_agent.h
-include/ucd-snmp/header_complex.h
-include/ucd-snmp/int64.h
-include/ucd-snmp/keytools.h
-include/ucd-snmp/mib.h
-include/ucd-snmp/mib_module_config.h
-include/ucd-snmp/mibincl.h
-include/ucd-snmp/parse.h
-include/ucd-snmp/read_config.h
-include/ucd-snmp/scapi.h
-include/ucd-snmp/snmp-tc.h
-include/ucd-snmp/snmp.h
-include/ucd-snmp/snmp_agent.h
-include/ucd-snmp/snmp_alarm.h
-include/ucd-snmp/snmp_api.h
-include/ucd-snmp/snmp_client.h
-include/ucd-snmp/snmp_debug.h
-include/ucd-snmp/snmp_impl.h
-include/ucd-snmp/snmp_logging.h
-include/ucd-snmp/snmp_parse_args.h
-include/ucd-snmp/snmp_vars.h
-include/ucd-snmp/snmpusm.h
-include/ucd-snmp/snmpv3.h
-include/ucd-snmp/struct.h
-include/ucd-snmp/system.h
-include/ucd-snmp/tools.h
-include/ucd-snmp/transform_oids.h
-include/ucd-snmp/ucd-snmp-agent-includes.h
-include/ucd-snmp/ucd-snmp-config.h
-include/ucd-snmp/ucd-snmp-includes.h
-include/ucd-snmp/util_funcs.h
-include/ucd-snmp/var_struct.h
-include/ucd-snmp/version.h
-lib/libsnmp.a
-lib/libsnmp.la
-lib/libsnmp.so
-lib/libsnmp-0.4.2.4.so
-lib/libucdagent.a
-lib/libucdagent.la
-lib/libucdagent.so
-lib/libucdagent-0.4.2.4.so
-lib/libucdmibs.a
-lib/libucdmibs.la
-lib/libucdmibs.so
-lib/libucdmibs-0.4.2.4.so
-man/man1/snmpbulkget.1
-man/man1/snmpbulkwalk.1
-man/man1/snmpcmd.1
-man/man1/snmpconf.1
-man/man1/snmpd.1
-man/man1/snmpdelta.1
-man/man1/snmpdf.1
-man/man1/snmpget.1
-man/man1/snmpgetnext.1
-man/man1/snmpinform.1
-man/man1/snmpnetstat.1
-man/man1/snmpset.1
-man/man1/snmpstatus.1
-man/man1/snmptable.1
-man/man1/snmptest.1
-man/man1/snmptranslate.1
-man/man1/snmptrap.1
-man/man1/snmpusm.1
-man/man1/snmpwalk.1
-man/man3/add_mibdir.3
-man/man3/add_module_replacement.3
-man/man3/default_store.3
-man/man3/get_module_node.3
-man/man3/init_mib.3
-man/man3/init_mib_internals.3
-man/man3/mib_api.3
-man/man3/print_description.3
-man/man3/print_mib.3
-man/man3/print_objid.3
-man/man3/print_value.3
-man/man3/print_variable.3
-man/man3/read_all_mibs.3
-man/man3/read_config.3
-man/man3/read_mib.3
-man/man3/read_module.3
-man/man3/read_module_node.3
-man/man3/read_objid.3
-man/man3/shutdown_mib.3
-man/man3/snmp_agent_api.3
-man/man3/snmp_alarm.3
-man/man3/snmp_api.3
-man/man3/snmp_api_errstring.3
-man/man3/snmp_close.3
-man/man3/snmp_error.3
-man/man3/snmp_free_pdu.3
-man/man3/snmp_open.3
-man/man3/snmp_perror.3
-man/man3/snmp_read.3
-man/man3/snmp_select_info.3
-man/man3/snmp_send.3
-man/man3/snmp_sess_api.3
-man/man3/snmp_sess_async_send.3
-man/man3/snmp_sess_close.3
-man/man3/snmp_sess_error.3
-man/man3/snmp_sess_init.3
-man/man3/snmp_sess_open.3
-man/man3/snmp_sess_perror.3
-man/man3/snmp_sess_read.3
-man/man3/snmp_sess_select_info.3
-man/man3/snmp_sess_send.3
-man/man3/snmp_sess_session.3
-man/man3/snmp_sess_timeout.3
-man/man3/snmp_set_mib_warnings.3
-man/man3/snmp_set_save_descriptions.3
-man/man3/snmp_timeout.3
-man/man3/snmp_trap_api.3
-man/man5/snmp.conf.5
-man/man5/snmp_config.5
-man/man5/snmpd.conf.5
-man/man5/snmptrapd.conf.5
-man/man5/variables.5
-man/man8/snmptrapd.8
-sbin/snmpd
-sbin/snmptrapd
-share/examples/ucd-snmp/EXAMPLE.conf
-share/snmp/mib2c.conf
-share/snmp/mib2c.storage.conf
-share/snmp/mib2c.vartypes.conf
-share/snmp/mibs/AGENTX-MIB.txt
-share/snmp/mibs/DISMAN-SCRIPT-MIB.txt
-share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt
-share/snmp/mibs/EtherLike-MIB.txt
-share/snmp/mibs/HCNUM-TC.txt
-share/snmp/mibs/HOST-RESOURCES-MIB.txt
-share/snmp/mibs/HOST-RESOURCES-TYPES.txt
-share/snmp/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
-share/snmp/mibs/IANA-LANGUAGE-MIB.txt
-share/snmp/mibs/IANAifType-MIB.txt
-share/snmp/mibs/IF-INVERTED-STACK-MIB.txt
-share/snmp/mibs/IF-MIB.txt
-share/snmp/mibs/INET-ADDRESS-MIB.txt
-share/snmp/mibs/IP-MIB.txt
-share/snmp/mibs/IP-FORWARD-MIB.txt
-share/snmp/mibs/IPV6-ICMP-MIB.txt
Home |
Main Index |
Thread Index |
Old Index