Index: head/sysutils/p5-Schedule-Cron-Events/Makefile =================================================================== --- head/sysutils/p5-Schedule-Cron-Events/Makefile (revision 415190) +++ head/sysutils/p5-Schedule-Cron-Events/Makefile (revision 415191) @@ -1,23 +1,25 @@ # Created by: Andrey Kuzmin # $FreeBSD$ PORTNAME= Schedule-Cron-Events -PORTVERSION= 1.94 +PORTVERSION= 1.95 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= akuz84@gmail.com 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 USES= perl5 USE_PERL5= configure .include Index: head/sysutils/p5-Schedule-Cron-Events/distinfo =================================================================== --- head/sysutils/p5-Schedule-Cron-Events/distinfo (revision 415190) +++ head/sysutils/p5-Schedule-Cron-Events/distinfo (revision 415191) @@ -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 Index: head/sysutils/p5-Schedule-Cron-Events/pkg-descr =================================================================== --- head/sysutils/p5-Schedule-Cron-Events/pkg-descr (revision 415190) +++ head/sysutils/p5-Schedule-Cron-Events/pkg-descr (revision 415191) @@ -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/