Path to this page:
./
graphics/libdmtx,
Software for reading and writing Data Matrix 2D barcodes
Branch: CURRENT,
Version: 0.7.5,
Package name: libdmtx-0.7.5,
Maintainer: pkgsrc-userslibdmtx 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 772.406 KB
Version history: (Expand)
- (2020-03-24) Updated to version: libdmtx-0.7.5
- (2018-02-01) Package added to pkgsrc.se, version libdmtx-0.7.4 (created)
CVS history: (Expand)
2022-04-25 00:07:56 by Tobias Nygren | Files touched by this commit (1) |
Log message:
libdmtx: add CHECK_PORTABILITY_SKIPs
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2020-03-24 15:52:30 by Nia Alarie | Files touched by this commit (2) | |
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
|
2019-10-12 11:13:15 by Benny Siegert | Files touched by this commit (1) |
Log message:
libdmtx: fix maintainer email address
|
2018-02-25 17:09:19 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
libdmtx: update HOMEPAGE
|
2018-02-02 14:17:58 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libdmtx: Add missing buildlink3.mk, hopefully fixes bulk builds.
|
2018-02-01 19:38:11 by Mark Davies | Files touched by this commit (4) |
Log message:
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.
|