mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
This is a port of Tvi, a vi like editor for LaTeX
written in Japanese tcl/tk. PR: ports/9290 Submitted by: SUGIMURA Takashi <sugimura@jp.freebsd.org>
This commit is contained in:
parent
a124edcb17
commit
fff663c5a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15807
41
japanese/tvi/Makefile
Normal file
41
japanese/tvi/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: tvi
|
||||
# Version required: 0.9.0
|
||||
# Date created: 3 Jan 1999
|
||||
# Whom: SUGIMURA Takashi <sugimura@jp.FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= tvi-0.9.0
|
||||
PKGNAME= ja-tvi-0.9.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://www.kt.rim.or.jp/~motomu/tvi/Arc/
|
||||
|
||||
MAINTAINER= sugimura@jp.FreeBSD.ORG
|
||||
|
||||
RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
|
||||
|
||||
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} ${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>
|
1
japanese/tvi/distinfo
Normal file
1
japanese/tvi/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tvi-0.9.0.tar.gz) = 871615e0fb34573b56e3f67d09d8298d
|
1
japanese/tvi/pkg-comment
Normal file
1
japanese/tvi/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tvi, LaTeX Source Editor for VI User
|
13
japanese/tvi/pkg-descr
Normal file
13
japanese/tvi/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
Tvi is a LaTeX source editor for vi user written in tcl/tk.
|
||||
|
||||
The main features are following:
|
||||
- one key compiling to dvi file, previewing and printing.
|
||||
- real time coloring.
|
||||
- checking type missing.
|
||||
- spell checking to use ispell.
|
||||
- customize for each users.
|
||||
|
||||
This author is motomu@kt.rim.or.jp,
|
||||
and his page is http://www.kt.rim.or.jp/~motomu/tvi/.
|
||||
|
||||
- SUGIMURA Takashi <sugimura@jp.FreeBSD.ORG>
|
45
japanese/tvi/pkg-plist
Normal file
45
japanese/tvi/pkg-plist
Normal file
@ -0,0 +1,45 @@
|
||||
bin/tvi
|
||||
bin/makeicon3
|
||||
lib/tvi-0.9.0/COPYING
|
||||
lib/tvi-0.9.0/ChangeLog
|
||||
lib/tvi-0.9.0/README
|
||||
lib/tvi-0.9.0/Tvi_help_acknowledge.html
|
||||
lib/tvi-0.9.0/Tvi_help_contact.html
|
||||
lib/tvi-0.9.0/Tvi_help_develop.html
|
||||
lib/tvi-0.9.0/Tvi_help_index.html
|
||||
lib/tvi-0.9.0/Tvi_help_install.html
|
||||
lib/tvi-0.9.0/Tvi_help_intro.html
|
||||
lib/tvi-0.9.0/Tvi_help_license.html
|
||||
lib/tvi-0.9.0/Tvi_help_manual.html
|
||||
lib/tvi-0.9.0/Tvi_help_required.html
|
||||
lib/tvi-0.9.0/img_bookmark
|
||||
lib/tvi-0.9.0/img_coloff
|
||||
lib/tvi-0.9.0/img_colon
|
||||
lib/tvi-0.9.0/img_compile
|
||||
lib/tvi-0.9.0/img_ghost
|
||||
lib/tvi-0.9.0/img_help
|
||||
lib/tvi-0.9.0/img_open
|
||||
lib/tvi-0.9.0/img_print
|
||||
lib/tvi-0.9.0/img_save
|
||||
lib/tvi-0.9.0/img_spell
|
||||
lib/tvi-0.9.0/img_terminal
|
||||
lib/tvi-0.9.0/img_xdvi
|
||||
lib/tvi-0.9.0/latex_commands
|
||||
lib/tvi-0.9.0/latex_environments
|
||||
lib/tvi-0.9.0/latex_misc
|
||||
lib/tvi-0.9.0/latex_symbols
|
||||
lib/tvi-0.9.0/latex_tcl
|
||||
lib/tvi-0.9.0/load_baloons
|
||||
lib/tvi-0.9.0/main_bind
|
||||
lib/tvi-0.9.0/main_ini
|
||||
lib/tvi-0.9.0/main_ini_value
|
||||
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/menu_bugfixed.tcl
|
||||
lib/tvi-0.9.0/number
|
||||
lib/tvi-0.9.0/sed_commands
|
||||
lib/tvi-0.9.0/tvi_dialog
|
||||
lib/tvi-0.9.0/tvi_fbox
|
||||
lib/tvi-0.9.0/tvi_text
|
||||
@dirrm lib/tvi-0.9.0
|
Loading…
Reference in New Issue
Block a user