Received: by mail.netbsd.org (Postfix, from userid 605) id DE42A84E76; Mon, 9 Jan 2023 13:09:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B4C584E63 for ; Mon, 9 Jan 2023 13:09:36 +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 uW3H6fHH_1PH for ; Mon, 9 Jan 2023 13:09:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BE1884CD9 for ; Mon, 9 Jan 2023 13:09:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6555FFA90; Mon, 9 Jan 2023 13:09:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673269775226150" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 13:09:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-repofetch To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230109130935.6555FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673269775226150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jan 9 13:09:35 UTC 2023 Added Files: pkgsrc/sysutils/ruby-repofetch: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: sysutils/ruby-repofetch: add version 0.4.2 This is new version of sysutils/repofetch which is rewrited by Ruby. repofetch A plugin-based tool to fetch stats, with a GitHub stat fetcher included by default. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/ruby-repofetch/ALTERNATIVES \ pkgsrc/sysutils/ruby-repofetch/DESCR \ pkgsrc/sysutils/ruby-repofetch/Makefile \ pkgsrc/sysutils/ruby-repofetch/PLIST \ pkgsrc/sysutils/ruby-repofetch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673269775226150 Content-Disposition: inline Content-Length: 3428 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/sysutils/ruby-repofetch/ALTERNATIVES diff -u /dev/null pkgsrc/sysutils/ruby-repofetch/ALTERNATIVES:1.1 --- /dev/null Mon Jan 9 13:09:35 2023 +++ pkgsrc/sysutils/ruby-repofetch/ALTERNATIVES Mon Jan 9 13:09:35 2023 @@ -0,0 +1 @@ +bin/repofetch @PREFIX@/bin/repofetch@RUBY_VER@ Index: pkgsrc/sysutils/ruby-repofetch/DESCR diff -u /dev/null pkgsrc/sysutils/ruby-repofetch/DESCR:1.1 --- /dev/null Mon Jan 9 13:09:35 2023 +++ pkgsrc/sysutils/ruby-repofetch/DESCR Mon Jan 9 13:09:35 2023 @@ -0,0 +1,4 @@ +repofetch + +A plugin-based tool to fetch stats, with a GitHub stat fetcher included +by default. Index: pkgsrc/sysutils/ruby-repofetch/Makefile diff -u /dev/null pkgsrc/sysutils/ruby-repofetch/Makefile:1.1 --- /dev/null Mon Jan 9 13:09:35 2023 +++ pkgsrc/sysutils/ruby-repofetch/Makefile Mon Jan 9 13:09:35 2023 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2023/01/09 13:09:35 taca Exp $ + +DISTNAME= repofetch-0.4.2 +CATEGORIES= sysutils + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/spenserblack/repofetch +COMMENT= Plugin-based stat fetcher +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS} +DEPENDS+= ${RUBY_PKGPREFIX}-dotenv>=2.8<3:../../devel/ruby-dotenv +DEPENDS+= ${RUBY_PKGPREFIX}-faraday-retry>=2.0<3:../../www/ruby-faraday-retry +DEPENDS+= ${RUBY_PKGPREFIX}-git>=1.12<2:../../devel/ruby-git +DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=6.0<7:../../devel/ruby-octokit +#DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.9<1:../../www/ruby-sawyer + +USE_LANGUAGES= # none + +RUBY_RAILS_ACCEPTED= 70 +RUBYGEM_OPTIONS+= --format-executable + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/ruby-repofetch/PLIST diff -u /dev/null pkgsrc/sysutils/ruby-repofetch/PLIST:1.1 --- /dev/null Mon Jan 9 13:09:35 2023 +++ pkgsrc/sysutils/ruby-repofetch/PLIST Mon Jan 9 13:09:35 2023 @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1 2023/01/09 13:09:35 taca Exp $ +bin/repofetch${RUBY_VER} +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/CODEOWNERS +${GEM_LIBDIR}/CONTRIBUTING.md +${GEM_LIBDIR}/CREDITS.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/Makefile +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/RELEASE_NOTES +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/exe/repofetch +${GEM_LIBDIR}/lib/repofetch.rb +${GEM_LIBDIR}/lib/repofetch/DEFAULT_CONFIG +${GEM_LIBDIR}/lib/repofetch/cli.rb +${GEM_LIBDIR}/lib/repofetch/config.rb +${GEM_LIBDIR}/lib/repofetch/env.rb +${GEM_LIBDIR}/lib/repofetch/exceptions.rb +${GEM_LIBDIR}/lib/repofetch/github.rb +${GEM_LIBDIR}/lib/repofetch/github/ASCII +${GEM_LIBDIR}/lib/repofetch/gitlab.rb +${GEM_LIBDIR}/lib/repofetch/gitlab/ASCII +${GEM_LIBDIR}/lib/repofetch/theme.rb +${GEM_LIBDIR}/lib/repofetch/util.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/sysutils/ruby-repofetch/distinfo diff -u /dev/null pkgsrc/sysutils/ruby-repofetch/distinfo:1.1 --- /dev/null Mon Jan 9 13:09:35 2023 +++ pkgsrc/sysutils/ruby-repofetch/distinfo Mon Jan 9 13:09:35 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/01/09 13:09:35 taca Exp $ + +BLAKE2s (repofetch-0.4.2.gem) = b6b6ca3be4111aa25c056330fde0c277e087633c694c3a088244f47bfeceae56 +SHA512 (repofetch-0.4.2.gem) = aa2435c8b7aff4375e750d7cc944e6f36c6dc43cf611f5653769726e1b277bdc9fbfb03a0b3055f30d565f4401fabe5b0cf6d1515b23b30ce6b4641fc1e133a3 +Size (repofetch-0.4.2.gem) = 18944 bytes --_----------=_1673269775226150--