Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
bad3f496b7 Remove Perl core modules
- Bump PORTREVISION for dependency change

With hat:	perl
2017-06-21 18:53:45 +00:00
Kurt Jaeger
2133f0caf9 sysutils/p5-Schedule-Cron-Events: 1.94 -> 1.95
- adding missing depends
- reformatting pkg-descr

PR:		209486
Submitted by:	akuz84@gmail.com (maintainer)
2016-05-14 15:24:18 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Sunpoet Po-Chuan Hsieh
733556e54c - 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 <akuz84@gmail.com>
2016-01-03 17:50:33 +00:00