chromium version 0.9.12 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    chromium  most recent diff


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



      # $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp macports.org $

      PortSystem 1.0

      Name: chromium
      Version: 0.9.12
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: fast paced, arcade-style, top-scrolling space shooter.
      Long Description: ${description}

      Homepage: http://www.reptilelabour.com/software/chromium/
      master_sites http://www.reptilelabour.com/software/files/chromium/
      distfiles ${name}-src-${version}.tar.gz ${name}-data-${version}.tar.gz
      checksums ${name}-src-${version}.tar.gz md5 969883f2f20f10cd6cdb380582f130c4 ${name}-data-${version}.tar.gz md5 173fdf76f1e4d7496142cd5662456a73
      patchfiles patch-configure_functions patch-Makefile.no-setup patch-NCString.cpp patch-Makefile patch-MainSDL_Event.cpp

      worksrcdir Chromium-0.9

      depends_lib lib:libvorbis:libvorbis port:libsdl port:smpeg port:openal

      extract.post_args "| tar -xf - --exclude 'CVS'"

      post-patch {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/configure
      reinplace "s|\"../data\"|\"${prefix}/share/${name}\"|g" ${worksrcpath}/src/main.cpp ${worksrcpath}/src/define.h
      }
      configure.pre_args
      configure.args --enable-sdl --enable-smpeg --enable-vorbis --disable-setup

      destroot {
      xinstall -m 755 ${worksrcpath}/bin/chromium ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/
      file copy ${worksrcpath}/data ${destroot}${prefix}/share/${name}
      xinstall -m 644 ${filespath}/powerUpShield.png ${destroot}${prefix}/share/${name}/png
      }

      platform darwin {
      post-destroot {
      xinstall -m 755 -d ${destroot}/Applications/MacPorts/Chromium.app/Contents/MacOS
      system "ln -s ${prefix}/bin/chromium ${destroot}/Applications/MacPorts/Chromium.app/Contents/MacOS/Chromium"
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test