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:
Po-Chuan Hsieh 2021-05-12 05:14:18 +08:00
parent d912fa0579
commit 5f534949af
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View file

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

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

View 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

View 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