1
0
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:
Ryan Steinmetz 2013-03-05 20:02:45 +00:00
parent 087e840ba6
commit 1102c2d5f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313473
4 changed files with 22 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/timers-1.1.0.gem) = 3bbb9651a73e43e47950a5e13a7fa62f852cd5c46e421bb671e9ade1fbb47b74
SIZE (rubygem/timers-1.1.0.gem) = 7680

View File

@ -0,0 +1,3 @@
Pure Ruby one-shot and periodic timers
WWW: https://rubygems.org/gems/timers