diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-collection-latex/DESCR | 2 | ||||
-rw-r--r-- | print/tex-collection-latex/Makefile | 43 |
2 files changed, 45 insertions, 0 deletions
diff --git a/print/tex-collection-latex/DESCR b/print/tex-collection-latex/DESCR new file mode 100644 index 00000000000..06ec0a99890 --- /dev/null +++ b/print/tex-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/print/tex-collection-latex/Makefile b/print/tex-collection-latex/Makefile new file mode 100644 index 00000000000..f74008a14ea --- /dev/null +++ b/print/tex-collection-latex/Makefile @@ -0,0 +1,43 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/10 22:59:38 minskim Exp $ + +DISTNAME= collection-latex +PKGNAME= tex-${DISTNAME}-2009 +CATEGORIES= print +TEXLIVE_REV= 17133 +MASTER_SITES= # empty + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Basic LaTeX packages + +DEPENDS+= tex-ae>=1.4:../../fonts/tex-ae +DEPENDS+= tex-amscls>=2009:../../print/tex-amscls +DEPENDS+= tex-amsmath>=2.13nb1:../../print/tex-amsmath +DEPENDS+= tex-babel>=3.8lnb1:../../print/tex-babel +DEPENDS+= tex-babelbib>=1.29:../../print/tex-babelbib +DEPENDS+= tex-carlisle>=2009:../../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.3:../../print/tex-geometry +DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics +DEPENDS+= tex-hyperref>=6.80x:../../print/tex-hyperref +DEPENDS+= tex-latex>=2009:../../print/tex-latex +DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin +DEPENDS+= tex-latex-fonts>=2009:../../fonts/tex-latex-fonts +DEPENDS+= tex-latexconfig>=2009:../../print/tex-latexconfig +DEPENDS+= tex-ltxmisc>=2009:../../print/tex-ltxmisc +DEPENDS+= tex-mfnfss>=2009:../../print/tex-mfnfss +DEPENDS+= tex-natbib>=8.31a:../../print/tex-natbib +DEPENDS+= tex-oberdiek>=2009:../../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-supp-pdf>=2009:../../print/tex-supp-pdf +DEPENDS+= tex-tools>=2009:../../print/tex-tools +DEPENDS+= tex-collection-basic>=2009nb1:../../print/tex-collection-basic + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |