Sun May 9 15:12:46 2021 UTC ()
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.


(taca)
diff -r0 -r1.1 pkgsrc/textproc/ruby-rqrcode_core/DESCR
diff -r0 -r1.1 pkgsrc/textproc/ruby-rqrcode_core/Makefile
diff -r0 -r1.1 pkgsrc/textproc/ruby-rqrcode_core/PLIST
diff -r0 -r1.1 pkgsrc/textproc/ruby-rqrcode_core/distinfo

File Added: pkgsrc/textproc/ruby-rqrcode_core/DESCR
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.

File Added: pkgsrc/textproc/ruby-rqrcode_core/Makefile
# $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"

File Added: pkgsrc/textproc/ruby-rqrcode_core/PLIST
@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

File Added: pkgsrc/textproc/ruby-rqrcode_core/distinfo
$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