1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name tth |
---|
5 | version 3.59 |
---|
6 | revision 2 |
---|
7 | homepage http://hutchinson.belmont.ma.us/tth/ |
---|
8 | description a TeX to HTML transaltor |
---|
9 | categories textproc print |
---|
10 | platforms darwin freebsd |
---|
11 | maintainers digdog@opendarwin.org |
---|
12 | master_sites http://hutchinson.belmont.ma.us/tth/tth-noncom/ |
---|
13 | checksums md5 2ba8597af0eb3f5667c95fffa18a8fd1 |
---|
14 | distname ${portname}_C |
---|
15 | extract.suffix .tgz |
---|
16 | configure {} |
---|
17 | build {cd ${workpath}/${distname}; |
---|
18 | system "cc -o ${portname} ${portname}.c" } |
---|
19 | destroot {cd ${workpath}/${distname}; |
---|
20 | system "install -c ${portname} ${destroot}/${prefix}/bin" |
---|
21 | system "install -c latex2gif ${destroot}/${prefix}/bin" |
---|
22 | system "install -c ps2gif ${destroot}/${prefix}/bin" |
---|
23 | system "install -c ps2png ${destroot}/${prefix}/bin" |
---|
24 | system "install -c ${portname}.1 ${destroot}/${prefix}/man/man1"} |
---|
25 | long_description TTH translates TEX, the predominant mark-up language for \ |
---|
26 | expressing mathematics, into HTML, the language of world-wide-web browsers. \ |
---|
27 | It thereby enables mathematical documents to be made available on the web. \ |
---|
28 | Document structure, using either the Plain or LaTeX macro packages, \ |
---|
29 | is also translated and incorporated in the form of hyperlinks. |
---|