summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-02-08 05:06:30 +0000
committerminskim <minskim@pkgsrc.org>2010-02-08 05:06:30 +0000
commitd84caa25f31eaddd35645bc94bd941083e4bb8df (patch)
tree56b7dd962de5daa6d37ba047d5093f3fda59d838 /print
parente7105bf96f9b77715287cfc3916d350d63c588b8 (diff)
downloadpkgsrc-d84caa25f31eaddd35645bc94bd941083e4bb8df.tar.gz
Import tex-collection-basic-2009 as print/tex-collection-basic.
These files are regarded as basic for any TeX system, covering plain TeX macros, Computer Modern fonts, and configuration for common drivers; no LaTeX.
Diffstat (limited to 'print')
-rw-r--r--print/tex-collection-basic/DESCR3
-rw-r--r--print/tex-collection-basic/Makefile48
2 files changed, 51 insertions, 0 deletions
diff --git a/print/tex-collection-basic/DESCR b/print/tex-collection-basic/DESCR
new file mode 100644
index 00000000000..ab0da3442f8
--- /dev/null
+++ b/print/tex-collection-basic/DESCR
@@ -0,0 +1,3 @@
+These files are regarded as basic for any TeX system, covering plain
+TeX macros, Computer Modern fonts, and configuration for common
+drivers; no LaTeX.
diff --git a/print/tex-collection-basic/Makefile b/print/tex-collection-basic/Makefile
new file mode 100644
index 00000000000..543573c8b98
--- /dev/null
+++ b/print/tex-collection-basic/Makefile
@@ -0,0 +1,48 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 05:06:30 minskim Exp $
+# TeX Live Revision 15576
+
+DISTNAME= collection-basic
+PKGNAME= tex-${DISTNAME}-2009
+CATEGORIES= print
+MASTER_SITES= # empty
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://www.tug.org/texlive/
+COMMENT= Essential programs and files for TeX
+
+DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
+DEPENDS+= tex-apalike-[0-9]*:../../print/tex-apalike
+DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
+DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
+DEPENDS+= tex-dvipdfm-[0-9]*:../../print/tex-dvipdfm
+DEPENDS+= tex-dvipdfmx-[0-9]*:../../print/tex-dvipdfmx
+DEPENDS+= tex-dvipdfmx-def-[0-9]*:../../print/tex-dvipdfmx-def
+DEPENDS+= tex-dvips-[0-9]*:../../print/tex-dvips
+DEPENDS+= tex-enctex-[0-9]*:../../print/tex-enctex
+DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
+DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
+DEPENDS+= tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
+DEPENDS+= gsftopkk-[0-9]*:../../fonts/gsftopkk
+DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
+DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
+DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex
+DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
+DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea
+DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
+DEPENDS+= tex-makeindex-[0-9]*:../../textproc/tex-makeindex
+DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
+DEPENDS+= tex-mflogo-[0-9]*:../../fonts/tex-mflogo
+DEPENDS+= tex-mfware-[0-9]*:../../fonts/tex-mfware
+DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc
+DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
+DEPENDS+= dialog-[0-9]*:../../misc/dialog
+DEPENDS+= tex-tetex-[0-9]*:../../print/tex-tetex
+DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
+DEPENDS+= texlive-tetex-[0-9]*:../../print/texlive-tetex
+DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts
+DEPENDS+= tex-xdvi-[0-9]*:../../print/tex-xdvi
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"