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

    epiphany  most recent diff


    version 2.26.3

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The epiphany Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: epiphany
      Version: 2.26.3
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: A GNOME Web browser.
      Long Description: A web browser is more than an application, it is a way of thinking, it is a way of seeing the world. Epiphany's principles are simplicity and standards compliance.
      Maintainers: devans openmaintainer
      Category: gnome www
      Platform: darwin
      Homepage: http://www.gnome.org/projects/${name}
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 16f44012bc376077e1443e049d725847 sha1 d1143fd2f287efe3eab648e1feded9f4911e3236 rmd160 ef2474c8523a6787227d3dfa5e8fc9d443708a0c

      depends_build port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils

      depends_lib port:gconf port:libxslt port:libglade2 port:libgnomeui port:gnome-desktop port:startup-notification port:libnotify port:libcanberra port:py25-gtk port:py25-gnome port:enchant port:iso-codes port:xulrunner

      configure.args --enable-spell-checker --with-distributor-name=MacPorts --disable-zeroconf --disable-network-manager --disable-schemas-install --disable-scrollkeeper

      configure.python ${prefix}/bin/python2.5

      pre-configure {
      reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure
      }

      post-activate {
      system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
      system "${prefix}/bin/scrollkeeper-update; true"
      system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
      system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
      system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\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/epiphany
      % sudo port install epiphany
      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 epiphany
      ---> Verifying checksum for epiphany
      ---> Extracting epiphany
      ---> Configuring epiphany
      ---> Building epiphany with target all
      ---> Staging epiphany into destroot
      ---> Installing epiphany
    - 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 epiphany with these commands:
      %  man epiphany
      % apropos epiphany
      % which epiphany
      % locate epiphany

     Where to find more information:

    Darwin Ports



    Lightbox this page.