summaryrefslogtreecommitdiff
path: root/meta-pkgs/texlive-collection-langgerman
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-05-06 10:41:42 +0000
committermarkd <markd@pkgsrc.org>2015-05-06 10:41:42 +0000
commit3347cc1504160e89aa49ba0e814e2d1f6af0e98d (patch)
tree2ab9ebcd60ef94a3331171a45ee5a47eb69b6fb7 /meta-pkgs/texlive-collection-langgerman
parent990b6ca2bd5761728debebfe377723c7c086bd0d (diff)
downloadpkgsrc-3347cc1504160e89aa49ba0e814e2d1f6af0e98d.tar.gz
Add texlive-collection-bibtexextra 2014pre1
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.
Diffstat (limited to 'meta-pkgs/texlive-collection-langgerman')
-rw-r--r--meta-pkgs/texlive-collection-langgerman/DESCR1
-rw-r--r--meta-pkgs/texlive-collection-langgerman/Makefile62
2 files changed, 63 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-langgerman/DESCR b/meta-pkgs/texlive-collection-langgerman/DESCR
new file mode 100644
index 00000000000..6a8f019fbd9
--- /dev/null
+++ b/meta-pkgs/texlive-collection-langgerman/DESCR
@@ -0,0 +1 @@
+Support for German.
diff --git a/meta-pkgs/texlive-collection-langgerman/Makefile b/meta-pkgs/texlive-collection-langgerman/Makefile
new file mode 100644
index 00000000000..2f8c472522d
--- /dev/null
+++ b/meta-pkgs/texlive-collection-langgerman/Makefile
@@ -0,0 +1,62 @@
+# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:43 markd Exp $
+
+DISTNAME= collection-langgerman
+PKGNAME= texlive-${DISTNAME}-2014pre1
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+TEXLIVE_REV= 36284
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= German TeX packages
+
+DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic
+
+DEPENDS+= tex-babel-german-[0-9]*:../../print/tex-babel-german
+# depend bibleref-german
+# depend booktabs-de
+# depend csquotes-de
+DEPENDS+= tex-dehyph-exptl-[0-9]*:../../print/tex-dehyph-exptl
+# depend dhua
+# depend einfuehrung
+# depend etdipa
+# depend etoolbox-de
+# depend fifinddo-info
+# depend geometry-de
+DEPENDS+= tex-german-[0-9]*:../../print/tex-german
+DEPENDS+= tex-germbib-[0-9]*:../../print/tex-germbib
+# depend germkorr
+# depend hausarbeit-jura
+DEPENDS+= tex-hyphen-german-[0-9]*:../../print/tex-hyphen-german
+# depend koma-script-examples
+# depend l2picfaq
+# depend l2tabu
+# depend latex-bib-ex
+# depend latex-referenz
+# depend latex-tabellen
+# depend latexcheat-de
+# depend lshort-german
+# depend lualatex-doc-de
+# depend microtype-de
+# depend presentations
+# depend pstricks-examples
+# depend r_und_s
+# depend templates-fenn
+# depend templates-sommer
+# depend texlive-de
+# depend tipa-de
+# depend translation-arsclassica-de
+# depend translation-biblatex-de
+# depend translation-chemsym-de
+# depend translation-ecv-de
+# depend translation-enumitem-de
+# depend translation-europecv-de
+# depend translation-filecontents-de
+# depend translation-moreverb-de
+# depend udesoftec
+DEPENDS+= tex-umlaute-[0-9]*:../../print/tex-umlaute
+# depend voss-mathcol
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"