mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Upgrade to 1.10.
PR: 3767 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> (some mods by me)
This commit is contained in:
parent
86ffba25d4
commit
2252a07f7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6697
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: vtcl
|
||||
# Version required: 1.09
|
||||
# Version required: 1.10
|
||||
# Date Created: 29 May 1997
|
||||
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1997/06/03 05:34:59 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vt-1.09
|
||||
PKGNAME= vtcl-1.09
|
||||
DISTNAME= vt-1.10
|
||||
PKGNAME= vtcl-1.10
|
||||
CATEGORIES= devel x11 tk42
|
||||
MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \
|
||||
ftp://ftp.neuron.com/pub/
|
||||
@ -22,17 +22,19 @@ NO_BUILD= yes
|
||||
do-install:
|
||||
@ ${MKDIR} ${PREFIX}/lib/vtcl/images
|
||||
@ ${MKDIR} ${PREFIX}/lib/vtcl/lib
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/vtcl
|
||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/vtcl
|
||||
|
||||
.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
|
||||
.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_tixFileEntry.gif icon_tixLabelEntry.gif icon_tixLabelFrame.gif icon_tixMeter.gif icon_tixNoteBook.gif icon_tixOptionMenu.gif icon_tixPanedWindow.gif icon_tixScrolledHList.gif icon_tixScrolledListBox.gif icon_tixSelect.gif icon_tixTree.gif icon_tix_unknown.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 unknown.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
|
||||
.for lib in about.tcl attrbar.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 globals.tcl handle.tcl help.tcl input.tcl lib_core.tcl lib_tix.tcl misc.tcl name.tcl prefs.tcl proc.tcl propmgr.tcl remove.sh replace.sh tabpanel.tcl tclet.tcl toolbar.tcl tops.tcl tree.tcl var.tcl vtclib.tcl widget.tcl
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${PREFIX}/lib/vtcl/lib
|
||||
.endfor
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vt-1.09.tar.gz) = dc154f7f2a5317474dcf68a19e8569c3
|
||||
MD5 (vt-1.10.tar.gz) = 361287fdfa098f41811c146216c78f1d
|
||||
|
@ -1,13 +1,7 @@
|
||||
*** vt.tcl.orig Thu May 29 23:18:11 1997
|
||||
--- vt.tcl Thu May 29 23:18:30 1997
|
||||
*** vt.tcl.orig Tue Jun 3 15:28:43 1997
|
||||
--- vt.tcl Tue Jun 3 15:28:58 1997
|
||||
***************
|
||||
*** 1,4 ****
|
||||
*** 1,1 ****
|
||||
! #!/usr/bin/wish -f
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
--- 1,4 ----
|
||||
--- 1,1 ----
|
||||
! #!/usr/local/bin/wish4.2 -f
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
|
@ -41,8 +41,18 @@ 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_tixFileEntry.gif
|
||||
lib/vtcl/images/icon_tixLabelEntry.gif
|
||||
lib/vtcl/images/icon_tixLabelFrame.gif
|
||||
lib/vtcl/images/icon_tixMeter.gif
|
||||
lib/vtcl/images/icon_tixNoteBook.gif
|
||||
lib/vtcl/images/icon_tixOptionMenu.gif
|
||||
lib/vtcl/images/icon_tixPanedWindow.gif
|
||||
lib/vtcl/images/icon_tixScrolledHList.gif
|
||||
lib/vtcl/images/icon_tixScrolledListBox.gif
|
||||
lib/vtcl/images/icon_tixSelect.gif
|
||||
lib/vtcl/images/icon_tixTree.gif
|
||||
lib/vtcl/images/icon_tix_unknown.gif
|
||||
lib/vtcl/images/icon_toplevel.gif
|
||||
lib/vtcl/images/justify.gif
|
||||
lib/vtcl/images/mgr_grid.gif
|
||||
@ -56,9 +66,9 @@ lib/vtcl/images/rel_ridge.gif
|
||||
lib/vtcl/images/rel_sunken.gif
|
||||
lib/vtcl/images/relief.gif
|
||||
lib/vtcl/images/title.gif
|
||||
lib/vtcl/images/unknown.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
|
||||
@ -71,27 +81,29 @@ 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/propmgr.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
|
||||
share/doc/vtcl/tutorial.txt
|
||||
@dirrm lib/vtcl/images
|
||||
@dirrm lib/vtcl/lib
|
||||
@dirrm lib/vtcl
|
||||
@dirrm share/doc/vtcl
|
||||
|
Loading…
x
Reference in New Issue
Block a user