From 3347cc1504160e89aa49ba0e814e2d1f6af0e98d Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 6 May 2015 10:41:42 +0000 Subject: 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. --- meta-pkgs/texlive-collection-langenglish/DESCR | 1 + meta-pkgs/texlive-collection-langenglish/Makefile | 75 +++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 meta-pkgs/texlive-collection-langenglish/DESCR create mode 100644 meta-pkgs/texlive-collection-langenglish/Makefile (limited to 'meta-pkgs/texlive-collection-langenglish') diff --git a/meta-pkgs/texlive-collection-langenglish/DESCR b/meta-pkgs/texlive-collection-langenglish/DESCR new file mode 100644 index 00000000000..51d4d6e85cf --- /dev/null +++ b/meta-pkgs/texlive-collection-langenglish/DESCR @@ -0,0 +1 @@ +Support for (and documentation in) English. diff --git a/meta-pkgs/texlive-collection-langenglish/Makefile b/meta-pkgs/texlive-collection-langenglish/Makefile new file mode 100644 index 00000000000..20fd7560f22 --- /dev/null +++ b/meta-pkgs/texlive-collection-langenglish/Makefile @@ -0,0 +1,75 @@ +# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:43 markd Exp $ + +DISTNAME= collection-langenglish +PKGNAME= texlive-${DISTNAME}-2014pre1 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +TEXLIVE_REV= 34607 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= US and UK English TeX packages + +DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic + +DEPENDS+= tex-hyphen-english-[0-9]*:../../print/tex-hyphen-english +# depend FAQ-en +# depend MemoirChapStyles +# depend Type1fonts +# depend amslatex-primer +# depend around-the-bend +# depend ascii-chart +# depend components-of-TeX +# depend comprehensive +# depend dickimaw +# depend dtxtut +# depend first-latex-doc +# depend gentle +DEPENDS+= tex-guide-to-latex-[0-9]*:../../print/tex-guide-to-latex +# depend happy4th +# depend impatient +# depend intro-scientific +# depend knuth +# depend l2tabu-english +# depend latex-brochure +# depend latex-course +# depend latex-doc-ptr +# depend latex-graphics-companion +# depend latex-veryshortguide +# depend latex-web-companion +# depend latex2e-help-texinfo +# depend latex4wp +# depend latexcheat +# depend latexcourse-rug +# depend latexfileinfo-pkgs +# depend lshort-english +# depend macros2e +# depend math-e +# depend memdesign +# depend metafont-beginners +# depend metapost-examples +# depend mil3 +# depend patgen2-tutorial +# depend pictexsum +# depend plain-doc +# depend presentations-en +# depend pstricks-examples-en +# depend simplified-latex +# depend svg-inkscape +# depend tabulars-e +# depend tamethebeast +# depend tds +# depend tex-font-errors-cheatsheet +# depend tex-overview +# depend tex-refs +# depend texbytopic +# depend titlepages +# depend tlc2 +# depend visualfaq +# depend voss-mathmode +# depend webguide +# depend xetexref + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3