aboutsummaryrefslogtreecommitdiff
path: root/graphics/qr-code-generator
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.6.0Li-Wen Hsu2020-03-204-8/+8
| | | | Notes: svn path=/head/; revision=528765
* Fix build on GCC-based systems:Mark Linimon2020-01-211-1/+1
| | | | | | | | | | | | | BitBuffer.cpp:30: error: invalid use of incomplete type 'struct qrcodegen::BitBuffer' USE_CSTD=c99 was not sufficient: qrcodegen.c:149: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=523751
* Add graphics/qr-code-generator, high-quality QR Code generator libraryLi-Wen Hsu2020-01-207-0/+235
Notes: svn path=/head/; revision=523614