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