From owner-svn-ports-all@freebsd.org Mon Sep 2 05:11:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12075D147D; Mon, 2 Sep 2019 05:11:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MJ8p6gYfz4FrY; Mon, 2 Sep 2019 05:11:38 +0000 (UTC) (envelope-from yuri@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 C95B1D0A0; Mon, 2 Sep 2019 05:11:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x825Bc67063138; Mon, 2 Sep 2019 05:11:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x825BbCY062337; Mon, 2 Sep 2019 05:11:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201909020511.x825BbCY062337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 2 Sep 2019 05:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510756 - in head/graphics: . png++ png++/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . png++ png++/files X-SVN-Commit-Revision: 510756 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.29 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: Mon, 02 Sep 2019 05:11:39 -0000 Author: yuri Date: Mon Sep 2 05:11:37 2019 New Revision: 510756 URL: https://svnweb.freebsd.org/changeset/ports/510756 Log: New port: graphics/png++: C++ wrapper for libpng library Added: head/graphics/png++/ head/graphics/png++/Makefile (contents, props changed) head/graphics/png++/distinfo (contents, props changed) head/graphics/png++/files/ head/graphics/png++/files/patch-Makefile (contents, props changed) head/graphics/png++/pkg-descr (contents, props changed) head/graphics/png++/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Sep 2 05:09:44 2019 (r510755) +++ head/graphics/Makefile Mon Sep 2 05:11:37 2019 (r510756) @@ -778,6 +778,7 @@ SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png + SUBDIR += png++ SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck Added: head/graphics/png++/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png++/Makefile Mon Sep 2 05:11:37 2019 (r510756) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= png++ +DISTVERSION= 0.2.9 +CATEGORIES= graphics +MASTER_SITES= http://download.savannah.nongnu.org/releases/pngpp/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ wrapper for libpng library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= png>0:graphics/png + +USES= gmake + +NO_ARCH= yes + +.include Added: head/graphics/png++/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png++/distinfo Mon Sep 2 05:11:37 2019 (r510756) @@ -0,0 +1,3 @@ +TIMESTAMP = 1567398167 +SHA256 (png++-0.2.9.tar.gz) = abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791 +SIZE (png++-0.2.9.tar.gz) = 592770 Added: head/graphics/png++/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png++/files/patch-Makefile Mon Sep 2 05:11:37 2019 (r510756) @@ -0,0 +1,25 @@ +--- Makefile.orig 2015-10-25 19:42:45 UTC ++++ Makefile +@@ -47,18 +47,18 @@ dist_files := $(build_files) $(doc_files) \ + $(headers) $(sources) + dist_subdirs := example test + +-all: examples ++all: + + install: install-headers install-docs + + uninstall: uninstall-headers uninstall-docs + + install-headers: +- mkdir -p $(PREFIX)/include/png++ +- cp $(headers) $(PREFIX)/include/png++ ++ mkdir -p $(DESTDIR)$(PREFIX)/include/png++ ++ cp $(headers) $(DESTDIR)$(PREFIX)/include/png++ + + uninstall-headers: +- rm -rf $(PREFIX)/include/png++ ++ rm -rf $(DESTDIR)$(PREFIX)/include/png++ + + dist: dist-mkdir dist-copy-files dist-package + Added: head/graphics/png++/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png++/pkg-descr Mon Sep 2 05:11:37 2019 (r510756) @@ -0,0 +1,4 @@ +PNG++ aims to provide simple yet powerful C++ interface to libpng, the PNG +reference implementation library. + +WWW: https://www.nongnu.org/pngpp/ Added: head/graphics/png++/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png++/pkg-plist Mon Sep 2 05:11:37 2019 (r510756) @@ -0,0 +1,29 @@ +include/png++/color.hpp +include/png++/config.hpp +include/png++/consumer.hpp +include/png++/convert_color_space.hpp +include/png++/end_info.hpp +include/png++/error.hpp +include/png++/ga_pixel.hpp +include/png++/generator.hpp +include/png++/gray_pixel.hpp +include/png++/image.hpp +include/png++/image_info.hpp +include/png++/index_pixel.hpp +include/png++/info.hpp +include/png++/info_base.hpp +include/png++/io_base.hpp +include/png++/packed_pixel.hpp +include/png++/palette.hpp +include/png++/pixel_buffer.hpp +include/png++/pixel_traits.hpp +include/png++/png.hpp +include/png++/reader.hpp +include/png++/require_color_space.hpp +include/png++/rgb_pixel.hpp +include/png++/rgba_pixel.hpp +include/png++/solid_pixel_buffer.hpp +include/png++/streaming_base.hpp +include/png++/tRNS.hpp +include/png++/types.hpp +include/png++/writer.hpp