aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-04-10 09:17:32 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-04-10 09:17:32 +0000
commit208e17e88fe723d7bad8a2d3816a2ec3cbfc7e40 (patch)
tree105efb016abf297f25d5d25677529e8339a0a39b /devel/Makefile
parentdae4285fe4fe7be934fad9cf3cb3aa3299d8477a (diff)
downloadports-208e17e88fe723d7bad8a2d3816a2ec3cbfc7e40.tar.gz
ports-208e17e88fe723d7bad8a2d3816a2ec3cbfc7e40.zip
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>
Notes
Notes: svn path=/head/; revision=210990
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8e382cf7e390..3a7ec23b3e7c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2054,6 +2054,7 @@
SUBDIR += py-px
SUBDIR += py-pycallgraph
SUBDIR += py-pydasm
+ SUBDIR += py-pyshapelib
SUBDIR += py-pytz
SUBDIR += py-pyutil
SUBDIR += py-qt4-assistant