Subject: CVS commit: pkgsrc/converters/qrencode
From: Ryo ONODERA
Date: 2011-12-13 22:44:37
Message id: 20111213214437.230BC175DD@cvs.netbsd.org

Log Message:
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.

Files:
RevisionActionfile
1.7modifypkgsrc/converters/qrencode/Makefile
1.4modifypkgsrc/converters/qrencode/distinfo
1.2removepkgsrc/converters/qrencode/patches/patch-aa
1.1removepkgsrc/converters/qrencode/patches/patch-libqrencode.pc.in