Flashbake version 0.25 - How to Download and Install on Mac OS X
Friday the 19th of March, 2010

    flashbake  most recent diff


    version 0.25

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


      The flashbake Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: flashbake
      Version: 0.25
      Category: devel
      Platform: darwin
      Maintainers: ram openmaintainer

      Description: A seamless source control tool for ordinary people
      Long Description: Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.

      Homepage: http://wiki.github.com/commandline/${name}
      Master Sites: http://cloud.github.com/downloads/commandline/${name}

      Checksums: md5 ac9905819d3e398cdc24fdaf3f93deb0 sha1 9fcba83d817529d77a8336a8c435cce8536a9100 rmd160 b15c5d548bff0086c4282f62fa3d5addd96f9e98

      depends_lib-append port:py26-setuptools port:py26-enum port:py26-feedparser port:git-core

      post-destroot {
      ln -s ${python.prefix}/bin/flashbake ${destroot}${prefix}/bin
      ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin
      }

      universal_variant no

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex {current version is (\d+(?:\.\d+)*) and can be}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.