pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/dmtx-utils



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr  6 12:32:28 UTC 2023

Added Files:
        pkgsrc/graphics/dmtx-utils: DESCR Makefile PLIST distinfo

Log Message:
Add dmtx-utils-0.7.6:

dmtxread and dmtxwrite are a command line interface for libdmtx. They can
be used to create Data Matrix barcode and extract the content.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/dmtx-utils/DESCR \
    pkgsrc/graphics/dmtx-utils/Makefile pkgsrc/graphics/dmtx-utils/PLIST \
    pkgsrc/graphics/dmtx-utils/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/dmtx-utils/DESCR
diff -u /dev/null pkgsrc/graphics/dmtx-utils/DESCR:1.1
--- /dev/null   Thu Apr  6 12:32:28 2023
+++ pkgsrc/graphics/dmtx-utils/DESCR    Thu Apr  6 12:32:28 2023
@@ -0,0 +1,2 @@
+dmtxread and dmtxwrite are a command line interface for libdmtx. They can
+be used to create Data Matrix barcode and extract the content.
Index: pkgsrc/graphics/dmtx-utils/Makefile
diff -u /dev/null pkgsrc/graphics/dmtx-utils/Makefile:1.1
--- /dev/null   Thu Apr  6 12:32:28 2023
+++ pkgsrc/graphics/dmtx-utils/Makefile Thu Apr  6 12:32:28 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/04/06 12:32:28 joerg Exp $
+
+DISTNAME=      dmtx-utils-0.7.6
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=dmtx/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.ork@localhost
+HOMEPAGE=      https://github.com/dmtx/dmtx-utils
+COMMENT=       Command line programs for reading and writing Data Matrix 2D barcodes
+LICENSE=       gnu-lgpl-v2.1
+
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL=   YES
+USE_TOOLS+=    autoconf automake pkg-config
+
+pre-configure:
+       cd ${WRKSRC} && ${TOOLS_PATH.autoreconf} --force --install
+
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/libdmtx/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/dmtx-utils/PLIST
diff -u /dev/null pkgsrc/graphics/dmtx-utils/PLIST:1.1
--- /dev/null   Thu Apr  6 12:32:28 2023
+++ pkgsrc/graphics/dmtx-utils/PLIST    Thu Apr  6 12:32:28 2023
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/06 12:32:28 joerg Exp $
+bin/dmtxquery
+bin/dmtxread
+bin/dmtxwrite
+man/man1/dmtxquery.1
+man/man1/dmtxread.1
+man/man1/dmtxwrite.1
Index: pkgsrc/graphics/dmtx-utils/distinfo
diff -u /dev/null pkgsrc/graphics/dmtx-utils/distinfo:1.1
--- /dev/null   Thu Apr  6 12:32:28 2023
+++ pkgsrc/graphics/dmtx-utils/distinfo Thu Apr  6 12:32:28 2023
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2023/04/06 12:32:28 joerg Exp $
+
+SHA1 (dmtx-utils-0.7.6.tar.gz) = 0df6904a924c4a8172392e23dce53594f421667d
+RMD160 (dmtx-utils-0.7.6.tar.gz) = 2a20a4531b76789592cb207983ea3afef04757d9
+SHA512 (dmtx-utils-0.7.6.tar.gz) = 201f8f5bbe5a1edd23104883d03e09842252ad7d07dd416b67c11740275ebe32c26b7fde904fad8bf2b18f1b3f574dedde1cc85f0e987f93d293d030e4f8a79e
+Size (dmtx-utils-0.7.6.tar.gz) = 54888 bytes



Home | Main Index | Thread Index | Old Index