Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6840C1A921F for ; Sat, 16 Apr 2022 01:43:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7AF584E84; Sat, 16 Apr 2022 01:43:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDCC384E57 for ; Sat, 16 Apr 2022 01:43:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uUBB2-hXFcup for ; Sat, 16 Apr 2022 01:43:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 032D884DBD for ; Sat, 16 Apr 2022 01:43:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4579FB24; Sat, 16 Apr 2022 01:43:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165007339943140" MIME-Version: 1.0 Date: Sat, 16 Apr 2022 01:43:19 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20220416014319.E4579FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165007339943140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Apr 16 01:43:19 UTC 2022 Modified Files: pkgsrc/print: Makefile Added Files: pkgsrc/print/tex-xpinyin: DESCR Makefile PLIST distinfo pkgsrc/print/tex-xpinyin-doc: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.823 -r1.824 pkgsrc/print/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-xpinyin/DESCR \ pkgsrc/print/tex-xpinyin/Makefile pkgsrc/print/tex-xpinyin/PLIST \ pkgsrc/print/tex-xpinyin/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-xpinyin-doc/DESCR \ pkgsrc/print/tex-xpinyin-doc/Makefile pkgsrc/print/tex-xpinyin-doc/PLIST \ pkgsrc/print/tex-xpinyin-doc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165007339943140 Content-Disposition: inline Content-Length: 4329 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/Makefile diff -u pkgsrc/print/Makefile:1.823 pkgsrc/print/Makefile:1.824 --- pkgsrc/print/Makefile:1.823 Sat Apr 16 01:15:37 2022 +++ pkgsrc/print/Makefile Sat Apr 16 01:43:19 2022 @@ -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 Added files: Index: pkgsrc/print/tex-xpinyin/DESCR diff -u /dev/null pkgsrc/print/tex-xpinyin/DESCR:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin/DESCR Sat Apr 16 01:43:19 2022 @@ -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. Index: pkgsrc/print/tex-xpinyin/Makefile diff -u /dev/null pkgsrc/print/tex-xpinyin/Makefile:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin/Makefile Sat Apr 16 01:43:19 2022 @@ -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" Index: pkgsrc/print/tex-xpinyin/PLIST diff -u /dev/null pkgsrc/print/tex-xpinyin/PLIST:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin/PLIST Sat Apr 16 01:43:19 2022 @@ -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 Index: pkgsrc/print/tex-xpinyin/distinfo diff -u /dev/null pkgsrc/print/tex-xpinyin/distinfo:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin/distinfo Sat Apr 16 01:43:19 2022 @@ -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 Index: pkgsrc/print/tex-xpinyin-doc/DESCR diff -u /dev/null pkgsrc/print/tex-xpinyin-doc/DESCR:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin-doc/DESCR Sat Apr 16 01:43:19 2022 @@ -0,0 +1 @@ +Documentation for tex-xpinyin. Index: pkgsrc/print/tex-xpinyin-doc/Makefile diff -u /dev/null pkgsrc/print/tex-xpinyin-doc/Makefile:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin-doc/Makefile Sat Apr 16 01:43:19 2022 @@ -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" Index: pkgsrc/print/tex-xpinyin-doc/PLIST diff -u /dev/null pkgsrc/print/tex-xpinyin-doc/PLIST:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin-doc/PLIST Sat Apr 16 01:43:19 2022 @@ -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 Index: pkgsrc/print/tex-xpinyin-doc/distinfo diff -u /dev/null pkgsrc/print/tex-xpinyin-doc/distinfo:1.1 --- /dev/null Sat Apr 16 01:43:19 2022 +++ pkgsrc/print/tex-xpinyin-doc/distinfo Sat Apr 16 01:43:19 2022 @@ -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 --_----------=_165007339943140--