Visual TCL, version 1.09 (amended from submitted PR).
PR: 3711 Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
This commit is contained in:
parent
47b345c20f
commit
ba9b7af2e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6630
39
devel/vtcl/Makefile
Normal file
39
devel/vtcl/Makefile
Normal file
@ -0,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}/lib/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>
|
1
devel/vtcl/distinfo
Normal file
1
devel/vtcl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (vt-1.09.tar.gz) = dc154f7f2a5317474dcf68a19e8569c3
|
13
devel/vtcl/files/patch-aa
Normal file
13
devel/vtcl/files/patch-aa
Normal file
@ -0,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
|
||||
|
||||
##############################################################################
|
||||
#
|
19
devel/vtcl/files/patch-ab
Normal file
19
devel/vtcl/files/patch-ab
Normal file
@ -0,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/vtcl
|
||||
|
||||
export PATH_TO_WISH
|
||||
export VTCL_HOME
|
1
devel/vtcl/pkg-comment
Normal file
1
devel/vtcl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Application Development Environment For the TCL/TK language.
|
8
devel/vtcl/pkg-descr
Normal file
8
devel/vtcl/pkg-descr
Normal file
@ -0,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
|
97
devel/vtcl/pkg-plist
Normal file
97
devel/vtcl/pkg-plist
Normal file
@ -0,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
|
Loading…
Reference in New Issue
Block a user