From owner-svn-ports-all@freebsd.org Sat Oct 12 08:19:20 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 0A80114C771; Sat, 12 Oct 2019 08:19:20 +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 46qyQv6Qnsz3BxD; Sat, 12 Oct 2019 08:19:19 +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 A27B499D; Sat, 12 Oct 2019 08:19:19 +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 x9C8JJqa041961; Sat, 12 Oct 2019 08:19:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9C8JIcU041955; Sat, 12 Oct 2019 08:19:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201910120819.x9C8JIcU041955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 12 Oct 2019 08:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514323 - in head/graphics: . avir X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . avir X-SVN-Commit-Revision: 514323 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: Sat, 12 Oct 2019 08:19:20 -0000 Author: yuri Date: Sat Oct 12 08:19:18 2019 New Revision: 514323 URL: https://svnweb.freebsd.org/changeset/ports/514323 Log: New port: graphics/avir: High-quality image resizing/scaling C++ library Added: head/graphics/avir/ head/graphics/avir/Makefile (contents, props changed) head/graphics/avir/distinfo (contents, props changed) head/graphics/avir/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Oct 12 07:37:02 2019 (r514322) +++ head/graphics/Makefile Sat Oct 12 08:19:18 2019 (r514323) @@ -60,6 +60,7 @@ SUBDIR += autopano-sift-c SUBDIR += autotrace SUBDIR += aview + SUBDIR += avir SUBDIR += azpainter SUBDIR += backfract SUBDIR += barbecue Added: head/graphics/avir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/avir/Makefile Sat Oct 12 08:19:18 2019 (r514323) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= avir +DISTVERSION= 2.4 +CATEGORIES= graphics + +MAINTAINER= yuri@FreeBSD.org +COMMENT= High-quality image resizing/scaling C++ library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= avaneev + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/avir/avir.h \ + include/avir/avir_dil.h \ + include/avir/avir_float4_sse.h \ + include/avir/avir_float8_avx.h \ + include/avir/lancir.h + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/avir + ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/avir/ + +.include Added: head/graphics/avir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/avir/distinfo Sat Oct 12 08:19:18 2019 (r514323) @@ -0,0 +1,3 @@ +TIMESTAMP = 1570867160 +SHA256 (avaneev-avir-2.4_GH0.tar.gz) = 0b6f13f715a1b9d6336c60b7753b9dbb48493813807367e91efe6adb11c0835d +SIZE (avaneev-avir-2.4_GH0.tar.gz) = 2834974 Added: head/graphics/avir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/avir/pkg-descr Sat Oct 12 08:19:18 2019 (r514323) @@ -0,0 +1,9 @@ +High-quality pro image resizing / scaling C++ library, image resize. + +This library features routines for both down- and upsizing of 8- and 16-bit, +1 to 4-channel images. Image resizing routines were implemented in +multi-platform C++ code, and have a high level of optimality. Beside resizing, +this library offers a sub-pixel shift operation. Built-in sRGB gamma correction +is available. + +WWW: https://github.com/avaneev/avir