From owner-freebsd-ports Sun Jan 3 09:20:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15159 for freebsd-ports-outgoing; Sun, 3 Jan 1999 09:20:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ryo2402.aist-nara.ac.jp (ryo2402.aist-nara.ac.jp [163.221.154.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15148; Sun, 3 Jan 1999 09:20:39 -0800 (PST) (envelope-from takas-su@ryo2402.aist-nara.ac.jp) Received: (from takas-su@localhost) by ryo2402.aist-nara.ac.jp (8.9.1/8.9.1) id CAA56449; Mon, 4 Jan 1999 02:21:49 +0900 (JST) (envelope-from takas-su) Date: Mon, 4 Jan 1999 02:21:49 +0900 (JST) Message-Id: <199901031721.CAA56449@ryo2402.aist-nara.ac.jp> 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) In-Reply-To: Your message of "Mon, 4 Jan 1999 01:50:00 JST". <199901031650.IAA28842@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> >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 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 が生成した XPM ファイルを TCL に変換するルーチン + # 行数をもっと少なくするバージョン 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