diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-29 05:56:07 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-29 05:56:07 +0000 |
commit | 3f2b04e5aca14e4517f264a830f779de235ba8a5 (patch) | |
tree | b88088af659a8f935c760847bbf3c01892b11b2a /print/tgif2tex | |
parent | 8c2c400841d5cc88c83523ff4c54f90afa7d4974 (diff) | |
download | ports-3f2b04e5aca14e4517f264a830f779de235ba8a5.tar.gz ports-3f2b04e5aca14e4517f264a830f779de235ba8a5.zip |
Notes
Diffstat (limited to 'print/tgif2tex')
-rw-r--r-- | print/tgif2tex/Makefile | 8 | ||||
-rw-r--r-- | print/tgif2tex/pkg-descr | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index 2f8c600d9934..88cc54bff153 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -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} \ diff --git a/print/tgif2tex/pkg-descr b/print/tgif2tex/pkg-descr index b537785bff95..ef45eeb55f4f 100644 --- a/print/tgif2tex/pkg-descr +++ b/print/tgif2tex/pkg-descr @@ -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/ |