diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-30 15:57:27 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-30 15:57:27 +0000 |
commit | ba9b7af2e5f01505e32120e74a9748c28d80c55a (patch) | |
tree | 6d59ec2734ed3f43caed5f513d36faecffa1ccda /devel/vtcl | |
parent | 47b345c20fa692408801402b0ba305959302c574 (diff) | |
download | ports-ba9b7af2e5f01505e32120e74a9748c28d80c55a.tar.gz ports-ba9b7af2e5f01505e32120e74a9748c28d80c55a.zip |
Notes
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 39 | ||||
-rw-r--r-- | devel/vtcl/distinfo | 1 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 13 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 19 | ||||
-rw-r--r-- | devel/vtcl/pkg-comment | 1 | ||||
-rw-r--r-- | devel/vtcl/pkg-descr | 8 | ||||
-rw-r--r-- | devel/vtcl/pkg-plist | 97 |
7 files changed, 178 insertions, 0 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile new file mode 100644 index 000000000000..8f65d527698b --- /dev/null +++ b/devel/vtcl/Makefile @@ -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> diff --git a/devel/vtcl/distinfo b/devel/vtcl/distinfo new file mode 100644 index 000000000000..8e2fefae40a7 --- /dev/null +++ b/devel/vtcl/distinfo @@ -0,0 +1 @@ +MD5 (vt-1.09.tar.gz) = dc154f7f2a5317474dcf68a19e8569c3 diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa new file mode 100644 index 000000000000..7f991827d8dd --- /dev/null +++ b/devel/vtcl/files/patch-aa @@ -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 + + ############################################################################## + # diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab new file mode 100644 index 000000000000..57df9194090d --- /dev/null +++ b/devel/vtcl/files/patch-ab @@ -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 diff --git a/devel/vtcl/pkg-comment b/devel/vtcl/pkg-comment new file mode 100644 index 000000000000..e464c5b1224c --- /dev/null +++ b/devel/vtcl/pkg-comment @@ -0,0 +1 @@ +An Application Development Environment For the TCL/TK language. diff --git a/devel/vtcl/pkg-descr b/devel/vtcl/pkg-descr new file mode 100644 index 000000000000..2eea3ff83958 --- /dev/null +++ b/devel/vtcl/pkg-descr @@ -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 diff --git a/devel/vtcl/pkg-plist b/devel/vtcl/pkg-plist new file mode 100644 index 000000000000..4fe1a36dab59 --- /dev/null +++ b/devel/vtcl/pkg-plist @@ -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 |