View | Details | Raw Unified | Return to bug 189181
Collapse All | Expand All

(-)./Makefile (-3 / +5 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/devel/py-shapely/Makefile 347204 2014-03-06 14:05:25Z miwi $
2
# $FreeBSD: head/devel/py-shapely/Makefile 347204 2014-03-06 14:05:25Z miwi $
3
3
4
PORTNAME=	Shapely
4
PORTNAME=	Shapely
5
PORTVERSION=	1.2.18
5
PORTVERSION=	1.3.1
6
PORTREVISION=	2
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-19 Link Here
11
MAINTAINER=	wen@FreeBSD.org
10
MAINTAINER=	wen@FreeBSD.org
12
COMMENT=	Python Package for Manipulation 2D Geospatial Geometry
11
COMMENT=	Python Package for Manipulation 2D Geospatial Geometry
13
12
14
LIB_DEPENDS=	geos_c:${PORTSDIR}/graphics/geos
13
LICENSE=	BSD3CLAUSE
14
15
LIB_DEPENDS=	libgeos_c.so:${PORTSDIR}/graphics/geos
15
16
16
CFLAGS+=	-I${LOCALBASE}/include
17
CFLAGS+=	-I${LOCALBASE}/include
18
LDFLAGS+=	-L${LOCALBASE}/lib
17
USE_PYTHON=	yes
19
USE_PYTHON=	yes
18
USE_PYDISTUTILS=	yes
20
USE_PYDISTUTILS=	yes
19
PYDISTUTILS_AUTOPLIST=	yes
21
PYDISTUTILS_AUTOPLIST=	yes
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Shapely-1.2.18.tar.gz) = b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c
1
SHA256 (Shapely-1.3.1.tar.gz) = f458f7033e6bb811893e6c4305b28535fc09a1a10bb0d1f35bd0dc2bd5613a25
2
SIZE (Shapely-1.2.18.tar.gz) = 111974
2
SIZE (Shapely-1.3.1.tar.gz) = 119894
(-)./pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
Responsibility for reading and writing data and projecting coordinates
4
Responsibility for reading and writing data and projecting coordinates
5
is left to other packages like WorldMill and pyproj. 
5
is left to other packages like WorldMill and pyproj. 
6
6
7
WWW: https://pypi.python.org/pypi/Shapely/
7
WWW: http://pypi.python.org/pypi/Shapely/

Return to bug 189181