Changes between Initial Version and Version 1 of Ticket #43691


Ignore:
Timestamp:
May 12, 2014, 9:53:37 PM (10 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43691

    • Property Type changed from update to enhancement
    • Property Summary changed from asymptote: update to the latest version, use texlive portgroup, reduce dependencies to asymptote: reduce dependencies
  • 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).
     1I 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.
    22
    3 It would also be nice to use the `PortGroup` values in some spots like these:
    4 
     3I boldly changed the following line:
    54{{{
    65--with-latex=${prefix}/share/texmf-local/tex/latex
    76}}}
     7into
     8{{{
     9--with-latex=${texlive_texmfports}/tex/latex
     10}}}
    811
    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.
     12but maybe `${texlive_texmfdist}` would be more appropriate given that asymptote is officially part of TeX Live.