rqrcode is a library for encoding QR Codes. The simple interface

allows you to create QR Code data structures and then render them
in the way you choose.

ok abieber@
This commit is contained in:
kmos 2022-08-11 14:39:30 +00:00
parent 38d030e203
commit 08ce351b7b
4 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,22 @@
COMMENT = library to encode QR Codes
DISTNAME = rqrcode-2.1.2
CATEGORIES = graphics
HOMEPAGE = https://github.com/whomwah/rqrcode
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = graphics/ruby-chunky_png,${MODRUBY_FLAVOR} \
graphics/ruby-rqrcode-core,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rqrcode-2.1.2.gem) = d/Tnc9ufJFx+ZHSGiZElQpspHMkQgJKb/vnwinPAJ2k=
SIZE (rqrcode-2.1.2.gem) = 105472

View File

@ -0,0 +1,3 @@
rqrcode is a library for encoding QR Codes. The simple interface
allows you to create QR Code data structures and then render them
in the way you choose.

View File

@ -0,0 +1,36 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
@comment ${GEM_LIB}/gems/${DISTNAME}/.github/workflows/ruby.yml
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/_config.yml
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/setup
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/
@comment ${GEM_LIB}/gems/${DISTNAME}/bin/console
${GEM_LIB}/gems/${DISTNAME}/images/
${GEM_LIB}/gems/${DISTNAME}/images/ansi-screen-shot.png
${GEM_LIB}/gems/${DISTNAME}/images/github-qrcode.png
${GEM_LIB}/gems/${DISTNAME}/images/github-qrcode.svg
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export/
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export/ansi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export/html.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export/png.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/export/svg.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/qrcode/
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/qrcode.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/qrcode/qrcode.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rqrcode/version.rb
${GEM_LIB}/gems/${DISTNAME}/rqrcode.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec