| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=kkg4b0h8gkickqrlmsifjjtrnm; path=/
content-type: text/html; charset=UTF-8
date: Tue, 30 Dec 2025 07:07:58 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
qrencode
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./converters/qrencode, QR Code generator
[
Branch: CURRENT, Version: 4.1.1, Package name: qrencode-4.1.1, Maintainer: alaric
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of
2D symbology that can be scanned by handy terminals such as a mobile phone
with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters,
and is highly robust.
Required to run:
[graphics/png]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
qrencodecross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./converters/qrencode, QR Code generator
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 4.1.1, Package name: qrencode-4.1.1, Maintainer: alaric
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of
2D symbology that can be scanned by handy terminals such as a mobile phone
with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters,
and is highly robust.
Required to run:
[graphics/png]
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 450.744 KBVersion history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2020-10-05) Updated to version: qrencode-4.1.1
- (2020-08-31) Updated to version: qrencode-4.1.0
- (2019-02-13) Updated to version: qrencode-4.0.2
- (2015-04-13) Updated to version: qrencode-3.4.4
CVS history: (Expand)
| 2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150) |
Log message: converters: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
| 2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message: converters: Remove SHA1 hashes for distfiles |
| 2020-10-05 13:28:32 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
qrencode: update to 4.1.1.
Version 4.1.1 (2020.9.28)
-------------------------
* Some minor bugs in Micro QR Code generation have been fixed.
* The data capacity calculations are now correct. These bugs probably did not
affect the Micro QR Code generation.
|
| 2020-08-31 18:39:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message: qrencode: update to 4.1.0. Version 4.1.0 (2020.8.29) ------------------------- * Command line tool "qrencode" has been improved: * New option "--inline" has been added. (Thanks to @jp-bennett) * New option "--strict-version" has been added. * UTF8 mode now supports ANSI256 color. (Thanks to András Veres- Szentkirályi) * Micro QR Code no longer requires to specify the version number. * 'make check' allows to run the test programs. (Thanks to Jan Tojnar) * Some compile time warnings have been fixed. * Various CMake support improvements. (Thanks to @mgorny and @sdf5) * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang) * Some documentation/manpage improvements. (Thanks to Dan Jacobson) * Some performance improvements. (Thanks to @4061N and Mika Lindqvist) Release Note: The internal representation of the output code has been slightly changed - the second bit from LSB side now represents; 1:ECC bit / 0:data bit. This change is only for debug purposes and does not affect user applications. |
| 2019-11-03 18:14:27 by Roland Illig | Files touched by this commit (27) |
Log message: converters: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
| 2019-02-13 16:16:00 by Tobias Nygren | Files touched by this commit (3) | |
Log message: qrencode: update to 4.0.2 Version 4.0.2 (2018.6.6) ------------------------ * Build script fixes. (Thanks to @mgorny) Version 4.0.1 (2018.6.4) ------------------------ * CMake support improved. * New test scripts have been added. * Some compile time warnings have been fixed. Version 4.0.0 (2017.9.21) ------------------------- * Memory efficiency has been improved. * QRcode_clearCache() has been deprecated. * Error correction code generating functions have been improved. * Command line tool "qrencode" has been improved: * XPM support. (Thanks to Tobias Klauser) * PNG32 (direct color mode) support. (Thanks to Greg Hart) * EPS output now supports foreground and background color. * New options "-r" and "--svg-path" have been added. (Thanks to Robert Petersen and @Oblomov) * CMake support has been added. (optional) (Thanks to @misery) * Various bug fixes. * Various performance improvements. Release Note: While the API has not been changed since the previous major release, we incremented the major version number of libqrencode to 4 because the implementation of the library has been largely changed. This release improves the performance and memory footprints of code generation. Now you can build libqrencode with CMake. If you build the test programs, please note that the required SDL version has been changed from 1.2 to 2.0. |
| 2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message: Fix indentation in buildlink3.mk files. The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. |
| 2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163) |
Log message: Follow some redirects. |
