8a0d FreshPorts -- sysutils/p5-Schedule-Cron
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Schedule-Cron 1.01 sysutils on this many watch lists=2 search for ports that depend on this port
Schedule::Cron - cron-like scheduler for Perl subroutines
Maintained by: tobez@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2001 06:17:30
Also Listed In: perl5
License: not specified in port


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).

Author: Roland Huss <roland@console.de>
WWW: http://search.cpan.org/dist/Schedule-Cron/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Time-modules
  2. lang/perl5.8
Required To Run:
  1. devel/p5-Time-modules
  2. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/p5-Schedule-Cron/ && make install clean
To add the package: pkg_add -r p5-Schedule-Cron


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Schedule/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Schedule/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Schedule/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Schedule/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Schedule/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Schedule/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Schedule/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Schedule/
  10. http://at.cpan.org/modules/by-module/Schedule/
  11. http://backpan.perl.org/modules/by-module/Schedule/
  12. http://cpan.nctu.edu.tw/modules/by-module/Schedule/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Schedule/
  14. http://www.cpan.dk/modules/by-module/Schedule/

Number of commits found: 23

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.01
dougb search for other commits by this committer
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
25 Jul 2011 12:01:32
Original commit files touched by this commit  1.01
az search for other commits by this committer
- Update to 1.01
- Pet portlint

PR:             ports/157758
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    mantainer (tobez via IM)
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.00
miwi search for other commits by this committer
- Get Rid MD5 support
11 Jun 2010 12:21:57
Original commit files touched by this commit  1.00
tobez search for other commits by this committer
Update to 1.00.

Changes:        http://search.cpan.org/dist/Schedule-Cron/CHANGES
Feature safe:   yes
12 Sep 2009 10:03:45
Original commit files touched by this commit  0.99
tobez search for other commits by this committer
Forced commit to document changes:

Changes:        http://search.cpan.org/dist/Schedule-Cron/CHANGES
12 Sep 2009 10:02:54
Original commit files touched by this commit  0.99
tobez search for other commits by this committer
Update to 0.99.

Changes:
27 Apr 2009 14:56:24
Original commit files touched by this commit  0.98
tobez search for other commits by this committer
Update to 0.98.

Changes: http://search.cpan.org/dist/Schedule-Cron/CHANGES
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.97
araujo search for other commits by this committer
- 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)
08 Sep 2007 01:04:03
Original commit files touched by this commit  0.97
linimon search for other commits by this committer
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
01 Dec 2006 11:00:42
Original commit files touched by this commit  0.97
tobez search for other commits by this committer
Update to 0.97.  Require perl from ports.
24 Jan 2006 01:06:45
Original commit files touched by this commit  0.9
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:52:21
Original commit files touched by this commit  0.9
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Sep 2005 19:31:43
Original commit files touched by this commit  0.9
fenner search for other commits by this committer
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
20 Jan 2005 09:31:12
Original commit files touched by this commit  0.9
tobez search for other commits by this committer
Update to 0.9.
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.05_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
24 Oct 2003 12:05:09
Original commit files touched by this commit  0.05_1
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
17 May 2003 22:52:19
Original commit files touched by this commit  0.05_1
kris search for other commits by this committer
Bump PORTREVISION for previous commit
13 May 2003 10:14:51
Original commit files touched by this commit  0.05
demon search for other commits by this committer
Depend on p5-Time-modules rather than p5-Time.
07 Mar 2003 06:11:20
Original commit files touched by this commit  0.05
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
06 Jun 2002 20:06:00
Original commit files touched by this commit  0.05
tobez search for other commits by this committer
Update to 0.05.
12 Jun 2001 20:25:42
files touched by this commit
tobez search for other commits by this committer
Updated MAINTAINER to my new committer email address.   Do the same for
pkg-descr files.    
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
03 Jan 2001 09:17:30
files touched by this commit
nbm search for other commits by this committer
Add p5-Schedule-Cron 0.03, schedule::Cron - cron-like scheduler for Perl  
subroutines.    

Number of commits found: 23

2875
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours6
new 7 days28
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0