diff options
author | minskim <minskim> | 2011-03-16 18:14:29 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-16 18:14:29 +0000 |
commit | add366261beecd306d22201d137db5eeaaece689 (patch) | |
tree | 2083ae8bee1ac67c51276ba6cd4a6082dcbebda8 /print | |
parent | 9ccb00f6dffb200301e5840566c95771a93eba88 (diff) | |
download | pkgsrc-add366261beecd306d22201d137db5eeaaece689.tar.gz |
Import tex-collection-genericrecommended-doc-2010 as
print/tex-collection-genericrecommended-doc.
This is documentation for tex-collection-genericrecommended.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-collection-genericrecommended-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-collection-genericrecommended-doc/Makefile | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-collection-genericrecommended-doc/DESCR b/print/tex-collection-genericrecommended-doc/DESCR new file mode 100644 index 00000000000..2e227cad7c3 --- /dev/null +++ b/print/tex-collection-genericrecommended-doc/DESCR @@ -0,0 +1 @@ +This is documentation for tex-collection-genericrecommended. diff --git a/print/tex-collection-genericrecommended-doc/Makefile b/print/tex-collection-genericrecommended-doc/Makefile new file mode 100644 index 00000000000..8530ca83a58 --- /dev/null +++ b/print/tex-collection-genericrecommended-doc/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/16 18:14:29 minskim Exp $ + +DISTNAME= collection-genericrecommended-doc +PKGNAME= tex-${DISTNAME}-2010 +CATEGORIES= print +MASTER_SITES= # empty +TEXLIVE_REV= 19849 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Documentation for tex-collection-genericrecommended + +DEPENDS+= tex-collection-basic-doc-[0-9]*:../../print/tex-collection-basic-doc +DEPENDS+= tex-epsf-doc-[0-9]*:../../print/tex-epsf-doc +DEPENDS+= tex-fontname-doc-[0-9]*:../../fonts/tex-fontname-doc +# tex-genmisc-doc doeesn't have a documentation package +DEPENDS+= tex-kastrup-doc-[0-9]*:../../math/tex-kastrup-doc +DEPENDS+= tex-multido-doc-[0-9]*:../../devel/tex-multido-doc +DEPENDS+= tex-path-doc-[0-9]*:../../print/tex-path-doc +DEPENDS+= tex-tex-ps-doc-[0-9]*:../../graphics/tex-tex-ps-doc +DEPENDS+= tex-ulem-doc-[0-9]*:../../print/tex-ulem-doc + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |