diff options
-rw-r--r-- | graphics/libdmtx/Makefile | 6 | ||||
-rw-r--r-- | graphics/libdmtx/distinfo | 5 | ||||
-rw-r--r-- | graphics/libdmtx/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/libdmtx/pkg-plist | 3 |
4 files changed, 5 insertions, 15 deletions
diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index e29ccb5e5821..9e589f07039d 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -6,17 +6,15 @@ # PORTNAME= libdmtx -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.4 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org -COMMENT= Software for reading and writing Data Matrix barcodes +COMMENT= Library for reading and writing Data Matrix barcodes LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick -MAN1= dmtxread.1 dmtxwrite.1 dmtxquery.1 MAN3= libdmtx.3 USE_BZIP2= yes diff --git a/graphics/libdmtx/distinfo b/graphics/libdmtx/distinfo index 6b8be13ace8d..3e4c9d99a80e 100644 --- a/graphics/libdmtx/distinfo +++ b/graphics/libdmtx/distinfo @@ -1,3 +1,2 @@ -MD5 (libdmtx-0.7.2.tar.bz2) = 0684cf3857591e777b57248d652444ae -SHA256 (libdmtx-0.7.2.tar.bz2) = 73af17374cf45478fdcb4184c2321d3b923291780430dec4908d9ea686143646 -SIZE (libdmtx-0.7.2.tar.bz2) = 1164290 +SHA256 (libdmtx-0.7.4.tar.bz2) = b62c586ac4fad393024dadcc48da8081b4f7d317aa392f9245c5335f0ee8dd76 +SIZE (libdmtx-0.7.4.tar.bz2) = 303176 diff --git a/graphics/libdmtx/pkg-descr b/graphics/libdmtx/pkg-descr index b07a84715fc5..f70fc206753c 100644 --- a/graphics/libdmtx/pkg-descr +++ b/graphics/libdmtx/pkg-descr @@ -3,11 +3,7 @@ libdmtx - 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. 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, 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. +capabilities without restrictions or overhead. Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of data with built-in error correction. The Data Matrix diff --git a/graphics/libdmtx/pkg-plist b/graphics/libdmtx/pkg-plist index 0ae01ad6f10d..90090d1fc87a 100644 --- a/graphics/libdmtx/pkg-plist +++ b/graphics/libdmtx/pkg-plist @@ -1,6 +1,3 @@ -bin/dmtxquery -bin/dmtxread -bin/dmtxwrite include/dmtx.h lib/libdmtx.so lib/libdmtx.so.0 |