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:   markd
Date:           Thu Feb  1 18:38:11 UTC 2018

Added Files:
        pkgsrc/graphics/libdmtx: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/libdmtx/DESCR \
    pkgsrc/graphics/libdmtx/Makefile pkgsrc/graphics/libdmtx/PLIST \
    pkgsrc/graphics/libdmtx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/libdmtx/DESCR
diff -u /dev/null pkgsrc/graphics/libdmtx/DESCR:1.1
--- /dev/null   Thu Feb  1 18:38:11 2018
+++ pkgsrc/graphics/libdmtx/DESCR       Thu Feb  1 18:38:11 2018
@@ -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.
Index: pkgsrc/graphics/libdmtx/Makefile
diff -u /dev/null pkgsrc/graphics/libdmtx/Makefile:1.1
--- /dev/null   Thu Feb  1 18:38:11 2018
+++ pkgsrc/graphics/libdmtx/Makefile    Thu Feb  1 18:38:11 2018
@@ -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"
Index: pkgsrc/graphics/libdmtx/PLIST
diff -u /dev/null pkgsrc/graphics/libdmtx/PLIST:1.1
--- /dev/null   Thu Feb  1 18:38:11 2018
+++ pkgsrc/graphics/libdmtx/PLIST       Thu Feb  1 18:38:11 2018
@@ -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
Index: pkgsrc/graphics/libdmtx/distinfo
diff -u /dev/null pkgsrc/graphics/libdmtx/distinfo:1.1
--- /dev/null   Thu Feb  1 18:38:11 2018
+++ pkgsrc/graphics/libdmtx/distinfo    Thu Feb  1 18:38:11 2018
@@ -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