summaryrefslogtreecommitdiff
path: root/astro/R-cran-maptools
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-17 15:35:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-17 15:35:14 +0000
commite87ca16cbc6e0e5a58d45a0dfb2a9ad7c5f0b4c3 (patch)
tree6f500d370c58e3ba672725f6d69d00f69435b711 /astro/R-cran-maptools
parent- Update to version 2.2p2 (diff)
- Add a new port: astro/R-cran-maptools
Set of tools for manipulating and reading geographic data, in particular ESRI shapefiles; C code used from shapelib. It includes binary access to GSHHS shoreline files. The package also provides interface wrappers for exchanging spatial objects with packages such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS, Mondrian, and others. WWW: http://cran.r-project.org/web/packages/maptools/
Notes
Notes: svn path=/head/; revision=281901
Diffstat (limited to 'astro/R-cran-maptools')
-rw-r--r--astro/R-cran-maptools/Makefile24
-rw-r--r--astro/R-cran-maptools/distinfo2
-rw-r--r--astro/R-cran-maptools/pkg-descr8
3 files changed, 34 insertions, 0 deletions
diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile
new file mode 100644
index 000000000000..55fe82f747a3
--- /dev/null
+++ b/astro/R-cran-maptools/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-maptools
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= maptools
+DISTVERSION= 0.8-10
+CATEGORIES= astro
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Tools for reading and handling spatial objects
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-sp>=0.9.47:${PORTSDIR}/math/R-cran-sp
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/astro/R-cran-maptools/distinfo b/astro/R-cran-maptools/distinfo
new file mode 100644
index 000000000000..3e44d02922a0
--- /dev/null
+++ b/astro/R-cran-maptools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (maptools_0.8-10.tar.gz) = aad4aaf1a157a76d633be07bfb787237e958ba081e13ae369f4ba2e7817e9696
+SIZE (maptools_0.8-10.tar.gz) = 830825
diff --git a/astro/R-cran-maptools/pkg-descr b/astro/R-cran-maptools/pkg-descr
new file mode 100644
index 000000000000..19bfe63626af
--- /dev/null
+++ b/astro/R-cran-maptools/pkg-descr
@@ -0,0 +1,8 @@
+Set of tools for manipulating and reading geographic data, in
+particular ESRI shapefiles; C code used from shapelib. It includes
+binary access to GSHHS shoreline files. The package also provides
+interface wrappers for exchanging spatial objects with packages
+such as PBSmapping, spatstat, maps, RArcInfo, Stata tmap, WinBUGS,
+Mondrian, and others.
+
+WWW: http://cran.r-project.org/web/packages/maptools/