1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Rufus-scheduler (out of the box) is an in-process, in-memory scheduler.

It supports five kinds of jobs: in, at, every, interval and cron jobs.

WWW: https://github.com/jmettraux/rufus-scheduler

PR:		ports/187812
Submitted by:	ports@robakdesign.com
This commit is contained in:
Steve Wills 2014-03-24 15:40:57 +00:00
parent a9cfe1ed73
commit 713a6c0ea0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349018
4 changed files with 24 additions and 0 deletions

View File

@ -4350,6 +4350,7 @@
SUBDIR += rubygem-rubygame
SUBDIR += rubygem-rubyinlineaccel
SUBDIR += rubygem-rubytree
SUBDIR += rubygem-rufus-scheduler
SUBDIR += rubygem-runt
SUBDIR += rubygem-ruport
SUBDIR += rubygem-safe_yaml

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= rufus-scheduler
PORTVERSION= 3.0.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@robakdesign.com
COMMENT= Ruby job scheduler for at, cron and others
RUN_DEPENDS= rubygem-tzinfo>=0:${PORTSDIR}/devel/rubygem-tzinfo
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rufus-scheduler-3.0.7.gem) = ab6dd54d21b36035a397c33c197c384b9ce8f5f8dfeafada806657d336b61e94
SIZE (rubygem/rufus-scheduler-3.0.7.gem) = 52224

View File

@ -0,0 +1,4 @@
Rufus-scheduler (out of the box) is an in-process, in-memory scheduler.
It supports five kinds of jobs: in, at, every, interval and cron jobs.
WWW: https://github.com/jmettraux/rufus-scheduler