diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-19 18:22:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-19 18:22:10 +0000 |
commit | 584627321f44d812bbf020170cbc9388980326bd (patch) | |
tree | 463b06e3c5af78d0613bc17c83a7fa23f8cc6eb8 /print | |
parent | b2a581f6211b51a3d0490eb87394a248b1d5c77e (diff) | |
download | pkgsrc-584627321f44d812bbf020170cbc9388980326bd.tar.gz |
tex-bin-latex is no longer used.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 | ||||
-rw-r--r-- | print/tex-bin-latex/DESCR | 7 | ||||
-rw-r--r-- | print/tex-bin-latex/Makefile | 36 | ||||
-rw-r--r-- | print/tex-bin-latex/PLIST | 6 | ||||
-rw-r--r-- | print/tex-bin-latex/distinfo | 5 |
5 files changed, 1 insertions, 56 deletions
diff --git a/print/Makefile b/print/Makefile index 8aaad8e443f..88f4b9713d6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.346 2010/02/18 10:08:28 wiz Exp $ +# $NetBSD: Makefile,v 1.347 2010/02/19 18:22:10 minskim Exp $ # COMMENT= Desktop publishing @@ -156,7 +156,6 @@ SUBDIR+= tex-bagpipetex SUBDIR+= tex-bibtex SUBDIR+= tex-bibtex-doc SUBDIR+= tex-bin-kotex -SUBDIR+= tex-bin-latex SUBDIR+= tex-caption SUBDIR+= tex-caption-doc SUBDIR+= tex-carlisle diff --git a/print/tex-bin-latex/DESCR b/print/tex-bin-latex/DESCR deleted file mode 100644 index 9d00fee7b7e..00000000000 --- a/print/tex-bin-latex/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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. diff --git a/print/tex-bin-latex/Makefile b/print/tex-bin-latex/Makefile deleted file mode 100644 index 8ad53f6242c..00000000000 --- a/print/tex-bin-latex/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2010/01/30 15:46:51 minskim Exp $ -# TeX Live Revision 12778 - -DISTNAME= bin-latex -PKGNAME= tex-${DISTNAME}-2008.12778 -PKGREVISION= 5 -DIST_SUBDIR= ${PKGNAME_NOREV}nb1 - -MAINTAINER= minskim@NetBSD.org -COMMENT= TeX macro package that defines LaTeX - -CONFLICTS+= teTeX-bin<=3.0nb31 -DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel -DEPENDS+= tex-kpathsea-[0-9]*:../../print/tex-kpathsea -DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base -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 -TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf - -TEXLIVE_IGNORE_PATTERNS= texmf/tex - -.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" diff --git a/print/tex-bin-latex/PLIST b/print/tex-bin-latex/PLIST deleted file mode 100644 index d2abe6edca2..00000000000 --- a/print/tex-bin-latex/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2010/01/30 15:46:51 minskim Exp $ -bin/latex -bin/lualatex -bin/pdflatex -bin/pdflualatex -share/texmf/fmtutil/format.latex.cnf diff --git a/print/tex-bin-latex/distinfo b/print/tex-bin-latex/distinfo deleted file mode 100644 index 14784bdca1c..00000000000 --- a/print/tex-bin-latex/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2009/04/27 15:40:17 minskim Exp $ - -SHA1 (tex-bin-latex-2008.12778nb1/bin-latex.tar.lzma) = c22c4e0de707880712fdbabe6d6abb44214eaf34 -RMD160 (tex-bin-latex-2008.12778nb1/bin-latex.tar.lzma) = 14d31a6ceaf4660c2e6c086bced9b0aafe12b91c -Size (tex-bin-latex-2008.12778nb1/bin-latex.tar.lzma) = 1749 bytes |