pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math tex-zhnumber{,-doc}: Add version 2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c8311728cc1
branches:  trunk
changeset: 377064:5c8311728cc1
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 16 01:20:10 2022 +0000

description:
tex-zhnumber{,-doc}: Add version 2.8

The package provides commands to typeset Chinese
representations of numbers. The main difference between this
package and CJKnumb is that the commands provided are
expandable in the 'proper' way.

diffstat:

 math/Makefile                  |   4 +++-
 math/tex-zhnumber-doc/DESCR    |   1 +
 math/tex-zhnumber-doc/Makefile |  13 +++++++++++++
 math/tex-zhnumber-doc/PLIST    |   3 +++
 math/tex-zhnumber-doc/distinfo |   5 +++++
 math/tex-zhnumber/DESCR        |   4 ++++
 math/tex-zhnumber/Makefile     |  13 +++++++++++++
 math/tex-zhnumber/PLIST        |   5 +++++
 math/tex-zhnumber/distinfo     |   5 +++++
 9 files changed, 52 insertions(+), 1 deletions(-)

diffs (99 lines):

diff -r 7d864ab6b59b -r 5c8311728cc1 math/Makefile
--- a/math/Makefile     Sat Apr 16 01:15:37 2022 +0000
+++ b/math/Makefile     Sat Apr 16 01:20:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.538 2022/04/03 07:54:53 wiz Exp $
+# $NetBSD: Makefile,v 1.539 2022/04/16 01:20:10 markd Exp $
 
 COMMENT=       Mathematics
 
@@ -464,6 +464,8 @@
 SUBDIR+=       tex-physics-doc
 SUBDIR+=       tex-unicode-math
 SUBDIR+=       tex-unicode-math-doc
+SUBDIR+=       tex-zhnumber
+SUBDIR+=       tex-zhnumber-doc
 SUBDIR+=       texdrive
 SUBDIR+=       tochnog
 SUBDIR+=       udunits
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber-doc/DESCR       Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-zhnumber.
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber-doc/Makefile    Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:20:10 markd Exp $
+
+DISTNAME=      zhnumber.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.8
+TEXLIVE_REV=   54960
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/zhnumber
+COMMENT=       Documentation for tex-zhnumber
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber-doc/PLIST       Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:20:10 markd Exp $
+share/texmf-dist/doc/latex/zhnumber/README.md
+share/texmf-dist/doc/latex/zhnumber/zhnumber.pdf
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber-doc/distinfo    Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:20:10 markd Exp $
+
+BLAKE2s (zhnumber.doc.r54960.tar.xz) = 42a4ef9793df8ee6f3774a0716f08505f9c49ba541fad6945a83723358f3e430
+SHA512 (zhnumber.doc.r54960.tar.xz) = 36de5c397a5966d5da5b71ee1a05b0e3d597782122e86dd184e146699fd5ecf08b6c2ed014bcaa86db8c9b2146d3863d8aa46078b94b33fb3fcf4a7a5a14f271
+Size (zhnumber.doc.r54960.tar.xz) = 267108 bytes
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber/DESCR   Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,4 @@
+The package provides commands to typeset Chinese
+representations of numbers. The main difference between this
+package and CJKnumb is that the commands provided are
+expandable in the 'proper' way.
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber/Makefile        Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:20:10 markd Exp $
+
+DISTNAME=      zhnumber
+PKGNAME=       tex-${DISTNAME}-2.8
+TEXLIVE_REV=   54960
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/zhnumber
+COMMENT=       Typeset Chinese representations of numbers
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber/PLIST   Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:20:10 markd Exp $
+share/texmf-dist/tex/latex/zhnumber/zhnumber-big5.cfg
+share/texmf-dist/tex/latex/zhnumber/zhnumber-gbk.cfg
+share/texmf-dist/tex/latex/zhnumber/zhnumber-utf8.cfg
+share/texmf-dist/tex/latex/zhnumber/zhnumber.sty
diff -r 7d864ab6b59b -r 5c8311728cc1 math/tex-zhnumber/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/tex-zhnumber/distinfo        Sat Apr 16 01:20:10 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:20:10 markd Exp $
+
+BLAKE2s (zhnumber.r54960.tar.xz) = 4c461cbeb0650231bc41e69f617315b0d120987e5fda7b5fac26c7aa5edb60da
+SHA512 (zhnumber.r54960.tar.xz) = f9548c3e89e837f8967122de1b2ed45c083a741be3862824ef2bfb5b60bd0758e3f4360b2c1a1a886fb68da4947a77c6431c10339676db0b7518bc93db6c411f
+Size (zhnumber.r54960.tar.xz) = 7872 bytes



Home | Main Index | Thread Index | Old Index