Galeon version 2.0.7 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.0.7

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The galeon Portfile 52826 2009-06-23 22:45:09Z devans macports.org $

      PortSystem 1.0

      Name: galeon
      Version: 2.0.7
      Description: A GNOME web browser.
      Long Description: Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine). It's fast, it has a light interface, and it is fully standards-compliant.
      Maintainers: nomaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://galeon.sourceforge.net/
      Master Sites: sourceforge
      use_bzip2 yes
      Checksums: md5 2eede1f43e3f6f2ac4ce7d4db99b15b2 sha1 14ccb53a7b3f398eb3ac3f7ca6aeb63348689a62 rmd160 a443dfc11447a006d21d9e7852c616b41492a6f6

      depends_lib port:gnome-session port:libiconv port:firefox-x11

      configure.cflags-append -no-cpp-precomp
      configure.args --mandir=${prefix}/share/man --enable-nautilus-view=no --with-mozilla=firefox

      set storagedir ${prefix}/etc/macports/gconf
      set storagefile $storagedir/${name}

      post-destroot {
      # make a da script happen
      file copy ${destroot}${prefix}/bin/galeon ${destroot}${prefix}/bin/galeon-bin
      file copy -force ${filespath}/galeon ${destroot}${prefix}/bin/galeon

      # use da ${prefix} Luke ...
      reinplace "s|/opt/local|${prefix}|g" ${destroot}${prefix}/bin/galeon

      # schema installation procedure from #14729 (pending gnome portgroup)
      # Find all .schemas file in the destroot
      fs-traverse schema ${destroot}${prefix}/etc/gconf/schemas {
      if { [ file isfile $schema ] } {
      lappend schemafiles $schema
      }
      }

      # And put them in etc/macports/gconf/$name
      if { [ llength $schemafiles ] > 0 } {
      file mkdir ${destroot}${storagedir}
      set fh [open ${destroot}${storagefile} w]
      foreach file $schemafiles {
      puts $fh [exec basename $file]
      }
      close $fh
      }
      }

      post-activate {
      if { [file exists ${storagefile} ] } {
      set fh [open ${storagefile} r]
      while { ! [eof $fh] } {
      lappend schemafiles [gets $fh]
      }
      close $fh
      }

      set schemastring [join $schemafiles " "]

      system "cd ${prefix}/etc/gconf/schemas && GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${prefix}/bin/gconftool-2 --makefile-install-rule $schemastring"
      }

      livecheck.regex "${name} .* (\\d+(?:\\.\\d+)*) released.*"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.