1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Add rubygem-et-orbi 1.0.2

Time zones for fugit and for rufus-scheduler. Urbi et Orbi.

EtOrbi::EoTime instances quack like Ruby Time instances, but their #zone returns
a TZInfo::TimeZone instance.

WWW: https://github.com/floraison/et-orbi
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-03-23 22:53:42 +00:00
parent 77736d22d8
commit dd82aca433
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436785
4 changed files with 30 additions and 0 deletions

View File

@ -5214,6 +5214,7 @@
SUBDIR += rubygem-enumerize
SUBDIR += rubygem-equalizer
SUBDIR += rubygem-errand
SUBDIR += rubygem-et-orbi
SUBDIR += rubygem-event-bus
SUBDIR += rubygem-eventmachine
SUBDIR += rubygem-excon

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= et-orbi
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Time zones for fugit and rufus-scheduler
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-tzinfo>=0:devel/rubygem-tzinfo
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490306205
SHA256 (rubygem/et-orbi-1.0.2.gem) = c41095301798b50f6f908fe4459d4d01db348c862ac0c5cda242e31d448e0917
SIZE (rubygem/et-orbi-1.0.2.gem) = 11264

View File

@ -0,0 +1,6 @@
Time zones for fugit and for rufus-scheduler. Urbi et Orbi.
EtOrbi::EoTime instances quack like Ruby Time instances, but their #zone returns
a TZInfo::TimeZone instance.
WWW: https://github.com/floraison/et-orbi