Port details |
- qr Generate textual QR codes using terminal
- g20200216_1 textproc =2 g20200216_1Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2020-06-15 09:00:18
- Last Update: 2023-04-30 11:10:42
- Commit Hash: a6bb2f8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: graphics
- License: UNLICENSE
- WWW:
- https://github.com/Y2Z/qr
- Description:
- Print Unicode-friendly QR codes straight in
your terminal.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/qr/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/qr
- pkg install qr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1592157269
SHA256 (Y2Z-qr-g20200216-20713de_GH0.tar.gz) = b8f6cde7f836dbfc905aa857137b16e7c8affc390b0828ae0101fb784f43eb70
SIZE (Y2Z-qr-g20200216-20713de_GH0.tar.gz) = 6325
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Test dependencies:
-
- FreeMono.ttf : x11-fonts/freefont-ttf
- autom4te : devel/autoconf
- zbarimg : graphics/zbar
- ImageMagick6>=6 : graphics/ImageMagick6
- Library dependencies:
-
- libqrencode.so : graphics/libqrencode
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_qr
- USES:
- gmake magick:6,test
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20200216_1 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20200216 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20200216 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
g20200216 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20200216 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20200216 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
g20200216 24 Aug 2020 23:35:53 |
pkubaj |
textproc/qr: fix build on GCC architectures
sqrt() is only defined since C99:
/tmp/ccn0UwwD.o:(.text+0x1cc): undefined reference to `sqrt'
MFH: 2020Q3 (fix build blanket) |
g20200216 20 Jul 2020 08:47:37 |
pkubaj |
textproc/qr: fix build on GCC architectures
Explicitly link with libm, clang apparently does it by default:
/tmp/cc16FLqR.o:(.text+0x1cc): undefined reference to `sqrt' |
g20200216 15 Jun 2020 09:00:12 |
fernape |
new port: textproc/qr
qr is a console application that prints Unicode-friendly QR codes straight in
your
terminal. Very convenient to use in scripts.
PR: 247262
Submitted by: vulcan@wired.sh |