svn commit: r471154 - in head/misc: . rubygem-haversine_distance
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 30 19:47:38 UTC 2018
Author: sunpoet
Date: Wed May 30 19:47:36 2018
New Revision: 471154
URL: https://svnweb.freebsd.org/changeset/ports/471154
Log:
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
Added:
head/misc/rubygem-haversine_distance/
head/misc/rubygem-haversine_distance/Makefile (contents, props changed)
head/misc/rubygem-haversine_distance/distinfo (contents, props changed)
head/misc/rubygem-haversine_distance/pkg-descr (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Wed May 30 19:22:49 2018 (r471153)
+++ head/misc/Makefile Wed May 30 19:47:36 2018 (r471154)
@@ -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
Added: head/misc/rubygem-haversine_distance/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-haversine_distance/Makefile Wed May 30 19:47:36 2018 (r471154)
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= haversine_distance
+PORTVERSION= 1.1.1
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Calculate the great-circle distance
+
+LICENSE= MIT
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/misc/rubygem-haversine_distance/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-haversine_distance/distinfo Wed May 30 19:47:36 2018 (r471154)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527693132
+SHA256 (rubygem/haversine_distance-1.1.1.gem) = ce43574d61aa70fdcc945c0572363e4d3b753164c1403d38517182020176e4a2
+SIZE (rubygem/haversine_distance-1.1.1.gem) = 6656
Added: head/misc/rubygem-haversine_distance/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-haversine_distance/pkg-descr Wed May 30 19:47:36 2018 (r471154)
@@ -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
More information about the svn-ports-head
mailing list