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:
parent
77736d22d8
commit
dd82aca433
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436785
@ -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
|
||||
|
20
devel/rubygem-et-orbi/Makefile
Normal file
20
devel/rubygem-et-orbi/Makefile
Normal 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>
|
3
devel/rubygem-et-orbi/distinfo
Normal file
3
devel/rubygem-et-orbi/distinfo
Normal 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
|
6
devel/rubygem-et-orbi/pkg-descr
Normal file
6
devel/rubygem-et-orbi/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user