Changes between Initial Version and Version 1 of Ticket #43691
- Timestamp:
- May 12, 2014, 9:53:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43691
-
Property
Type
changed from
update
toenhancement
-
Property
Summary
changed from
asymptote: update to the latest version, use texlive portgroup, reduce dependencies
toasymptote: reduce dependencies
-
Property
Type
changed from
-
Ticket #43691 – Description
initial v1 1 I use Asymptote from MacTeX (`xasy` doesn't work), so I don't depend on this, but it would be nice to upgrade the asymptote to the latest version (currently that's 2.28).1 I use Asymptote from MacTeX (`xasy` doesn't work), so I don't depend on this, but it would be nice if the dependency on TeX Live was less strict. It seems like an overkill having to install the complete TeX Live as a dependency. 2 2 3 It would also be nice to use the `PortGroup` values in some spots like these: 4 3 I boldly changed the following line: 5 4 {{{ 6 5 --with-latex=${prefix}/share/texmf-local/tex/latex 7 6 }}} 7 into 8 {{{ 9 --with-latex=${texlive_texmfports}/tex/latex 10 }}} 8 11 9 and it would be nice if the dependency on TeX Live was less strict. It seems like an overkill having to install the complete TeX Live as a dependency.12 but maybe `${texlive_texmfdist}` would be more appropriate given that asymptote is officially part of TeX Live.