Import tex-bin-latex-2008.10592 as print/tex-bin-latex.
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 LaTeX formats for the following commands: latex, lualatex, pdflatex, and pdflualatex.
This commit is contained in:
parent
fb1b514226
commit
ea9b78b873
4 changed files with 50 additions and 0 deletions
7
print/tex-bin-latex/DESCR
Normal file
7
print/tex-bin-latex/DESCR
Normal file
|
@ -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 LaTeX formats for the following commands: latex,
|
||||
lualatex, pdflatex, and pdflualatex.
|
29
print/tex-bin-latex/Makefile
Normal file
29
print/tex-bin-latex/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/04/14 18:24:07 minskim Exp $
|
||||
# TeX Live Revision 10592
|
||||
|
||||
DISTNAME= bin-latex
|
||||
PKGNAME= tex-${DISTNAME}-2008.10592
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= TeX macro package that defines LaTeX
|
||||
|
||||
CONFLICTS+= teTeX-bin<=3.0nb31
|
||||
DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea
|
||||
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
||||
DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig
|
||||
DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex
|
||||
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
|
||||
|
||||
INSTALLATION_DIRS+= bin
|
||||
|
||||
TEX_FORMAT_NAMES+= latex
|
||||
|
||||
.include "../../print/texlive/module.mk"
|
||||
|
||||
post-install:
|
||||
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/latex
|
||||
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/pdflatex
|
||||
${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/lualatex
|
||||
${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/pdflualatex
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
print/tex-bin-latex/PLIST
Normal file
9
print/tex-bin-latex/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/14 18:24:07 minskim Exp $
|
||||
bin/latex
|
||||
bin/lualatex
|
||||
bin/pdflatex
|
||||
bin/pdflualatex
|
||||
share/texmf/fmtutil/format.latex.cnf
|
||||
share/texmf/tex/latex/config/color.cfg
|
||||
share/texmf/tex/latex/config/graphics.cfg
|
||||
share/texmf/tex/latex/config/hyperref.cfg
|
5
print/tex-bin-latex/distinfo
Normal file
5
print/tex-bin-latex/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/04/14 18:24:07 minskim Exp $
|
||||
|
||||
SHA1 (tex-bin-latex-2008.10592/bin-latex.tar.lzma) = 5cbb0032e7ac9d854d777c5d75be165fc12df4bf
|
||||
RMD160 (tex-bin-latex-2008.10592/bin-latex.tar.lzma) = 8d84fe91f787a19debf64eeffae13c11dda9a4aa
|
||||
Size (tex-bin-latex-2008.10592/bin-latex.tar.lzma) = 1748 bytes
|
Loading…
Reference in a new issue