From owner-svn-ports-all@freebsd.org Sat Feb 3 14:43:42 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EB34EC9758; Sat, 3 Feb 2018 14:43:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 408276C0A0; Sat, 3 Feb 2018 14:43:42 +0000 (UTC) (envelope-from rakuco@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B0E44712; Sat, 3 Feb 2018 14:43:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w13EhgCD036668; Sat, 3 Feb 2018 14:43:42 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w13EhfKq036665; Sat, 3 Feb 2018 14:43:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201802031443.w13EhfKq036665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 3 Feb 2018 14:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460816 - head/graphics/pngwriter X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/graphics/pngwriter X-SVN-Commit-Revision: 460816 X-SVN-Commit-Repository: ports 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.25 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: Sat, 03 Feb 2018 14:43:42 -0000 Author: rakuco Date: Sat Feb 3 14:43:41 2018 New Revision: 460816 URL: https://svnweb.freebsd.org/changeset/ports/460816 Log: Update to 0.7.0. Add a DOCS option to conditionally install some documentation. Added: head/graphics/pngwriter/pkg-plist (contents, props changed) Modified: head/graphics/pngwriter/Makefile head/graphics/pngwriter/distinfo Modified: head/graphics/pngwriter/Makefile ============================================================================== --- head/graphics/pngwriter/Makefile Sat Feb 3 14:17:01 2018 (r460815) +++ head/graphics/pngwriter/Makefile Sat Feb 3 14:43:41 2018 (r460816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngwriter -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= graphics devel MAINTAINER= rakuco@FreeBSD.org @@ -18,12 +18,19 @@ BROKEN_mips= fails to build: ios_base.h: 'std::ios_ba BROKEN_mips64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private BROKEN_powerpc64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private +OPTIONS_DEFINE= DOCS + +PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf + USES= cmake:outsource +CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE USE_GITHUB= yes USE_LDCONFIG= yes -PLIST_FILES= include/pngwriter.h \ - lib/libpngwriter.a \ - lib/libpngwriter.so +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} +.endfor .include Modified: head/graphics/pngwriter/distinfo ============================================================================== --- head/graphics/pngwriter/distinfo Sat Feb 3 14:17:01 2018 (r460815) +++ head/graphics/pngwriter/distinfo Sat Feb 3 14:43:41 2018 (r460816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494082079 -SHA256 (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 5107c6be0bfadf76ba4d01a553f7e060b5a7763ca7d9374ef3e7e59746b3911e -SIZE (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 571576 +TIMESTAMP = 1517567846 +SHA256 (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 82d46eef109f434f95eba9cf5908710ae4e75f575fd3858178ad06e800152825 +SIZE (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 570525 Added: head/graphics/pngwriter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pngwriter/pkg-plist Sat Feb 3 14:43:41 2018 (r460816) @@ -0,0 +1,6 @@ +include/pngwriter.h +lib/cmake/PNGwriter/PNGwriterConfig.cmake +lib/cmake/PNGwriter/PNGwriterConfigVersion.cmake +lib/cmake/PNGwriter/PNGwriterTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PNGwriter/PNGwriterTargets.cmake +lib/libPNGwriter.so