- Remove .aux and .log files in PORTDOCS.

- Remove a command line example in pkg-descr.
- Add WWW: into pkg-descr.
This commit is contained in:
Hiroki Sato 2012-02-29 05:56:07 +00:00
parent 8c2c400841
commit 3f2b04e5ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292419
2 changed files with 4 additions and 11 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= tgif2tex
PORTVERSION= 2.13
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES+= print
MASTER_SITES= http://www.cs.hiroshima-u.ac.jp/~nakano/tgif2tex/
@ -17,8 +17,7 @@ COMMENT= Converting texts in figure by tgif to LaTeX commands
USE_PERL5_RUN= yes
PLIST_FILES= bin/tgif2tex
PORTDOCS= how-to-use.aux how-to-use.dvi \
how-to-use.log how-to-use.ps how-to-use.tex \
PORTDOCS= how-to-use.dvi how-to-use.ps how-to-use.tex \
example.obj example.tex \
original.dps original.tps \
pythagoras.dps pythagoras.tps \
@ -26,8 +25,7 @@ PORTDOCS= how-to-use.aux how-to-use.dvi \
sample2.1.dps sample2.1.tps \
sample2.2.dps sample2.2.tps \
sample2.3.dps sample2.3.tps \
sample2.aux sample2.dvi sample2.log \
sample2.tex sample2.obj sample2.ps
sample2.dvi sample2.tex sample2.obj sample2.ps
do-build:
${REINPLACE_CMD} \

View File

@ -3,9 +3,4 @@ extracts strings and their positions from the figure and converts it
in picture environment of the LaTeX. It also converts other
components of the figure such as lines, circles, ovals, etc into EPS.
Please execute the following commands for example.
(1) cd /usr/local/share/doc/tgif2tex
(2) tgif2tex example.obj
(3) latex example.tex
(4) xdvi example.tex
WWW: http://www.cs.hiroshima-u.ac.jp/~nakano/tgif2tex/