From owner-svn-ports-branches@freebsd.org Mon Feb 22 10:16:20 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2816FAAF780; Mon, 22 Feb 2016 10:16:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5598137C; Mon, 22 Feb 2016 10:16:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1MAGIYp009665; Mon, 22 Feb 2016 10:16:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1MAGIaX009664; Mon, 22 Feb 2016 10:16:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602221016.u1MAGIaX009664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 22 Feb 2016 10:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409327 - in branches/2016Q1/sysutils: . p5-Schedule-Cron-Events X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 10:16:20 -0000 Author: rakuco Date: Mon Feb 22 10:16:18 2016 New Revision: 409327 URL: https://svnweb.freebsd.org/changeset/ports/409327 Log: MFH: r405175 [Backporting this change is necessary after r409158 introduced a requirement on this port in the 2016Q1 branch] - Add p5-Schedule-Cron-Events 1.94 - While I'm here, add NO_ARCH Given a line from a crontab, tells you the time at which cron will next run the line, or when the last event occurred, relative to any date you choose. The object keeps that reference date internally, and updates it when you call nextEvent() or previousEvent() - such that successive calls will give you a sequence of events going forward, or backwards, in time. Use setCounterToNow() to reset this reference time to the current date on your system, or use setCounterToDate() to set the reference to any arbitrary time, or resetCounter() to take the object back to the date you constructed it with. This module uses Set::Crontab to understand the date specification, so we should be able to handle all forms of cron entries. WWW: http://search.cpan.org/dist/Schedule-Cron-Events/ PR: 205247 Submitted by: Andrey Kuzmin PR: 205867 Approved by: portmgr (antoine) Added: branches/2016Q1/sysutils/p5-Schedule-Cron-Events/ - copied from r405175, head/sysutils/p5-Schedule-Cron-Events/ Modified: branches/2016Q1/sysutils/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/Makefile ============================================================================== --- branches/2016Q1/sysutils/Makefile Mon Feb 22 10:08:54 2016 (r409326) +++ branches/2016Q1/sysutils/Makefile Mon Feb 22 10:16:18 2016 (r409327) @@ -653,6 +653,7 @@ SUBDIR += p5-Samba-SIDhelper SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron + SUBDIR += p5-Schedule-Cron-Events SUBDIR += p5-Schedule-Load SUBDIR += p5-Schedule-Match SUBDIR += p5-Shell-Command