summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-16 01:20:10 +0000
committermarkd <markd@pkgsrc.org>2022-04-16 01:20:10 +0000
commit1b85cde8f2ee1ac80b600e728e295d7b672081b5 (patch)
tree000ea3939c6c87896f530cac1ee62d3d93543ffa /math
parent275853ad90010d9d58adbc615835f41874aeda0a (diff)
downloadpkgsrc-1b85cde8f2ee1ac80b600e728e295d7b672081b5.tar.gz
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 (limited to 'math')
-rw-r--r--math/Makefile4
-rw-r--r--math/tex-zhnumber-doc/DESCR1
-rw-r--r--math/tex-zhnumber-doc/Makefile13
-rw-r--r--math/tex-zhnumber-doc/PLIST3
-rw-r--r--math/tex-zhnumber-doc/distinfo5
-rw-r--r--math/tex-zhnumber/DESCR4
-rw-r--r--math/tex-zhnumber/Makefile13
-rw-r--r--math/tex-zhnumber/PLIST5
-rw-r--r--math/tex-zhnumber/distinfo5
9 files changed, 52 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 7fbd64c4455..9f8e7f0b1e0 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
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 --git a/math/tex-zhnumber-doc/DESCR b/math/tex-zhnumber-doc/DESCR
new file mode 100644
index 00000000000..381161d5c70
--- /dev/null
+++ b/math/tex-zhnumber-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-zhnumber.
diff --git a/math/tex-zhnumber-doc/Makefile b/math/tex-zhnumber-doc/Makefile
new file mode 100644
index 00000000000..c1379f99337
--- /dev/null
+++ b/math/tex-zhnumber-doc/Makefile
@@ -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
+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 --git a/math/tex-zhnumber-doc/PLIST b/math/tex-zhnumber-doc/PLIST
new file mode 100644
index 00000000000..7c77c6b44d5
--- /dev/null
+++ b/math/tex-zhnumber-doc/PLIST
@@ -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 --git a/math/tex-zhnumber-doc/distinfo b/math/tex-zhnumber-doc/distinfo
new file mode 100644
index 00000000000..5f8c8143549
--- /dev/null
+++ b/math/tex-zhnumber-doc/distinfo
@@ -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 --git a/math/tex-zhnumber/DESCR b/math/tex-zhnumber/DESCR
new file mode 100644
index 00000000000..10d83521c50
--- /dev/null
+++ b/math/tex-zhnumber/DESCR
@@ -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 --git a/math/tex-zhnumber/Makefile b/math/tex-zhnumber/Makefile
new file mode 100644
index 00000000000..57caaca108a
--- /dev/null
+++ b/math/tex-zhnumber/Makefile
@@ -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
+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 --git a/math/tex-zhnumber/PLIST b/math/tex-zhnumber/PLIST
new file mode 100644
index 00000000000..138d99b249a
--- /dev/null
+++ b/math/tex-zhnumber/PLIST
@@ -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 --git a/math/tex-zhnumber/distinfo b/math/tex-zhnumber/distinfo
new file mode 100644
index 00000000000..24725238e2b
--- /dev/null
+++ b/math/tex-zhnumber/distinfo
@@ -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