diff options
author | 2008-05-30 16:35:09 +0000 | |
---|---|---|
committer | 2019-06-09 17:54:32 +0300 | |
commit | 826dbf85cc2a68198d63d7b191f104704137a90e (patch) | |
tree | ed1f436f397bc234beaad7f3755353f2c0d519cd /scripts/texlive/tlpsrc/Makefile.def | |
parent | first files (diff) | |
download | tex-826dbf85cc2a68198d63d7b191f104704137a90e.tar.gz tex-826dbf85cc2a68198d63d7b191f104704137a90e.tar.bz2 tex-826dbf85cc2a68198d63d7b191f104704137a90e.zip |
list of packages
svn path=/; revision=256
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile.def')
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile.def | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile.def b/scripts/texlive/tlpsrc/Makefile.def new file mode 100644 index 0000000..c395d77 --- /dev/null +++ b/scripts/texlive/tlpsrc/Makefile.def @@ -0,0 +1,54 @@ + +# Collections that have to become ebuilds + +DESC = texlive-basic texlive-bibtexextra \ + texlive-context texlive-documentation-base \ + texlive-documentation-bulgarian texlive-documentation-chinese texlive-documentation-czechslovak \ + texlive-documentation-dutch texlive-documentation-english texlive-documentation-finnish \ + texlive-documentation-french texlive-documentation-german texlive-documentation-greek \ + texlive-documentation-italian texlive-documentation-japanese texlive-documentation-korean \ + texlive-documentation-mongolian texlive-documentation-polish texlive-documentation-portuguese \ + texlive-documentation-russian texlive-documentation-spanish texlive-documentation-thai texlive-documentation-turkish texlive-documentation-ukrainian \ + texlive-documentation-vietnamese \ + texlive-fontsextra texlive-fontsrecommended \ + texlive-formatsextra texlive-games texlive-genericextra texlive-genericrecommended \ + texlive-htmlxml texlive-humanities \ + texlive-langafrican texlive-langarab texlive-langarmenian \ + texlive-langcjk texlive-langcroatian texlive-langcyrillic \ + texlive-langczechslovak texlive-langdanish texlive-langdutch \ + texlive-langfinnish texlive-langfrench texlive-langgerman \ + texlive-langgreek texlive-langhebrew texlive-langhungarian \ + texlive-langindic texlive-langitalian texlive-langlatin \ + texlive-langmanju texlive-langmongolian texlive-langnorwegian \ + texlive-langother texlive-langpolish texlive-langportuguese \ + texlive-langspanish texlive-langswedish texlive-langtibetan \ + texlive-langukenglish texlive-langvietnamese texlive-latex3 \ + texlive-latex texlive-latexextra texlive-latexrecommended \ + texlive-mathextra texlive-metapost texlive-music texlive-omega \ + texlive-pictures texlive-plainextra \ + texlive-pstricks texlive-psutils texlive-publishers \ + texlive-science texlive-texinfo \ + texlive-xetex \ + texlive-documentation-slovenian + +EXTRA_ZIP = bin-aleph bin-omega bin-xetex + +# Collections that just need to be distfiles +EXTRA_DIST = texlive-basicbin texlive-binextra texlive-fontbin + +# those ones are provided by texlive & friends + + +# Only for windows +# texlive-wintools + +# It's a perl install... better +# to depend on perl-related packages +# texlive-perl + +# freetype1 provides most of it +# texlive-ttfutils + +# Does not provide anything besides what +# dvipng does. +# texlive-graphicstools |