[Lunar-commits] <moonbase> libdmtx: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 27 18:34:42 CET 2010


commit 7bc5cfd589ec3cade48eaa2e052f9aa8de4e7881
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 27 12:34:42 2010 -0500

    libdmtx: Adding to moonbase.
---
 libs/libdmtx/DEPENDS |    1 +
 libs/libdmtx/DETAILS |   21 +++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/libs/libdmtx/DEPENDS b/libs/libdmtx/DEPENDS
new file mode 100644
index 0000000..ba37901
--- /dev/null
+++ b/libs/libdmtx/DEPENDS
@@ -0,0 +1 @@
+depends ImageMagick
diff --git a/libs/libdmtx/DETAILS b/libs/libdmtx/DETAILS
new file mode 100644
index 0000000..e63c09a
--- /dev/null
+++ b/libs/libdmtx/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=libdmtx
+         VERSION=0.7.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
+      SOURCE_VFY=sha1:4f71ea1ecc3d57a1e0ec8cc394ac6ef162f73f9e
+        WEB_SITE=http://www.libdmtx.org/
+         ENTERED=20101227
+         UPDATED=20101227
+           SHORT="reading and writing Data Matrix 2D barcodes"
+cat << EOF
+libdmtx is open source software for reading and writing Data Matrix 2D barcodes 
+on Linux, Unix, OS X, Windows, and mobile devices. At its core libdmtx is a 
+shared library, allowing C/C++ programs to use its capabilities without 
+restrictions or overhead.
+
+The included utility programs, dmtxread and dmtxwrite, provide the official 
+interface to libdmtx from the command line, and also serve as a reference for 
+programmers who wish to write their own programs that use libdmtx. All software 
+in the libdmtx package is distributed under the LGPLv2 license and can be used 
+freely under these terms.
+EOF


More information about the Lunar-commits mailing list