- 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/
This commit is contained in:
TAKATSU Tomonari 2011-09-17 15:35:14 +00:00
parent 3741a46e9f
commit e87ca16cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281901
4 changed files with 35 additions and 0 deletions

View file

@ -3,6 +3,7 @@
COMMENT = Astronomical ports
SUBDIR += R-cran-maptools
SUBDIR += aa
SUBDIR += accrete
SUBDIR += astrometry

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (maptools_0.8-10.tar.gz) = aad4aaf1a157a76d633be07bfb787237e958ba081e13ae369f4ba2e7817e9696
SIZE (maptools_0.8-10.tar.gz) = 830825

View file

@ -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/