Port details |
- p5-Schedule-Cron Cron-like scheduler for Perl subroutines
- 1.05 sysutils =4 1.05Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-01-03 06:17:30
- Last Update: 2023-03-21 19:22:24
- Commit Hash: 191e503
- People watching this port, also watch:: ctags, plconfig, autoconf, p5-libwww, p5-File-Tail
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Schedule-Cron
- Description:
- This module provides a simple but complete cron like scheduler. I.e
this modules can be used for periodically executing Perl subroutines.
The dates and parameters for the subroutines to be called are
specified with a format known as crontab entry (see manpage crontab(5)
or documentation of Schedule::Cron).
The philosophy behind Schedule::Cron is to call subroutines
periodically from within one single Perl program instead of letting
cron trigger several (possibly different) Perl scripts. Everything
under one roof. Furthermore Schedule::Cron provides mechanism to
create crontab entries dynamically, which isn't that easy with cron.
Schedule::Cron knows about all extensions (well, at least all
extensions I'm aware of, i.e those of the so called "Vixie" cron) for
crontab entries like ranges including 'steps', specification of month
and days of the week by name or coexistence of lists and ranges in the
same field. And even a bit more (like lists and ranges with symbolic
names).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Schedule-Cron>0:sysutils/p5-Schedule-Cron
- To install the port:
- cd /usr/ports/sysutils/p5-Schedule-Cron/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/p5-Schedule-Cron
- pkg install p5-Schedule-Cron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Schedule-Cron
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1677771783
SHA256 (Schedule-Cron-1.05.tar.gz) = 39eb333f823f693ba8cd31a566f3857eeefda20891d8e79999c82d37453df462
SIZE (Schedule-Cron-1.05.tar.gz) = 35918
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-ParseDate>=2011.0505 : devel/p5-Time-ParseDate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Time-ParseDate>=2011.0505 : devel/p5-Time-ParseDate
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_p5-Schedule-Cron
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.05 21 Mar 2023 19:22:24 |
Po-Chuan Hsieh (sunpoet) |
sysutils/p5-Schedule-Cron: Update to 1.05
Changes: https://metacpan.org/dist/Schedule-Cron/changes |
1.04 19 Nov 2022 08:13:32 |
Po-Chuan Hsieh (sunpoet) |
sysutils/p5-Schedule-Cron: Update to 1.04
Changes: https://metacpan.org/dist/Schedule-Cron/changes |
1.03 09 Oct 2022 15:38:07 |
Po-Chuan Hsieh (sunpoet) |
sysutils/p5-Schedule-Cron: Update to 1.03
- Add LICENSE
- Fix *_DEPENDS
- Add NO_ARCH
Changes: https://metacpan.org/dist/Schedule-Cron/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.01_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.01_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.01_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.01_1 28 May 2020 15:20:47 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). |
1.01_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.01_1 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 |
1.01_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.01_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.01_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.01 06 Jan 2014 09:44:20 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.01 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.01 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.01 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.01 25 Jul 2011 12:01:32 |
az |
- Update to 1.01
- Pet portlint
PR: ports/157758
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: mantainer (tobez via IM) |
1.00 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.00 11 Jun 2010 12:21:57 |
tobez |
Update to 1.00.
Changes: http://search.cpan.org/dist/Schedule-Cron/CHANGES
Feature safe: yes |
0.99 12 Sep 2009 10:03:45 |
tobez |
Forced commit to document changes:
Changes: http://search.cpan.org/dist/Schedule-Cron/CHANGES |
0.99 12 Sep 2009 10:02:54 |
tobez |
Update to 0.99.
Changes: |
0.98 27 Apr 2009 14:56:24 |
tobez |
Update to 0.98.
Changes: http://search.cpan.org/dist/Schedule-Cron/CHANGES |
0.97 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.97 08 Sep 2007 01:04:03 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.97 01 Dec 2006 11:00:42 |
tobez |
Update to 0.97. Require perl from ports. |
0.9 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
0.9 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.9 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.9 20 Jan 2005 09:31:12 |
tobez |
Update to 0.9. |
0.05_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.05_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.05_1 17 May 2003 22:52:19 |
kris |
Bump PORTREVISION for previous commit |
0.05 13 May 2003 10:14:51 |
demon |
Depend on p5-Time-modules rather than p5-Time. |
0.05 07 Mar 2003 06:11:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.05 06 Jun 2002 20:06:00 |
tobez |
Update to 0.05. |
12 Jun 2001 20:25:42 |
tobez |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
03 Jan 2001 09:17:30 |
nbm |
Add p5-Schedule-Cron 0.03, schedule::Cron - cron-like scheduler for Perl
subroutines. |