Cronnix version 3.0.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    cronnix  most recent diff


    version 3.0.2

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


      The cronnix Portfile 57758 2009-09-16 07:48:28Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: CronniX
      Version: 3.0.2
      Category: aqua
      Maintainers: ryandesign
      license GPLv3
      Homepage: http://www.abstracture.de/cronnix
      xcode.target ${name}

      fetch.type svn
      svn.url http://cronnix.googlecode.com/svn/trunk
      svn.revision 83
      worksrcdir trunk

      Description: graphical frontend for scheduling cronjobs

      Long Description: ${name} is a Mac OS X frontend to the Unix scheduler cron. Cron is a system service that allows scheduled execution of scripts and programs.

      Variant: universal {
      eval build.args-append "ARCHS='${configure.universal_archs}'"
      eval destroot.args-append "ARCHS='${configure.universal_archs}'"
      }
      if {![variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${os.arch} powerpc]} {
      set arch ppc
      }
      build.args-append ARCHS=${arch}
      destroot.args-append ARCHS=${arch}
      }

      post-destroot {
      fs-traverse dir ${destroot} {
      if {[file isdirectory ${dir}]} {
      file attributes ${dir} -permissions u+w
      }
      }
      }

      livecheck.type regex
      livecheck.url http://cronnix.googlecode.com/svn/tags
      livecheck.regex release-(\[0-9.\]+)

    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/cronnix
      % sudo port install cronnix
      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 cronnix
      ---> Verifying checksum for cronnix
      ---> Extracting cronnix
      ---> Configuring cronnix
      ---> Building cronnix with target all
      ---> Staging cronnix into destroot
      ---> Installing cronnix
    - 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 cronnix with these commands:
      %  man cronnix
      % apropos cronnix
      % which cronnix
      % locate cronnix

     Where to find more information:

    Darwin Ports



    Lightbox this page.