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:
parent
bfc1a8b71c
commit
9e071ba390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471154
@ -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
|
||||
|
18
misc/rubygem-haversine_distance/Makefile
Normal file
18
misc/rubygem-haversine_distance/Makefile
Normal 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>
|
3
misc/rubygem-haversine_distance/distinfo
Normal file
3
misc/rubygem-haversine_distance/distinfo
Normal 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
|
4
misc/rubygem-haversine_distance/pkg-descr
Normal file
4
misc/rubygem-haversine_distance/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user