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 5DD661A9217 for ; Sun, 10 Jan 2021 16:07:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A5F784D3D; Sun, 10 Jan 2021 16:07:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C349984CEC for ; Sun, 10 Jan 2021 16:07:06 +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 GedRnBVjFuHx for ; Sun, 10 Jan 2021 16:07:06 +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 39F7584CE8 for ; Sun, 10 Jan 2021 16:07:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E1C1FA9D; Sun, 10 Jan 2021 16:07:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610294826231940" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 16:07:06 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-scanf To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210110160706.2E1C1FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610294826231940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 16:07:06 UTC 2021 Added Files: pkgsrc/devel/ruby-scanf: DESCR Makefile PLIST distinfo Log Message: devel/ruby-scanf: add package version 1.0.0 Add ruby-scanf package version 1.0.0. It is required by newer puppet package. scanf is an implementation of the C function scanf(3). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-scanf/DESCR \ pkgsrc/devel/ruby-scanf/Makefile pkgsrc/devel/ruby-scanf/PLIST \ pkgsrc/devel/ruby-scanf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610294826231940 Content-Disposition: inline Content-Length: 1813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-scanf/DESCR diff -u /dev/null pkgsrc/devel/ruby-scanf/DESCR:1.1 --- /dev/null Sun Jan 10 16:07:06 2021 +++ pkgsrc/devel/ruby-scanf/DESCR Sun Jan 10 16:07:06 2021 @@ -0,0 +1 @@ +scanf is an implementation of the C function scanf(3). Index: pkgsrc/devel/ruby-scanf/Makefile diff -u /dev/null pkgsrc/devel/ruby-scanf/Makefile:1.1 --- /dev/null Sun Jan 10 16:07:06 2021 +++ pkgsrc/devel/ruby-scanf/Makefile Sun Jan 10 16:07:06 2021 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2021/01/10 16:07:06 taca Exp $ + +DISTNAME= scanf-1.0.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/ruby/scanf +COMMENT= Implementation of the C function scanf(3) +LICENSE= 2-clause-bsd + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-scanf/PLIST diff -u /dev/null pkgsrc/devel/ruby-scanf/PLIST:1.1 --- /dev/null Sun Jan 10 16:07:06 2021 +++ pkgsrc/devel/ruby-scanf/PLIST Sun Jan 10 16:07:06 2021 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2021/01/10 16:07:06 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/lib/scanf.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-scanf/distinfo diff -u /dev/null pkgsrc/devel/ruby-scanf/distinfo:1.1 --- /dev/null Sun Jan 10 16:07:06 2021 +++ pkgsrc/devel/ruby-scanf/distinfo Sun Jan 10 16:07:06 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/01/10 16:07:06 taca Exp $ + +SHA1 (scanf-1.0.0.gem) = 608ab4618068e5aa45e2e47cd160eb2fd191cb12 +RMD160 (scanf-1.0.0.gem) = 44aac45a6a88cb74904778186a08c4b581bbbaf8 +SHA512 (scanf-1.0.0.gem) = bf502c227174fdfe26202cdda8b404642adba6fbc4524a14d9ad3873a10a5d60a948b477bba8dec95bc34f8f7d446a96abf7b736d7d9adcf8cdf67aa13a0c635 +Size (scanf-1.0.0.gem) = 12288 bytes --_----------=_1610294826231940--