diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-10 09:17:32 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-04-10 09:17:32 +0000 |
commit | 208e17e88fe723d7bad8a2d3816a2ec3cbfc7e40 (patch) | |
tree | 105efb016abf297f25d5d25677529e8339a0a39b /devel/py-pyshapelib/distinfo | |
parent | Reset maintainership. (diff) |
Python bindings for Shapelib
============================
These are three python modules for shapelib:
shapelib read/write shapefiles
dbflib read/write dbf files
shptree quadtree for shapes
Shapelib is a free software library for reading and writing ESRI shape
files and can be found at http://gdal.velocet.ca/projects/shapelib.
The bindings were partly created with SWIG, a tool that can generate
wrappers of C and C++ libraries for a variety of scripting languages.
It's homepage is http://www.swig.org.
The bindings themselves don't have a homepage at the moment, but the
source tarballs/zip files can be downloaded from
http://ftp.intevation.de/users/bh/pyshapelib/
WWW: http://ftp.intevation.de/users/bh/pyshapelib/
PR: ports/121067
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Diffstat (limited to 'devel/py-pyshapelib/distinfo')
-rw-r--r-- | devel/py-pyshapelib/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-pyshapelib/distinfo b/devel/py-pyshapelib/distinfo new file mode 100644 index 000000000000..f6a581ced7bb --- /dev/null +++ b/devel/py-pyshapelib/distinfo @@ -0,0 +1,6 @@ +MD5 (pyshapelib-0.3.tar.gz) = 41372e56f96167ed8202eb6f747360a4 +SHA256 (pyshapelib-0.3.tar.gz) = 492d5050135c05e8213eecfcaedbccebf8e960a4407615a5d72af4696f409ad1 +SIZE (pyshapelib-0.3.tar.gz) = 40427 +MD5 (shapelib-1.2.10.tar.gz) = 4d96bd926167193d27bf14d56e2d484e +SHA256 (shapelib-1.2.10.tar.gz) = afa54d60369e49a3d2ebcd1ffca75104bdc85d7f539b81aec8a6e2d311ca6b78 +SIZE (shapelib-1.2.10.tar.gz) = 167219 |