diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-08 15:20:17 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-08 15:20:17 +0000 |
commit | 4efa548fb142994f8d1c01d5ac72ce1e5057b8e2 (patch) | |
tree | 40068cbef66bd1be87f3d485169cda1345d855c8 /devel/vtcl | |
parent | 81c90fadaa1973c18755f01580b7fba025080887 (diff) | |
download | FreeBSD-ports-4efa548fb142994f8d1c01d5ac72ce1e5057b8e2.zip FreeBSD-ports-4efa548fb142994f8d1c01d5ac72ce1e5057b8e2.tar.gz |
Upgrade to 1.11.1.
Reminded by: fenner's ports checker
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 13 | ||||
-rw-r--r-- | devel/vtcl/distinfo | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 15 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 31 | ||||
-rw-r--r-- | devel/vtcl/pkg-plist | 11 |
5 files changed, 41 insertions, 31 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 4d835dc..39a2385 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: vtcl -# Version required: 1.11 +# Version required: 1.11p1 # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.9 1998/07/27 23:24:12 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/07 23:56:17 asami Exp $ # -DISTNAME= vt-1.11 -PKGNAME= vtcl-1.11 +DISTNAME= current +PKGNAME= vtcl-1.11.1 CATEGORIES= devel tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ @@ -21,6 +21,7 @@ NO_BUILD= yes do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images + @ ${MKDIR} ${PREFIX}/lib/vtcl/images/edit @ ${MKDIR} ${PREFIX}/lib/vtcl/lib @ ${MKDIR} ${PREFIX}/share/doc/vtcl @ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin @@ -34,6 +35,10 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/images/${image} ${PREFIX}/lib/vtcl/images .endfor +.for eimage in copy.gif cut.gif icons.gif new.gif open.gif paste.gif save.gif search.gif srchbak.gif srchfwd.gif + @ ${INSTALL_DATA} ${WRKSRC}/images/edit/${eimage} ${PREFIX}/lib/vtcl/images/edit +.endfor + .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 editor.tcl file.tcl globals.tcl handle.tcl help.tcl input.tcl lib_blt.tcl lib_core.tcl lib_itcl.tcl lib_tix.tcl menu.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 diff --git a/devel/vtcl/distinfo b/devel/vtcl/distinfo index 3e7ba6b..f585e2e 100644 --- a/devel/vtcl/distinfo +++ b/devel/vtcl/distinfo @@ -1 +1 @@ -MD5 (vt-1.11.tar.gz) = 0c630a650872a017aa0568fd9a51ee09 +MD5 (current.tar.gz) = c661b6e082366859ddca0bf2ef3e111f diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index 2de7e44d..24429d8 100644 --- a/devel/vtcl/files/patch-aa +++ b/devel/vtcl/files/patch-aa @@ -1,7 +1,8 @@ -*** vt.tcl.orig Tue Jun 3 15:28:43 1997 ---- vt.tcl Tue Jun 3 15:28:58 1997 -*************** -*** 1,1 **** -! #!/usr/bin/wish -f ---- 1,1 ---- -! #!/usr/local/bin/wish8.0 -f +--- vt.tcl.orig Mon Sep 14 01:52:18 1998 ++++ vt.tcl Thu Oct 8 01:31:27 1998 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish -f ++#!/usr/local/bin/wish8.0 -f + # $Id: vt.tcl,v 1.20 1998/02/02 05:11:27 stewart Exp $ + + ############################################################################## diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index e89be3c..635081d 100644 --- a/devel/vtcl/files/patch-ab +++ b/devel/vtcl/files/patch-ab @@ -1,19 +1,12 @@ -*** 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/wish8.0 -! VTCL_HOME=/usr/local/lib/vtcl - - export PATH_TO_WISH - export VTCL_HOME +--- vtcl.orig Fri Mar 28 11:30:54 1997 ++++ vtcl Thu Oct 8 01:31:27 1998 +@@ -1,7 +1,7 @@ + #!/bin/sh + +-PATH_TO_WISH=/usr/bin/wish +-VTCL_HOME=/usr/local/vt ++PATH_TO_WISH=/usr/local/bin/wish8.0 ++VTCL_HOME=/usr/local/lib/vtcl + + export PATH_TO_WISH + export VTCL_HOME diff --git a/devel/vtcl/pkg-plist b/devel/vtcl/pkg-plist index 8c09321..d399194 100644 --- a/devel/vtcl/pkg-plist +++ b/devel/vtcl/pkg-plist @@ -67,6 +67,16 @@ lib/vtcl/images/rel_sunken.gif lib/vtcl/images/relief.gif lib/vtcl/images/title.gif lib/vtcl/images/unknown.gif +lib/vtcl/images/edit/copy.gif +lib/vtcl/images/edit/cut.gif +lib/vtcl/images/edit/icons.gif +lib/vtcl/images/edit/new.gif +lib/vtcl/images/edit/open.gif +lib/vtcl/images/edit/paste.gif +lib/vtcl/images/edit/save.gif +lib/vtcl/images/edit/search.gif +lib/vtcl/images/edit/srchbak.gif +lib/vtcl/images/edit/srchfwd.gif lib/vtcl/lib/about.tcl lib/vtcl/lib/attrbar.tcl lib/vtcl/lib/balloon.tcl @@ -107,6 +117,7 @@ lib/vtcl/lib/var.tcl lib/vtcl/lib/vtclib.tcl lib/vtcl/lib/widget.tcl share/doc/vtcl/tutorial.txt +@dirrm lib/vtcl/images/edit @dirrm lib/vtcl/images @dirrm lib/vtcl/lib @dirrm lib/vtcl |