1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

A reference implementation of the PythonGeoInterface and

the GeoJSON.

WWW: http://pypi.python.org/pypi/geojson/

PR:		ports/125208
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2008-07-18 12:38:21 +00:00
parent a289f0dfc9
commit 32e8646bd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217032
5 changed files with 56 additions and 0 deletions

View File

@ -2075,6 +2075,7 @@
SUBDIR += py-gamin
SUBDIR += py-gdata
SUBDIR += py-generate
SUBDIR += py-geojson
SUBDIR += py-geotypes
SUBDIR += py-gmpy
SUBDIR += py-gobject

36
devel/py-geojson/Makefile Normal file
View File

@ -0,0 +1,36 @@
# Ports collection makefile for: py-geojson
# Date created: 03 July, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= geojson
PORTVERSION= 1.0b1
CATEGORIES= devel geography python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/g/geojson/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python's Encoder/decoder for simple GIS features
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson
DOCSFILE= CHANGES.txt CREDITS.txt DEPENDENCIES.txt FAQ.txt \
GeoInterface.txt HISTORY.txt INSTALL.txt LICENSE.txt \
README.txt VERSION.txt
USE_PYTHON= 2.4+
USE_PYDISTUTILS=easy_install
PYDISTUTILS_NOEGGINFO= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOCSFILE}
@cd ${WRKSRC} && ${CP} ${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (geojson-1.0b1.tar.gz) = 10863efb628d2ea76c8d674951ce2063
SHA256 (geojson-1.0b1.tar.gz) = 61549b5dc447dcecb6f9f20593a13e87f993d3382409a2275108b32b65462aef
SIZE (geojson-1.0b1.tar.gz) = 11586

View File

@ -0,0 +1,4 @@
A reference implementation of the PythonGeoInterface and
the GeoJSON draft.
WWW: http://pypi.python.org/pypi/geojson/

View File

@ -0,0 +1,12 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
%%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt
%%PORTDOCS%%%%DOCSDIR%%/DEPENDENCIES.txt
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
%%PORTDOCS%%%%DOCSDIR%%/GeoInterface.txt
%%PORTDOCS%%%%DOCSDIR%%/HISTORY.txt
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/VERSION.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%