Index: head/graphics/dmtx-utils/Makefile =================================================================== --- head/graphics/dmtx-utils/Makefile (revision 429965) +++ head/graphics/dmtx-utils/Makefile (revision 429966) @@ -1,23 +1,25 @@ # Created by: johans # $FreeBSD$ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Software for reading and writing Data Matrix barcodes -LIB_DEPENDS= libdmtx.so:graphics/libdmtx +LICENSE= LGPL21+ -USES= tar:bzip2 pkgconfig -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include +LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ + libMagickWand-6.so:graphics/ImageMagick \ + libMagickCore-6.so:graphics/ImageMagick +USES= localbase tar:bzip2 pkgconfig +GNU_CONFIGURE= yes PLIST_FILES= bin/dmtxread bin/dmtxwrite bin/dmtxquery \ man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \ man/man1/dmtxquery.1.gz .include Index: head/graphics/dmtx-utils/pkg-descr =================================================================== --- head/graphics/dmtx-utils/pkg-descr (revision 429965) +++ head/graphics/dmtx-utils/pkg-descr (revision 429966) @@ -1,15 +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/ +WWW: http://libdmtx.sourceforge.net Index: head/graphics/libdmtx/Makefile =================================================================== --- head/graphics/libdmtx/Makefile (revision 429965) +++ head/graphics/libdmtx/Makefile (revision 429966) @@ -1,23 +1,23 @@ # Created by: johans # $FreeBSD$ PORTNAME= libdmtx PORTVERSION= 0.7.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick USES= tar:bzip2 libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e '/^pkgconfigdir /s:(libdir):{prefix}/libdata:' \ - ${WRKSRC}/Makefile.in +INSTALL_TARGET= install-strip .include Index: head/graphics/libdmtx/files/patch-Makefile.in =================================================================== --- head/graphics/libdmtx/files/patch-Makefile.in (nonexistent) +++ head/graphics/libdmtx/files/patch-Makefile.in (revision 429966) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-02 07:10:47 UTC ++++ Makefile.in +@@ -306,7 +306,7 @@ EXTRA_DIST = KNOWNBUG \ + script/check_todo.sh \ + script/check_whitespace.sh + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = ${prefix}/libdata/pkgconfig + pkgconfig_DATA = libdmtx.pc + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive Property changes on: head/graphics/libdmtx/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/libdmtx/pkg-descr =================================================================== --- head/graphics/libdmtx/pkg-descr (revision 429965) +++ head/graphics/libdmtx/pkg-descr (revision 429966) @@ -1,13 +1,13 @@ 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. 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/ +WWW: http://libdmtx.sourceforge.net/