Ticket #12913: teTeX-texlive.patch
File teTeX-texlive.patch, 6.7 KB (added by josh+macports@…, 17 years ago) |
---|
-
python/py-pyx/Portfile
22 22 distname PyX-${version} 23 23 checksums sha1 79daf941f0ad36126471567879aaf6f94d21ccc4 24 24 25 depends_lib-append bin:tex:teTeX25 depends_lib-append path:${prefix}/bin/tex:texlive 26 26 27 27 post-destroot { 28 28 xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES INSTALL LICENSE \ -
gnustep/gnustep-make-docs/Portfile
12 12 maintainers nomaintainer 13 13 14 14 depends_build port:gnustep-make \ 15 bin:latex2html:latex2html \16 bin:texi2pdf:texinfo \17 bin:texi2html:texi2html \18 bin:pdftex:teTeX15 port:latex2html \ 16 port:texinfo \ 17 port:texi2html \ 18 path:${prefix}/bin/pdftex:texlive 19 19 20 20 checksums md5 1d7a434e751c58c6390055c14ada302b 21 21 distname gnustep-make-${version} -
math/maxima/Portfile
35 35 checksums md5 7317ba22fc485554b15aceb6bc22542b 36 36 37 37 depends_run port:sbcl \ 38 bin:wish:tk38 port:tk 39 39 40 40 worksrcdir ${name}-${version} 41 41 … … 60 60 } 61 61 62 62 variant printable_doc { 63 depends_build-append bin:tex:teTeX63 depends_build-append path:${prefix}/bin/tex:texlive 64 64 build.target all pdf 65 65 66 66 pre-destroot { -
devel/t1lib/Portfile
32 32 } 33 33 34 34 variant psdoc { 35 depends_lib-append bin:tex:teTeX35 depends_lib-append path:${prefix}/bin/tex:texlive 36 36 build.target all 37 37 } -
sysutils/cfengine/Portfile
132 132 } 133 133 134 134 variant psdocs { 135 depends_build bin:tex:teTeX\136 bin:texinfo:texinfo135 depends_build path:${prefix}/bin/tex:texlive \ 136 port:texinfo 137 137 build.args-delete ps_DATA= 138 138 destroot.args-delete ps_DATA= 139 139 } -
textproc/latex2man/Portfile
20 20 master_sites http://www.informatik-vollmer.de/software 21 21 checksums md5 59fb43f8d9e4f56609a81e77b57b312c 22 22 23 depends_run bin:tex:teTeX23 depends_run path:${prefix}/bin/tex:texlive 24 24 25 25 worksrcdir ${name} 26 26 -
print/latex2html/Portfile
18 18 19 19 checksums md5 a79cda0648c8721ab6df5020cd11e220 20 20 21 depends_run bin:texhash:teTeX\22 bin:gs:ghostscript \23 bin:pnmcrop:netpbm \24 bin:perl:perl5.821 depends_run path:${prefix}/bin/texhash:texlive \ 22 port:ghostscript \ 23 port:netpbm \ 24 port:perl5.8 25 25 26 26 configure.args --without-mktexlsr \ 27 27 --with-texpath=${prefix}/share/texmf-local/tex/latex/html -
print/lcdf-typetools/Portfile
19 19 rmd160 723f2ccca813b5a33f28417edfa67ab239ce2e1a 20 20 21 21 # In port:pTeX, libkpathsea is installed as a static library. 22 depends_lib path:${prefix}/include/kpathsea/kpathsea.h:te TeX22 depends_lib path:${prefix}/include/kpathsea/kpathsea.h:texlive 23 23 24 24 configure.args --mandir=${prefix}/share/man --with-kpathsea=${prefix} 25 25 … … 30 30 } 31 31 32 32 variant without_kpathsea description {Do not use libkpathsea} { 33 depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:te TeX33 depends_lib-delete path:${prefix}/include/kpathsea/kpathsea.h:texlive 34 34 configure.args-delete --with-kpathsea=${prefix} 35 35 configure.args-append --without-kpathsea 36 36 } -
print/revtex/Portfile
19 19 20 20 checksums md5 264d41d777dc8f60dda0b60a0d8652f1 21 21 22 depends_run bin:texhash:teTeX22 depends_run path:${prefix}/bin/texhash:texlive 23 23 24 24 use_configure no 25 25 build { } -
tex/tex-cm-super/Portfile
27 27 sha1 497843f1f0ee5d31af1dad15ed94071608c73b18 \ 28 28 rmd160 9a24980ebb4fe09bbd8b4b708a6f58ba53c0136a 29 29 30 depends_lib bin:mktexlsr:teTeX30 depends_lib path:${prefix}/bin/mktexlsr:texlive 31 31 32 32 post-extract { 33 33 system "cd ${worksrcpath}/afm && gunzip *.afm.gz" -
tex/tex-fourier-gutenberg/Portfile
20 20 sha1 84e553b00ce9a60681b8ebd64db2e721d3469f81 \ 21 21 rmd160 b95903070f38c545d8cccc39da38195e7a116d16 22 22 23 depends_lib bin:mktexlsr:teTeX\23 depends_lib path:${prefix}/bin/mktexlsr:texlive \ 24 24 path:${prefix}/share/texmf-local/fonts/type1/adobe/utopia/putr8a.pfb:tex-utopia 25 25 26 26 configure {} -
tex/tex-utopia/Portfile
19 19 sha1 69f763743be2e67cc18e1addbec97cdadad375da \ 20 20 rmd160 c6d326323948c724c1d24ca9058171e732c1d247 21 21 22 depends_lib bin:mktexlsr:teTeX22 depends_lib path:${prefix}/bin/mktexlsr:texlive 23 23 24 24 configure {} 25 25 -
x11/advi/Portfile
27 27 checksums sha1 881b130ad361e803fccebd6cc5a82bd4b90efff2 28 28 29 29 # you can install hevea if you want additional functionality 30 depends_lib bin:tex:teTeX lib:libX11.6:XFree86 port:camlimages port:ocaml 30 depends_lib path:${prefix}/bin/tex:texlive lib:libX11.6:XFree86 \ 31 port:camlimages port:ocaml 31 32 32 33 destroot { 33 34 xinstall -m 755 -W ${worksrcpath} advi.bin \