mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +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:
parent
bb0fe16f32
commit
f0e475bd6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466738
@ -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
|
||||
|
21
science/rubygem-rgeo-geojson/Makefile
Normal file
21
science/rubygem-rgeo-geojson/Makefile
Normal 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>
|
3
science/rubygem-rgeo-geojson/distinfo
Normal file
3
science/rubygem-rgeo-geojson/distinfo
Normal 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
|
4
science/rubygem-rgeo-geojson/pkg-descr
Normal file
4
science/rubygem-rgeo-geojson/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user