New port: misc/py-kartograph: Framework for building interactive map applications
This commit is contained in:
parent
46da660498
commit
3ef93fc84e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475627
4 changed files with 41 additions and 0 deletions
|
@ -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
|
||||
|
|
29
misc/py-kartograph/Makefile
Normal file
29
misc/py-kartograph/Makefile
Normal file
|
@ -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>
|
3
misc/py-kartograph/distinfo
Normal file
3
misc/py-kartograph/distinfo
Normal file
|
@ -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
|
8
misc/py-kartograph/pkg-descr
Normal file
8
misc/py-kartograph/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue