diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-10 23:00:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-10 23:00:03 +0000 |
commit | 91bb9c30f1e7a60f00a648ae988c0e76769937f4 (patch) | |
tree | fcf5f81622dba06baeeb5e3ccea637720517a4e0 /print | |
parent | 478300bb3da3e0d6149331c1fdf5849c5073e2a8 (diff) | |
download | pkgsrc-91bb9c30f1e7a60f00a648ae988c0e76769937f4.tar.gz |
Import tex-collection-latex-doc-2009 as print/tex-collection-latex-doc.
This is documentation for tex-collection-latex.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-collection-latex-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-collection-latex-doc/Makefile | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/print/tex-collection-latex-doc/DESCR b/print/tex-collection-latex-doc/DESCR new file mode 100644 index 00000000000..82e34bb7506 --- /dev/null +++ b/print/tex-collection-latex-doc/DESCR @@ -0,0 +1 @@ +This is documentation for tex-collection-latex. diff --git a/print/tex-collection-latex-doc/Makefile b/print/tex-collection-latex-doc/Makefile new file mode 100644 index 00000000000..dd7d2cf387f --- /dev/null +++ b/print/tex-collection-latex-doc/Makefile @@ -0,0 +1,43 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/10 23:00:03 minskim Exp $ + +DISTNAME= collection-latex-doc +PKGNAME= tex-${DISTNAME}-2009 +CATEGORIES= print +TEXLIVE_REV= 17133 +MASTER_SITES= # empty + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Documentation for tex-collection-latex + +DEPENDS+= tex-ae-doc>=1.4:../../fonts/tex-ae-doc +DEPENDS+= tex-amscls-doc>=2009:../../print/tex-amscls-doc +DEPENDS+= tex-amsmath-doc>=2.13:../../print/tex-amsmath-doc +DEPENDS+= tex-babel-doc>=3.8l:../../print/tex-babel-doc +DEPENDS+= tex-babelbib-doc>=1.29:../../print/tex-babelbib-doc +DEPENDS+= tex-carlisle-doc>=2009:../../print/tex-carlisle-doc +DEPENDS+= tex-colortbl-doc>=0.1:../../print/tex-colortbl-doc +DEPENDS+= tex-fancyhdr-doc>=3.1:../../print/tex-fancyhdr-doc +DEPENDS+= tex-fix2col-doc>=2009:../../print/tex-fix2col-doc +DEPENDS+= tex-geometry-doc>=5.3:../../print/tex-geometry-doc +DEPENDS+= tex-graphics-doc>=1.0onb1:../../print/tex-graphics-doc +DEPENDS+= tex-hyperref-doc>=6.80x:../../print/tex-hyperref-doc +DEPENDS+= tex-latex-doc>=2009:../../print/tex-latex-doc +DEPENDS+= tex-latex-bin-doc>=2009:../../print/tex-latex-bin-doc +# tex-latex-fonts doesn't have a documentation package. +# tex-latexconfig doesn't have a documentation package. +# tex-ltxmisc doesn't have a documentation package. +DEPENDS+= tex-mfnfss-doc>=2009:../../print/tex-mfnfss-doc +DEPENDS+= tex-natbib-doc>=8.31a:../../print/tex-natbib-doc +DEPENDS+= tex-oberdiek-doc>=2009:../../print/tex-oberdiek-doc +# tex-pdftex-def doesn't have a documentation package. +# tex-pslatex doesn't have a documentation package. +DEPENDS+= tex-psnfss-doc>=9.2a:../../fonts/tex-psnfss-doc +DEPENDS+= tex-pspicture-doc>=2009:../../print/tex-pspicture-doc +# tex-supp-pdf doesn't have a documentation package. +DEPENDS+= tex-tools-doc>=2009:../../print/tex-tools-doc +DEPENDS+= tex-collection-basic-doc>=2009:../../print/tex-collection-basic-doc + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |