Received: by mail.netbsd.org (Postfix, from userid 605) id 2639284DBF; Tue, 24 Mar 2020 14:52:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0EF884DB8 for ; Tue, 24 Mar 2020 14:52:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MvFy_EPZcUyX for ; Tue, 24 Mar 2020 14:52:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18D2E84D53 for ; Tue, 24 Mar 2020 14:52:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12F64FB27; Tue, 24 Mar 2020 14:52:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585061551188450" MIME-Version: 1.0 Date: Tue, 24 Mar 2020 14:52:31 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/libdmtx To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200324145231.12F64FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585061551188450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nia Date: Tue Mar 24 14:52:30 UTC 2020 Modified Files: pkgsrc/graphics/libdmtx: Makefile distinfo Log Message: libdmtx: Update to 0.7.5 Andreas Lang (1): added bugfix for monochrome output Anthony Loiseau (1): Fixes dmtxDecodeMatrixRegion returning a freed pointer Mike Laughton (6): Removed unnecessary directories Fixed Data Mosaic encoding bug Added explicit cast for strlen Simon Wood (1): Add support for GS-1 encoding via the FCN1 character Tim Zaman (2): Split out a function and added some more utilities Allows people to input their own array for decoding Vadim A. Misbakh-Soloviov (13): dmtxdecode.c: fixed implicit declaration of function ‘snprintf’ Headers update + whitespace stripping makefile: migrating ANSI C -> C99 Fixed warnings Add reader-programming codeword (234). Not yet in use in code. DecodeSchemeASCII: unused codewords detection; fixes #5 dmtxregion: possible use of unitialized "sign" variable EDIFACT: char-31 is forbidden too; fixes #9 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/libdmtx/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/libdmtx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585061551188450 Content-Disposition: inline Content-Length: 2354 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libdmtx/Makefile diff -u pkgsrc/graphics/libdmtx/Makefile:1.3 pkgsrc/graphics/libdmtx/Makefile:1.4 --- pkgsrc/graphics/libdmtx/Makefile:1.3 Sat Oct 12 09:13:15 2019 +++ pkgsrc/graphics/libdmtx/Makefile Tue Mar 24 14:52:30 2020 @@ -1,18 +1,23 @@ -# $NetBSD: Makefile,v 1.3 2019/10/12 09:13:15 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/24 14:52:30 nia Exp $ -DISTNAME= libdmtx-0.7.4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdmtx/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/dmtx/libdmtx -COMMENT= Software for reading and writing Data Matrix 2D barcodes -LICENSE= 2-clause-bsd - -USE_TOOLS+= gmake -GNU_CONFIGURE= YES -USE_LIBTOOL= YES +DISTNAME= libdmtx-0.7.5 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=dmtx/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/dmtx/libdmtx +COMMENT= Software for reading and writing Data Matrix 2D barcodes +LICENSE= 2-clause-bsd + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_LANGUAGES= c99 +USE_TOOLS+= autoreconf autoconf automake PKGCONFIG_OVERRIDE+= libdmtx.pc.in +pre-configure: + cd ${WRKSRC} && autoreconf -fi + .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/libdmtx/distinfo diff -u pkgsrc/graphics/libdmtx/distinfo:1.1 pkgsrc/graphics/libdmtx/distinfo:1.2 --- pkgsrc/graphics/libdmtx/distinfo:1.1 Thu Feb 1 18:38:11 2018 +++ pkgsrc/graphics/libdmtx/distinfo Tue Mar 24 14:52:30 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/02/01 18:38:11 markd Exp $ +$NetBSD: distinfo,v 1.2 2020/03/24 14:52:30 nia Exp $ -SHA1 (libdmtx-0.7.4.tar.gz) = 7a353da736cf37e8730e2c22aca4629035aeadcd -RMD160 (libdmtx-0.7.4.tar.gz) = a9d0a0a39cfc516edcbca49648afcd869d31b591 -SHA512 (libdmtx-0.7.4.tar.gz) = 307aeb30506e60fc44550d1bb86081634f0718d53e7b878b45b0e704e75c5996e27285a16881b7c3a93cafa9a9b125175dadc0f0c2c2f976878666eb652108ae -Size (libdmtx-0.7.4.tar.gz) = 370999 bytes +SHA1 (libdmtx-0.7.5.tar.gz) = 5a9742e7f74e8d1c154a212b3b0f37a740b6f0f2 +RMD160 (libdmtx-0.7.5.tar.gz) = 8c8e1335a6f9e2686969248d7c5bb6d5a49e4d0e +SHA512 (libdmtx-0.7.5.tar.gz) = c4bccc9eff4a93b6bb417ed23ed46e82cc98b650a94be40479d192af8537ee02a16700fbbd8f2271035ff8b804c40ab6461825d94bd80a3081d3a4b3988ea22a +Size (libdmtx-0.7.5.tar.gz) = 790944 bytes --_----------=_1585061551188450--