mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-Algorithm-Cron 0.09, abstract implementation of the cron(8)
scheduling algorithm. PR: 198308 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
This commit is contained in:
parent
4383edb954
commit
2566926301
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380894
@ -1452,6 +1452,7 @@
|
||||
SUBDIR += p5-Algorithm-C3
|
||||
SUBDIR += p5-Algorithm-ChooseSubsets
|
||||
SUBDIR += p5-Algorithm-Cluster
|
||||
SUBDIR += p5-Algorithm-Cron
|
||||
SUBDIR += p5-Algorithm-Dependency
|
||||
SUBDIR += p5-Algorithm-Dependency-Objects
|
||||
SUBDIR += p5-Algorithm-Diff
|
||||
|
22
devel/p5-Algorithm-Cron/Makefile
Normal file
22
devel/p5-Algorithm-Cron/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Algorithm-Cron
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dgeo@centrale-marseille.fr
|
||||
COMMENT= Abstract implementation of the cron(8) scheduling algorithm
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS:= p5-Time-timegm>=0:${PORTSDIR}/devel/p5-Time-timegm
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Algorithm-Cron/distinfo
Normal file
2
devel/p5-Algorithm-Cron/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Algorithm-Cron-0.09.tar.gz) = 16ca57e6556c0cfa51e5634a91be97d2f0ebbccc52bada568021cb2be7e0602a
|
||||
SIZE (Algorithm-Cron-0.09.tar.gz) = 18233
|
7
devel/p5-Algorithm-Cron/pkg-descr
Normal file
7
devel/p5-Algorithm-Cron/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm
|
||||
|
||||
Objects in this class implement a time scheduling algorithm such as used by
|
||||
cron(8). Objects are stateless once constructed, and represent a single schedule
|
||||
as defined by a crontab(5) entry. The object implements a method next_time
|
||||
which returns an epoch timestamp value to indicate the next time included
|
||||
in the crontab schedule.
|
2
devel/p5-Algorithm-Cron/pkg-plist
Normal file
2
devel/p5-Algorithm-Cron/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Cron.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Cron.pm
|
Loading…
Reference in New Issue
Block a user