From owner-svn-ports-head@freebsd.org Wed Aug 21 15:51:17 2019 Return-Path: Delivered-To: svn-ports-head@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 53169CBE69; Wed, 21 Aug 2019 15:51:17 +0000 (UTC) (envelope-from tobik@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 46DBwP1VF0z45t9; Wed, 21 Aug 2019 15:51:17 +0000 (UTC) (envelope-from tobik@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 159AB1DF9B; Wed, 21 Aug 2019 15:51:17 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7LFpGKt071974; Wed, 21 Aug 2019 15:51:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7LFpGp6071969; Wed, 21 Aug 2019 15:51:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908211551.x7LFpGp6071969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 21 Aug 2019 15:51:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509510 - in head/graphics: . libspng X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/graphics: . libspng X-SVN-Commit-Revision: 509510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2019 15:51:17 -0000 Author: tobik Date: Wed Aug 21 15:51:15 2019 New Revision: 509510 URL: https://svnweb.freebsd.org/changeset/ports/509510 Log: New port: graphics/libspng Libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. The goal is to provide a fast PNG library with a simpler API than libpng. WWW: https://libspng.org/ Added: head/graphics/libspng/ head/graphics/libspng/Makefile (contents, props changed) head/graphics/libspng/distinfo (contents, props changed) head/graphics/libspng/pkg-descr (contents, props changed) head/graphics/libspng/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Aug 21 15:28:25 2019 (r509509) +++ head/graphics/Makefile Wed Aug 21 15:51:15 2019 (r509510) @@ -495,6 +495,7 @@ SUBDIR += librsvg2-rust SUBDIR += libsixel SUBDIR += libspiro + SUBDIR += libspng SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libvisual Added: head/graphics/libspng/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspng/Makefile Wed Aug 21 15:51:15 2019 (r509510) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libspng +DISTVERSION= 0.5.0 +CATEGORIES= graphics +MASTER_SITES= https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/ + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Simple PNG decoding and encoding library + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= meson pkgconfig tar:xz +USE_LDCONFIG= yes + +MESON_ARGS= -Denable_opt=false +PLIST_SUB= SOVERSION=${DISTVERSION} + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +.include Added: head/graphics/libspng/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspng/distinfo Wed Aug 21 15:51:15 2019 (r509510) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566396053 +SHA256 (libspng-0.5.0.tar.xz) = 220a653802559943ae43fd48f03ba6ff3935a5243766d9ee5ff905240d4399a7 +SIZE (libspng-0.5.0.tar.xz) = 98620 Added: head/graphics/libspng/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspng/pkg-descr Wed Aug 21 15:51:15 2019 (r509510) @@ -0,0 +1,8 @@ +Libspng is a C library for reading and writing Portable Network +Graphics (PNG) format files with a focus on security and ease of +use. + +The goal is to provide a fast PNG library with a simpler API than +libpng. + +WWW: https://libspng.org/ Added: head/graphics/libspng/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libspng/pkg-plist Wed Aug 21 15:51:15 2019 (r509510) @@ -0,0 +1,13 @@ +include/spng.h +lib/libspng.so +lib/libspng.so.%%SOVERSION%% +libdata/pkgconfig/spng.pc +%%PORTDOCS%%%%DOCSDIR%%/api.md +%%PORTDOCS%%%%DOCSDIR%%/build.md +%%PORTDOCS%%%%DOCSDIR%%/chunk.md +%%PORTDOCS%%%%DOCSDIR%%/context.md +%%PORTDOCS%%%%DOCSDIR%%/decode.md +%%PORTDOCS%%%%DOCSDIR%%/errors.md +%%PORTDOCS%%%%DOCSDIR%%/index.md +%%PORTDOCS%%%%DOCSDIR%%/usage.md +%%PORTDOCS%%%%DOCSDIR%%/version.md