notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
rubygem-rqrcode2 Library for encoding QR Codes
2.2.0 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.0Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-19 22:00:10
Last Update: 2024-05-28 21:20:31
Commit Hash: 879a0f6
Also Listed In: rubygems
License: MIT
WWW:
https://whomwah.github.io/rqrcode/
Description:
rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface with all the standard qrcode options. It was adapted from the Javascript library by Kazuhiko Arase.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-rqrcode2-2.2.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-rqrcode2-2.2.0/LICENSE
  3. /usr/local/share/licenses/rubygem-rqrcode2-2.2.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-rqrcode2>0:www/rubygem-rqrcode2
No installation instructions:
This port has been deleted.
PKGNAME: rubygem-rqrcode2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1684426863 SHA256 (rubygem/rqrcode-2.2.0.gem) = 23eea88bb44c7ee6d6cab9354d08c287f7ebcdc6112e1fe7bcc2d010d1ffefc1 SIZE (rubygem/rqrcode-2.2.0.gem) = 105984

Packages (timestamps in pop-ups are UTC):
rubygem-rqrcode2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--2.2.0--2.2.02.2.02.2.0
FreeBSD:14:latest--2.1.2--2.2.0-2.2.0
FreeBSD:14:quarterly-----2.2.02.2.02.2.0
FreeBSD:15:latest--n/a-n/a2.2.02.2.02.2.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-chunky_png>=1.0 : graphics/rubygem-chunky_png
  2. rubygem-rqrcode_core>=1.0 : www/rubygem-rqrcode_core
  3. ruby31 : lang/ruby31
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_rubygem-rqrcode2
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.
Port Moves
  • port moved to www/rubygem-rqrcode on 2024-05-28
    REASON: Remove obsoleted port. Use www/rubygem-rqrcode instead

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.0
28 May 2024 21:20:31
commit hash: 879a0f6075790ecc7166ccf6ef9afaea51b2ae63commit hash: 879a0f6075790ecc7166ccf6ef9afaea51b2ae63commit hash: 879a0f6075790ecc7166ccf6ef9afaea51b2ae63commit hash: 879a0f6075790ecc7166ccf6ef9afaea51b2ae63 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/rubygem-rqrcode2: Remove obsoleted port

Use www/rubygem-rqrcode instead.
2.2.0
18 May 2023 18:10:19
commit hash: bf1deb5a625d8b909f5ec9d64d47c2134fe52180commit hash: bf1deb5a625d8b909f5ec9d64d47c2134fe52180commit hash: bf1deb5a625d8b909f5ec9d64d47c2134fe52180commit hash: bf1deb5a625d8b909f5ec9d64d47c2134fe52180 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/rubygem-rqrcode2: Update version 2.1.2=>2.2.0

Changelog:
https://github.com/whomwah/rqrcode/pkgs/rubygems/rqrcode/93911338
2.1.2
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
2.1.2
19 Nov 2022 21:59:09
commit hash: 9b05c35325da44cd170880c790ee71441b5794accommit hash: 9b05c35325da44cd170880c790ee71441b5794accommit hash: 9b05c35325da44cd170880c790ee71441b5794accommit hash: 9b05c35325da44cd170880c790ee71441b5794ac files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/rubygem-rqrcode2: New port

rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface
with all the standard qrcode options. It was adapted from the Javascript
library by Kazuhiko Arase.

Sponsored by:	Nepustil

Number of commits found: 4