Index: head/graphics/pngwriter/Makefile =================================================================== --- head/graphics/pngwriter/Makefile (revision 460815) +++ head/graphics/pngwriter/Makefile (revision 460816) @@ -1,29 +1,36 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pngwriter -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= graphics devel MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ library for creating PNG images LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 BROKEN_mips= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private 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 Index: head/graphics/pngwriter/distinfo =================================================================== --- head/graphics/pngwriter/distinfo (revision 460815) +++ head/graphics/pngwriter/distinfo (revision 460816) @@ -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 Index: head/graphics/pngwriter/pkg-plist =================================================================== --- head/graphics/pngwriter/pkg-plist (nonexistent) +++ head/graphics/pngwriter/pkg-plist (revision 460816) @@ -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 Property changes on: head/graphics/pngwriter/pkg-plist ___________________________________________________________________ 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