diff options
author | markd <markd@pkgsrc.org> | 2016-07-14 12:08:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-07-14 12:08:37 +0000 |
commit | 71ae6bdbc521efb3827ea701f1c90648f22447c8 (patch) | |
tree | ac964530759a426c31fb89c1fbd4d049d063fbe6 /print | |
parent | 70004c2e6a0eaa58fc1d200efe143aa0b7ddb18e (diff) | |
download | pkgsrc-71ae6bdbc521efb3827ea701f1c90648f22447c8.tar.gz |
Add tex-ctablestack{,-doc} 1.0
This package provides a method for defining category code table
stacks in LuaTeX. It builds on code provided by the 2015/10/01
release of LaTeX2e (also available as ltluatex.sty for plain
users). It is required by the luatexbase package (v1.0 onward)
which uses ctablestack to provide a back-compatibility form of
this concept.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-ctablestack-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-ctablestack-doc/Makefile | 13 | ||||
-rw-r--r-- | print/tex-ctablestack-doc/PLIST | 3 | ||||
-rw-r--r-- | print/tex-ctablestack-doc/distinfo | 6 | ||||
-rw-r--r-- | print/tex-ctablestack/DESCR | 6 | ||||
-rw-r--r-- | print/tex-ctablestack/Makefile | 13 | ||||
-rw-r--r-- | print/tex-ctablestack/PLIST | 2 | ||||
-rw-r--r-- | print/tex-ctablestack/distinfo | 6 |
8 files changed, 50 insertions, 0 deletions
diff --git a/print/tex-ctablestack-doc/DESCR b/print/tex-ctablestack-doc/DESCR new file mode 100644 index 00000000000..15904d37a81 --- /dev/null +++ b/print/tex-ctablestack-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-ctablestack. diff --git a/print/tex-ctablestack-doc/Makefile b/print/tex-ctablestack-doc/Makefile new file mode 100644 index 00000000000..d7a91681070 --- /dev/null +++ b/print/tex-ctablestack-doc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/07/14 12:08:37 markd Exp $ + +DISTNAME= ctablestack.doc +PKGNAME= tex-${DISTNAME:S/./-/}-1.0 +TEXLIVE_REV= 38514 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ctablestack +COMMENT= Documentation for tex-ctablestack +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ctablestack-doc/PLIST b/print/tex-ctablestack-doc/PLIST new file mode 100644 index 00000000000..f9ba613e3e1 --- /dev/null +++ b/print/tex-ctablestack-doc/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:08:37 markd Exp $ +share/texmf-dist/doc/luatex/ctablestack/README.md +share/texmf-dist/doc/luatex/ctablestack/ctablestack.pdf diff --git a/print/tex-ctablestack-doc/distinfo b/print/tex-ctablestack-doc/distinfo new file mode 100644 index 00000000000..c8df97981e8 --- /dev/null +++ b/print/tex-ctablestack-doc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/07/14 12:08:37 markd Exp $ + +SHA1 (tex-ctablestack-38514/ctablestack.doc.tar.xz) = 244f62650b32ee93c96cf3436ad3937c65240003 +RMD160 (tex-ctablestack-38514/ctablestack.doc.tar.xz) = 6f09e12a51e8d473cfacda42e777bc1e8ede1bab +SHA512 (tex-ctablestack-38514/ctablestack.doc.tar.xz) = d7f5e2740e10c6da59289af2f1254b4966e14ba3021b0ef0ac6b8831b8df206082ea3858a46b288a2d19fa3718023e6944cf912b6e814fc236f190811f14c78d +Size (tex-ctablestack-38514/ctablestack.doc.tar.xz) = 151912 bytes diff --git a/print/tex-ctablestack/DESCR b/print/tex-ctablestack/DESCR new file mode 100644 index 00000000000..7d067393633 --- /dev/null +++ b/print/tex-ctablestack/DESCR @@ -0,0 +1,6 @@ +This package provides a method for defining category code table +stacks in LuaTeX. It builds on code provided by the 2015/10/01 +release of LaTeX2e (also available as ltluatex.sty for plain +users). It is required by the luatexbase package (v1.0 onward) +which uses ctablestack to provide a back-compatibility form of +this concept. diff --git a/print/tex-ctablestack/Makefile b/print/tex-ctablestack/Makefile new file mode 100644 index 00000000000..b9b17b24cc8 --- /dev/null +++ b/print/tex-ctablestack/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2016/07/14 12:08:37 markd Exp $ + +DISTNAME= ctablestack +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 38514 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ctablestack +COMMENT= Catcode table stable support +LICENSE= lppl-1.3c + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-ctablestack/PLIST b/print/tex-ctablestack/PLIST new file mode 100644 index 00000000000..aefdd9a0d00 --- /dev/null +++ b/print/tex-ctablestack/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/07/14 12:08:37 markd Exp $ +share/texmf-dist/tex/luatex/ctablestack/ctablestack.sty diff --git a/print/tex-ctablestack/distinfo b/print/tex-ctablestack/distinfo new file mode 100644 index 00000000000..82bf32aec5f --- /dev/null +++ b/print/tex-ctablestack/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/07/14 12:08:37 markd Exp $ + +SHA1 (tex-ctablestack-38514/ctablestack.tar.xz) = 0292b90efcacd0835804fda86b52b8b5b599aeb7 +RMD160 (tex-ctablestack-38514/ctablestack.tar.xz) = c3d0caa50acd7d51cfbb3d0516c39855f4c0970a +SHA512 (tex-ctablestack-38514/ctablestack.tar.xz) = 46c391d0a837da260bed005abd5ca48565899de566a4f188ce03307e32860edfa3bc47f32ced569a798def6319e777dd1fa345217c560eb4ccd1d00dd2610af7 +Size (tex-ctablestack-38514/ctablestack.tar.xz) = 1132 bytes |