diff options
author | taca <taca@pkgsrc.org> | 2021-05-09 15:15:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-05-09 15:15:15 +0000 |
commit | b0f57535f2683a61b12c81dcee661710ca6ff655 (patch) | |
tree | 16c9ef1ed241ede51fe1ec137b7d34e556d79ef5 /textproc | |
parent | e6f490b1f526e8aff28eef5b732323a546734459 (diff) | |
download | pkgsrc-b0f57535f2683a61b12c81dcee661710ca6ff655.tar.gz |
textproc/ruby-rqrcode: add package version 2.0.0
RQRCode
RQRCode is a library for creating and rendering QR codes into various
formats. It has a simple interface with all the standard QR code options.
It was adapted from the Javascript library by Kazuhiko Arase.
* QR code is trademarked by Denso Wave inc
* Minimum Ruby version is `>= 2.3`
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rqrcode/DESCR | 8 | ||||
-rw-r--r-- | textproc/ruby-rqrcode/Makefile | 17 | ||||
-rw-r--r-- | textproc/ruby-rqrcode/PLIST | 28 | ||||
-rw-r--r-- | textproc/ruby-rqrcode/distinfo | 6 |
4 files changed, 59 insertions, 0 deletions
diff --git a/textproc/ruby-rqrcode/DESCR b/textproc/ruby-rqrcode/DESCR new file mode 100644 index 00000000000..d79a62bd65a --- /dev/null +++ b/textproc/ruby-rqrcode/DESCR @@ -0,0 +1,8 @@ +RQRCode + +RQRCode is a library for creating and rendering QR codes into various +formats. It has a simple interface with all the standard QR code options. +It was adapted from the Javascript library by Kazuhiko Arase. + +* QR code is trademarked by Denso Wave inc +* Minimum Ruby version is `>= 2.3` diff --git a/textproc/ruby-rqrcode/Makefile b/textproc/ruby-rqrcode/Makefile new file mode 100644 index 00000000000..3cfd675ef11 --- /dev/null +++ b/textproc/ruby-rqrcode/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2021/05/09 15:15:15 taca Exp $ + +DISTNAME= rqrcode-2.0.0 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/whomwah/rqrcode +COMMENT= Ruby library for QR codes in various formats +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-rqrcode_core>=1.0<2:../../textproc/ruby-rqrcode_core +DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.0<2:../../graphics/ruby-chunky_png + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-rqrcode/PLIST b/textproc/ruby-rqrcode/PLIST new file mode 100644 index 00000000000..50ab3d2ae8c --- /dev/null +++ b/textproc/ruby-rqrcode/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1 2021/05/09 15:15:15 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/ruby.yml +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/_config.yml +${GEM_LIBDIR}/bin/console +${GEM_LIBDIR}/bin/setup +${GEM_LIBDIR}/images/ansi-screen-shot.png +${GEM_LIBDIR}/images/github-qrcode.png +${GEM_LIBDIR}/images/github-qrcode.svg +${GEM_LIBDIR}/lib/rqrcode.rb +${GEM_LIBDIR}/lib/rqrcode/export.rb +${GEM_LIBDIR}/lib/rqrcode/export/ansi.rb +${GEM_LIBDIR}/lib/rqrcode/export/html.rb +${GEM_LIBDIR}/lib/rqrcode/export/png.rb +${GEM_LIBDIR}/lib/rqrcode/export/svg.rb +${GEM_LIBDIR}/lib/rqrcode/qrcode.rb +${GEM_LIBDIR}/lib/rqrcode/qrcode/qrcode.rb +${GEM_LIBDIR}/lib/rqrcode/version.rb +${GEM_LIBDIR}/rqrcode.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/textproc/ruby-rqrcode/distinfo b/textproc/ruby-rqrcode/distinfo new file mode 100644 index 00000000000..2d0da30ba2d --- /dev/null +++ b/textproc/ruby-rqrcode/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/05/09 15:15:15 taca Exp $ + +SHA1 (rqrcode-2.0.0.gem) = 2d0fdbe4ad0cec749a4430e7d5d8fa17271f8571 +RMD160 (rqrcode-2.0.0.gem) = 4e773530c08047dedd8babb0a18c5077b109e51d +SHA512 (rqrcode-2.0.0.gem) = 7dcb132e4aed126eb0abdc6c95d16a304887ad7484ee00b0444506c6af43a54bf6ad43d7753d32c23f0d64d74228c1e9d01c1f2865d7181ff72a1c2de7f2fbcf +Size (rqrcode-2.0.0.gem) = 104960 bytes |