From: <ai...@us...> - 2014-02-13 01:01:36
|
Revision: 13012 http://sourceforge.net/p/plplot/code/13012 Author: airwin Date: 2014-02-13 01:01:33 +0000 (Thu, 13 Feb 2014) Log Message: ----------- Add shapelib to the list of software that PLplot depends on. Modified Paths: -------------- trunk/www/credits.php Modified: trunk/www/credits.php =================================================================== --- trunk/www/credits.php 2014-02-12 22:49:43 UTC (rev 13011) +++ trunk/www/credits.php 2014-02-13 01:01:33 UTC (rev 13012) @@ -20,10 +20,11 @@ the community.</p> <h4>PLplot core dependencies</h4> <ul class="arrowlist"> - <li><a href="http://www.qhull.org/">Qhull</a>: computes the convex hull, Delaunay + <li><a href="http://www.qhull.org/">Qhull</a>: computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram.</li> - </ul> + <li><a href="http://shapelib.maptools.org/">shapelib</a>: allows the subset of our API concerned with maps to read maps in shapefile format.<li> + </ul> <h4>PLplot device-driver dependencies</h4> <p> N.B. each device driver is an optional component of PLplot.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |