aboutsummaryrefslogtreecommitdiff
path: root/graphics/dmtx-utils
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2011-06-03 09:50:30 +0000
committerJohan van Selst <johans@FreeBSD.org>2011-06-03 09:50:30 +0000
commit0041b0fa6f5885cf20b6530a6b7134c2aa76abfd (patch)
treea9452f742e162bea91a80c93d1bfe2e761c9cb0d /graphics/dmtx-utils
parentf9b730436f000f8a51e150f43f998971b21d7291 (diff)
downloadports-0041b0fa6f5885cf20b6530a6b7134c2aa76abfd.tar.gz
ports-0041b0fa6f5885cf20b6530a6b7134c2aa76abfd.zip
Notes
Diffstat (limited to 'graphics/dmtx-utils')
-rw-r--r--graphics/dmtx-utils/Makefile26
-rw-r--r--graphics/dmtx-utils/distinfo2
-rw-r--r--graphics/dmtx-utils/pkg-descr15
3 files changed, 43 insertions, 0 deletions
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile
new file mode 100644
index 000000000000..fb0e1373e826
--- /dev/null
+++ b/graphics/dmtx-utils/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: dmtx-utils
+# Date created: 3 June 2011
+# Whom: johans
+#
+# $FreeBSD$
+#
+
+PORTNAME= dmtx-utils
+PORTVERSION= 0.7.4
+CATEGORIES= graphics
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR=libdmtx/libdmtx/${PORTVERSION}
+
+MAINTAINER= johans@FreeBSD.org
+COMMENT= Software for reading and writing Data Matrix barcodes
+
+LIB_DEPENDS= dmtx.0:${PORTSDIR}/graphics/libdmtx
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+CFLAGS+= -I${LOCALBASE}/include
+
+MAN1= dmtxread.1 dmtxwrite.1 dmtxquery.1
+PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery
+
+.include <bsd.port.mk>
diff --git a/graphics/dmtx-utils/distinfo b/graphics/dmtx-utils/distinfo
new file mode 100644
index 000000000000..b91c9593c2d8
--- /dev/null
+++ b/graphics/dmtx-utils/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dmtx-utils-0.7.4.tar.bz2) = 9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0
+SIZE (dmtx-utils-0.7.4.tar.bz2) = 280232
diff --git a/graphics/dmtx-utils/pkg-descr b/graphics/dmtx-utils/pkg-descr
new file mode 100644
index 000000000000..b30ca78e1fd2
--- /dev/null
+++ b/graphics/dmtx-utils/pkg-descr
@@ -0,0 +1,15 @@
+dmtx-utils - software for reading and writing Data Matrix barcodes
+
+libdmtx is open source software for reading and writing Data Matrix
+barcodes on Linux, Unix, OS X, Windows, and certain mobile devices.
+The included utility programs, dmtxread and dmtxwrite, serve as the
+official interface to libdmtx from the command line, and also provide
+a good reference for programmers who wish to write their own programs
+that interact with libdmtx.
+
+Data Matrix barcodes are two-dimensional symbols that hold a dense
+pattern of data with built-in error correction. The Data Matrix
+symbology (sometimes casually referred to as "DataMatrix") was invented
+and released into the public domain by RVSI Acuity CiMatrix.
+
+WWW: http://www.libdmtx.org/