Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 1997 01:49:14 +0800 (CST)
From:      vanilla@Minje.Com.TW
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/3711: Visual tcl ports 
Message-ID:  <199705291749.BAA15239@Minje.Com.TW>
Resent-Message-ID: <199705291800.LAA28665@hub.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `no-critical' for the field `>Severity:'.
	It was set to the default value of `serious'.


>Number:         3711
>Category:       ports
>Synopsis:       Visual tcl ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 11:00:01 PDT 1997
>Last-Modified:
>Originator:     Vanill Ice
>Organization:
Cray running FreeBSD
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:


>Description:

	Visual tcl 1.09 ports (current)

>How-To-Repeat:


>Fix:
	
diff -bcrNp vtcl.orig/Makefile vtcl/Makefile
*** vtcl.orig/Makefile	Thu Jan  1 08:00:00 1970
--- vtcl/Makefile	Fri May 30 01:43:39 1997
***************
*** 0 ****
--- 1,39 ----
+ # New ports collection makefile for:	vtcl
+ # Version required:	1.09
+ # Date Created:		29 May 1997
+ # Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
+ #
+ # $id$
+ #
+ 
+ DISTNAME=	vt-1.09
+ PKGNAME=	vtcl-1.09
+ CATEGORIES=	devel x11 tk42
+ MASTER_SITES=	http://www.neuron.com/stewart/vtcl/dload/ \
+ 		ftp://ftp.neuron.com/pub/
+ WRKSRC=		${WRKDIR}/vtcl
+ BUILD_DEPENDS=	wish4.2:${PORTSDIR}/x11/tk42
+ 
+ MAINTAINER=	vanilla@MinJe.com.TW
+ 
+ do-build:
+ 
+ do-install:
+ 	@ ${MKDIR} ${PREFIX}/lib/vtcl/images
+ 	@ ${MKDIR} ${PREFIX}/lib/vtcl/lib
+ 	@ ${MKDIR} ${PREFIX}/share/vtcl/images
+ 	@ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin
+ 
+ .for data in ANNOUNCE CHANGES LICENSE README TODO vt.tcl
+ 	@ ${INSTALL_DATA} ${WRKSRC}/${data} ${PREFIX}/vtcl
+ .endfor
+ 
+ .for image in anchor.gif anchor_c.ppm anchor_e.ppm anchor_n.ppm anchor_ne.ppm anchor_nw.ppm anchor_s.ppm anchor_se.ppm anchor_sw.ppm anchor_w.ppm bg.gif border.gif curse.xbm down.xbm ellipses.gif fg.gif fontbase.gif fontsize.gif fontstyle.gif icon_button.gif icon_canvas.gif icon_checkbutton.gif icon_entry.gif icon_frame.gif icon_label.gif icon_listbox.gif icon_menu.gif icon_menubutton.gif icon_message.gif icon_radiobutton.gif icon_scale_h.gif icon_scale_v.gif icon_scrollbar_h.gif icon_scrollbar_v.gif icon_text.gif icon_tixComboBox.gif icon_tixLabelFrame.gif icon_tixNoteBook.gif icon_toplevel.gif justify.gif mgr_grid.gif mgr_pack.gif mgr_place.gif mini-vtcl.xpm ofg.gif rel_groove.gif rel_raised.gif rel_ridge.gif rel_sunken.gif relief.gif title.gif
+ 	@ ${INSTALL_DATA} ${WRKSRC}/images/${image} ${PREFIX}/lib/vtcl/images
+ .endfor
+ 
+ .for lib in about.tcl attrbar.tcl attredit.tcl balloon.tcl bind.tcl color.tcl command.tcl compound.tcl compounds.tcl console.tcl do.tcl dragsize.tcl dump.tcl edit.tcl file.tcl filedlg.tcl globals.tcl handle.tcl help.tcl input.tcl lib_core.tcl lib_tix.tcl mgrs.tcl misc.tcl name.tcl prefs.tcl proc.tcl remove.sh replace.sh status.tcl tabpanel.tcl tclet.tcl tmp.tmp toolbar.tcl tops.tcl tree.tcl var.tcl vtclib.tcl widget.tcl
+ 	@ ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${PREFIX}/lib/vtcl/lib
+ .endfor
+ 
+ .include <bsd.port.mk>
diff -bcrNp vtcl.orig/files/md5 vtcl/files/md5
*** vtcl.orig/files/md5	Thu Jan  1 08:00:00 1970
--- vtcl/files/md5	Thu May 29 23:17:22 1997
***************
*** 0 ****
--- 1 ----
+ MD5 (vt-1.09.tar.gz) = dc154f7f2a5317474dcf68a19e8569c3
diff -bcrNp vtcl.orig/patches/patch-aa vtcl/patches/patch-aa
*** vtcl.orig/patches/patch-aa	Thu Jan  1 08:00:00 1970
--- vtcl/patches/patch-aa	Thu May 29 23:18:41 1997
***************
*** 0 ****
--- 1,13 ----
+ *** vt.tcl.orig	Thu May 29 23:18:11 1997
+ --- vt.tcl	Thu May 29 23:18:30 1997
+ ***************
+ *** 1,4 ****
+ ! #!/usr/bin/wish -f
+   
+   ##############################################################################
+   #
+ --- 1,4 ----
+ ! #!/usr/local/bin/wish4.2 -f
+   
+   ##############################################################################
+   #
diff -bcrNp vtcl.orig/patches/patch-ab vtcl/patches/patch-ab
*** vtcl.orig/patches/patch-ab	Thu Jan  1 08:00:00 1970
--- vtcl/patches/patch-ab	Thu May 29 23:19:17 1997
***************
*** 0 ****
--- 1,19 ----
+ *** vtcl.orig	Thu May 29 23:18:52 1997
+ --- vtcl	Thu May 29 23:19:08 1997
+ ***************
+ *** 1,7 ****
+   #!/bin/sh
+   
+ ! PATH_TO_WISH=/usr/bin/wish
+ ! VTCL_HOME=/usr/local/vt
+   
+   export PATH_TO_WISH
+   export VTCL_HOME
+ --- 1,7 ----
+   #!/bin/sh
+   
+ ! PATH_TO_WISH=/usr/local/bin/wish4.2
+ ! VTCL_HOME=/usr/local/lib/vt
+   
+   export PATH_TO_WISH
+   export VTCL_HOME
diff -bcrNp vtcl.orig/pkg/COMMENT vtcl/pkg/COMMENT
*** vtcl.orig/pkg/COMMENT	Thu Jan  1 08:00:00 1970
--- vtcl/pkg/COMMENT	Thu May 29 22:26:11 1997
***************
*** 0 ****
--- 1 ----
+ An Application Development Environment For the TCL/TK language.
diff -bcrNp vtcl.orig/pkg/DESCR vtcl/pkg/DESCR
*** vtcl.orig/pkg/DESCR	Thu Jan  1 08:00:00 1970
--- vtcl/pkg/DESCR	Thu May 29 22:30:00 1997
***************
*** 0 ****
--- 1,8 ----
+ Visual Tcl is a freely-available, high-quality application development
+ environment for UNIX, Window$ and Macintosh platforms.
+ 
+ Visual Tcl is written entirely in Tcl/Tk. No extensions.
+ Tcl7.5 and Tk4.1 or later are required.
+ 
+ - Vanilla
+ vanilla@minje.com.tw
diff -bcrNp vtcl.orig/pkg/PLIST vtcl/pkg/PLIST
*** vtcl.orig/pkg/PLIST	Thu Jan  1 08:00:00 1970
--- vtcl/pkg/PLIST	Fri May 30 01:22:19 1997
***************
*** 0 ****
--- 1,97 ----
+ bin/vtcl
+ lib/vtcl/ANNOUNCE
+ lib/vtcl/CHANGES
+ lib/vtcl/LICENSE
+ lib/vtcl/README
+ lib/vtcl/TODO
+ lib/vtcl/vt.tcl
+ lib/vtcl/images/anchor.gif
+ lib/vtcl/images/anchor_c.ppm
+ lib/vtcl/images/anchor_e.ppm
+ lib/vtcl/images/anchor_n.ppm
+ lib/vtcl/images/anchor_ne.ppm
+ lib/vtcl/images/anchor_nw.ppm
+ lib/vtcl/images/anchor_s.ppm
+ lib/vtcl/images/anchor_se.ppm
+ lib/vtcl/images/anchor_sw.ppm
+ lib/vtcl/images/anchor_w.ppm
+ lib/vtcl/images/bg.gif
+ lib/vtcl/images/border.gif
+ lib/vtcl/images/curse.xbm
+ lib/vtcl/images/down.xbm
+ lib/vtcl/images/ellipses.gif
+ lib/vtcl/images/fg.gif
+ lib/vtcl/images/fontbase.gif
+ lib/vtcl/images/fontsize.gif
+ lib/vtcl/images/fontstyle.gif
+ lib/vtcl/images/icon_button.gif
+ lib/vtcl/images/icon_canvas.gif
+ lib/vtcl/images/icon_checkbutton.gif
+ lib/vtcl/images/icon_entry.gif
+ lib/vtcl/images/icon_frame.gif
+ lib/vtcl/images/icon_label.gif
+ lib/vtcl/images/icon_listbox.gif
+ lib/vtcl/images/icon_menu.gif
+ lib/vtcl/images/icon_menubutton.gif
+ lib/vtcl/images/icon_message.gif
+ lib/vtcl/images/icon_radiobutton.gif
+ lib/vtcl/images/icon_scale_h.gif
+ lib/vtcl/images/icon_scale_v.gif
+ lib/vtcl/images/icon_scrollbar_h.gif
+ lib/vtcl/images/icon_scrollbar_v.gif
+ lib/vtcl/images/icon_text.gif
+ lib/vtcl/images/icon_tixComboBox.gif
+ lib/vtcl/images/icon_tixLabelFrame.gif
+ lib/vtcl/images/icon_tixNoteBook.gif
+ lib/vtcl/images/icon_toplevel.gif
+ lib/vtcl/images/justify.gif
+ lib/vtcl/images/mgr_grid.gif
+ lib/vtcl/images/mgr_pack.gif
+ lib/vtcl/images/mgr_place.gif
+ lib/vtcl/images/mini-vtcl.xpm
+ lib/vtcl/images/ofg.gif
+ lib/vtcl/images/rel_groove.gif
+ lib/vtcl/images/rel_raised.gif
+ lib/vtcl/images/rel_ridge.gif
+ lib/vtcl/images/rel_sunken.gif
+ lib/vtcl/images/relief.gif
+ lib/vtcl/images/title.gif
+ lib/vtcl/lib/about.tcl
+ lib/vtcl/lib/attrbar.tcl
+ lib/vtcl/lib/attredit.tcl
+ lib/vtcl/lib/balloon.tcl
+ lib/vtcl/lib/bind.tcl
+ lib/vtcl/lib/color.tcl
+ lib/vtcl/lib/command.tcl
+ lib/vtcl/lib/compound.tcl
+ lib/vtcl/lib/compounds.tcl
+ lib/vtcl/lib/console.tcl
+ lib/vtcl/lib/do.tcl
+ lib/vtcl/lib/dragsize.tcl
+ lib/vtcl/lib/dump.tcl
+ lib/vtcl/lib/edit.tcl
+ lib/vtcl/lib/file.tcl
+ lib/vtcl/lib/filedlg.tcl
+ lib/vtcl/lib/globals.tcl
+ lib/vtcl/lib/handle.tcl
+ lib/vtcl/lib/help.tcl
+ lib/vtcl/lib/input.tcl
+ lib/vtcl/lib/lib_core.tcl
+ lib/vtcl/lib/lib_tix.tcl
+ lib/vtcl/lib/mgrs.tcl
+ lib/vtcl/lib/misc.tcl
+ lib/vtcl/lib/name.tcl
+ lib/vtcl/lib/prefs.tcl
+ lib/vtcl/lib/proc.tcl
+ lib/vtcl/lib/remove.sh
+ lib/vtcl/lib/replace.sh
+ lib/vtcl/lib/status.tcl
+ lib/vtcl/lib/tabpanel.tcl
+ lib/vtcl/lib/tclet.tcl
+ lib/vtcl/lib/tmp.tmp
+ lib/vtcl/lib/toolbar.tcl
+ lib/vtcl/lib/tops.tcl
+ lib/vtcl/lib/tree.tcl
+ lib/vtcl/lib/var.tcl
+ lib/vtcl/lib/vtclib.tcl
+ lib/vtcl/lib/widget.tcl
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705291749.BAA15239>