Received: by mail.netbsd.org (Postfix, from userid 605) id 547E884D67; Sat, 6 Mar 2021 05:01:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F99084D44 for ; Sat, 6 Mar 2021 05:01:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oYlp5al4Db2B for ; Sat, 6 Mar 2021 05:01:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10A5884CF1 for ; Sat, 6 Mar 2021 05:01:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D758FA95; Sat, 6 Mar 2021 05:01:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615006897248740" MIME-Version: 1.0 Date: Sat, 6 Mar 2021 05:01:37 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/rime-scj To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210306050137.0D758FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615006897248740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Mar 6 05:01:36 UTC 2021 Added Files: pkgsrc/inputmethod/rime-scj: DESCR Makefile PLIST distinfo Log Message: inputmethod/rime-scj: import rime-scj-0.0.0.20190120 RIME chinese input method data, rime-scj To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/inputmethod/rime-scj/DESCR \ pkgsrc/inputmethod/rime-scj/Makefile pkgsrc/inputmethod/rime-scj/PLIST \ pkgsrc/inputmethod/rime-scj/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615006897248740 Content-Disposition: inline Content-Length: 2021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/inputmethod/rime-scj/DESCR diff -u /dev/null pkgsrc/inputmethod/rime-scj/DESCR:1.1 --- /dev/null Sat Mar 6 05:01:37 2021 +++ pkgsrc/inputmethod/rime-scj/DESCR Sat Mar 6 05:01:36 2021 @@ -0,0 +1 @@ +RIME chinese input method data, rime-scj Index: pkgsrc/inputmethod/rime-scj/Makefile diff -u /dev/null pkgsrc/inputmethod/rime-scj/Makefile:1.1 --- /dev/null Sat Mar 6 05:01:37 2021 +++ pkgsrc/inputmethod/rime-scj/Makefile Sat Mar 6 05:01:36 2021 @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2021/03/06 05:01:36 ryoon Exp $ + +.include "../../meta-pkgs/rime-data/Makefile.common" + +GITHUB_PROJECT= rime-scj +GITHUB_TAG= cab5a0858765eff0553dd685a2d61d5536e9149c +DISTNAME= ${GITHUB_PROJECT}-0.0.0.20190120 + +COMMENT= Rime input method engine data, scj +LICENSE= gnu-gpl-v3 + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/inputmethod/rime-scj/PLIST diff -u /dev/null pkgsrc/inputmethod/rime-scj/PLIST:1.1 --- /dev/null Sat Mar 6 05:01:37 2021 +++ pkgsrc/inputmethod/rime-scj/PLIST Sat Mar 6 05:01:36 2021 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2021/03/06 05:01:36 ryoon Exp $ +share/rime-data/scj6.dict.yaml +share/rime-data/scj6.schema.yaml Index: pkgsrc/inputmethod/rime-scj/distinfo diff -u /dev/null pkgsrc/inputmethod/rime-scj/distinfo:1.1 --- /dev/null Sat Mar 6 05:01:37 2021 +++ pkgsrc/inputmethod/rime-scj/distinfo Sat Mar 6 05:01:36 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/03/06 05:01:36 ryoon Exp $ + +SHA1 (rime-scj-0.0.0.20190120-cab5a0858765eff0553dd685a2d61d5536e9149c.tar.gz) = f86966355327da58a6fe29f4cf0addf15140ac5f +RMD160 (rime-scj-0.0.0.20190120-cab5a0858765eff0553dd685a2d61d5536e9149c.tar.gz) = ce7703af81e8d4cc4e728b3f1caa4f0182aa7159 +SHA512 (rime-scj-0.0.0.20190120-cab5a0858765eff0553dd685a2d61d5536e9149c.tar.gz) = 396e8c1cb0679078afaced1bb8525446340bda02bbcc42e48ccc2414b1830439a2599e8ea2a4ae15b47fd9f488ba52eec342596f1c5efa074955f274cf69728d +Size (rime-scj-0.0.0.20190120-cab5a0858765eff0553dd685a2d61d5536e9149c.tar.gz) = 228601 bytes --_----------=_1615006897248740--