From 9de9141d5d4c93878140118ac70891623769314a Mon Sep 17 00:00:00 2001 From: vanilla Date: Sat, 14 Oct 2000 15:23:00 +0000 Subject: 1) Use MASTER_SITE_TCLTK for tk80 and tk82. 2) Fix a typo of pkg/DESCR for tk83. 3) Add/Change WWW: comments for three brothers. PR: ports/20079 Submitted by: OKAZAKI Tetsurou --- x11-toolkits/tk80/Makefile | 3 ++- x11-toolkits/tk80/pkg-descr | 2 ++ x11-toolkits/tk82/Makefile | 3 ++- x11-toolkits/tk82/pkg-descr | 2 ++ x11-toolkits/tk83/pkg-descr | 4 +++- x11-toolkits/tk84/pkg-descr | 4 +++- 6 files changed, 14 insertions(+), 4 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 11d95af30572..754c0c82c3c5 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -8,7 +8,8 @@ PORTNAME= tk PORTVERSION= 8.0.5 CATEGORIES= x11-toolkits tk80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_0 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= cwt@Freebsd.ORG diff --git a/x11-toolkits/tk80/pkg-descr b/x11-toolkits/tk80/pkg-descr index afdf6fe9e2f1..316d746e6d00 100644 --- a/x11-toolkits/tk80/pkg-descr +++ b/x11-toolkits/tk80/pkg-descr @@ -7,3 +7,5 @@ Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. A full set of manual pages is also provided with this package. NOTE: This kit requires a Tcl8.0 binary kit. + +WWW: http://dev.scriptics.com/software/tcltk/8.0.html diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 93513aa2077c..e071ace2274c 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -8,7 +8,8 @@ PORTNAME= tk PORTVERSION= 8.2.3 CATEGORIES= x11-toolkits tk82 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jseger@FreeBSD.org diff --git a/x11-toolkits/tk82/pkg-descr b/x11-toolkits/tk82/pkg-descr index bf3fa2ce32b2..62e420207d83 100644 --- a/x11-toolkits/tk82/pkg-descr +++ b/x11-toolkits/tk82/pkg-descr @@ -2,3 +2,5 @@ This is Tk version 8.2, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. + +WWW: http://dev.scriptics.com/software/tcltk/8.2.html diff --git a/x11-toolkits/tk83/pkg-descr b/x11-toolkits/tk83/pkg-descr index bf3fa2ce32b2..db7796ceca60 100644 --- a/x11-toolkits/tk83/pkg-descr +++ b/x11-toolkits/tk83/pkg-descr @@ -1,4 +1,6 @@ -This is Tk version 8.2, a GUI toolkit for Tcl. +This is Tk version 8.3, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. + +WWW: http://dev.scriptics.com/software/tcltk/8.3.html diff --git a/x11-toolkits/tk84/pkg-descr b/x11-toolkits/tk84/pkg-descr index bf3fa2ce32b2..db7796ceca60 100644 --- a/x11-toolkits/tk84/pkg-descr +++ b/x11-toolkits/tk84/pkg-descr @@ -1,4 +1,6 @@ -This is Tk version 8.2, a GUI toolkit for Tcl. +This is Tk version 8.3, a GUI toolkit for Tcl. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. + +WWW: http://dev.scriptics.com/software/tcltk/8.3.html -- cgit