pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rqrcode textproc/ruby-rqrcode: add packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/504ebb9e82c9
branches:  trunk
changeset: 452414:504ebb9e82c9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 09 15:15:15 2021 +0000

description:
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:

 textproc/ruby-rqrcode/DESCR    |   8 ++++++++
 textproc/ruby-rqrcode/Makefile |  17 +++++++++++++++++
 textproc/ruby-rqrcode/PLIST    |  28 ++++++++++++++++++++++++++++
 textproc/ruby-rqrcode/distinfo |   6 ++++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 495e870c3fc4 -r 504ebb9e82c9 textproc/ruby-rqrcode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rqrcode/DESCR       Sun May 09 15:15:15 2021 +0000
@@ -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 -r 495e870c3fc4 -r 504ebb9e82c9 textproc/ruby-rqrcode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rqrcode/Makefile    Sun May 09 15:15:15 2021 +0000
@@ -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@localhost
+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 -r 495e870c3fc4 -r 504ebb9e82c9 textproc/ruby-rqrcode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rqrcode/PLIST       Sun May 09 15:15:15 2021 +0000
@@ -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 -r 495e870c3fc4 -r 504ebb9e82c9 textproc/ruby-rqrcode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rqrcode/distinfo    Sun May 09 15:15:15 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index