FreeBSD Bugzilla – Attachment 71657 Details for
Bug 104316
[NEW PORT] math/py-basemap: extension for py-matplotlib to plot data on map projections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.62 KB, created by
Geoffrey Mainland
on 2006-10-12 02:00:31 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Geoffrey Mainland
Created:
2006-10-12 02:00:31 UTC
Size:
3.62 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># py-basemap ># py-basemap/Makefile ># py-basemap/distinfo ># py-basemap/pkg-descr ># py-basemap/files ># py-basemap/files/patch-lib::matplotlib::toolkits::basemap::basemap.py ># >echo c - py-basemap >mkdir -p py-basemap > /dev/null 2>&1 >echo x - py-basemap/Makefile >sed 's/^X//' >py-basemap/Makefile << 'END-of-py-basemap/Makefile' >X# ex:ts=8 >X# Ports collection makefile for: py-basemap >X# Date created: April 21, 2006 >X# Whom: mainland@apeiron.net >X# >X# $FreeBSD$ >X# >X >XPORTNAME= basemap >XPORTVERSION= 0.9.2 >XCATEGORIES= math python >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= matplotlib >XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >X >XMAINTAINER= mainland@apeiron.net >XCOMMENT= Plots data on map projections (with continental and political boundaries) >X >XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/matplotlib/:${PORTSDIR}/math/py-matplotlib >X >XUSE_PYTHON= 2.2+ >XUSE_PYDISTUTILS= yes >X >XDATADIR= ${PREFIX}/share/py-${PORTNAME}-data >XEXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} >X >XMAKE_ENV= BASEMAP_DATA_PATH=${DATADIR} >X >XPLISTDIR= ${PYTHON_SITELIBDIR}/matplotlib/toolkits/basemap \ >X ${PYTHON_SITELIBDIR}/shapelib \ >X ${PYTHON_SITELIBDIR}/dbflib \ >X ${PYTHON_SITELIBDIR}/dbflibc.so \ >X ${PYTHON_SITELIBDIR}/shptree.so \ >X ${PYTHON_SITELIBDIR}/shapelibc.so \ >X ${PYTHON_SITELIBDIR}/pyproj.so \ >X ${PYTHON_SITELIBDIR}/basemap-0.9.2-py2.5.egg-info >X.if !defined(NOPORTDOCS) >XPLISTDIR+= ${EXAMPLESDIR} >X.endif >X >X.include <bsd.port.pre.mk> >Xpost-patch: >X @${GREP} -lR "share/basemap" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ >X -e "s,share/basemap,share/py-basemap-data,g" >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${EXAMPLESDIR} >X ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} >X.endif >X.for dir in ${PLISTDIR} >X @${FIND} ${dir} ! -type d | \ >X ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} >X @${FIND} ${dir} -type d | ${SORT} -r | \ >X ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} >X.endfor >X >X.include <bsd.port.post.mk> >END-of-py-basemap/Makefile >echo x - py-basemap/distinfo >sed 's/^X//' >py-basemap/distinfo << 'END-of-py-basemap/distinfo' >XMD5 (basemap-0.9.2.tar.gz) = 1b2f7f654c007ca5cd98fcd18b85df61 >XSHA256 (basemap-0.9.2.tar.gz) = 602c73cda3f657b49f7cabc5a60bd203a42f8cb7694c3e4fbcb6dc27389fbf0c >XSIZE (basemap-0.9.2.tar.gz) = 7348431 >END-of-py-basemap/distinfo >echo x - py-basemap/pkg-descr >sed 's/^X//' >py-basemap/pkg-descr << 'END-of-py-basemap/pkg-descr' >XPlots data on map projections (with continental and political boundaries). >X >XWWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html >END-of-py-basemap/pkg-descr >echo c - py-basemap/files >mkdir -p py-basemap/files > /dev/null 2>&1 >echo x - py-basemap/files/patch-lib::matplotlib::toolkits::basemap::basemap.py >sed 's/^X//' >py-basemap/files/patch-lib::matplotlib::toolkits::basemap::basemap.py << 'END-of-py-basemap/files/patch-lib::matplotlib::toolkits::basemap::basemap.py' >X--- lib/matplotlib/toolkits/basemap/basemap.py.orig Wed Oct 11 12:46:53 2006 >X+++ lib/matplotlib/toolkits/basemap/basemap.py Wed Oct 11 12:47:16 2006 >X@@ -22,7 +22,7 @@ >X # BASEMAP_DATA_PATH env var not set. >X _datadir = os.environ.get('BASEMAP_DATA_PATH') >X if not _datadir: >X- _datadir = os.path.join(sys.prefix,'share','basemap') >X+ _datadir = os.path.join(sys.prefix,'share','py-basemap-data') >X >X __version__ = '0.9.2' >X __revision__ = '20060831' >END-of-py-basemap/files/patch-lib::matplotlib::toolkits::basemap::basemap.py >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 104316
: 71657