Download and Install fcron version 3.0.2 on Mac OS X
Thursday the 3rd of July, 2008

    fcron  most recent diff


      View the most recent changes for the fcron port at: fcron.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fcron.
      The raw portfile for fcron 3.0.2 is located here:
      http://fcron.darwinports.com/dports/sysutils/fcron/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fcron
      Google
      Web Darwinports.com



      # $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: fcron
      Version: 3.0.2
      Category: sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: fcron is an alternative scheduler aka cron daemon
      Long Description: 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).

      Homepage: http://fcron.free.fr/
      master_sites ${homepage}/archives/
      worksrcdir ${distname}
      distname ${distname}.src
      checksums md5 f35e6af41d356ebcb38882f86a14fb94 sha1 76df8bdfb874df78e81885eca90f1b9c91b0bd24 rmd160 822f559550780c61c5822f4034fe99dd47577847
      patchfiles patch-configure


      configure.args --with-etcdir=${prefix}/etc --with-piddir=${prefix}/var/run/fcron --with-fifodir=${prefix}/var/run/fcron --with-spooldir=${prefix}/var/spool/fcron --with-boot-install=no --with-pam=no

      startupitem.create yes
      startupitem.name fcron
      startupitem.start "\[ -x ${prefix}/sbin/fcron \] && ${prefix}/sbin/fcron -b"
      startupitem.stop "\[ -r ${prefix}/var/run/fcron/fcron.pid \] \\" "&& kill -KILL `cat ${prefix}/var/run/fcron/fcron.pid`"

      pre-destroot {
      # add user:group 'fcron:fcron'
      addgroup fcron
      set gid [existsgroup fcron]
      adduser fcron shell=/bin/sh gid=${gid} home=${prefix}/var/run/fcron realname=fcron\ Server
      }
      post-destroot {
      set dp ${destroot}${prefix}
      xinstall -m 755 -d ${dp}/var/run/fcron/ ${dp}/var/spool/fcron
      system "touch ${dp}/var/spool/fcron/fcron ${dp}/var/run/fcron/fcron.pid"
      file attributes ${dp}/var/spool/fcron -owner fcron -group fcron
      file attributes ${dp}/var/spool/fcron/fcron -owner fcron -group fcron
      file attributes ${dp}/var/run/fcron/fcron.pid -owner root -group wheel
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/fcron
      % sudo port install fcron
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching fcron
      ---> Verifying checksum for fcron
      ---> Extracting fcron
      ---> Configuring fcron
      ---> Building fcron with target all
      ---> Staging fcron into destroot
      ---> Installing fcron
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fcron with these commands:
      %  man fcron
      % apropos fcron
      % which fcron
      % locate fcron

     Where to find more information:

    Darwin Ports



    image test