Map data for the py-basemap port.
WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html PR: ports/104315 Submitted by: mainland at apeiron.net Approved by: alexbl (mentor)
This commit is contained in:
parent
1ed7649181
commit
46fb0d3e7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180648
4 changed files with 51 additions and 0 deletions
|
@ -280,6 +280,7 @@
|
|||
SUBDIR += proofgeneral
|
||||
SUBDIR += pspp
|
||||
SUBDIR += py-basemap
|
||||
SUBDIR += py-basemap-data
|
||||
SUBDIR += py-fpconst
|
||||
SUBDIR += py-gato
|
||||
SUBDIR += py-gnuplot
|
||||
|
|
44
math/py-basemap-data/Makefile
Normal file
44
math/py-basemap-data/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: py-basemap-data
|
||||
# Date created: April 21, 2006
|
||||
# Whom: mainland@apeiron.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= basemap-data
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= matplotlib
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Map data for py-basemap
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
|
||||
MAKE_ENV= BASEMAP_DATA_PATH=${DATADIR}
|
||||
|
||||
PLISTDIR= ${DATADIR}/*_[hi].txt
|
||||
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 250
|
||||
PLISTDIR+= ${PYTHON_SITELIBDIR}/basemap_data-0.9-py2.5.egg-info
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for dir in ${PLISTDIR}
|
||||
@${FIND} ${dir} ! -type d | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${dir} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
.endfor
|
||||
@${ECHO} "@dirrm ${DATADIR:S,${PREFIX}/,,}" >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
math/py-basemap-data/distinfo
Normal file
3
math/py-basemap-data/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (basemap-data-0.9.tar.gz) = 5c4baf8f3de54193d64ab31c363a0e89
|
||||
SHA256 (basemap-data-0.9.tar.gz) = 6f64baf508ac48ff6776e394e17dbca3ed826c9cad30ad6cfd6bfa26ae582d77
|
||||
SIZE (basemap-data-0.9.tar.gz) = 24995626
|
3
math/py-basemap-data/pkg-descr
Normal file
3
math/py-basemap-data/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Map data for the py-basemap port.
|
||||
|
||||
WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html
|
Loading…
Reference in a new issue