From 6cf008d9d36e73d4960cdef742788136b53f078e Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 8 Feb 2010 20:18:06 +0000 Subject: [PATCH] Import tex-collection-documentation-base-doc-2009 as print/tex-collection-documentation-base-doc. This package is a collection of the TeX Live documentation packages. --- .../DESCR | 1 + .../Makefile | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 print/tex-collection-documentation-base-doc/DESCR create mode 100644 print/tex-collection-documentation-base-doc/Makefile diff --git a/print/tex-collection-documentation-base-doc/DESCR b/print/tex-collection-documentation-base-doc/DESCR new file mode 100644 index 000000000000..f4b1947a7e10 --- /dev/null +++ b/print/tex-collection-documentation-base-doc/DESCR @@ -0,0 +1 @@ +This package is a collection of the TeX Live documentation packages. diff --git a/print/tex-collection-documentation-base-doc/Makefile b/print/tex-collection-documentation-base-doc/Makefile new file mode 100644 index 000000000000..fc3c0a6d8223 --- /dev/null +++ b/print/tex-collection-documentation-base-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 20:18:06 minskim Exp $ +# TeX Live Revision 13822 + +DISTNAME= collection-documentation-base-doc +PKGNAME= tex-${DISTNAME}-2009 +CATEGORIES= print +MASTER_SITES= # empty + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= TeX Live documentation + +DEPENDS+= tex-texlive-common-doc>=2009:../../print/tex-texlive-common-doc +DEPENDS+= tex-texlive-en-doc>=2009:../../print/tex-texlive-en-doc + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk"