Update to 3.4.1
* Update HOMEPAGE Changelog: 3.4.1 (2012.10.17) A bug that mutual exclusion was not performed has been fixed. 3.4.0 (2012.10.15) SVG, UTF8, and ANSIUTF8 output supports have been added to the command line tool. (Thanks to Dan Storm, David Dahl, and Lennart Poettering) Colored QR Code support. Bug fixes. (Thanks to Terry Burton, Fred Steinhaeuser, and Yann Droneaud) 3.3.1 (2012.4.18) Bugs in command line tool, manual, configure script, and libtool files have been fixed. (Thanks to Yutaka Niibe and Rob Ryan) 3.3.0 (2012.4.1) EPS, ANSI, and ASCII text output supports have been added. (Thanks to Zapster, Colin, and Ral) QRcode_APIVersion() and QRcode_APIVersionString() have been added. 3.2.1 (2012.4.1) Bugs in configure script and libtool file has been fixed. (Thanks to Yutaka Niibe)
This commit is contained in:
parent
4d01298e2b
commit
3551206dc5
3 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/10/03 00:20:16 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/12/16 14:23:07 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qrencode-3.2.0
|
||||
DISTNAME= qrencode-3.4.1
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://fukuchi.org/works/qrencode/
|
||||
|
||||
MAINTAINER= alaric@kitten-technologies.co.uk
|
||||
HOMEPAGE= http://fukuchi.org/works/qrencode/index.en.html
|
||||
HOMEPAGE= http://fukuchi.org/works/qrencode/index.html.en
|
||||
COMMENT= QR Code generator
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:04 joerg Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2012/12/16 14:23:07 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= qrencode
|
||||
|
||||
.if !defined(QRENCODE_BUILDLINK3_MK)
|
||||
QRENCODE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.qrencode+= qrencode>=3.0.3
|
||||
BUILDLINK_API_DEPENDS.qrencode+= qrencode>=3.4.1
|
||||
BUILDLINK_PKGSRCDIR.qrencode?= ../../converters/qrencode
|
||||
.endif # QRENCODE_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2011/12/13 21:44:36 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/12/16 14:23:07 ryoon Exp $
|
||||
|
||||
SHA1 (qrencode-3.2.0.tar.gz) = 1c9cf02cc8e79dddc7238cad64b0bf3c48e94210
|
||||
RMD160 (qrencode-3.2.0.tar.gz) = ebf131f37b963b4295f8b052eeb33556a5db6cda
|
||||
Size (qrencode-3.2.0.tar.gz) = 423280 bytes
|
||||
SHA1 (qrencode-3.4.1.tar.gz) = 3a651b077bc58d4108d350033de412d063de852d
|
||||
RMD160 (qrencode-3.4.1.tar.gz) = 170b77cfdb50db795ee71b6540cbc605daf370c9
|
||||
Size (qrencode-3.4.1.tar.gz) = 459434 bytes
|
||||
|
|
Loading…
Reference in a new issue