1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Add rubygem-haversine_distance 1.1.1

Haversine is a formula to calculate the great-circle distance between two
geo-locations.

WWW: https://github.com/jirapong/haversine_distance
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-05-30 19:47:36 +00:00
parent bfc1a8b71c
commit 9e071ba390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471154
4 changed files with 26 additions and 0 deletions

View File

@ -450,6 +450,7 @@
SUBDIR += rubygem-dotenv-rails-rails4
SUBDIR += rubygem-dotenv-rails-rails5
SUBDIR += rubygem-dotenv-rails-rails50
SUBDIR += rubygem-haversine_distance
SUBDIR += rubygem-iesd
SUBDIR += rubygem-mime-types
SUBDIR += rubygem-mime-types-data

View File

@ -0,0 +1,18 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= haversine_distance
PORTVERSION= 1.1.1
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculate the great-circle distance
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1527693132
SHA256 (rubygem/haversine_distance-1.1.1.gem) = ce43574d61aa70fdcc945c0572363e4d3b753164c1403d38517182020176e4a2
SIZE (rubygem/haversine_distance-1.1.1.gem) = 6656

View File

@ -0,0 +1,4 @@
Haversine is a formula to calculate the great-circle distance between two
geo-locations.
WWW: https://github.com/jirapong/haversine_distance