From owner-dev-commits-ports-all@freebsd.org Tue May 11 21:51:23 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1319864649C; Tue, 11 May 2021 21:51:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ffs7Z5dV3z4qJL; Tue, 11 May 2021 21:51:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E1011FB1D; Tue, 11 May 2021 21:51:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14BLpMd0093371; Tue, 11 May 2021 21:51:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BLpMRR093370; Tue, 11 May 2021 21:51:22 GMT (envelope-from git) Date: Tue, 11 May 2021 21:51:22 GMT Message-Id: <202105112151.14BLpMRR093370@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5f534949af35 - main - textproc/rubygem-parse-cron: Add rubygem-parse-cron 0.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5f534949af358b4c34b5150f6e4cf50fb7a911f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 21:51:23 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f534949af358b4c34b5150f6e4cf50fb7a911f6 commit 5f534949af358b4c34b5150f6e4cf50fb7a911f6 Author: Po-Chuan Hsieh AuthorDate: 2021-05-11 21:14:18 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-11 21:46:56 +0000 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 --- textproc/Makefile | 1 + textproc/rubygem-parse-cron/Makefile | 19 +++++++++++++++++++ textproc/rubygem-parse-cron/distinfo | 3 +++ textproc/rubygem-parse-cron/pkg-descr | 4 ++++ 4 files changed, 27 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 93a52c99a5a9..1e0e1e0aaa1a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/rubygem-parse-cron/Makefile b/textproc/rubygem-parse-cron/Makefile new file mode 100644 index 000000000000..d3a0bdebf912 --- /dev/null +++ b/textproc/rubygem-parse-cron/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh + +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 diff --git a/textproc/rubygem-parse-cron/distinfo b/textproc/rubygem-parse-cron/distinfo new file mode 100644 index 000000000000..ed791d1d5009 --- /dev/null +++ b/textproc/rubygem-parse-cron/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620405343 +SHA256 (rubygem/parse-cron-0.1.4.gem) = 0f9e320ee62e668160f3de7c2dcfaac7a7cd57e77dc6909645a8e615444cd209 +SIZE (rubygem/parse-cron-0.1.4.gem) = 10240 diff --git a/textproc/rubygem-parse-cron/pkg-descr b/textproc/rubygem-parse-cron/pkg-descr new file mode 100644 index 000000000000..f22400f0f341 --- /dev/null +++ b/textproc/rubygem-parse-cron/pkg-descr @@ -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