pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print tex-xpinyin{,-doc}: Add version 2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76869d0a1783
branches:  trunk
changeset: 377068:76869d0a1783
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Apr 16 01:43:19 2022 +0000

description:
tex-xpinyin{,-doc}: Add version 2.9

The package is written to simplify the input of Hanyu Pinyin.
Macros are provided that automatically add pinyin to Chinese
characters.

diffstat:

 print/Makefile                 |   4 +++-
 print/tex-xpinyin-doc/DESCR    |   1 +
 print/tex-xpinyin-doc/Makefile |  13 +++++++++++++
 print/tex-xpinyin-doc/PLIST    |   3 +++
 print/tex-xpinyin-doc/distinfo |   5 +++++
 print/tex-xpinyin/DESCR        |   3 +++
 print/tex-xpinyin/Makefile     |  13 +++++++++++++
 print/tex-xpinyin/PLIST        |   3 +++
 print/tex-xpinyin/distinfo     |   5 +++++
 9 files changed, 49 insertions(+), 1 deletions(-)

diffs (96 lines):

diff -r ea2745f493ec -r 76869d0a1783 print/Makefile
--- a/print/Makefile    Sat Apr 16 01:37:30 2022 +0000
+++ b/print/Makefile    Sat Apr 16 01:43:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.823 2022/04/16 01:15:37 markd Exp $
+# $NetBSD: Makefile,v 1.824 2022/04/16 01:43:19 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -1651,6 +1651,8 @@
 SUBDIR+=       tex-xltxtra-doc
 SUBDIR+=       tex-xpatch
 SUBDIR+=       tex-xpatch-doc
+SUBDIR+=       tex-xpinyin
+SUBDIR+=       tex-xpinyin-doc
 SUBDIR+=       tex-xskak
 SUBDIR+=       tex-xskak-doc
 SUBDIR+=       tex-xstring
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin-doc/DESCR       Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-xpinyin.
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin-doc/Makefile    Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:43:19 markd Exp $
+
+DISTNAME=      xpinyin.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-2.9
+TEXLIVE_REV=   56709
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xpinyin
+COMMENT=       Documentation for tex-xpinyin
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin-doc/PLIST       Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:43:19 markd Exp $
+share/texmf-dist/doc/latex/xpinyin/README.md
+share/texmf-dist/doc/latex/xpinyin/xpinyin.pdf
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin-doc/distinfo    Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:43:19 markd Exp $
+
+BLAKE2s (xpinyin.doc.r56709.tar.xz) = fba4ba6bf9bfbfe38a397bc131b8d104716e69e4603d1a900f09cccc1b1091fe
+SHA512 (xpinyin.doc.r56709.tar.xz) = 58715c5eb8e0e336bf6de29b47760eedc27802fd82bb120ce37a6502eeb00c8b8230503d660e687131d8312be93a72dc6b2dc15b89cb82d46be5f5b7200a91e9
+Size (xpinyin.doc.r56709.tar.xz) = 200480 bytes
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin/DESCR   Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,3 @@
+The package is written to simplify the input of Hanyu Pinyin.
+Macros are provided that automatically add pinyin to Chinese
+characters.
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin/Makefile        Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/04/16 01:43:19 markd Exp $
+
+DISTNAME=      xpinyin
+PKGNAME=       tex-${DISTNAME}-2.9
+TEXLIVE_REV=   56709
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/xpinyin
+COMMENT=       Automatically add pinyin to Chinese characters
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin/PLIST   Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/04/16 01:43:19 markd Exp $
+share/texmf-dist/tex/latex/xpinyin/xpinyin-database.def
+share/texmf-dist/tex/latex/xpinyin/xpinyin.sty
diff -r ea2745f493ec -r 76869d0a1783 print/tex-xpinyin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xpinyin/distinfo        Sat Apr 16 01:43:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/16 01:43:19 markd Exp $
+
+BLAKE2s (xpinyin.r56709.tar.xz) = 7c5080094bfa1f2a20d31dba6a899091989c6b109151f88b8a5f48df858d305b
+SHA512 (xpinyin.r56709.tar.xz) = 94ea16ea9d649e28094173862ce5e31c655acef0c21dcd03a6f7d3f5463cdca15da7ea9b4408d539900a7c2d55a7418f4fac8defbe914bcad8c4a58f6e1bdb4d
+Size (xpinyin.r56709.tar.xz) = 201012 bytes



Home | Main Index | Thread Index | Old Index