mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
textproc/rubygem-parse-cron: Add rubygem-parse-cron 0.1.4
The goal of Parse-Cron is to parse a crontab timing specification and determine when the job should be run. It is not a scheduler, it does not run the jobs. WWW: https://github.com/siebertm/parse-cron
This commit is contained in:
parent
d912fa0579
commit
5f534949af
4 changed files with 27 additions and 0 deletions
|
@ -1652,6 +1652,7 @@
|
|||
SUBDIR += rubygem-opml
|
||||
SUBDIR += rubygem-org-ruby
|
||||
SUBDIR += rubygem-ox
|
||||
SUBDIR += rubygem-parse-cron
|
||||
SUBDIR += rubygem-parslet
|
||||
SUBDIR += rubygem-parslet1
|
||||
SUBDIR += rubygem-phone
|
||||
|
|
19
textproc/rubygem-parse-cron/Makefile
Normal file
19
textproc/rubygem-parse-cron/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= parse-cron
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Parse cron expressions and calculates the next occurence
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/License
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-parse-cron/distinfo
Normal file
3
textproc/rubygem-parse-cron/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1620405343
|
||||
SHA256 (rubygem/parse-cron-0.1.4.gem) = 0f9e320ee62e668160f3de7c2dcfaac7a7cd57e77dc6909645a8e615444cd209
|
||||
SIZE (rubygem/parse-cron-0.1.4.gem) = 10240
|
4
textproc/rubygem-parse-cron/pkg-descr
Normal file
4
textproc/rubygem-parse-cron/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The goal of Parse-Cron is to parse a crontab timing specification and determine
|
||||
when the job should be run. It is not a scheduler, it does not run the jobs.
|
||||
|
||||
WWW: https://github.com/siebertm/parse-cron
|
Loading…
Add table
Reference in a new issue