Date: Thu, 10 Apr 2008 09:17:32 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-pyshapelib Makefile distinfo pkg-descr pkg-plist Message-ID: <200804100917.m3A9HYVU026403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2008-04-10 09:17:32 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-pyshapelib Makefile distinfo pkg-descr pkg-plist
Log:
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>
Revision Changes Path
1.3032 +1 -0 ports/devel/Makefile
1.1 +46 -0 ports/devel/py-pyshapelib/Makefile (new)
1.1 +6 -0 ports/devel/py-pyshapelib/distinfo (new)
1.1 +24 -0 ports/devel/py-pyshapelib/pkg-descr (new)
1.1 +9 -0 ports/devel/py-pyshapelib/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804100917.m3A9HYVU026403>
