pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libdmtx
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.
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@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
+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
+
+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
Home |
Main Index |
Thread Index |
Old Index