TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# bsd.tex.mk - Common part for TeX related ports
|
|
|
|
#
|
|
|
|
TEX_MAINTAINER= hrs@FreeBSD.org
|
|
|
|
|
2013-05-09 14:32:41 -04:00
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# Ports which depend on TeX should use USE_TEX.
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# USE_TEX= yes
|
|
|
|
# imports variables only, and
|
|
|
|
# USE_TEX= full
|
|
|
|
# means full teTeX or TeXLive dependency.
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-15 11:29:01 -04:00
|
|
|
# If a port needs to depend on a specific TeX distribution (teTeX or
|
|
|
|
# TeXLive), specify either of "texlive" or "tetex" in USE_TEX in
|
|
|
|
# addition to other keywords.
|
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# The other valid keywords (* means TeXLive specific):
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# base: base part
|
2013-05-22 04:26:53 -04:00
|
|
|
# texmf: texmf tree (except for documentation)
|
|
|
|
# docs: documentation
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# web2c: WEB2C toolchain and TeX engines[*]
|
|
|
|
# kpathsea: kpathsea library[*]
|
|
|
|
# ptexenc: character code conversion library for pTeX[*]
|
|
|
|
# infra: tlmgr dependency (Perl modules)[*]
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-09 16:03:43 -04:00
|
|
|
# dvipsk: dvipsk
|
2013-05-06 03:18:52 -04:00
|
|
|
# dvipdfmx: DVIPDFMx
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
# xdvik: XDvi
|
|
|
|
#
|
|
|
|
# formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX,
|
2013-05-11 13:58:55 -04:00
|
|
|
# METAFONT, MLTeX, PDFTeX, TeXsis[*]
|
|
|
|
# tex: TeX
|
|
|
|
# latex: LaTeX
|
2013-05-15 11:29:01 -04:00
|
|
|
# pdftex: PDFTeX
|
2013-05-11 13:58:55 -04:00
|
|
|
# aleph: Aleph[*]
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
# jadetex: JadeTeX
|
2013-05-11 13:58:55 -04:00
|
|
|
# luatex: LuaTeX[*]
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
# ptex: pTeX
|
2013-05-11 13:58:55 -04:00
|
|
|
# xetex: XeTeX[*]
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
# xmltex: XMLTeX
|
|
|
|
#
|
|
|
|
# texhash: directory search hash regeneration
|
2013-05-11 13:58:55 -04:00
|
|
|
# updmap: font map regeneration[*]
|
|
|
|
# fmtutil: format regeneration[*]
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
#
|
2013-05-11 13:58:55 -04:00
|
|
|
# Examples:
|
|
|
|
# USE_TEX= latex:build
|
2013-05-15 11:29:01 -04:00
|
|
|
# USE_TEX= formats texlive
|
2013-06-08 07:48:04 -04:00
|
|
|
# USE_TEX= latex:build dvipsk:build
|
2013-05-07 04:44:32 -04:00
|
|
|
|
|
|
|
# default TeX distribution. "tetex" or "texlive"
|
|
|
|
TEX_DEFAULT?= tetex
|
|
|
|
#TEX_DEFAULT?= texlive
|
|
|
|
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
TEXMFDIR?= share/texmf
|
|
|
|
TEXMFDISTDIR?= share/texmf-dist
|
|
|
|
TEXMFLOCALDIR?= share/texmf-local
|
|
|
|
TEXMFVARDIR?= share/texmf-var
|
|
|
|
TEXMFCONFIGDIR?=share/texmf-config
|
|
|
|
FMTUTIL_CNF?= ${TEXMFCONFIGDIR}/web2c/fmtutil.cnf
|
|
|
|
TEXHASHDIRS?= ${TEXMFDIR} ${TEXMFDISTDIR} ${TEXMFLOCALDIR} ${TEXMFVARDIR} ${TEXMFCONFIGDIR}
|
|
|
|
|
|
|
|
.for V in TEXMFDIR TEXMFDISTDIR TEXMFLOCALDIR TEXMFVARDIR TEXMFCONFIGDIR FMTUTIL_CNF
|
|
|
|
PLIST_SUB+= $V="${$V}"
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
CONFLICTS_TEXLIVE= \
|
|
|
|
texlive-[0-9]* tex-web2c-[0-9]* \
|
|
|
|
tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \
|
|
|
|
tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]*
|
|
|
|
CONFLICTS_TETEX= \
|
|
|
|
teTeX-[0-9]* *-teTeX-[0-9]* \
|
|
|
|
teTeX-*-[0-9]* *-teTeX-*-[0-9]* \
|
|
|
|
latex2e-[0-9]*
|
|
|
|
|
2013-05-15 11:29:01 -04:00
|
|
|
# override the user configuration
|
2014-05-05 05:45:36 -04:00
|
|
|
.if !empty(USE_TEX:tu:MTETEX)
|
2013-05-15 11:29:01 -04:00
|
|
|
TEX_DEFAULT= tetex
|
2014-05-05 05:45:36 -04:00
|
|
|
.elif !empty(USE_TEX:tu:MTEXLIVE)
|
2013-05-15 11:29:01 -04:00
|
|
|
TEX_DEFAULT= texlive
|
|
|
|
.endif
|
|
|
|
|
2014-05-05 05:45:36 -04:00
|
|
|
.if !empty(TEX_DEFAULT:tu:MTETEX)
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
CONFLICTS_INSTALL+= ${CONFLICTS_TEXLIVE}
|
2014-05-05 05:45:36 -04:00
|
|
|
.elif !empty(TEX_DEFAULT:tu:MTEXLIVE)
|
2013-05-11 13:58:55 -04:00
|
|
|
CONFLICTS_INSTALL+= ${CONFLICTS_TETEX}
|
|
|
|
.else
|
|
|
|
.error malformed TEX_DEFAULT: ${TEX_DEFAULT}
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
.endif
|
2013-05-11 13:58:55 -04:00
|
|
|
|
2014-05-05 05:45:36 -04:00
|
|
|
_TEX_LABEL:= ${TEX_DEFAULT:tu:S/TEXLIVE/TEX/}
|
2013-05-11 13:58:55 -04:00
|
|
|
|
|
|
|
_USE_TETEX_TEXMF= ${LOCALBASE}/${TEXMFDISTDIR}/LICENSE.texmf:${PORTSDIR}/print/teTeX-texmf
|
|
|
|
_USE_TEX_TEXMF= ${LOCALBASE}/${TEXMFDISTDIR}/README:${PORTSDIR}/print/texlive-texmf
|
|
|
|
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
_USE_TETEX_BASE= mktexlsr:${PORTSDIR}/print/teTeX-base
|
2013-05-11 13:58:55 -04:00
|
|
|
_USE_TEX_BASE= tlmgr:${PORTSDIR}/print/texlive-base
|
|
|
|
|
2013-05-22 04:26:53 -04:00
|
|
|
_USE_TEX_DOCS= ${LOCALBASE}/${TEXMFDIR}/doc/texlive/texlive-en/README:${PORTSDIR}/print/texlive-docs
|
|
|
|
|
2013-06-07 04:10:24 -04:00
|
|
|
_USE_TEX_INFRA= texlive-infra>=0:${PORTSDIR}/print/texlive-infra
|
2013-05-11 13:58:55 -04:00
|
|
|
|
2013-05-10 05:05:05 -04:00
|
|
|
_USE_TETEX_DVIPSK= dvips:${PORTSDIR}/print/dvipsk-tetex
|
2013-05-11 13:58:55 -04:00
|
|
|
_USE_TEX_DVIPSK= dvips:${PORTSDIR}/print/tex-dvipsk
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
2013-05-11 13:58:55 -04:00
|
|
|
_USE_TETEX_XDVIK= xdvi:${PORTSDIR}/print/xdvik
|
|
|
|
_USE_TEX_XDVIK= xdvi:${PORTSDIR}/print/tex-xdvik
|
|
|
|
|
|
|
|
_USE_TETEX_DVIPDFMX= dvipdfmx:${PORTSDIR}/print/dvipdfmx
|
|
|
|
_USE_TEX_DVIPDFMX= dvipdfmx:${PORTSDIR}/print/tex-dvipdfmx
|
|
|
|
|
|
|
|
_USE_TETEX_TEX= ${_USE_TETEX_BASE} ${_USE_TETEX_TEXMF}
|
|
|
|
_USE_TEX_TEX= ${_USE_TEX_FORMATS}
|
|
|
|
|
|
|
|
_USE_TETEX_LATEX= ${_USE_TETEX_BASE} ${_USE_TETEX_TEXMF}
|
|
|
|
_USE_TEX_LATEX= ${_USE_TEX_FORMATS}
|
|
|
|
|
2013-05-15 11:29:01 -04:00
|
|
|
_USE_TETEX_PDFTEX= ${_USE_TETEX_BASE} ${_USE_TETEX_TEXMF}
|
|
|
|
_USE_TEX_PDFTEX= ${_USE_TEX_FORMATS}
|
|
|
|
|
2013-05-11 13:58:55 -04:00
|
|
|
_USE_TETEX_JADETEX= jadetex:${PORTSDIR}/print/jadetex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
_USE_TEX_JADETEX= jadetex:${PORTSDIR}/print/tex-jadetex
|
2013-05-11 13:58:55 -04:00
|
|
|
|
|
|
|
_USE_TETEX_XMLTEX= xmltex:${PORTSDIR}/print/xmltex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
_USE_TEX_XMLTEX= xmltex:${PORTSDIR}/print/tex-xmltex
|
2013-05-11 13:58:55 -04:00
|
|
|
|
|
|
|
_USE_TETEX_PTEX= ptex:${PORTSDIR}/japanese/ptex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
_USE_TEX_PTEX= ptex:${PORTSDIR}/japanese/tex-ptex
|
2013-05-11 13:58:55 -04:00
|
|
|
|
|
|
|
_USE_TEX_WEB2C= weave:${PORTSDIR}/devel/tex-web2c
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
_USE_TEX_KPATHSEA= kpathsea:${PORTSDIR}/devel/tex-kpathsea
|
|
|
|
_USE_TEX_PTEXENC= ptexenc:${PORTSDIR}/print/tex-ptexenc
|
|
|
|
_USE_TEX_FORMATS= ${LOCALBASE}/${TEXMFVARDIR}/web2c/tex/tex.fmt:${PORTSDIR}/print/tex-formats
|
2013-05-11 13:58:55 -04:00
|
|
|
_USE_TEX_ALEPH= aleph:${PORTSDIR}/print/tex-aleph
|
|
|
|
_USE_TEX_LUATEX= luatex:${PORTSDIR}/print/tex-luatex
|
|
|
|
_USE_TEX_XETEX= xetex:${PORTSDIR}/print/tex-xetex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
2013-05-15 11:29:01 -04:00
|
|
|
_USE_TETEX_FULL=texmf base \
|
|
|
|
dvipsk dvipdfmx xdvik xmltex jadetex
|
|
|
|
_USE_TEX_FULL= texmf base web2c infra \
|
|
|
|
formats aleph xetex jadetex luatex xmltex ptex \
|
|
|
|
dvipsk dvipdfmx xdvik \
|
|
|
|
kpathsea:lib ptexenc:lib
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
2014-05-05 05:45:36 -04:00
|
|
|
.if !empty(USE_TEX:tu:MFULL)
|
2013-05-15 11:29:01 -04:00
|
|
|
USE_TEX:= ${_USE_${_TEX_LABEL}_FULL}
|
|
|
|
.endif
|
|
|
|
|
2014-05-05 05:45:36 -04:00
|
|
|
.for _UU in ${USE_TEX:tu}
|
2013-05-11 13:58:55 -04:00
|
|
|
_U:= ${_UU} # ugly but necessary in for loop
|
2014-05-05 05:45:36 -04:00
|
|
|
. if !empty(_U:tu:MKPATHSEA) || !empty(_U:tu:MPTEXENC)
|
2013-05-15 11:29:01 -04:00
|
|
|
_U:= ${_U}:lib
|
|
|
|
. endif
|
|
|
|
. if empty(_U:M*\:*)
|
2013-05-11 13:58:55 -04:00
|
|
|
_C:= BUILD RUN
|
2013-05-15 11:29:01 -04:00
|
|
|
. else
|
2013-05-11 13:58:55 -04:00
|
|
|
_C:= ${_U:C/.*://}
|
2013-05-15 11:29:01 -04:00
|
|
|
. endif
|
2014-05-05 05:45:36 -04:00
|
|
|
. for _CC in ${_C:tu}
|
2013-05-15 11:29:01 -04:00
|
|
|
TEX_${_CC}_DEPENDS+=${_USE_${_TEX_LABEL}_${_UU:C/:.*$//}}
|
2013-05-11 13:58:55 -04:00
|
|
|
. endfor
|
2013-05-15 11:29:01 -04:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.for _C in EXTRACT BUILD LIB RUN
|
|
|
|
${_C}_DEPENDS+= ${TEX_${_C}_DEPENDS:O:u}
|
|
|
|
.endfor
|
2013-05-11 13:58:55 -04:00
|
|
|
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
.ORDER: do-texhash do-fmtutil do-updmap
|
|
|
|
|
2013-05-21 03:30:16 -04:00
|
|
|
.if !empty(USE_TEX:Mtexhash) || \
|
|
|
|
!empty(USE_TEX:Mtexhash-bootstrap) || \
|
|
|
|
!empty(USE_TEX:Mfmtutil) || \
|
|
|
|
!empty(USE_TEX:Mupdmap)
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
.PHONY: do-texhash
|
|
|
|
do-texhash:
|
2013-05-21 03:30:16 -04:00
|
|
|
. if !empty(USE_TEX:Mtexhash-bootstrap)
|
|
|
|
@${LOCALBASE}/bin/mktexlsr ${TEXHASHDIRS:S,^,${PREFIX}/,}
|
|
|
|
@${ECHO_CMD} "@exec ${LOCALBASE}/bin/mktexlsr " \
|
|
|
|
"${TEXHASHDIRS:S,^,%D/,}" >> ${TMPPLIST}
|
|
|
|
@for D in ${TEXHASHDIRS}; do \
|
|
|
|
${ECHO_CMD} "@unexec ${RM} -f %D/$$D/ls-R"; \
|
|
|
|
${ECHO_CMD} "@unexec ${RMDIR} %D/$$D 2> /dev/null || ${TRUE}"; \
|
|
|
|
done >> ${TMPPLIST}
|
|
|
|
. else
|
2014-06-27 19:26:25 -04:00
|
|
|
.if defined(NO_STAGE)
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
@for D in ${TEXHASHDIRS:S,^,${PREFIX}/,}; do \
|
|
|
|
if [ -r $$D/ls-R ]; then ${LOCALBASE}/bin/mktexlsr $$D; fi; \
|
|
|
|
done
|
2014-06-27 19:26:25 -04:00
|
|
|
.endif
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
@${ECHO_CMD} "@exec for D in ${TEXHASHDIRS:S,^,${PREFIX}/,}; do " \
|
|
|
|
"if [ -r \$$D/ls-R ]; then " \
|
|
|
|
"${LOCALBASE}/bin/mktexlsr \$$D; " \
|
|
|
|
"fi; done" >> ${TMPPLIST}
|
|
|
|
@${ECHO_CMD} "@unexec for D in ${TEXHASHDIRS:S,^,${PREFIX}/,}; do " \
|
|
|
|
"if [ -r \$$D/ls-R ]; then " \
|
|
|
|
"${LOCALBASE}/bin/mktexlsr \$$D; " \
|
|
|
|
"fi; done" >> ${TMPPLIST}
|
2013-05-21 03:30:16 -04:00
|
|
|
. endif
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
2013-05-22 04:26:53 -04:00
|
|
|
post-install-script: do-texhash
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(USE_TEX:Mfmtutil)
|
|
|
|
.PHONY: do-fmtutil
|
2013-05-22 04:26:53 -04:00
|
|
|
. for F in ${TEX_FORMATS}
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
do-fmtutil: do-fmtutil-$F post-install-$F
|
|
|
|
do-fmtutil-$F:
|
2014-06-27 19:26:25 -04:00
|
|
|
.if defined(NO_STAGE)
|
2014-05-05 05:45:36 -04:00
|
|
|
@${TEST} -n '${TEX_FORMAT_${F:tu}}'
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
@${TEST} -r ${LOCALBASE}/${FMTUTIL_CNF}
|
|
|
|
@exec < ${LOCALBASE}/${FMTUTIL_CNF} && \
|
|
|
|
${RM} ${LOCALBASE}/${FMTUTIL_CNF} && \
|
|
|
|
(${GREP} -v "\#$F\$$"; \
|
2014-05-05 05:45:36 -04:00
|
|
|
${PRINTF} "%s\t\#$F\n" ${TEX_FORMAT_${F:tu}}) \
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
> ${LOCALBASE}/${FMTUTIL_CNF}
|
2014-05-05 05:45:36 -04:00
|
|
|
@${PRINTF} "%s\t\#$F\n" ${TEX_FORMAT_${F:tu}} | \
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
while read format dum; do \
|
|
|
|
${SETENV} PATH=${PATH}:${LOCALBASE}/bin \
|
|
|
|
TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} \
|
|
|
|
${LOCALBASE}/bin/fmtutil-sys --byfmt $$format; \
|
|
|
|
done
|
2013-06-08 07:48:04 -04:00
|
|
|
@${LOCALBASE}/bin/mktexlsr ${TEXMFVARDIR:S,^,${PREFIX}/,}
|
2014-06-27 19:42:02 -04:00
|
|
|
.else
|
2014-06-27 20:24:09 -04:00
|
|
|
@exec < ${LOCALBASE}/${FMTUTIL_CNF} && \
|
|
|
|
(${GREP} -v "\#$F\$$"; \
|
|
|
|
${PRINTF} "%s\t\#$F\n" ${TEX_FORMAT_${F:tu}}) \
|
|
|
|
> ${WRKDIR}/fmtutil.cnf
|
2014-06-27 19:42:02 -04:00
|
|
|
@${PRINTF} "%s\t\#$F\n" ${TEX_FORMAT_${F:tu}} | \
|
|
|
|
while read format dum; do \
|
2014-06-27 20:24:09 -04:00
|
|
|
${SETENV} PATH=${PATH}:${LOCALBASE}/bin:${STAGEDIR}/${PREFIX}/bin \
|
2014-06-27 19:42:02 -04:00
|
|
|
TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} \
|
|
|
|
${LOCALBASE}/bin/fmtutil-sys --byfmt $$format \
|
2014-06-27 20:24:09 -04:00
|
|
|
--cnffile ${WRKDIR}/fmtutil.cnf \
|
2014-06-27 19:50:29 -04:00
|
|
|
--fmtdir ${STAGEDIR}${PREFIX}/${TEXMFVARDIR}/web2c; \
|
2014-06-27 19:42:02 -04:00
|
|
|
done
|
2014-06-27 19:26:25 -04:00
|
|
|
.endif
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
@${ECHO_CMD} "@exec exec < ${LOCALBASE}/${FMTUTIL_CNF} && " \
|
|
|
|
"${RM} ${LOCALBASE}/${FMTUTIL_CNF} && " \
|
|
|
|
"(${GREP} -v \"\#$F\$$\"; ${PRINTF} \"%%s\t\#$F\n\" " \
|
2014-05-05 05:45:36 -04:00
|
|
|
"${TEX_FORMAT_${F:tu}:S,",\\",g}) " \
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
"> ${LOCALBASE}/${FMTUTIL_CNF}" >> ${TMPPLIST}
|
|
|
|
@${ECHO_CMD} "@unexec exec < ${LOCALBASE}/${FMTUTIL_CNF} && " \
|
|
|
|
"${RM} ${LOCALBASE}/${FMTUTIL_CNF} && " \
|
|
|
|
"${GREP} -v \"\#$F\$$\" " \
|
|
|
|
"> ${LOCALBASE}/${FMTUTIL_CNF}" >> ${TMPPLIST}
|
2014-05-05 05:45:36 -04:00
|
|
|
_PLIST_FILES+= ${TEX_FORMAT_${F:tu}_FILES}
|
|
|
|
_PLIST_DIRSTRY+=${TEX_FORMAT_${F:tu}_DIRS}
|
2013-05-22 04:26:53 -04:00
|
|
|
. endfor
|
|
|
|
post-install-script: do-fmtutil
|
|
|
|
|
2013-05-21 23:07:21 -04:00
|
|
|
PLIST_FILES= ${_PLIST_FILES:O:u}
|
|
|
|
PLIST_DIRSTRY= ${_PLIST_DIRSTRY:O:u} \
|
|
|
|
${TEXMFVARDIR}/web2c \
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
${TEXMFVARDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(USE_TEX:Mupdmap)
|
|
|
|
.PHONY: do-updmap
|
|
|
|
do-updmap:
|
|
|
|
${SETENV} PATH=${PATH}:${LOCALBASE}/bin \
|
|
|
|
TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} \
|
|
|
|
${LOCALBASE}/bin/updmap-sys
|
|
|
|
@${ECHO_CMD} "@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin " \
|
|
|
|
"TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} " \
|
|
|
|
"${LOCALBASE}/bin/updmap-sys" >> ${TMPPLIST}
|
|
|
|
@${ECHO_CMD} "@unexec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin " \
|
|
|
|
"TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} " \
|
|
|
|
"${LOCALBASE}/bin/updmap-sys" >> ${TMPPLIST}
|
2013-05-22 04:26:53 -04:00
|
|
|
|
|
|
|
post-install-script: do-updmap
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
TEX_FORMAT_ALEPH?= \
|
|
|
|
"aleph aleph - *aleph.ini" \
|
|
|
|
"lamed aleph language.dat *lambda.ini"
|
|
|
|
TEX_FORMAT_ALEPH_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/aleph/aleph.log \
|
|
|
|
${TEXMFVARDIR}/web2c/aleph/aleph.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/aleph/lamed.log \
|
|
|
|
${TEXMFVARDIR}/web2c/aleph/lamed.fmt \
|
|
|
|
bin/lamed
|
|
|
|
TEX_FORMAT_ALEPH_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/aleph
|
|
|
|
post-install-aleph:
|
2014-06-27 20:24:09 -04:00
|
|
|
${LN} -sf aleph ${STAGEDIR}${PREFIX}/bin/lamed
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_AMSTEX?= \
|
|
|
|
"amstex pdftex - -translate-file=cp227.tcx *amstex.ini"
|
|
|
|
TEX_FORMAT_AMSTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/amstex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/amstex.fmt \
|
|
|
|
bin/amstex
|
|
|
|
TEX_FORMAT_AMSTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-amstex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -fs pdftex ${STAGEDIR}${PREFIX}/bin/amstex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_CONTEXT?= \
|
|
|
|
"cont-en pdftex cont-usr.tex -8bit *cont-en.ini"
|
|
|
|
# XXX
|
|
|
|
# "metafun mpost - metafun.mp"
|
|
|
|
TEX_FORMAT_CONTEXT_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/cont-en.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/cont-en.fmt
|
|
|
|
# bin/metafun
|
|
|
|
TEX_FORMAT_CONTEXT_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-context:
|
|
|
|
@${DO_NADA}
|
|
|
|
# ${LN} -sf mpost ${PREFIX}/bin/metafun
|
|
|
|
|
|
|
|
TEX_FORMAT_CSLATEX?= \
|
|
|
|
"cslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini" \
|
|
|
|
"pdfcslatex pdftex - -etex -translate-file=cp227.tcx cslatex.ini"
|
|
|
|
TEX_FORMAT_CSLATEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/cslatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/cslatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfcslatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfcslatex.fmt \
|
|
|
|
bin/cslatex \
|
|
|
|
bin/pdfcslatex
|
|
|
|
TEX_FORMAT_CSLATEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-cslatex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/cslatex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdfcslatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_EPLAIN?= \
|
|
|
|
"eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini"
|
|
|
|
TEX_FORMAT_EPLAIN_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/eplain.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/eplain.fmt \
|
|
|
|
bin/eplain
|
|
|
|
TEX_FORMAT_EPLAIN_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-eplain:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/eplain
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_JADETEX?= \
|
|
|
|
"jadetex pdftex language.dat *jadetex.ini" \
|
|
|
|
"pdfjadetex pdftex language.dat *pdfjadetex.ini"
|
|
|
|
TEX_FORMAT_JADETEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/jadetex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/jadetex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfjadetex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfjadetex.fmt \
|
|
|
|
bin/jadetex \
|
|
|
|
bin/pdfjadetex
|
|
|
|
TEX_FORMAT_JADETEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-jadetex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/jadetex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdfjadetex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_LATEX-BIN?= \
|
|
|
|
"latex pdftex language.dat -translate-file=cp227.tcx *latex.ini" \
|
|
|
|
"pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini"
|
|
|
|
TEX_FORMAT_LATEX-BIN_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/latex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/latex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdflatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdflatex.fmt \
|
|
|
|
bin/latex \
|
|
|
|
bin/pdflatex
|
|
|
|
TEX_FORMAT_LATEX-BIN_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-latex-bin:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/latex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdflatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_LUATEX?= \
|
|
|
|
"luatex luatex language.def,language.dat.lua luatex.ini" \
|
|
|
|
"dviluatex luatex language.def,language.dat.lua dviluatex.ini" \
|
|
|
|
"dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini" \
|
|
|
|
"lualatex luatex language.dat,language.dat.lua lualatex.ini"
|
|
|
|
TEX_FORMAT_LUATEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/dviluatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/dviluatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/dvilualatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/dvilualatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/luatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/luatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/lualatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex/lualatex.fmt \
|
|
|
|
bin/dviluatex \
|
|
|
|
bin/dvilualatex \
|
|
|
|
bin/lualatex
|
|
|
|
TEX_FORMAT_LUATEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/luatex
|
|
|
|
post-install-luatex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf luatex ${STAGEDIR}${PREFIX}/bin/dviluatex
|
|
|
|
${LN} -sf luatex ${STAGEDIR}${PREFIX}/bin/dvilualatex
|
|
|
|
${LN} -sf luatex ${STAGEDIR}${PREFIX}/bin/lualatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_METAFONT?= \
|
|
|
|
"mf mf-nowin - -translate-file=cp227.tcx mf.ini"
|
|
|
|
TEX_FORMAT_METAFONT_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/metafont/mf.log \
|
|
|
|
${TEXMFVARDIR}/web2c/metafont/mf.base
|
|
|
|
TEX_FORMAT_METAFONT_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/metafont
|
|
|
|
post-install-metafont:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
TEX_FORMAT_MEX?= \
|
|
|
|
"mex pdftex mexconf.tex -translate-file=cp227.tcx *mex.ini" \
|
|
|
|
"pdfmex pdftex mexconf.tex -translate-file=cp227.tcx *pdfmex.ini" \
|
|
|
|
"utf8mex pdftex mexconf.tex -enc *utf8mex.ini"
|
|
|
|
TEX_FORMAT_MEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfmex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfmex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/utf8mex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/utf8mex.fmt \
|
|
|
|
bin/mex \
|
|
|
|
bin/pdfmex \
|
|
|
|
bin/utf8mex
|
|
|
|
TEX_FORMAT_MEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-mex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/mex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdfmex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/utf8mex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_MLTEX?= \
|
|
|
|
"mllatex pdftex language.dat -translate-file=cp227.tcx -mltex mllatex.ini" \
|
|
|
|
"mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini"
|
|
|
|
TEX_FORMAT_MLTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mllatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mllatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mltex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mltex.fmt \
|
|
|
|
bin/mltex \
|
|
|
|
bin/mllatex
|
|
|
|
TEX_FORMAT_MLTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-mltex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/mltex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/mllatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_MPTOPDF?= \
|
|
|
|
"mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex"
|
|
|
|
TEX_FORMAT_MPTOPDF_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mptopdf.log \
|
2013-06-01 08:39:21 -04:00
|
|
|
${TEXMFVARDIR}/web2c/pdftex/mptopdf.fmt
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
TEX_FORMAT_MPTOPDF_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
2013-06-02 05:39:31 -04:00
|
|
|
post-install-mptopdf:
|
|
|
|
@${DO_NADA}
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_PDFTEX?= \
|
|
|
|
"pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini" \
|
|
|
|
"etex pdftex language.def -translate-file=cp227.tcx *etex.ini" \
|
|
|
|
"pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini"
|
|
|
|
TEX_FORMAT_PDFTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdftex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdftex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/etex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/etex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfetex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfetex.fmt \
|
|
|
|
bin/pdfetex
|
|
|
|
TEX_FORMAT_PDFTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-pdftex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdfetex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_PTEX?= \
|
|
|
|
"ptex ptex - ptex.ini" \
|
|
|
|
"ptex eptex language.def *eptex.ini" \
|
|
|
|
"platex eptex language.dat *platex.ini"
|
|
|
|
TEX_FORMAT_PTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/ptex/ptex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/ptex/ptex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/eptex/ptex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/eptex/ptex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/eptex/platex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/eptex/platex.fmt \
|
|
|
|
bin/platex
|
|
|
|
TEX_FORMAT_PTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/ptex \
|
|
|
|
${TEXMFVARDIR}/web2c/eptex
|
|
|
|
post-install-ptex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf eptex ${STAGEDIR}${PREFIX}/bin/platex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_TEX?= \
|
|
|
|
"tex tex - tex.ini"
|
|
|
|
TEX_FORMAT_TEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/tex/tex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/tex/tex.fmt
|
|
|
|
TEX_FORMAT_TEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/tex
|
|
|
|
post-install-tex:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
TEX_FORMAT_TEXSIS?= \
|
|
|
|
"texsis pdftex - -translate-file=cp227.tcx texsis.ini"
|
|
|
|
TEX_FORMAT_TEXSIS_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/texsis.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/texsis.fmt \
|
|
|
|
bin/texsis
|
|
|
|
TEX_FORMAT_TEXSIS_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-texsis:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/texsis
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_UPTEX?= \
|
|
|
|
"uptex uptex - uptex.ini" \
|
|
|
|
"euptex euptex language.def *euptex.ini" \
|
|
|
|
"uplatex euptex language.dat *uplatex.ini"
|
|
|
|
TEX_FORMAT_UPTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/euptex/euptex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/euptex/euptex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/uptex/uptex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/uptex/uptex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/euptex/uplatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/euptex/uplatex.fmt \
|
|
|
|
bin/uplatex
|
|
|
|
TEX_FORMAT_UPTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/euptex \
|
|
|
|
${TEXMFVARDIR}/web2c/uptex
|
|
|
|
post-install-uptex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf euptex ${STAGEDIR}${PREFIX}/bin/uplatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_XETEX?= \
|
|
|
|
"xetex xetex language.def -etex xetex.ini" \
|
|
|
|
"xelatex xetex language.dat -etex xelatex.ini" \
|
|
|
|
"cont-en xetex cont-usr.tex -8bit *cont-en.ini"
|
|
|
|
TEX_FORMAT_XETEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/xetex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/xetex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/xelatex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/xelatex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/cont-en.log \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex/cont-en.fmt \
|
|
|
|
bin/xelatex
|
|
|
|
TEX_FORMAT_XETEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/xetex
|
|
|
|
post-install-xetex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf xetex ${STAGEDIR}${PREFIX}/bin/xelatex
|
TeXLive mega commit. The following ports have been added:
* Meta port
- print/texlive-full: meta port to install all of the TeXLive components
* Libraries
- devel/tex-kpathsea: kpathsea library
- devel/tex-web2c: WEB2C toolchain and TeX engines
- print/tex-ptexenc: character code conversion library for pTeX
* Base part of the TeXLive
- print/texlive-base: binary programs in TeXLive
- print/texlive-texmf: macro and font data in TeXLive
- print/texlive-infra: tlmgr dependency (Perl modules)
* TeX Formats
- print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
- print/tex-aleph: Aleph/Lambda
- print/tex-xetex: XeTeX
- print/tex-luatex: LuaTeX
- print/tex-jadetex: JadeTeX
- print/tex-xmltex: XMLTeX
- japanese/tex-ptex: pTeX
* DVI ware
- print/tex-xdvik: XDvi
Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].
Approved by: portmgr (old version) [1]
PR: ports/171571
PR: ports/176399 [1]
2013-05-05 20:44:22 -04:00
|
|
|
|
|
|
|
TEX_FORMAT_XMLTEX?= \
|
|
|
|
"xmltex pdftex language.dat *xmltex.ini" \
|
|
|
|
"pdfxmltex pdftex language.dat *pdfxmltex.ini"
|
|
|
|
TEX_FORMAT_XMLTEX_FILES= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/xmltex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/xmltex.fmt \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfxmltex.log \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex/pdfxmltex.fmt \
|
|
|
|
bin/xmltex \
|
|
|
|
bin/pdfxmltex
|
|
|
|
TEX_FORMAT_XMLTEX_DIRS= \
|
|
|
|
${TEXMFVARDIR}/web2c/pdftex
|
|
|
|
post-install-xmltex:
|
2014-06-27 19:26:25 -04:00
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/xmltex
|
|
|
|
${LN} -sf pdftex ${STAGEDIR}${PREFIX}/bin/pdfxmltex
|