From c3e08f007c93145ec0e3aeede2e5155102d0b0ca Mon Sep 17 00:00:00 2001 From: jwise Date: Tue, 29 Aug 2000 19:55:05 +0000 Subject: Update stooop to version 4.1.1 and adapt to tcl-8.3.2 --- devel/stooop/Makefile | 23 +++++++++++++---------- devel/stooop/files/md5 | 4 ++-- devel/stooop/pkg/DESCR | 2 +- devel/stooop/pkg/PLIST | 12 +++++++----- 4 files changed, 23 insertions(+), 18 deletions(-) (limited to 'devel') diff --git a/devel/stooop/Makefile b/devel/stooop/Makefile index 13d4899b851..5917947e2b6 100644 --- a/devel/stooop/Makefile +++ b/devel/stooop/Makefile @@ -1,22 +1,25 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 22:14:08 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/29 19:55:05 jwise Exp $ -DISTNAME= stooop-3.7 -CATEGORIES= x11 tcl80 -MASTER_SITES= http://www.multimania.com/jfontain/ +DISTNAME= stooop-4.1.1 +CATEGORIES= x11 tcl +MASTER_SITES= http://jfontain.free.fr/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.mygale.org/~jfontain/ +HOMEPAGE= http://jfontain.free.fr/ -DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tcl-8.3.2:../../lang/tcl NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes do-install: - @${MKDIR} ${PREFIX}/lib/stooop - ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/stooop - ${INSTALL_DATA} ${WRKSRC}/stooop.tcl ${PREFIX}/lib/stooop - ${INSTALL_DATA} ${WRKSRC}/switched.tcl ${PREFIX}/lib/stooop + ${MKDIR} ${PREFIX}/lib/tcl/stooop + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/stooop + ${INSTALL_DATA} ${WRKSRC}/stooop.tcl ${PREFIX}/lib/tcl/stooop + ${INSTALL_DATA} ${WRKSRC}/switched.tcl ${PREFIX}/lib/tcl/stooop + ${MKDIR} ${PREFIX}/share/doc/tcl/stooop + ${INSTALL_DATA} ${WRKSRC}/stooop.htm ${PREFIX}/share/doc/tcl/stooop + ${INSTALL_DATA} ${WRKSRC}/switched.htm ${PREFIX}/share/doc/tcl/stooop .include "../../mk/bsd.pkg.mk" diff --git a/devel/stooop/files/md5 b/devel/stooop/files/md5 index 33e8c613e93..dadce24abcb 100644 --- a/devel/stooop/files/md5 +++ b/devel/stooop/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/07 22:14:08 tron Exp $ +$NetBSD: md5,v 1.2 2000/08/29 19:55:06 jwise Exp $ -MD5 (stooop-3.7.tar.gz) = 9cd98cf803a9ecc1ac0cb6f239503f80 +MD5 (stooop-4.1.1.tar.gz) = 7cf39e16fbce50f9f092c73d39924225 diff --git a/devel/stooop/pkg/DESCR b/devel/stooop/pkg/DESCR index 9aa6e1d0ca1..d54318dbc93 100644 --- a/devel/stooop/pkg/DESCR +++ b/devel/stooop/pkg/DESCR @@ -9,5 +9,5 @@ copy, runtime type identification, optional runtime procedure and data access checking as well as tracing. As stooop is entirely written in Tcl, it will run on all Tcl supported -platforms, including Windows and the Mac Intosh, if you have Tcl +platforms, including Windows and the Macintosh, if you have Tcl version 8.0 or 8.1. diff --git a/devel/stooop/pkg/PLIST b/devel/stooop/pkg/PLIST index 9def4fdd784..33a66c77af6 100644 --- a/devel/stooop/pkg/PLIST +++ b/devel/stooop/pkg/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/07 22:14:08 tron Exp $ -lib/stooop/pkgIndex.tcl -lib/stooop/stooop.tcl -lib/stooop/switched.tcl -@dirrm lib/stooop +@comment $NetBSD: PLIST,v 1.2 2000/08/29 19:55:06 jwise Exp $ +lib/tcl/stooop/pkgIndex.tcl +lib/tcl/stooop/stooop.tcl +lib/tcl/stooop/switched.tcl +share/doc/tcl/stooop/stooop.htm +share/doc/tcl/stooop/switched.htm +@dirrm lib/tcl/stooop -- cgit v1.2.3