head	1.5;
access;
symbols
	pkgsrc-2026Q3:1.5.0.36
	pkgsrc-2026Q3-base:1.5
	pkgsrc-2026Q2:1.5.0.34
	pkgsrc-2026Q2-base:1.5
	pkgsrc-2026Q1:1.5.0.32
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.5.0.30
	pkgsrc-2025Q4-base:1.5
	pkgsrc-2025Q3:1.5.0.28
	pkgsrc-2025Q3-base:1.5
	pkgsrc-2025Q2:1.5.0.26
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.5.0.24
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.5.0.22
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.20
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.18
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.16
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.14
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.12
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.5.0.10
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.5.0.8
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.6
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.4
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.2
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.4.0.18
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.4.0.16
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.14
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.12
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.10
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.8
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.4.0.6
	pkgsrc-2020Q3-base:1.4
	pkgsrc-2020Q2:1.4.0.4
	pkgsrc-2020Q2-base:1.4
	pkgsrc-2020Q1:1.4.0.2
	pkgsrc-2020Q1-base:1.4
	pkgsrc-2019Q4:1.3.0.4
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.2.0.14
	pkgsrc-2019Q3-base:1.2
	pkgsrc-2019Q2:1.2.0.12
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.10
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.8
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.6
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.2.0.4
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.2
	pkgsrc-2018Q1-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2022.04.24.22.07.56;	author tnn;	state Exp;
branches;
next	1.4;
commitid	p0cq0i8yE5p9dvBD;

1.4
date	2020.03.24.14.52.30;	author nia;	state Exp;
branches;
next	1.3;
commitid	ZYpYHJ8EDS9kgF1C;

1.3
date	2019.10.12.09.13.15;	author bsiegert;	state Exp;
branches;
next	1.2;
commitid	xXVdEkrpc1wPEyGB;

1.2
date	2018.02.25.16.09.19;	author wiz;	state Exp;
branches;
next	1.1;
commitid	NYe1U0o7S9cp3gsA;

1.1
date	2018.02.01.18.38.11;	author markd;	state Exp;
branches;
next	;
commitid	JVQCzLLBnFZVDbpA;


desc
@@


1.5
log
@libdmtx: add CHECK_PORTABILITY_SKIPs
@
text
@# $NetBSD: Makefile,v 1.4 2020/03/24 14:52:30 nia Exp $

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

CHECK_PORTABILITY_SKIP+=	autogen.sh
CHECK_PORTABILITY_SKIP+=	script/check*
CHECK_PORTABILITY_SKIP+=	test/compare_test/*

pre-configure:
	cd ${WRKSRC} && autoreconf -fi

.include "../../mk/bsd.pkg.mk"
@


1.4
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/10/12 09:13:15 bsiegert Exp $
d20 4
@


1.3
log
@libdmtx: fix maintainer email address
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/02/25 16:09:19 wiz Exp $
d3 14
a16 12
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
d20 3
@


1.2
log
@libdmtx: update HOMEPAGE
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/02/01 18:38:11 markd Exp $
d7 1
a7 1
MAINTAINER=		pkgsrc-users@@NetBSD.ork
@


1.1
log
@libdmtx: Add version 0.7.4

libdmtx is a software library that enables programs to read and
write Data Matrix barcodes of the modern ECC200 variety. The
library runs natively on several platforms and can be accessed by
multiple languages using the libdmtx language wrappers. The
utility programs dmtxread and dmtxwrite also provide a command
line interface for libdmtx, and serve as a good reference for
developers writing their own libdmtx-enabled programs.
@
text
@d1 1
a1 2
# $NetBSD$
#
d8 1
a8 1
HOMEPAGE=		https://libdmtx.sourceforge.net/
@

