pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libdmtx libdmtx: Update to 0.7.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/3cc6e09ac90c
branches: trunk
changeset: 425856:3cc6e09ac90c
user: nia <nia%pkgsrc.org@localhost>
date: Tue Mar 24 14:52:30 2020 +0000
description:
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
diffstat:
graphics/libdmtx/Makefile | 27 ++++++++++++++++-----------
graphics/libdmtx/distinfo | 10 +++++-----
2 files changed, 21 insertions(+), 16 deletions(-)
diffs (53 lines):
diff -r 6222d60e496f -r 3cc6e09ac90c graphics/libdmtx/Makefile
--- a/graphics/libdmtx/Makefile Tue Mar 24 14:41:07 2020 +0000
+++ b/graphics/libdmtx/Makefile Tue Mar 24 14:52:30 2020 +0000
@@ -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/}
+DISTNAME= libdmtx-0.7.5
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dmtx/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/dmtx/libdmtx
-COMMENT= Software for reading and writing Data Matrix 2D barcodes
-LICENSE= 2-clause-bsd
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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
+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"
diff -r 6222d60e496f -r 3cc6e09ac90c graphics/libdmtx/distinfo
--- a/graphics/libdmtx/distinfo Tue Mar 24 14:41:07 2020 +0000
+++ b/graphics/libdmtx/distinfo Tue Mar 24 14:52:30 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index