aboutsummaryrefslogtreecommitdiff
path: root/print/tex-formats
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-06 00:44:22 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-06 00:44:22 +0000
commit139838ce1dace9d35cb8d660e6e591b3fb19f34e (patch)
treef024a0631ef42d4f33ad0f86f2ce804fa502b489 /print/tex-formats
parentdcfbe93e784be574a4e36ce62babbb56db7918d3 (diff)
downloadports-139838ce1dace9d35cb8d660e6e591b3fb19f34e.tar.gz
ports-139838ce1dace9d35cb8d660e6e591b3fb19f34e.zip
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/tex-formats')
-rw-r--r--print/tex-formats/Makefile23
-rw-r--r--print/tex-formats/pkg-descr3
2 files changed, 26 insertions, 0 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
new file mode 100644
index 000000000000..717a1c2275fa
--- /dev/null
+++ b/print/tex-formats/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= formats
+PORTVERSION= 20120701
+CATEGORIES= print
+MASTER_SITES= #empty
+PKGNAMEPREFIX= tex-
+DISTFILES= #empty
+EXTRACT_ONLY= #empty
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Formats for Basic TeX Engines
+
+NO_BUILD= yes
+USE_TEX= web2c kpathsea texmf texhash fmtutil
+TEXHASHDIRS= ${TEXMFVARDIR}
+TEX_FORMATS= amstex context cslatex eplain latex-bin \
+ metafont mex mltex mptopdf pdftex tex texsis
+
+do-install:
+ @${DO_NADA}
+
+.include <bsd.port.mk>
diff --git a/print/tex-formats/pkg-descr b/print/tex-formats/pkg-descr
new file mode 100644
index 000000000000..8c16472ff0aa
--- /dev/null
+++ b/print/tex-formats/pkg-descr
@@ -0,0 +1,3 @@
+TeX Live binaries and manuals.
+
+WWW: http://tug.org/texlive/