diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 00:44:22 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 00:44:22 +0000 |
commit | 139838ce1dace9d35cb8d660e6e591b3fb19f34e (patch) | |
tree | f024a0631ef42d4f33ad0f86f2ce804fa502b489 /print/Makefile | |
parent | dcfbe93e784be574a4e36ce62babbb56db7918d3 (diff) |
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]
Notes
Notes:
svn path=/head/; revision=317452
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index e5815f7b27d5..6b842f093543 100644 --- a/print/Makefile +++ b/print/Makefile @@ -288,10 +288,22 @@ SUBDIR += teTeX-base SUBDIR += teTeX-texmf SUBDIR += tex + SUBDIR += tex-aleph + SUBDIR += tex-formats + SUBDIR += tex-jadetex + SUBDIR += tex-luatex SUBDIR += tex-mfpic SUBDIR += tex-omegaware-old + SUBDIR += tex-ptexenc SUBDIR += tex-texmflocal + SUBDIR += tex-xdvik + SUBDIR += tex-xetex + SUBDIR += tex-xmltex SUBDIR += texinfo + SUBDIR += texlive-base + SUBDIR += texlive-full + SUBDIR += texlive-infra + SUBDIR += texlive-texmf SUBDIR += texpower SUBDIR += texvc SUBDIR += tgif2tex |