1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Add rubygem-rgeo-shapefile 1.0.0

RGeo::Shapefile is an optional module for RGeo for reading geospatial data from
ESRI shapefiles.

WWW: https://github.com/rgeo/rgeo-shapefile
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-07 16:33:40 +00:00
parent 8019a81868
commit 70b56fdc2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466740
4 changed files with 30 additions and 0 deletions

View File

@ -200,6 +200,7 @@
SUBDIR += rubygem-rgeo
SUBDIR += rubygem-rgeo-geojson
SUBDIR += rubygem-rgeo-proj4
SUBDIR += rubygem-rgeo-shapefile
SUBDIR += rubygem-ruby-dcl
SUBDIR += rubygem-ruby-netcdf
SUBDIR += sigrok-cli

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rgeo-shapefile
PORTVERSION= 1.0.0
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RGeo module for reading the ESRI shapefile format
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-dbf>=3.0:databases/rubygem-dbf \
rubygem-rgeo>=1.0:science/rubygem-rgeo
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1523033446
SHA256 (rubygem/rgeo-shapefile-1.0.0.gem) = 26f94746b84310981bf17b06799d60932f44eb857d9a0dc99e70f2389e9a0d95
SIZE (rubygem/rgeo-shapefile-1.0.0.gem) = 15360

View File

@ -0,0 +1,4 @@
RGeo::Shapefile is an optional module for RGeo for reading geospatial data from
ESRI shapefiles.
WWW: https://github.com/rgeo/rgeo-shapefile