Received: by mail.netbsd.org (Postfix, from userid 605) id E9FCB8514E; Sun, 9 May 2021 15:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30CC184D73 for ; Sun, 9 May 2021 15:12:47 +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 9nHT7VYPd18g for ; Sun, 9 May 2021 15:12:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 650FE84C86 for ; Sun, 9 May 2021 15:12:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E77BFA95; Sun, 9 May 2021 15:12:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620573166203850" MIME-Version: 1.0 Date: Sun, 9 May 2021 15:12:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-rqrcode_core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210509151246.5E77BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620573166203850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 9 15:12:46 UTC 2021 Added Files: pkgsrc/textproc/ruby-rqrcode_core: DESCR Makefile PLIST distinfo Log Message: textproc/ruby-rqrcode_core: add package version 1.0.0 RQRCodeCore rqrcode_core is a Ruby library for encoding QR Codes. The simple interface (with no runtime dependencies) allows you to create QR Code data structures. It was originally adapted in 2008 from a Javascript library by Kazuhiko Arase: https://github.com/kazuhikoarase. Features * rqrcode_core is a ruby only library. It requires no native libraries. Just Ruby! * It is an encoding library. You can't decode QR codes with it. * The interface is simple and assumes you just want to encode a string into a QR code. * QR code is trademarked by Denso Wave inc. rqrcode_core is the basis of the popular rqrcode gem: https://github.com/whomwah/rqrcode. This gem allows you to generate different renderings of your QR code, including png, svg and ansi. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-rqrcode_core/DESCR \ pkgsrc/textproc/ruby-rqrcode_core/Makefile \ pkgsrc/textproc/ruby-rqrcode_core/PLIST \ pkgsrc/textproc/ruby-rqrcode_core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620573166203850 Content-Disposition: inline Content-Length: 3577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/ruby-rqrcode_core/DESCR diff -u /dev/null pkgsrc/textproc/ruby-rqrcode_core/DESCR:1.1 --- /dev/null Sun May 9 15:12:46 2021 +++ pkgsrc/textproc/ruby-rqrcode_core/DESCR Sun May 9 15:12:46 2021 @@ -0,0 +1,19 @@ +RQRCodeCore + +rqrcode_core is a Ruby library for encoding QR Codes. The simple interface +(with no runtime dependencies) allows you to create QR Code data structures. +It was originally adapted in 2008 from a Javascript library by Kazuhiko +Arase: https://github.com/kazuhikoarase. + +Features + +* rqrcode_core is a ruby only library. It requires no native libraries. Just + Ruby! +* It is an encoding library. You can't decode QR codes with it. +* The interface is simple and assumes you just want to encode a string into + a QR code. +* QR code is trademarked by Denso Wave inc. + +rqrcode_core is the basis of the popular rqrcode gem: +https://github.com/whomwah/rqrcode. This gem allows you to generate +different renderings of your QR code, including png, svg and ansi. Index: pkgsrc/textproc/ruby-rqrcode_core/Makefile diff -u /dev/null pkgsrc/textproc/ruby-rqrcode_core/Makefile:1.1 --- /dev/null Sun May 9 15:12:46 2021 +++ pkgsrc/textproc/ruby-rqrcode_core/Makefile Sun May 9 15:12:46 2021 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2021/05/09 15:12:46 taca Exp $ + +DISTNAME= rqrcode_core-1.0.0 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/whomwah/rqrcode_core +COMMENT= Ruby library to encode QR Codes +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/ruby-rqrcode_core/PLIST diff -u /dev/null pkgsrc/textproc/ruby-rqrcode_core/PLIST:1.1 --- /dev/null Sun May 9 15:12:46 2021 +++ pkgsrc/textproc/ruby-rqrcode_core/PLIST Sun May 9 15:12:46 2021 @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2021/05/09 15:12:46 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/ruby.yml +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/console +${GEM_LIBDIR}/bin/setup +${GEM_LIBDIR}/lib/rqrcode_core.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_8bit_byte.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_alphanumeric.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_bit_buffer.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_code.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_math.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_numeric.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_polynomial.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_rs_block.rb +${GEM_LIBDIR}/lib/rqrcode_core/qrcode/qr_util.rb +${GEM_LIBDIR}/lib/rqrcode_core/version.rb +${GEM_LIBDIR}/rqrcode_core.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/textproc/ruby-rqrcode_core/distinfo diff -u /dev/null pkgsrc/textproc/ruby-rqrcode_core/distinfo:1.1 --- /dev/null Sun May 9 15:12:46 2021 +++ pkgsrc/textproc/ruby-rqrcode_core/distinfo Sun May 9 15:12:46 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/05/09 15:12:46 taca Exp $ + +SHA1 (rqrcode_core-1.0.0.gem) = d335f6afb751aa49f4c52061b41eda69a42d09e2 +RMD160 (rqrcode_core-1.0.0.gem) = a48b054d42ea0cbd4b0ca9d3f5b0919dd86544d5 +SHA512 (rqrcode_core-1.0.0.gem) = 446015d8fd2dad0a6129056de678774a653a808a9cce50edd155d65ec444d631186d178e638b92c9ea0948e5eda1dfca855d97be8ab9a7a31493a6180a606992 +Size (rqrcode_core-1.0.0.gem) = 18944 bytes --_----------=_1620573166203850--