From owner-svn-ports-all@freebsd.org Sat Apr 25 08:16:36 2020 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 B8E8E2CEF72; Sat, 25 Apr 2020 08:16:36 +0000 (UTC) (envelope-from ume@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 498P5J4WcHz3C4b; Sat, 25 Apr 2020 08:16:36 +0000 (UTC) (envelope-from ume@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 965A14811; Sat, 25 Apr 2020 08:16:36 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03P8GaC0093160; Sat, 25 Apr 2020 08:16:36 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03P8GZV3093152; Sat, 25 Apr 2020 08:16:35 GMT (envelope-from ume@FreeBSD.org) Message-Id: <202004250816.03P8GZV3093152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Sat, 25 Apr 2020 08:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532921 - in head/graphics: . py-pymaging py-pymaging-png X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: in head/graphics: . py-pymaging py-pymaging-png X-SVN-Commit-Revision: 532921 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, 25 Apr 2020 08:16:36 -0000 Author: ume Date: Sat Apr 25 08:16:34 2020 New Revision: 532921 URL: https://svnweb.freebsd.org/changeset/ports/532921 Log: Add new ports: - py-pymaging -- Pure Python imaging library - py-pymaging-png -- PNG support for pymaging These ports are required by textproc/py-qrcode to generate PNG output. Added: head/graphics/py-pymaging/ head/graphics/py-pymaging-png/ head/graphics/py-pymaging-png/Makefile (contents, props changed) head/graphics/py-pymaging-png/distinfo (contents, props changed) head/graphics/py-pymaging-png/pkg-descr (contents, props changed) head/graphics/py-pymaging/Makefile (contents, props changed) head/graphics/py-pymaging/distinfo (contents, props changed) head/graphics/py-pymaging/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Apr 25 08:16:04 2020 (r532920) +++ head/graphics/Makefile Sat Apr 25 08:16:34 2020 (r532921) @@ -855,6 +855,8 @@ SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz SUBDIR += py-pyinsane2 + SUBDIR += py-pymaging + SUBDIR += py-pymaging-png SUBDIR += py-pyocr SUBDIR += py-pypillowfight SUBDIR += py-pyproj Added: head/graphics/py-pymaging-png/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging-png/Makefile Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pymaging-png +PORTVERSION= g20130727 +CATEGORIES= graphics python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ume@FreeBSD.org +COMMENT= PNG support for pymaging + +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymaging>=g20130908:graphics/py-pymaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +USE_GITHUB= yes +GH_ACCOUNT= ojii +GH_TAGNAME= 83d85c4 + +.include Added: head/graphics/py-pymaging-png/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging-png/distinfo Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587799177 +SHA256 (ojii-pymaging-png-g20130727-83d85c4_GH0.tar.gz) = c3b39b63d4d428dc1d13999fe10580468efbae169bdbdcada218b3491c4c20f8 +SIZE (ojii-pymaging-png-g20130727-83d85c4_GH0.tar.gz) = 32898 Added: head/graphics/py-pymaging-png/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging-png/pkg-descr Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,4 @@ +Pymaging PNG +PNG support for pymaging. + +WWW: https://pymaging.rtfd.org Added: head/graphics/py-pymaging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging/Makefile Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pymaging +PORTVERSION= g20130908 +CATEGORIES= graphics python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ume@FreeBSD.org +COMMENT= Pure Python imaging library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python +USE_PYTHON= autoplist distutils + +USE_GITHUB= yes +GH_ACCOUNT= ojii +GH_TAGNAME= 596a08f + +.include Added: head/graphics/py-pymaging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging/distinfo Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587794904 +SHA256 (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = d0312b1850dbc012356a46621cfdf495073f0b55db1cd58d9700e754e86b4ddb +SIZE (ojii-pymaging-g20130908-596a08f_GH0.tar.gz) = 33266 Added: head/graphics/py-pymaging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pymaging/pkg-descr Sat Apr 25 08:16:34 2020 (r532921) @@ -0,0 +1,4 @@ +Pymaging is a pure Python imaging library that is compatible both +with Python 2 and Python 3. + +WWW: https://pymaging.rtfd.org