From a3581dd43efb1847c3d2ec8114bb4d4863d26f6d Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 15 Feb 2010 20:29:15 +0000 Subject: Import tex-latex-bin-2009 as print/tex-latex-bin. LaTeX is a widely-used macro package for TeX, providing many basic document formating commands extended by a wide range of packages. It is a development of Leslie Lamport's original LaTeX 2.09, and superseded the older system in June 1994. This package provides the following commands: latex, lualatex, pdflatex, and dvilualatex. --- print/tex-latex-bin/DESCR | 7 +++++++ print/tex-latex-bin/Makefile | 28 ++++++++++++++++++++++++++++ print/tex-latex-bin/PLIST | 5 +++++ print/tex-latex-bin/distinfo | 5 +++++ 4 files changed, 45 insertions(+) create mode 100644 print/tex-latex-bin/DESCR create mode 100644 print/tex-latex-bin/Makefile create mode 100644 print/tex-latex-bin/PLIST create mode 100644 print/tex-latex-bin/distinfo (limited to 'print') diff --git a/print/tex-latex-bin/DESCR b/print/tex-latex-bin/DESCR new file mode 100644 index 00000000000..da9bace6309 --- /dev/null +++ b/print/tex-latex-bin/DESCR @@ -0,0 +1,7 @@ +LaTeX is a widely-used macro package for TeX, providing many basic +document formating commands extended by a wide range of packages. It +is a development of Leslie Lamport's original LaTeX 2.09, and +superseded the older system in June 1994. + +This package provides the following commands: latex, lualatex, +pdflatex, and dvilualatex. diff --git a/print/tex-latex-bin/Makefile b/print/tex-latex-bin/Makefile new file mode 100644 index 00000000000..4592963c458 --- /dev/null +++ b/print/tex-latex-bin/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 20:29:15 minskim Exp $ +# TeX Live Revision 16044 + +DISTNAME= latex-bin +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX executables + +CONFLICTS+= teTeX-texmf<=3.0nb31 +CONFLICTS+= tex-bin-latex<2009 +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +SUPERSEDES= tex-bin-latex<2009 + +INSTALLATION_DIRS= bin + +TEX_FORMATS+= "latex pdftex language.dat -translate-file=cp227.tcx *latex.ini\\npdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini\\ndvilualatex luatex language.dat dvilualatex.ini\\nlualatex luatex language.dat lualatex.ini\\n" +TEX_TEXMF_DIRS= # empty + +.include "../../print/texlive/package.mk" + +post-install: + ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/latex + ${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdflatex + ${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/dvilualatex + ${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/lualatex + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-latex-bin/PLIST b/print/tex-latex-bin/PLIST new file mode 100644 index 00000000000..bf739d967be --- /dev/null +++ b/print/tex-latex-bin/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 20:29:15 minskim Exp $ +bin/dvilualatex +bin/latex +bin/lualatex +bin/pdflatex diff --git a/print/tex-latex-bin/distinfo b/print/tex-latex-bin/distinfo new file mode 100644 index 00000000000..eeee7730e3d --- /dev/null +++ b/print/tex-latex-bin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/15 20:29:15 minskim Exp $ + +SHA1 (tex-latex-bin-2009/latex-bin.tar.xz) = 632f58543bce5f03a4c32102fd9c527e3f8d3d45 +RMD160 (tex-latex-bin-2009/latex-bin.tar.xz) = a39cf98d18f739b77f652698baff520543e3c64f +Size (tex-latex-bin-2009/latex-bin.tar.xz) = 400 bytes -- cgit v1.2.3