diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:45 +0000 |
commit | f0e475bd6f0307997716d706915e251d9133fa22 (patch) | |
tree | e05cc5b0095f6355088bb829535cb8834ef75c4b | |
parent | bb0fe16f32f7a16ce44e6b21e78a7b8f1ddb2551 (diff) |
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
Notes
Notes:
svn path=/head/; revision=466738
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/rubygem-rgeo-geojson/Makefile | 21 | ||||
-rw-r--r-- | science/rubygem-rgeo-geojson/distinfo | 3 | ||||
-rw-r--r-- | science/rubygem-rgeo-geojson/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 91ec1fb80f40..8e7d96356baf 100644 --- a/science/Makefile +++ b/science/Makefile @@ -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 diff --git a/science/rubygem-rgeo-geojson/Makefile b/science/rubygem-rgeo-geojson/Makefile new file mode 100644 index 000000000000..5ed5770e5a5f --- /dev/null +++ b/science/rubygem-rgeo-geojson/Makefile @@ -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> diff --git a/science/rubygem-rgeo-geojson/distinfo b/science/rubygem-rgeo-geojson/distinfo new file mode 100644 index 000000000000..df7c4dfee43a --- /dev/null +++ b/science/rubygem-rgeo-geojson/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523034081 +SHA256 (rubygem/rgeo-geojson-2.0.0.gem) = f4ec23dd1ea74f5cdcd887bf4b2f5c7ec938ff31f0543c45e8122975daf5a904 +SIZE (rubygem/rgeo-geojson-2.0.0.gem) = 10752 diff --git a/science/rubygem-rgeo-geojson/pkg-descr b/science/rubygem-rgeo-geojson/pkg-descr new file mode 100644 index 000000000000..2f2e39fe23dd --- /dev/null +++ b/science/rubygem-rgeo-geojson/pkg-descr @@ -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 |