1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add rubygem-rgeo-geojson 2.0.0

RGeo::GeoJSON is an extension to the RGeo gem that provides GeoJSON encoding and
decoding.

WWW: https://github.com/rgeo/rgeo-geojson
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-07 16:32:45 +00:00
parent bb0fe16f32
commit f0e475bd6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466738
4 changed files with 29 additions and 0 deletions

View File

@ -198,6 +198,7 @@
SUBDIR += rubygem-ai4r
SUBDIR += rubygem-cdo
SUBDIR += rubygem-rgeo
SUBDIR += rubygem-rgeo-geojson
SUBDIR += rubygem-ruby-dcl
SUBDIR += rubygem-ruby-netcdf
SUBDIR += sigrok-cli

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rgeo-geojson
PORTVERSION= 2.0.0
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GeoJSON formatting and parsing in Ruby
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= 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 = 1523034081
SHA256 (rubygem/rgeo-geojson-2.0.0.gem) = f4ec23dd1ea74f5cdcd887bf4b2f5c7ec938ff31f0543c45e8122975daf5a904
SIZE (rubygem/rgeo-geojson-2.0.0.gem) = 10752

View File

@ -0,0 +1,4 @@
RGeo::GeoJSON is an extension to the RGeo gem that provides GeoJSON encoding and
decoding.
WWW: https://github.com/rgeo/rgeo-geojson