Port details |
- p5-Algorithm-Cron Abstract implementation of the cron(8) scheduling algorithm
- 0.10 devel =2 0.10Version of this port present on the latest quarterly branch.
- Maintainer: dgeo@centrale-med.fr
- Port Added: 2015-03-10 06:12:18
- Last Update: 2024-02-19 18:39:14
- Commit Hash: 1c8007a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Algorithm-Cron>0:devel/p5-Algorithm-Cron
- To install the port:
- cd /usr/ports/devel/p5-Algorithm-Cron/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Algorithm-Cron
- pkg install p5-Algorithm-Cron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Algorithm-Cron
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608366384
SHA256 (Algorithm-Cron-0.10.tar.gz) = adbc89ffbb758259e8ed18a9b99308ec853cac2f828a7c6530ce636d1056de3b
SIZE (Algorithm-Cron-0.10.tar.gz) = 17758
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Time-timegm>=0 : devel/p5-Time-timegm
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Fatal>=0 : devel/p5-Test-Fatal
- Runtime dependencies:
-
- p5-Time-timegm>=0 : devel/p5-Time-timegm
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- net-mgmt/netdisco
- for Run
-
- net-mgmt/netdisco
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Algorithm-Cron
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10 19 Feb 2024 18:39:14 |
Gleb Popov (arrowd) Author: geoffroy desvernay |
*: Update MAINTAINER field
PR: 277166 |
0.10 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10 19 Dec 2020 20:26:11 |
sunpoet |
Update to 0.10
- While I'm here:
- Add TEST_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Algorithm-Cron
PR: 251902
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) |
0.09 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
0.09 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.09 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.09 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.09 10 Mar 2015 06:12:11 |
vanilla |
Add p5-Algorithm-Cron 0.09, abstract implementation of the cron(8)
scheduling algorithm.
PR: 198308
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |
Number of commits found: 9
|