mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
New port: Pure Ruby one-shot and periodic timers
WWW: https://rubygems.org/gems/timers
This commit is contained in:
parent
087e840ba6
commit
1102c2d5f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313473
@ -4136,6 +4136,7 @@
|
||||
SUBDIR += rubygem-thor
|
||||
SUBDIR += rubygem-thrift
|
||||
SUBDIR += rubygem-tilt
|
||||
SUBDIR += rubygem-timers
|
||||
SUBDIR += rubygem-tins
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-treetop
|
||||
|
16
devel/rubygem-timers/Makefile
Normal file
16
devel/rubygem-timers/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timers
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Pure Ruby one-shot and periodic timers
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-timers/distinfo
Normal file
2
devel/rubygem-timers/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/timers-1.1.0.gem) = 3bbb9651a73e43e47950a5e13a7fa62f852cd5c46e421bb671e9ade1fbb47b74
|
||||
SIZE (rubygem/timers-1.1.0.gem) = 7680
|
3
devel/rubygem-timers/pkg-descr
Normal file
3
devel/rubygem-timers/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Pure Ruby one-shot and periodic timers
|
||||
|
||||
WWW: https://rubygems.org/gems/timers
|
Loading…
Reference in New Issue
Block a user