Burn-app version 2.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    burn-app  most recent diff


    version 2.3

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


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

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: burn-app
      Version: 2.3
      Category: sysutils
      Platform: macosx
      Maintainers: raimue

      Description: Burn.app is a burning application for Mac OS X
      Long Description: Burn.app is an open source frontend for Apple's DiscBurning Framework

      Homepage: http://burn-osx.sourceforge.net/
      Master Sites: sourceforge:burn-osx
      distname burn[strsed ${version} {s/\.//}]src
      use_zip yes

      Checksums: md5 b51d06ffe926786e0c65f52e49e95a45 sha1 4be2756fb92a6acd8d656ceca9d5b163111e5a14 rmd160 eee5110826eb177709e7ddb4a5e672c03e7e468b

      post-extract {
      move "${workpath}/Burn Source.localized" ${worksrcpath}
      }

      post-patch {
      reinplace -E {s,INFOPLIST_FILE = /Users/maarten/Desktop/Projecten/Burn/Source/Info.plist;,INFOPLIST_FILE = Info.plist;,} ${worksrcpath}/Burn.xcodeproj/project.pbxproj
      }

      xcode.configuration Release

      Variant: universal {
      xcode.target "Burn (Universal)"
      }

      platform i386 {
      if {![variant_isset universal]} {
      xcode.target "Burn (Intel)"
      }
      }

      platform powerpc {
      if {![variant_isset universal]} {
      xcode.target "Burn (PowerPC)"
      }
      }

      livecheck.type regex
      livecheck.url http://sourceforge.net/projects/burn-osx/files/
      livecheck.regex {/Burn/(\d+\.\d+)/}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.