View | Details | Raw Unified | Return to bug 221730 | Differences between
and this patch

Collapse All | Expand All

(-)devel/pyqtree/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Loïc BARTOLETTI <lbartoletti@tuxfamily.org>
2
# $FreeBSD$
3
4
PORTNAME=	pyqtree
5
PORTVERSION=	0.24
6
CATEGORIES=	devel python geography
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
DISTNAME=	Pyqtree-${PORTVERSION}
10
11
MAINTAINER=	lbartoletti@tuxfamily.org
12
COMMENT=	Pure Python quad tree spatial index for GIS or rendering usage
13
14
LICENSE=	MIT
15
16
NO_ARCH=	yes
17
18
USES=		python zip
19
USE_PYTHON=	autoplist distutils
20
21
.include <bsd.port.mk>
22
native
23
FreeBSD=%H
24
text/plain
(-)devel/pyqtree/distinfo (+6 lines)
Line 0 Link Here
1
TIMESTAMP = 1503437611
2
SHA256 (Pyqtree-0.24.zip) = e20a8e53a2ce0db9c824eba3144a550a804bd57c28454f18f2948db9ce97b555
3
SIZE (Pyqtree-0.24.zip) = 8824
4
yes
5
native
6
text/plain
(-)devel/pyqtree/pkg-descr (+9 lines)
Line 0 Link Here
1
Pyqtree is a pure Python spatial index for GIS or rendering usage. It stores and
2
 quickly retrieves items from a 2x2 rectangular grid area, and grows in depth an
3
d detail as more items are added. The actual quad tree implementation is adapted
4
 from Matt Rasmussen's compbio library and extended for geospatial use.
5
6
WWW: https://github.com/karimbahgat/Pyqtree
7
yes
8
native
9
text/plain

Return to bug 221730