diff options
author | markd <markd@pkgsrc.org> | 2022-04-16 01:43:19 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-16 01:43:19 +0000 |
commit | d490d3f5f47ad110e36093fcc2e09a44e94092e7 (patch) | |
tree | 25bd9079cf426aaf9137811e0d60348865153698 | |
parent | 0ac2576e05ed58574f78036bf736cb100fb3e784 (diff) | |
download | pkgsrc-d490d3f5f47ad110e36093fcc2e09a44e94092e7.tar.gz |
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.
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/tex-xpinyin-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-xpinyin-doc/Makefile | 13 | ||||
-rw-r--r-- | print/tex-xpinyin-doc/PLIST | 3 | ||||
-rw-r--r-- | print/tex-xpinyin-doc/distinfo | 5 | ||||
-rw-r--r-- | print/tex-xpinyin/DESCR | 3 | ||||
-rw-r--r-- | print/tex-xpinyin/Makefile | 13 | ||||
-rw-r--r-- | print/tex-xpinyin/PLIST | 3 | ||||
-rw-r--r-- | print/tex-xpinyin/distinfo | 5 |
9 files changed, 49 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index dabbabeb7e2..00568f9b343 100644 --- a/print/Makefile +++ b/print/Makefile @@ -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 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 --git a/print/tex-xpinyin-doc/DESCR b/print/tex-xpinyin-doc/DESCR new file mode 100644 index 00000000000..b5c075eee27 --- /dev/null +++ b/print/tex-xpinyin-doc/DESCR @@ -0,0 +1 @@ +Documentation for tex-xpinyin. diff --git a/print/tex-xpinyin-doc/Makefile b/print/tex-xpinyin-doc/Makefile new file mode 100644 index 00000000000..0a67db000ed --- /dev/null +++ b/print/tex-xpinyin-doc/Makefile @@ -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 +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 --git a/print/tex-xpinyin-doc/PLIST b/print/tex-xpinyin-doc/PLIST new file mode 100644 index 00000000000..8be603dfe83 --- /dev/null +++ b/print/tex-xpinyin-doc/PLIST @@ -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 --git a/print/tex-xpinyin-doc/distinfo b/print/tex-xpinyin-doc/distinfo new file mode 100644 index 00000000000..c511028f4b9 --- /dev/null +++ b/print/tex-xpinyin-doc/distinfo @@ -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 --git a/print/tex-xpinyin/DESCR b/print/tex-xpinyin/DESCR new file mode 100644 index 00000000000..b51251597b3 --- /dev/null +++ b/print/tex-xpinyin/DESCR @@ -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 --git a/print/tex-xpinyin/Makefile b/print/tex-xpinyin/Makefile new file mode 100644 index 00000000000..e33342a510d --- /dev/null +++ b/print/tex-xpinyin/Makefile @@ -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 +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 --git a/print/tex-xpinyin/PLIST b/print/tex-xpinyin/PLIST new file mode 100644 index 00000000000..997d0a3a0a5 --- /dev/null +++ b/print/tex-xpinyin/PLIST @@ -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 --git a/print/tex-xpinyin/distinfo b/print/tex-xpinyin/distinfo new file mode 100644 index 00000000000..9ae68159653 --- /dev/null +++ b/print/tex-xpinyin/distinfo @@ -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 |