Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 1999 02:21:49 +0900 (JST)
From:      sugimura@jp.freebsd.org (SUGIMURA Takashi/ =?ISO-2022-JP?B?GyRCP3lCPDUuO04bKEI=?=)
To:        FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/9290: New Port - Tvi (vi like editor for LaTeX written in tcl/tk)
Message-ID:  <199901031721.CAA56449@ryo2402.aist-nara.ac.jp>
In-Reply-To: Your message of "Mon, 4 Jan 1999 01:50:00 JST". <199901031650.IAA28842@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>> >Category:       ports
>> >Responsible:    freebsd-ports
>> >Synopsis:       New Port - Tvi (vi like editor for LaTeX written in tcl/tk)
>> >Arrival-Date:   Sun Jan  3 08:50:00 PST 1999
>> 

This port is updated as the following:


diff -aurN tvi.old/Makefile tvi/Makefile
--- tvi.old/Makefile	Mon Jan  4 01:13:00 1999
+++ tvi/Makefile	Mon Jan  4 02:05:52 1999
@@ -17,10 +17,25 @@
 
 NO_BUILD=	yes
 
+TVILIBDIR=	${PREFIX}/lib/${DISTNAME}
+TVILIBSCRIPTS=	tvi makeicon3
+TVILIBFILES=	COPYING ChangeLog README Tvi_help_acknowledge.html \
+	Tvi_help_contact.html Tvi_help_develop.html Tvi_help_index.html \
+	Tvi_help_install.html Tvi_help_intro.html Tvi_help_license.html \
+	Tvi_help_manual.html Tvi_help_required.html img_bookmark img_coloff \
+	img_colon img_compile img_ghost img_help img_open img_print img_save \
+	img_spell img_terminal img_xdvi latex_commands latex_environments \
+	latex_misc latex_symbols latex_tcl load_baloons main_bind main_ini \
+	main_ini_value main_rc main_tcl main_tk menu_bugfixed.tcl \
+	number sed_commands tvi_dialog tvi_fbox tvi_text
+
 do-install:
-	${MKDIR} ${PREFIX}/lib/${DISTNAME}
-	${CP} ${WRKDIR}/${DISTNAME}/* ${PREFIX}/lib/${DISTNAME}/
-	${RM} ${PREFIX}/lib/${DISTNAME}/tvi.orig
-	${LN} -sf ${PREFIX}/lib/${DISTNAME}/tvi ${PREFIX}/bin/tvi
+	${MKDIR} ${TVILIBDIR}
+.for i in ${TVILIBSCRIPTS}
+	${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/bin/$i
+.endfor
+.for i in ${TVILIBFILES}
+	${INSTALL_DATA} ${WRKSRC}/$i ${TVILIBDIR}/$i
+.endfor
 
 .include <bsd.port.mk>
diff -aurN tvi.old/patches/patch-aa tvi/patches/patch-aa
--- tvi.old/patches/patch-aa	Mon Jan  4 00:01:19 1999
+++ tvi/patches/patch-aa	Mon Jan  4 02:03:23 1999
@@ -1,4 +1,4 @@
---- tvi.bak	Sun Jan  3 23:42:34 1999
+--- tvi.orig	Sun Jan  3 23:42:34 1999
 +++ tvi	Sun Jan  3 23:42:34 1999
 @@ -1,4 +1,4 @@
 -#!/usr/bin/wish
diff -aurN tvi.old/patches/patch-ab tvi/patches/patch-ab
--- tvi.old/patches/patch-ab	Thu Jan  1 09:00:00 1970
+++ tvi/patches/patch-ab	Mon Jan  4 02:04:14 1999
@@ -0,0 +1,8 @@
+--- makeicon3.orig	Mon Jan  4 02:03:37 1999
++++ makeicon3	Mon Jan  4 02:03:58 1999
+@@ -1,4 +1,4 @@
+-#!/usr/bin/wish
++#!/usr/local/bin/wish4.2jp
+ #
+ #  Xpaint $B$,@8@.$7$?(B XPM $B%U%!%$%k$r(B TCL $B$KJQ49$9$k%k!<%A%s(B
+ #  $B9T?t$r$b$C$H>/$J$/$9$k%P!<%8%g%s(B
diff -aurN tvi.old/pkg/PLIST tvi/pkg/PLIST
--- tvi.old/pkg/PLIST	Mon Jan  4 01:15:40 1999
+++ tvi/pkg/PLIST	Mon Jan  4 02:05:24 1999
@@ -1,4 +1,5 @@
 bin/tvi
+bin/makeicon3
 lib/tvi-0.9.0/COPYING
 lib/tvi-0.9.0/ChangeLog
 lib/tvi-0.9.0/README
@@ -35,11 +36,9 @@
 lib/tvi-0.9.0/main_rc
 lib/tvi-0.9.0/main_tcl
 lib/tvi-0.9.0/main_tk
-lib/tvi-0.9.0/makeicon3
 lib/tvi-0.9.0/menu_bugfixed.tcl
 lib/tvi-0.9.0/number
 lib/tvi-0.9.0/sed_commands
-lib/tvi-0.9.0/tvi
 lib/tvi-0.9.0/tvi_dialog
 lib/tvi-0.9.0/tvi_fbox
 lib/tvi-0.9.0/tvi_text


---
SUGIMURA Takashi (takas-su@is.aist-nara.ac.jp)
Software Engineering lab. of NAIST, 2nd grade of Master,
The FreeBSD Japanese Documentation Project
URL: http://www.aist-nara.ac.jp/~takas-su/
     http://www.jp.freebsd.org/~sugimura/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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