From owner-svn-ports-all@freebsd.org Sat Jul 28 18:31:28 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 A2646105987B; Sat, 28 Jul 2018 18:31:28 +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.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 57F9D795E2; Sat, 28 Jul 2018 18:31:28 +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 1FB2E2588; Sat, 28 Jul 2018 18:31:28 +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 w6SIVSbG069560; Sat, 28 Jul 2018 18:31:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SIVRqr069556; Sat, 28 Jul 2018 18:31:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807281831.w6SIVRqr069556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 28 Jul 2018 18:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475596 - in head/graphics: . py-pypillowfight X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . py-pypillowfight X-SVN-Commit-Revision: 475596 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.27 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, 28 Jul 2018 18:31:28 -0000 Author: yuri Date: Sat Jul 28 18:31:27 2018 New Revision: 475596 URL: https://svnweb.freebsd.org/changeset/ports/475596 Log: New port: graphics/py-pypillowfight: Library containing various image processing algorithms Added: head/graphics/py-pypillowfight/ head/graphics/py-pypillowfight/Makefile (contents, props changed) head/graphics/py-pypillowfight/distinfo (contents, props changed) head/graphics/py-pypillowfight/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Jul 28 18:28:53 2018 (r475595) +++ head/graphics/Makefile Sat Jul 28 18:31:27 2018 (r475596) @@ -937,6 +937,7 @@ SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz + SUBDIR += py-pypillowfight SUBDIR += py-pyproj SUBDIR += py-pyqtgraph SUBDIR += py-qt4-svg Added: head/graphics/py-pypillowfight/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pypillowfight/Makefile Sat Jul 28 18:31:27 2018 (r475596) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pypillowfight +DISTVERSION= 0.2.4 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library containing various image processing algorithms + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/graphics/py-pypillowfight/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pypillowfight/distinfo Sat Jul 28 18:31:27 2018 (r475596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532765111 +SHA256 (pypillowfight-0.2.4.tar.gz) = 9208518494df900b8842b3d826c55ff673127634bdb2d2c85cca93b5017fd061 +SIZE (pypillowfight-0.2.4.tar.gz) = 39411 Added: head/graphics/py-pypillowfight/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pypillowfight/pkg-descr Sat Jul 28 18:31:27 2018 (r475596) @@ -0,0 +1,7 @@ +Library containing various image processing algorithms: +* Automatic Color Equalization +* Unpaper's algorithms +* Stroke Width Transformation +* etc + +WWW: https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight