pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-ucharcat{,-doc}: add version 0.03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bea759159fb
branches:  trunk
changeset: 370333:2bea759159fb
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 15 20:38:19 2017 +0000

description:
tex-ucharcat{,-doc}: add version 0.03

The package implements the \Ucharcat command for LuaLaTeX.
\Ucharcat is a new primitive in XeTeX, an extension of the
existing \Uchar command, that allows the specification of the
catcode as well as character code of the character token being
constructed.

diffstat:

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

diffs (81 lines):

diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat-doc/DESCR      Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-ucharcat.
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat-doc/Makefile   Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:38:19 markd Exp $
+
+DISTNAME=      ucharcat.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-0.03
+TEXLIVE_REV=   38907
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/ucharcat
+COMMENT=       Documentation for tex-ucharcat
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat-doc/PLIST      Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:38:19 markd Exp $
+share/texmf-dist/doc/latex/ucharcat/README
+share/texmf-dist/doc/latex/ucharcat/ucharcat.pdf
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat-doc/distinfo   Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:38:19 markd Exp $
+
+SHA1 (tex-ucharcat-38907/ucharcat.doc.tar.xz) = 34cf5b65a92f255d340c26a269cfbb9b04df1f23
+RMD160 (tex-ucharcat-38907/ucharcat.doc.tar.xz) = 5a00d787aa0746b1bc8f7df53799ad346cd22be1
+SHA512 (tex-ucharcat-38907/ucharcat.doc.tar.xz) = ef8b3c9570dcb86817bf1b6cafb4d61417a99ca000bdf798f5ba288b9722668914dac1d61f23cfaf5daae3449465edde091d94c3af347c4d3f57f51d6f605688
+Size (tex-ucharcat-38907/ucharcat.doc.tar.xz) = 159872 bytes
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat/DESCR  Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,5 @@
+The package implements the \Ucharcat command for LuaLaTeX.
+\Ucharcat is a new primitive in XeTeX, an extension of the
+existing \Uchar command, that allows the specification of the
+catcode as well as character code of the character token being
+constructed.
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat/Makefile       Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/10/15 20:38:19 markd Exp $
+
+DISTNAME=      ucharcat
+PKGNAME=       tex-${DISTNAME}-0.03
+TEXLIVE_REV=   38907
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ctan.org/pkg/ucharcat
+COMMENT=       Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat/PLIST  Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/15 20:38:19 markd Exp $
+share/texmf-dist/tex/latex/ucharcat/ucharcat.sty
diff -r 4ef8560a1712 -r 2bea759159fb print/tex-ucharcat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ucharcat/distinfo       Sun Oct 15 20:38:19 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/15 20:38:19 markd Exp $
+
+SHA1 (tex-ucharcat-38907/ucharcat.tar.xz) = 851f3c13e9a32893a7dbe45112a97b8b996b3071
+RMD160 (tex-ucharcat-38907/ucharcat.tar.xz) = a47fca9fc0c596af636deeabe11ab09d4c6368b9
+SHA512 (tex-ucharcat-38907/ucharcat.tar.xz) = 7c27ddbb806f8e4203175a6ebc40a180503a3d3e2c00d54945cef820370c1de336f0f23613c6a60f41ce60b71129717d871b2cf4685f7032697e8287ac1a43d2
+Size (tex-ucharcat-38907/ucharcat.tar.xz) = 1184 bytes



Home | Main Index | Thread Index | Old Index