1fe1adfad5
Add texlive-collection-binextra 2014pre1 Add texlive-collection-context 2014pre1 Add texlive-collection-fontsextra 2014pre1 Add texlive-collection-fontutils 2014pre1 Add texlive-collection-formatsextra 2014pre1 Add texlive-collection-games 2014pre1 Add texlive-collection-genericextra 2014pre1 Add texlive-collection-htmlxml 2014pre1 Add texlive-collection-langafrican 2014pre1 Add texlive-collection-langarabic 2014pre1 Add texlive-collection-langchinese 2014pre1 Add texlive-collection-langcjk 2014pre1 Add texlive-collection-langcyrillic 2014pre1 Add texlive-collection-langczechslovak 2014pre1 Add texlive-collection-langenglish 2014pre1 Add texlive-collection-langeuropean 2014pre1 Add texlive-collection-langfrench 2014pre1 Add texlive-collection-langgerman 2014pre1 Add texlive-collection-langgreek 2014pre1 Add texlive-collection-langindic 2014pre1 Add texlive-collection-langitalian 2014pre1 Add texlive-collection-langjapanese 2014pre1 Add texlive-collection-langkorean 2014pre1 Add texlive-collection-langother 2014pre1 Add texlive-collection-langpolish 2014pre1 Add texlive-collection-langportuguese 2014pre1 Add texlive-collection-langspanish 2014pre1 Add texlive-collection-latexextra 2014pre1 Add texlive-collection-luatex 2014pre1 Add texlive-collection-mathextra 2014pre1 Add texlive-collection-metapost 2014pre1 Add texlive-collection-music 2014pre1 Add texlive-collection-omega 2014pre1 Add texlive-collection-pictures 2014pre1 Add texlive-collection-plainextra 2014pre1 Add texlive-collection-pstricks 2014pre1 Add texlive-collection-publishers 2014pre1 Add texlive-collection-science 2014pre1 Add texlive-collection-xetex 2014pre1 Meta-packages corresponding to texlive collections. Currently the collections are incomplete as not all texlive packages are in pkgsrc - hence the 2014pre1 version.
53 lines
1.3 KiB
Makefile
53 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:45 markd Exp $
|
|
|
|
DISTNAME= collection-xetex
|
|
PKGNAME= texlive-${DISTNAME}-2014pre1
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
TEXLIVE_REV= 36312
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= XeTeX and packages
|
|
|
|
DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
|
|
|
|
# depend arabxetex
|
|
# depend bidi-atbegshi
|
|
# depend bidicontour
|
|
# depend bidipagegrid
|
|
# depend bidishadowtext
|
|
# depend bidipresentation
|
|
# depend fixlatvian
|
|
# depend fontbook
|
|
# depend fontwrap
|
|
# depend interchar
|
|
# depend mathspec
|
|
# depend philokalia
|
|
# depend polyglossia
|
|
# depend ptext
|
|
DEPENDS+= tex-realscripts-[0-9]*:../../print/tex-realscripts
|
|
# depend ucharclasses
|
|
# depend unisugar
|
|
# depend xecjk
|
|
# depend xecolor
|
|
# depend xecyr
|
|
# depend xeindex
|
|
# depend xepersian
|
|
# depend xesearch
|
|
# depend xespotcolor
|
|
DEPENDS+= tex-xetex-[0-9]*:../../print/tex-xetex
|
|
DEPENDS+= tex-xetex-def-[0-9]*:../../print/tex-xetex-def
|
|
DEPENDS+= tex-xetexconfig-[0-9]*:../../print/tex-xetexconfig
|
|
# depend xetex-itrans
|
|
# depend xetex-pstricks
|
|
# depend xetex-tibetan
|
|
# depend xetexfontinfo
|
|
# depend xetexko
|
|
# depend xevlna
|
|
DEPENDS+= tex-xltxtra-[0-9]*:../../print/tex-xltxtra
|
|
DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|