From owner-svn-ports-head@freebsd.org Wed Nov 13 23:47:22 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 5243D1C12A8; Wed, 13 Nov 2019 23:47:22 +0000 (UTC) (envelope-from sunpoet@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 47D1Vy1YMjz4Zbc; Wed, 13 Nov 2019 23:47:22 +0000 (UTC) (envelope-from sunpoet@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 164461FB53; Wed, 13 Nov 2019 23:47:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xADNlLrl059639; Wed, 13 Nov 2019 23:47:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xADNlLiF059635; Wed, 13 Nov 2019 23:47:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201911132347.xADNlLiF059635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Nov 2019 23:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517536 - in head/graphics: . py-pyrsgis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-pyrsgis X-SVN-Commit-Revision: 517536 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, 13 Nov 2019 23:47:22 -0000 Author: sunpoet Date: Wed Nov 13 23:47:20 2019 New Revision: 517536 URL: https://svnweb.freebsd.org/changeset/ports/517536 Log: Add py-pyrsgis 0.2.4 PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The module is built on the GDAL library, and is very efficient for various geospatial analysis. WWW: https://github.com/PratyushTripathy/pyrsgis - While I'm here, use PYNUMPY PR: 241509 Submitted by: Rainer Hurling Added: head/graphics/py-pyrsgis/ head/graphics/py-pyrsgis/Makefile (contents, props changed) head/graphics/py-pyrsgis/distinfo (contents, props changed) head/graphics/py-pyrsgis/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 13 23:47:15 2019 (r517535) +++ head/graphics/Makefile Wed Nov 13 23:47:20 2019 (r517536) @@ -866,6 +866,7 @@ SUBDIR += py-pyproj SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph + SUBDIR += py-pyrsgis SUBDIR += py-python-poppler-qt5 SUBDIR += py-pyvips SUBDIR += py-qt5-svg Added: head/graphics/py-pyrsgis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/Makefile Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,25 @@ +# Created by: Rainer Hurling +# $FreeBSD$ + +PORTNAME= pyrsgis +PORTVERSION= 0.2.4 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@gwdg.de +COMMENT= Processing satellite data directly from TAR files + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=0:graphics/py-gdal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib-scalebar>=0:math/py-matplotlib-scalebar@${PY_FLAVOR} \ + ${PYNUMPY} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/graphics/py-pyrsgis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/distinfo Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572077334 +SHA256 (pyrsgis-0.2.4.tar.gz) = 57fe10940dbab3ad1c03235a1c56c9069c1d2f6473485da793b67d4e4052394b +SIZE (pyrsgis-0.2.4.tar.gz) = 8004 Added: head/graphics/py-pyrsgis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pyrsgis/pkg-descr Wed Nov 13 23:47:20 2019 (r517536) @@ -0,0 +1,5 @@ +PyRSGIS is a powerful module to read, manipulate and export geo-rasters. The +module is built on the GDAL library, and is very efficient for various +geospatial analysis. + +WWW: https://github.com/PratyushTripathy/pyrsgis