summaryrefslogtreecommitdiff
path: root/print/tex-etex/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-13 07:31:50 +0000
committerminskim <minskim>2009-04-13 07:31:50 +0000
commitec2d2906a9b82ba31141e9f76ac6c71947b1c6bd (patch)
tree6cd51110a192eb3c333ef5f3050c8ee3d2a78853 /print/tex-etex/Makefile
parente5bb7f19786895f209b716842b7d69c03f9b9596 (diff)
downloadpkgsrc-ec2d2906a9b82ba31141e9f76ac6c71947b1c6bd.tar.gz
Import tex-etex-2.1 as print/tex-etex.
e-TeX intends to fill the gap between TeX3 and the future NTS (New Typesetting System). It consists of a series of features extending the capabilities of TeX3. Since compatibility between e-TeX and TeX3 has been a main concern, e-TeX has two modes of operation. In TeX compatibility mode it fully deserves the name TeX and there are neither extended features nor additional primitive commands. That means in particular that e-TeX passes the TRIP test without any restriction. There are, however, a few minor modifications that would be legitimate in any implementation of TeX. In extended mode there are additional primitive commands and the extended features of e-TeX are available.
Diffstat (limited to 'print/tex-etex/Makefile')
-rw-r--r--print/tex-etex/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-etex/Makefile b/print/tex-etex/Makefile
new file mode 100644
index 00000000000..a9ad307117b
--- /dev/null
+++ b/print/tex-etex/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 07:31:50 minskim Exp $
+# TeX Live Revision 7340
+
+DISTNAME= etex
+PKGNAME= tex-${DISTNAME}-2.1
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= TeX implementation filling the gap between TeX3 and NTS
+
+CONFLICTS+= teTeX-texmf<=3.0nb11
+DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain
+
+.include "../../print/texlive/module.mk"
+.include "../../mk/bsd.pkg.mk"