sysutils/p5-Schedule-Cron-Events: 1.94 -> 1.95
- adding missing depends - reformatting pkg-descr PR: 209486 Submitted by: akuz84@gmail.com (maintainer)
This commit is contained in:
parent
51271e2265
commit
2133f0caf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415191
3 changed files with 19 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Schedule-Cron-Events
|
||||
PORTVERSION= 1.94
|
||||
PORTVERSION= 1.95
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,7 +13,9 @@ COMMENT= Take a line from a crontab and find out when events will occur
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Set-Crontab>=0:devel/p5-Set-Crontab
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||
BUILD_DEPENDS= p5-Set-Crontab>=0:devel/p5-Set-Crontab \
|
||||
p5-Time-Local>=0:devel/p5-Time-Local
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Schedule-Cron-Events-1.94.tar.gz) = 97c544533f617ee4ed7dc4fdc36f72339949432dad7b309f4ed7860cb5de8797
|
||||
SIZE (Schedule-Cron-Events-1.94.tar.gz) = 11245
|
||||
TIMESTAMP = 1463239322
|
||||
SHA256 (Schedule-Cron-Events-1.95.tar.gz) = fd12849863a9a6a9b0c6c2d8b8c96225c70875efaee80d8100d4f70c073c1bf5
|
||||
SIZE (Schedule-Cron-Events-1.95.tar.gz) = 11350
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
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.
|
||||
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.
|
||||
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.
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue