summaryrefslogtreecommitdiff
path: root/meta-pkgs/texlive-collection-latex
diff options
context:
space:
mode:
authormarkd <markd>2015-05-06 10:10:27 +0000
committermarkd <markd>2015-05-06 10:10:27 +0000
commitf696ae9017ed3af418396282d1f84e9e9d19b845 (patch)
treefdf29bfa5b400261ee73107948d87ef7c1db7faf /meta-pkgs/texlive-collection-latex
parent60b29df0d91a0fbe760c1016cdc7a84d0da76303 (diff)
downloadpkgsrc-f696ae9017ed3af418396282d1f84e9e9d19b845.tar.gz
Reimport print/tex-collection-* as meta-pkgs/texlive-collection-*.
Diffstat (limited to 'meta-pkgs/texlive-collection-latex')
-rw-r--r--meta-pkgs/texlive-collection-latex/DESCR2
-rw-r--r--meta-pkgs/texlive-collection-latex/Makefile46
2 files changed, 48 insertions, 0 deletions
diff --git a/meta-pkgs/texlive-collection-latex/DESCR b/meta-pkgs/texlive-collection-latex/DESCR
new file mode 100644
index 00000000000..06ec0a99890
--- /dev/null
+++ b/meta-pkgs/texlive-collection-latex/DESCR
@@ -0,0 +1,2 @@
+These packages are mandated by the core LaTeX team, or at least very
+strongly recommended.
diff --git a/meta-pkgs/texlive-collection-latex/Makefile b/meta-pkgs/texlive-collection-latex/Makefile
new file mode 100644
index 00000000000..6b47cb7b4c5
--- /dev/null
+++ b/meta-pkgs/texlive-collection-latex/Makefile
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1 2015/05/06 10:10:28 markd Exp $
+
+DISTNAME= collection-latex
+PKGNAME= texlive-${DISTNAME}-2014
+CATEGORIES= meta-pkgs
+TEXLIVE_REV= 33055
+MASTER_SITES= # empty
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= Basic LaTeX packages
+
+DEPENDS+= texlive-collection-basic>=2010:../../meta-pkgs/texlive-collection-basic
+
+DEPENDS+= tex-ae>=1.4:../../fonts/tex-ae
+DEPENDS+= tex-amscls>=2010.20248:../../print/tex-amscls
+DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath
+DEPENDS+= tex-babel>=3.8lnb2:../../print/tex-babel
+DEPENDS+= tex-babel-english>=3.3p:../../print/tex-babel-english
+DEPENDS+= tex-babelbib>=1.29:../../print/tex-babelbib
+DEPENDS+= tex-carlisle>=2010:../../print/tex-carlisle
+DEPENDS+= tex-colortbl>=0.1nb1:../../print/tex-colortbl
+DEPENDS+= tex-fancyhdr>=3.1nb1:../../print/tex-fancyhdr
+DEPENDS+= tex-fix2col>=2009:../../print/tex-fix2col
+DEPENDS+= tex-geometry>=5.6:../../print/tex-geometry
+DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics
+DEPENDS+= tex-hyperref>=6.81pnb3:../../print/tex-hyperref
+DEPENDS+= tex-latex>=2010:../../print/tex-latex
+DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin
+DEPENDS+= tex-latex-fonts>=2009:../../fonts/tex-latex-fonts
+DEPENDS+= tex-latexconfig>=2010.20663:../../print/tex-latexconfig
+DEPENDS+= tex-ltxmisc>=2010:../../print/tex-ltxmisc
+DEPENDS+= tex-mfnfss>=2009:../../print/tex-mfnfss
+DEPENDS+= tex-mptopdf>=2010:../../graphics/tex-mptopdf
+DEPENDS+= tex-natbib>=8.31b:../../print/tex-natbib
+DEPENDS+= tex-oberdiek>=2009nb2:../../print/tex-oberdiek
+DEPENDS+= tex-pdftex-def>=0.04m:../../print/tex-pdftex-def
+DEPENDS+= tex-pslatex>=2009:../../print/tex-pslatex
+DEPENDS+= tex-psnfss>=9.2anb1:../../fonts/tex-psnfss
+DEPENDS+= tex-pspicture>=2009:../../print/tex-pspicture
+DEPENDS+= tex-tools>=2009:../../print/tex-tools
+DEPENDS+= tex-url>=3.4:../../print/tex-url
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"