diff --git a/misc/Makefile b/misc/Makefile index 19027302fa9a..60fc70483b69 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -412,6 +412,7 @@ SUBDIR += py-emoji SUBDIR += py-fuzzy SUBDIR += py-glance + SUBDIR += py-kartograph SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational diff --git a/misc/py-kartograph/Makefile b/misc/py-kartograph/Makefile new file mode 100644 index 000000000000..8d13ccf104a3 --- /dev/null +++ b/misc/py-kartograph/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= kartograph +DISTVERSION= 0.6.8 +CATEGORIES= misc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Framework for building interactive map applications + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gdal>0:graphics/py-gdal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ordereddict>0:devel/py-ordereddict@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyshp>0:devel/py-pyshp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pykml>0:misc/py-pykml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}.py +USE_PYTHON= distutils concurrent autoplist + +.include <bsd.port.mk> diff --git a/misc/py-kartograph/distinfo b/misc/py-kartograph/distinfo new file mode 100644 index 000000000000..1d8e73ac1f8b --- /dev/null +++ b/misc/py-kartograph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1532832896 +SHA256 (kartograph-kartograph.py-0.6.8_GH0.tar.gz) = 7ac5fe8a8df0475b9533ffb61c6b5eb51cceff53ff3f7bf1c726e39f6e43adfc +SIZE (kartograph-kartograph.py-0.6.8_GH0.tar.gz) = 63017 diff --git a/misc/py-kartograph/pkg-descr b/misc/py-kartograph/pkg-descr new file mode 100644 index 000000000000..3849640f97bc --- /dev/null +++ b/misc/py-kartograph/pkg-descr @@ -0,0 +1,8 @@ +Kartograph is a simple and lightweight framework for building interactive map +applications without Google Maps or any other mapping service. It was created +with the needs of designers and data journalists in mind. + +Kartograph is two libraries. One generates beautiful & compact SVGmaps, the +other helps you to create interactive maps that run across all major browsers. + +WWW: https://kartograph.org/docs/kartograph.py/