Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ graphics/Makefile @@ -883,6 +883,7 @@ SUBDIR += py-willow SUBDIR += py-willow11 SUBDIR += py-yaswfp + SUBDIR += pygeoapi SUBDIR += pygts SUBDIR += pymorph SUBDIR += pysvg Index: graphics/pygeoapi/Makefile =================================================================== --- /dev/null +++ graphics/pygeoapi/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pygeoapi +PORTVERSION= 0.6.0 +CATEGORIES= graphics geography python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@FreeBSD.org +COMMENT= OGC API server implementation + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}unicodecsv>0:devel/py-unicodecsv@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Flask-Cors>0:www/py-flask-cors@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include Index: graphics/pygeoapi/distinfo =================================================================== --- /dev/null +++ graphics/pygeoapi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579205941 +SHA256 (pygeoapi-0.6.0.tar.gz) = 852beb2fc0b2105f72b9c0bec9144cdbae00eaae7632b13af7d72705c489d48d +SIZE (pygeoapi-0.6.0.tar.gz) = 34136 Index: graphics/pygeoapi/pkg-descr =================================================================== --- /dev/null +++ graphics/pygeoapi/pkg-descr @@ -0,0 +1,7 @@ +pygeoapi is a Python server implementation of the OGC API suite of standards. +The project emerged as part of the next generation OGC API efforts in 2018 and +provides the capability for organizations to deploy an RESTful OGC API endpoint +using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an +MIT license. + +WWW: https://pygeoapi.io/