From 698f24c4b5880915bc1d0b8572689c8403a6d726 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-binextra/DESCR | 3 + meta-pkgs/texlive-collection-binextra/Makefile | 87 ++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 meta-pkgs/texlive-collection-binextra/DESCR create mode 100644 meta-pkgs/texlive-collection-binextra/Makefile (limited to 'meta-pkgs/texlive-collection-binextra') diff --git a/meta-pkgs/texlive-collection-binextra/DESCR b/meta-pkgs/texlive-collection-binextra/DESCR new file mode 100644 index 00000000000..77a61d9ac6f --- /dev/null +++ b/meta-pkgs/texlive-collection-binextra/DESCR @@ -0,0 +1,3 @@ +Various useful, but non-essential, support programs. Includes +programs and macros for DVI file manipulation, literate +programming, patgen, and the TeX Works Editor. diff --git a/meta-pkgs/texlive-collection-binextra/Makefile b/meta-pkgs/texlive-collection-binextra/Makefile new file mode 100644 index 00000000000..d7ffe5b6c7d --- /dev/null +++ b/meta-pkgs/texlive-collection-binextra/Makefile @@ -0,0 +1,87 @@ +# $NetBSD: Makefile,v 1.1 2015/05/06 10:41:42 markd Exp $ + +DISTNAME= collection-binextra +PKGNAME= texlive-${DISTNAME}-2014pre1 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +TEXLIVE_REV= 36355 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= TeX auxiliary programs + +DEPENDS+= texlive-collection-basic-[0-9]*:../../meta-pkgs/texlive-collection-basic + +DEPENDS+= tex-a2ping-[0-9]*:../../graphics/tex-a2ping +# depend adhocfilelist +# depend arara +# depend asymptote +DEPENDS+= tex-bibtex8-[0-9]*:../../print/tex-bibtex8 +# depend bibtexu +# depend bundledoc +# depend chktex +# depend ctan_chk +# depend ctanify +# depend ctanupload +# depend ctie +DEPENDS+= tex-cweb-[0-9]*:../../print/tex-cweb +# depend de-macro +DEPENDS+= detex-[0-9]*:../../textproc/detex +# depend dtl +# depend dtxgen +# depend dvi2tty +# depend dviasm +# depend dvicopy +# depend dvidvi +DEPENDS+= dviljk-[0-9]*:../../print/dviljk +DEPENDS+= dvipng-[0-9]*:../../graphics/dvipng +# depend dvipos +# depend dvisvgm +# depend findhyph +# depend fragmaster +# depend hook-pre-commit-pkg +# depend hyphenex +# depend installfont +# depend lacheck +# depend latex-git-log +# depend latex2man +# depend latexdiff +# depend latexfileversion +# depend latexmk +# depend latexpand +# depend latexindent +# depend ltxfileinfo +# depend ltximg +# depend listings-ext +# depend match_parens +# depend mkjobtexmf +# depend patgen +DEPENDS+= tex-pdfcrop-[0-9]*:../../graphics/tex-pdfcrop +# depend pdfjam +DEPENDS+= tex-pdftools-[0-9]*:../../print/tex-pdftools +# depend pfarrei +DEPENDS+= tex-pkfix-[0-9]*:../../print/tex-pkfix +# depend pkfix-helper +# depend purifyeps +# depend pythontex +# depend seetexk +# depend sty2dtx +# depend synctex +# depend texcount +# depend texdef +# depend texdiff +# depend texdirflatten +DEPENDS+= tex-texdoc-[0-9]*:../../print/tex-texdoc +# depend texfot +# depend texliveonfly +# depend texloganalyser +# depend texware +# depend tie +# depend tpic2pdftex +# depend typeoutfileinfo +# depend web +# depend xindy + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3