26 | | checksums rmd160 c028df3174018877ca2a3db274de1328f5f1011e \ |
27 | | sha256 d6d4be0f37da3eec241f52c4b1427eeb22785deaf33e2dd4bb7a9305a6cfb47e |
28 | | depends_build port:texinfo |
| 26 | checksums rmd160 e1a46654e0a3f1c65b63afc69a46a476d40fd911 \ |
| 27 | sha256 6c5cf29beefad40414f47223b12d438493bee64db24b4c30ac785e8db801c9c3 |
| 28 | |
| 29 | # texlive-latex-recommended and texinfo are only used for building the docs |
| 30 | # other relevant packages are: |
| 31 | # - texlive-common |
| 32 | # - texlive-bin |
| 33 | # - texlive-basic |
| 34 | # - texlive-latex |
| 35 | # but they are already a dependency of latex-recommended |
| 36 | # |
| 37 | # one day we could split that into a separate +docs variant |
| 38 | # or fetch the PDF from somewhere |
| 39 | depends_build port:ghostscript \ |
| 40 | port:texinfo \ |
| 41 | port:texlive-latex-recommended |
| 42 | |
| 50 | patchfiles patch-config.h.in.diff \ |
| 51 | patch-configure.diff \ |
| 52 | patch-configure.ac.diff \ |
| 53 | patch-drawlabel.cc.diff \ |
| 54 | patch-genv.cc.diff |
| 55 | |
| 56 | # Runtime dependencies really depend on user preferences. |
| 57 | # Asy can draw graphics without any TeX or without LaTeX, |
| 58 | # so one might just as well remove all deps (or add more) |
| 59 | # |
| 60 | # The hierarchy of dependencies goes as: |
| 61 | # - texlive-latex-recommended [common, bin, basic, latex] |
| 62 | # - texlive-latex [common, bin, basic] |
| 63 | # - texlive-basic [common, bin] |
| 64 | # |
| 65 | # But then asy also supports luatex, context, etc. |
| 66 | depends_run port:ghostscript \ |
| 67 | port:texlive-basic |
| 68 | |