diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-13 07:31:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-13 07:31:50 +0000 |
commit | e3c822f203b2c62b623759d0610a3eb7b758f711 (patch) | |
tree | 6cd51110a192eb3c333ef5f3050c8ee3d2a78853 /print/tex-etex | |
parent | a4fe20c44e4b209311dd4f15385a4f2c63ff6dc4 (diff) | |
download | pkgsrc-e3c822f203b2c62b623759d0610a3eb7b758f711.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')
-rw-r--r-- | print/tex-etex/DESCR | 12 | ||||
-rw-r--r-- | print/tex-etex/Makefile | 14 | ||||
-rw-r--r-- | print/tex-etex/PLIST | 3 | ||||
-rw-r--r-- | print/tex-etex/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/print/tex-etex/DESCR b/print/tex-etex/DESCR new file mode 100644 index 00000000000..4ba92756b17 --- /dev/null +++ b/print/tex-etex/DESCR @@ -0,0 +1,12 @@ +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. 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" diff --git a/print/tex-etex/PLIST b/print/tex-etex/PLIST new file mode 100644 index 00000000000..2f41418ec39 --- /dev/null +++ b/print/tex-etex/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/13 07:31:50 minskim Exp $ +share/texmf-dist/tex/plain/etex/etex.src +share/texmf-dist/tex/plain/etex/etexdefs.lib diff --git a/print/tex-etex/distinfo b/print/tex-etex/distinfo new file mode 100644 index 00000000000..e9dfaf6e08a --- /dev/null +++ b/print/tex-etex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/13 07:31:50 minskim Exp $ + +SHA1 (tex-etex-2.1/etex.tar.lzma) = 68e9775f495d0c6b83e68b1446ec2e62629d7739 +RMD160 (tex-etex-2.1/etex.tar.lzma) = b568bf4ce9ba359b02901bc8cdb9dc5d71e19c93 +Size (tex-etex-2.1/etex.tar.lzma) = 10164 bytes |