From owner-svn-ports-all@freebsd.org Fri Dec 30 11:25:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C5A9C96875; Fri, 30 Dec 2016 11:25:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BD841BDB; Fri, 30 Dec 2016 11:25:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUBPAc9051533; Fri, 30 Dec 2016 11:25:10 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUBPA6m051528; Fri, 30 Dec 2016 11:25:10 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201612301125.uBUBPA6m051528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 30 Dec 2016 11:25:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429966 - in head/graphics: dmtx-utils libdmtx libdmtx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 11:25:11 -0000 Author: hrs Date: Fri Dec 30 11:25:09 2016 New Revision: 429966 URL: https://svnweb.freebsd.org/changeset/ports/429966 Log: - Add LICENSE. - Fix missing dependency. - Strip installed binaries. - Update WWW: in pkg-descr. Added: head/graphics/libdmtx/files/ head/graphics/libdmtx/files/patch-Makefile.in (contents, props changed) Modified: head/graphics/dmtx-utils/Makefile head/graphics/dmtx-utils/pkg-descr head/graphics/libdmtx/Makefile head/graphics/libdmtx/pkg-descr Modified: head/graphics/dmtx-utils/Makefile ============================================================================== --- head/graphics/dmtx-utils/Makefile Fri Dec 30 10:53:43 2016 (r429965) +++ head/graphics/dmtx-utils/Makefile Fri Dec 30 11:25:09 2016 (r429966) @@ -3,19 +3,21 @@ 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 Modified: head/graphics/dmtx-utils/pkg-descr ============================================================================== --- head/graphics/dmtx-utils/pkg-descr Fri Dec 30 10:53:43 2016 (r429965) +++ head/graphics/dmtx-utils/pkg-descr Fri Dec 30 11:25:09 2016 (r429966) @@ -12,4 +12,4 @@ pattern of data with built-in error corr 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 Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Fri Dec 30 10:53:43 2016 (r429965) +++ head/graphics/libdmtx/Makefile Fri Dec 30 11:25:09 2016 (r429966) @@ -3,21 +3,21 @@ 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 Added: head/graphics/libdmtx/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libdmtx/files/patch-Makefile.in Fri Dec 30 11:25:09 2016 (r429966) @@ -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 Modified: head/graphics/libdmtx/pkg-descr ============================================================================== --- head/graphics/libdmtx/pkg-descr Fri Dec 30 10:53:43 2016 (r429965) +++ head/graphics/libdmtx/pkg-descr Fri Dec 30 11:25:09 2016 (r429966) @@ -10,4 +10,4 @@ pattern of data with built-in error corr 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/