FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:16 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
fcron 3.0.3 sysutils on this many watch lists=3 search for ports that depend on this port An older version of this port was marked as vulnerable.
A periodic command scheduler
Maintained by: huntting@glarp.com search for ports maintained by this maintainer
Port Added: 01 Mar 2001 13:33:20


Fcron is a scheduler. It aims at replacing Vixie Cron, so it
implements most of its functionalities. But contrary to Vixie Cron,
fcron does not need your system to be up 7 days a week, 24 hours a
day : it also works well with systems which are not running neither
all the time nor regularly (contrary to anacrontab). To do so, fcron
allows you to use the standard mode in which you tell it to execute
one command at a given date and hour and to make it run a command
according to its time of execution, which is normally the same as
system up time. 

This is the stable release.

WWW: http://fcron.free.fr/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, lang/perl5.8

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


Configuration Options
     No options to configure

Master Sites:
http://www.ibiblio.org/pub/Linux/system/daemons/cron/
http://www.gtlib.cc.gatech.edu/pub/Linux/system/daemons/cron/
ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/system/daemons/cron/
ftp://ftp.physics.auth.gr/pub/mirrors/ibiblio/Linux/system/daemons/cron/
ftp://ftp.edisontel.com/pub/Sunsite_Mirror/system/daemons/cron/
ftp://ftp.nluug.nl/pub/metalab/system/daemons/cron/
ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/system/daemons/cron/
ftp://ftp.icm.edu.pl/pub/Linux/sunsite/system/daemons/cron/
ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/system/daemons/cron/
ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/system/daemons/cron/
ftp://ftp.chg.ru/pub/Linux/sunsite/system/daemons/cron/
http://fcron.free.fr/archives/
ftp://ftp.seul.org/pub/fcron/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 Jun 2007 08:08:28
Original commit files touched by this commit  3.0.3
miwi search for other commits by this committer
- Update to 3.0.3

PR:             113386
Submitted by:   Brad Huntting <huntting@glarp.com> (maintainer)
17 Jan 2007 07:30:11
Original commit files touched by this commit  3.0.2
rafan search for other commits by this committer
- Update to 3.0.2

PR:             ports/108008
Submitted by:   Brad Huntting <huntting at glarp.com> (maintainer)
04 Jun 2006 21:09:42
Original commit files touched by this commit  3.0.1_1
sem search for other commits by this committer
- Install pam files directly (in /etc/pam.d, unless they already exist)
  rather than just leaving them in the examples directory.  There seems
  to be no real security advantage to not installing the pam files since
  they are required for fcron and fcrontab to operate, and root privs are
  required to install fcron to begin with.

- The sockaddr.sa_len was not set prior to calls to bind() and connect().
  The upshot begin that fcrondyn was unable to open the socket
  to communicate with fcron.

PR:             ports/97066
Submitted by:   maintainer
09 Feb 2006 10:28:29
Original commit files touched by this commit  3.0.1
lawrance search for other commits by this committer
Update to 3.0.1.

PR:             ports/92990
Submitted by:   Brad Huntting <huntting@glarp.com> (maintainer)
12 Nov 2005 21:23:49
Original commit files touched by this commit  3.0.0_2
sem search for other commits by this committer
- Fix fcron crashing with disabling of fcrondyn
- Get rid of unnessesary patch

PR:             ports/88883
Submitted by:   maintainer
30 Oct 2005 17:23:50
Original commit files touched by this commit  3.0.0_1
jylefort search for other commits by this committer
Do not overwrite configuration files during an update.
23 Oct 2005 10:27:20
Original commit files touched by this commit  3.0.0_1
jylefort search for other commits by this committer
Do not install the bitstring(3) manual page, as it ships with the base system.

PR:             ports/87851
Submitted by:   maintainer
04 Oct 2005 18:54:23
Original commit files touched by this commit  3.0.0
jylefort search for other commits by this committer
- Update to 3.0.0
- Pass maintainership to submitter

PR:             ports/85817
Submitted by:   Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
20 Sep 2005 15:20:34
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:     tobez
Approved by:    portmgr (self)
07 Dec 2004 08:47:42
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Unbreak build on 5.3+

PR:             ports/74798
Submitted by:   Evan Dower <evantd(at)cs.washington.edu>
27 Nov 2004 19:32:54
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
kris search for other commits by this committer
BROKEN on 5.x: Does not compile
31 Mar 2004 04:12:58
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
21 Feb 2003 13:28:59
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
12 Jan 2003 12:56:45
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
kris search for other commits by this committer
Mark NO_PACKAGE: something causes the package builds to go haywire and
spit out an infinite amount of text (this is bad for disk space)
04 Nov 2002 05:46:38
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
edwin search for other commits by this committer
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
27 Jan 2002 02:47:27
files touched by this commit
pat search for other commits by this committer
Update to 2.1.0    
06 Nov 2001 16:29:37
files touched by this commit
sf search for other commits by this committer
assign new MAINTAINER.    
09 Oct 2001 09:54:23
files touched by this commit
ijliao search for other commits by this committer
upgrade to 2.0.0    
21 Sep 2001 17:47:28
files touched by this commit
sf search for other commits by this committer
o add missed bin/fcronsighup.   o utilize DOCSDIR.   o install
fcron.{allow,deny,conf}.dist and remove them if unchanged.    
25 Aug 2001 22:10:21
files touched by this commit
dwcjr search for other commits by this committer
Add patch patch-configure.in to stop checking for ${PREFIX}/etc   during
configure   BUMP Portrevision    
25 Aug 2001 02:03:13
files touched by this commit
dwcjr search for other commits by this committer
Backout 1.5 of Makefile   ETC is already set so why should configure need to
autodetect   Also if you build as non-root you don't have correct perms on etc  
 
25 Aug 2001 00:59:48
files touched by this commit
dwcjr search for other commits by this committer
Create ${PREFIX}/etc dir so configure script finds to automagically.    
20 Jul 2001 08:47:57
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.1.1   drop maintainership    
17 Jun 2001 03:08:14
files touched by this commit
ijliao search for other commits by this committer
add management for etc files    
16 Apr 2001 07:57:37
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.3    
01 Mar 2001 16:33:20
files touched by this commit
ijliao search for other commits by this committer
add fcron, a periodical command scheduler    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.209 seconds.