head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.10 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.8 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.6 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.4 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2011.12.13.21.44.36; author ryoon; state dead; branches; next 1.2; 1.2 date 2011.07.20.19.08.15; author ryoon; state Exp; branches; next 1.1; 1.1 date 2010.06.13.22.44.00; author wiz; state Exp; branches; next ; desc @@ 1.3 log @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. @ text @$NetBSD: patch-aa,v 1.2 2011/07/20 19:08:15 ryoon Exp $ * Support libpng15 --- configure.orig 2010-02-03 00:43:16.000000000 +0000 +++ configure @@@@ -11445,12 +11445,12 @@@@ if test -n "$PKG_CONFIG"; then pkg_cv_png_CFLAGS="$png_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"libpng12\"\""; } >&5 - ($PKG_CONFIG --exists --print-errors ""libpng12"") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"libpng\"\""; } >&5 + ($PKG_CONFIG --exists --print-errors ""libpng"") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_png_CFLAGS=`$PKG_CONFIG --cflags ""libpng12"" 2>/dev/null` + pkg_cv_png_CFLAGS=`$PKG_CONFIG --cflags ""libpng"" 2>/dev/null` else pkg_failed=yes fi @@@@ -11463,12 +11463,12 @@@@ if test -n "$PKG_CONFIG"; then pkg_cv_png_LIBS="$png_LIBS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"libpng12\"\""; } >&5 - ($PKG_CONFIG --exists --print-errors ""libpng12"") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\"libpng\"\""; } >&5 + ($PKG_CONFIG --exists --print-errors ""libpng"") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_png_LIBS=`$PKG_CONFIG --libs ""libpng12"" 2>/dev/null` + pkg_cv_png_LIBS=`$PKG_CONFIG --libs ""libpng"" 2>/dev/null` else pkg_failed=yes fi @@@@ -11487,14 +11487,14 @@@@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - png_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors ""libpng12""` + png_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors ""libpng""` else - png_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors ""libpng12""` + png_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors ""libpng""` fi # Put the nasty error message in config.log where it belongs echo "$png_PKG_ERRORS" >&5 - as_fn_error "Package requirements (\"libpng12\") were not met: + as_fn_error "Package requirements (\"libpng\") were not met: $png_PKG_ERRORS @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2010/06/13 22:44:00 wiz Exp $ @ 1.1 log @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. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 1 --- configure.orig 2008-05-26 18:01:17.000000000 +0000 d7 1 a7 1 @@@@ -21145,12 +21145,12 @@@@ if test -n "$PKG_CONFIG"; then d11 1 a11 1 - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\"libpng12\"\"") >&5 d13 1 a13 1 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\"libpng\"\"") >&5 d16 2 a17 2 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then d23 1 a23 1 @@@@ -21163,12 +21163,12 @@@@ if test -n "$PKG_CONFIG"; then d27 1 a27 1 - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\"libpng12\"\"") >&5 d29 1 a29 1 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\"libpng\"\"") >&5 d32 2 a33 2 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then d39 1 a39 1 @@@@ -21187,14 +21187,14 @@@@ else d52 2 a53 11 - { { echo "$as_me:$LINENO: error: Package requirements (\"libpng12\") were not met: + { { echo "$as_me:$LINENO: error: Package requirements (\"libpng\") were not met: $png_PKG_ERRORS @@@@ -21205,7 +21205,7 @@@@ Alternatively, you may set the environme and png_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 -echo "$as_me: error: Package requirements (\"libpng12\") were not met: +echo "$as_me: error: Package requirements (\"libpng\") were not met: @