pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print Add tex-ctablestack{,-doc} 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd8d18c690c3
branches:  trunk
changeset: 349643:cd8d18c690c3
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 14 12:08:37 2016 +0000

description:
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:

 print/tex-ctablestack-doc/DESCR    |   1 +
 print/tex-ctablestack-doc/Makefile |  13 +++++++++++++
 print/tex-ctablestack-doc/PLIST    |   3 +++
 print/tex-ctablestack-doc/distinfo |   6 ++++++
 print/tex-ctablestack/DESCR        |   6 ++++++
 print/tex-ctablestack/Makefile     |  13 +++++++++++++
 print/tex-ctablestack/PLIST        |   2 ++
 print/tex-ctablestack/distinfo     |   6 ++++++
 8 files changed, 50 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack-doc/DESCR   Thu Jul 14 12:08:37 2016 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-ctablestack.
diff -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack-doc/Makefile        Thu Jul 14 12:08:37 2016 +0000
@@ -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@localhost
+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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack-doc/PLIST   Thu Jul 14 12:08:37 2016 +0000
@@ -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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack-doc/distinfo        Thu Jul 14 12:08:37 2016 +0000
@@ -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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack/DESCR       Thu Jul 14 12:08:37 2016 +0000
@@ -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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack/Makefile    Thu Jul 14 12:08:37 2016 +0000
@@ -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@localhost
+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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack/PLIST       Thu Jul 14 12:08:37 2016 +0000
@@ -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 -r 3d48266a9857 -r cd8d18c690c3 print/tex-ctablestack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ctablestack/distinfo    Thu Jul 14 12:08:37 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index