33f597505f
Tnm changes since 2.1.10: 15/6/01 (bug fix) Fixed a buffer overrun in ntping. This is actually the reason to make this bugfix release public. 2/11/99 (bug fix) Make sure that remaining job times do not increase if the system clock moves backwards. 17/5/99 (bug fix) Make sure that commands bound to a recv event are always evaluated. 6/4/99 (bug fix) Fixed a Y2K bug in tnmHttp.c (thanks to bkozuma@aol.com for finding this problem). 23/3/99 (bug fix) Accept derived types (e.g. DisplayString) in a varbind list. 9/3/99 (bug fix) Fixed bugs in straps.c which could cause security problems due to buffer overruns or signed/unsigned conversion. 8/3/99 (new feature) Added the global tnm(cache) variable which points to a directory where Tnm saves frozen MIB files. The default value for tnm(cache) is compatible with previous 2.1.X releases. Tkined changes since 1.4.10: 21/4/99 (bug fix) The size of the canvas is now independent from the resolution of the display. Further, PostScript dumps should now fit on the selected page size.
35 lines
903 B
Makefile
35 lines
903 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/11/25 17:53:20 jwise Exp $
|
|
#
|
|
|
|
DISTNAME= scotty-2.1.11
|
|
PKGNAME= tcl-scotty-2.1.11
|
|
CATEGORIES= net tcl tk
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/
|
|
COMMENT= network management extensions to TCL
|
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
|
|
--enable-gdmo --without-tk-config
|
|
CONFIGURE_ENV+= TARGET=scotty
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/../doc/http.n
|
|
@${RM} -f ${WRKSRC}/../doc/tkined.1
|
|
|
|
do-install:
|
|
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
|
|
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tnm-install install-man sinstall
|
|
|
|
post-install:
|
|
cd ${PREFIX}/bin && ${LN} -f -s scotty2.1.10 scotty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|