Received: by mail.netbsd.org (Postfix, from userid 605) id 6E0ED84D62; Sat, 6 Mar 2021 05:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7B5A84D44 for ; Sat, 6 Mar 2021 05:05:23 +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 zZ6U3uZj5JA5 for ; Sat, 6 Mar 2021 05:05:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 278CF84CF1 for ; Sat, 6 Mar 2021 05:05:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E4A5FA95; Sat, 6 Mar 2021 05:05:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615007123216070" MIME-Version: 1.0 Date: Sat, 6 Mar 2021 05:05:23 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod/rime-stenotype To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210306050523.1E4A5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615007123216070 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:05:23 UTC 2021 Added Files: pkgsrc/inputmethod/rime-stenotype: DESCR Makefile PLIST distinfo Log Message: inputmethod/rime-stenotype: import rime-stenotype-0.0.0.20191007 RIME chinese input method data, rime-stenotype To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/inputmethod/rime-stenotype/DESCR \ pkgsrc/inputmethod/rime-stenotype/Makefile \ pkgsrc/inputmethod/rime-stenotype/PLIST \ pkgsrc/inputmethod/rime-stenotype/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615007123216070 Content-Disposition: inline Content-Length: 2107 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/inputmethod/rime-stenotype/DESCR diff -u /dev/null pkgsrc/inputmethod/rime-stenotype/DESCR:1.1 --- /dev/null Sat Mar 6 05:05:23 2021 +++ pkgsrc/inputmethod/rime-stenotype/DESCR Sat Mar 6 05:05:22 2021 @@ -0,0 +1 @@ +RIME chinese input method data, rime-stenotype Index: pkgsrc/inputmethod/rime-stenotype/Makefile diff -u /dev/null pkgsrc/inputmethod/rime-stenotype/Makefile:1.1 --- /dev/null Sat Mar 6 05:05:23 2021 +++ pkgsrc/inputmethod/rime-stenotype/Makefile Sat Mar 6 05:05:22 2021 @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2021/03/06 05:05:22 ryoon Exp $ + +.include "../../meta-pkgs/rime-data/Makefile.common" + +GITHUB_PROJECT= rime-stenotype +GITHUB_TAG= f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88 +DISTNAME= ${GITHUB_PROJECT}-0.0.0.20191007 + +COMMENT= Rime input method engine data, stenotype +LICENSE= gnu-gpl-v3 + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/inputmethod/rime-stenotype/PLIST diff -u /dev/null pkgsrc/inputmethod/rime-stenotype/PLIST:1.1 --- /dev/null Sat Mar 6 05:05:23 2021 +++ pkgsrc/inputmethod/rime-stenotype/PLIST Sat Mar 6 05:05:22 2021 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2021/03/06 05:05:22 ryoon Exp $ +share/rime-data/stenotype.schema.yaml Index: pkgsrc/inputmethod/rime-stenotype/distinfo diff -u /dev/null pkgsrc/inputmethod/rime-stenotype/distinfo:1.1 --- /dev/null Sat Mar 6 05:05:23 2021 +++ pkgsrc/inputmethod/rime-stenotype/distinfo Sat Mar 6 05:05:22 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/03/06 05:05:22 ryoon Exp $ + +SHA1 (rime-stenotype-0.0.0.20191007-f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88.tar.gz) = 550deebf33347033688d32dfafc56dd2ace4228e +RMD160 (rime-stenotype-0.0.0.20191007-f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88.tar.gz) = fc5779941b7bc4003a7f450f90031aa3205a7674 +SHA512 (rime-stenotype-0.0.0.20191007-f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88.tar.gz) = 4c01a70348e0e28b0b0e33f605e22e6017c9870f4e218fcc1fe36c2d480796461b3f74edb7501d78bebbaa9b05f62524c792b10c3ac42d89f39ed6a99b1426c2 +Size (rime-stenotype-0.0.0.20191007-f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88.tar.gz) = 15311 bytes --_----------=_1615007123216070--