diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-11 01:45:46 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-11 01:45:46 +0000 |
commit | 8b5cfab87d148238e68415ffbd4f579447a9dae9 (patch) | |
tree | 4e0b47f6bd9811b0424d2e249475058dc3fe41c1 /graphics/Makefile | |
parent | Inform users of the private information disclosure bug in surf (CVE-2012-0842) (diff) |
- Add a new port: graphics/R-cran-rgdal
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
Library (GDAL) (>= 1.3.1) and access to projection/transformation
operations from the PROJ.4 library. The GDAL and PROJ.4 libraries
are external to the package, and, when installing the package from
source, must be correctly installed first. Both GDAL raster and OGR
vector map data can be imported into R, and GDAL raster data and
OGR vector data exported. Use is made of classes defined in the sp
package.
WWW: http://cran.r-project.org/web/packages/rgdal/
Notes
Notes:
svn path=/head/; revision=290893
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 384ef2f353c3..6764994bc3d0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -22,6 +22,7 @@ SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell + SUBDIR += R-cran-rgdal SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png |