FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 12:56 PM GMT
Port details
anacron 2.3_4 sysutils on this many watch lists=11 search for ports that depend on this port
Schedules periodic jobs on systems that are not permanently up
Maintained by: dz@426.ch search for ports maintained by this maintainer
Port Added: 04 Oct 2003 00:31:49
License: not specified in port
Anacron is a periodic command scheduler.  It executes commands at
intervals specified in days.  Unlike cron, it does not assume that the
system is running continuously.  It can therefore be used to control
the execution of daily, weekly and monthly jobs (or anything with a
period of n days), on systems that don't run 24 hours a day.

Anacron is not an attempt to make cron redundant.

Requirements
 - A functioning syslog daemon.
 - A functioning /usr/sbin/sendmail command.  (all MTAs should have that).

WWW: http://sourceforge.net/projects/anacron
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/anacron/anacron/2.3/
http://sunet.dl.sourceforge.net/project/anacron/anacron/2.3/
http://iweb.dl.sourceforge.net/project/anacron/anacron/2.3/
http://switch.dl.sourceforge.net/project/anacron/anacron/2.3/
http://surfnet.dl.sourceforge.net/project/anacron/anacron/2.3/
http://kent.dl.sourceforge.net/project/anacron/anacron/2.3/
http://freefr.dl.sourceforge.net/project/anacron/anacron/2.3/
http://voxel.dl.sourceforge.net/project/anacron/anacron/2.3/
http://jaist.dl.sourceforge.net/project/anacron/anacron/2.3/
http://osdn.dl.sourceforge.net/project/anacron/anacron/2.3/
http://nchc.dl.sourceforge.net/project/anacron/anacron/2.3/
http://ncu.dl.sourceforge.net/project/anacron/anacron/2.3/
http://transact.dl.sourceforge.net/project/anacron/anacron/2.3/
http://softlayer.dl.sourceforge.net/project/anacron/anacron/2.3/
http://internode.dl.sourceforge.net/project/anacron/anacron/2.3/
http://ufpr.dl.sourceforge.net/project/anacron/anacron/2.3/
http://waix.dl.sourceforge.net/project/anacron/anacron/2.3/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.3_4
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.3_4
miwi search for other commits by this committer
- Get Rid MD5 support
21 May 2010 14:46:56
Original commit files touched by this commit  2.3_4
stefan search for other commits by this committer
Improve configuration hints.

PR:             ports/142275
Submitted by:   Kenyon Ralph <kenyon@kenyonralph.com>
Patch by:       submitter, maintainer
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.3_4
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
22 Aug 2009 00:35:32
Original commit files touched by this commit  2.3_4
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
25 Jul 2008 12:48:47
Original commit files touched by this commit  2.3_4
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
13 May 2006 04:15:53
Original commit files touched by this commit  2.3_4
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
24 Jan 2006 01:06:45
Original commit files touched by this commit  2.3_4
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
16 Jun 2005 15:51:38
Original commit files touched by this commit  2.3_4
jylefort search for other commits by this committer
[1]:
  - Add a rcNG startup script
  - Use mkstemp() instead of the insecure tempnam()

Moreover:
  - Also create /var/spool/anacron when installed from a package
  - Try to remove /var/spool/anacron when deinstalling the package; if
    it fails, hint the user about removing it manually
  - Respect ${CC}
  - Install/deinstall ${PREFIX}/etc/anacrontab
  - Split the monolithic patch-aa into separate patches
  - Refactor some patches into ${REINPLACE_CMD} invocations
  - Install the program ourselves (it is more straightforward than
    fixing the vendor's Makefile)
  - Use SUB_FILES=pkg-message

PR:             ports/82168 [1]
Submitted by:   maintainer [1]
24 Nov 2004 02:45:09
Original commit files touched by this commit  2.3_3
sem search for other commits by this committer
- Add startup script.

PR:             ports/74287
Submitted by:   maintainer
29 Aug 2004 14:21:28
Original commit files touched by this commit  2.3_2
sem search for other commits by this committer
Fix compiling with gcc 3.4

PR:             ports/71099
Submitted by:   maintainer
31 Mar 2004 03:12:58
Original commit files touched by this commit  2.3_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
04 Oct 2003 00:29:47
Original commit files touched by this commit  2.3
edwin search for other commits by this committer
New port: anacron

        Anacron is a periodic command scheduler.  It executes
        commands at intervals specified in days.  Unlike cron, it
        does not assume that the system is running continuously.
        It can therefore be used to control the execution of daily,
        weekly and monthly jobs (or anything with a period of n
        days), on systems that don't run 24 hours a day.

        Anacron is not an attempt to make cron redundant.

PR:             ports/55959
Submitted by:   Derik van Zuetphen <dz@426.ch>

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month139

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

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