mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Pure Ruby one-shot and periodic timers
This older version will be used by sysutils/vagrant WWW: https://rubygems.org/gems/timers
This commit is contained in:
parent
fcb08fb464
commit
e5fa80d5e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349630
@ -4401,6 +4401,7 @@
|
||||
SUBDIR += rubygem-tilt
|
||||
SUBDIR += rubygem-tilt1
|
||||
SUBDIR += rubygem-timers
|
||||
SUBDIR += rubygem-timers1
|
||||
SUBDIR += rubygem-tins
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-treetop
|
||||
|
17
devel/rubygem-timers1/Makefile
Normal file
17
devel/rubygem-timers1/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timers
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
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-timers1/distinfo
Normal file
2
devel/rubygem-timers1/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-timers1/pkg-descr
Normal file
3
devel/rubygem-timers1/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