pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-rqrcode_core



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index