Up to [cvs.netbsd.org] / pkgsrc / converters / qrencode
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 13 21:44:36 2011 UTC (5 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 3.2.0 * Remove obsolete patches. Changelog: Version 3.2.0 (2011.11.26) ------------------------ * "--dpi" (or "-d") option has been added to qrencode. This option set DPI information in an output PNG image. (Thanks to David Dahl) * New option "--enable-thread-safety" has been added to the configure script that makes the library thread-safe. It is enabled by default. * QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have been added for binary data encoding including '\0'. * Typo and bug fixes. * Experimental Micro QR Code support has been added. * "--micro" (or "-M") option for Micro QR Code has been added to qrencode. (experimental) Release Note: Binary data including '\0' is now supported. To encode a binary data, give "-8" option to qrencode, and let qrencode obtain data via standard input like "qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed DPI information to PNG file. A bug in the mask pattern evaluation routine has been fixed. In some cases, libqrencode may generate a different symbol from the one that was generated by the prior libqrencode because of this bug fix, but the embedded data are not affected. The symbols generated by the old libqrencode are valid. Experimental support of Micro QR Code encoder has been added. Some functions (QRcode_*MQR()) have been added to the library. The command line tool generates Micro QR Code when "--micro" or "-M" is given.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 20 19:08:14 2011 UTC (10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.5: +6 -6
lines
Diff to previous 1.5 (colored)
Update to 3.1.1
* Update MASTER_SITES and HOMEPAGE.
* set LICENSE
* Fix pg-config --cflags output
Changelog:
3.1.1 (2010.2.3)
A bug in data encoder has been fixed.
3.1.0 (2009.6.6)
Various code cleanups and performance improves.
Strict internal error checks have been added.
"--without-tests" has become default setting. Specify "--with-tests" to compile test programs.
Some memory leak bugs have been fixed.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:17 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:00 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 22 02:35:45 2008 UTC (3 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
MAKE_JOBS_SAFE=no, per PR 39781.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:10 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Add DESTDIR support.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 15 10:33:38 2008 UTC (3 years, 11 months ago) by gavan
Branch: MAIN
New package: qrencode 3.0.3 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. This package installs a library and a command line tool. Package from Alaric Snell-Pym, with some improvements by me.