pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libdmtx libdmtx: Add version 0.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aca3c7e80c56
branches:  trunk
changeset: 374976:aca3c7e80c56
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Feb 01 18:38:11 2018 +0000

description:
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.

diffstat:

 graphics/libdmtx/DESCR    |   7 +++++++
 graphics/libdmtx/Makefile |  19 +++++++++++++++++++
 graphics/libdmtx/PLIST    |   5 +++++
 graphics/libdmtx/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 6bb0ffa7d8b6 -r aca3c7e80c56 graphics/libdmtx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libdmtx/DESCR    Thu Feb 01 18:38:11 2018 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 6bb0ffa7d8b6 -r aca3c7e80c56 graphics/libdmtx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libdmtx/Makefile Thu Feb 01 18:38:11 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/02/01 18:38:11 markd Exp $
+#
+
+DISTNAME=              libdmtx-0.7.4
+CATEGORIES=            graphics
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=libdmtx/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.ork@localhost
+HOMEPAGE=              https://libdmtx.sourceforge.net/
+COMMENT=               Software for reading and writing Data Matrix 2D barcodes
+LICENSE=               2-clause-bsd
+
+USE_TOOLS+=            gmake
+GNU_CONFIGURE=         YES
+USE_LIBTOOL=           YES
+
+PKGCONFIG_OVERRIDE+=   libdmtx.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6bb0ffa7d8b6 -r aca3c7e80c56 graphics/libdmtx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libdmtx/PLIST    Thu Feb 01 18:38:11 2018 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/01 18:38:11 markd Exp $
+include/dmtx.h
+lib/libdmtx.la
+lib/pkgconfig/libdmtx.pc
+man/man3/libdmtx.3
diff -r 6bb0ffa7d8b6 -r aca3c7e80c56 graphics/libdmtx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libdmtx/distinfo Thu Feb 01 18:38:11 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/01 18:38:11 markd 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



Home | Main Index | Thread Index | Old Index