pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-latex-bin Import tex-latex-bin-2009 as print...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b53f6faa7d8f
branches: trunk
changeset: 571740:b53f6faa7d8f
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 15 20:29:15 2010 +0000
description:
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.
diffstat:
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(+), 0 deletions(-)
diffs (61 lines):
diff -r a63cc037fb11 -r b53f6faa7d8f print/tex-latex-bin/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-latex-bin/DESCR Mon Feb 15 20:29:15 2010 +0000
@@ -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 -r a63cc037fb11 -r b53f6faa7d8f print/tex-latex-bin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-latex-bin/Makefile Mon Feb 15 20:29:15 2010 +0000
@@ -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@localhost
+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 -r a63cc037fb11 -r b53f6faa7d8f print/tex-latex-bin/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-latex-bin/PLIST Mon Feb 15 20:29:15 2010 +0000
@@ -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 -r a63cc037fb11 -r b53f6faa7d8f print/tex-latex-bin/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-latex-bin/distinfo Mon Feb 15 20:29:15 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index