Evince version 2.26.2 - How to Download and Install on Mac OS X
Tuesday the 9th of February, 2010

    version 2.26.2

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


      # -*- 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 evince Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: evince
      Version: 2.26.2
      Revision: 1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Evince is a document viewer for multiple document formats like pdf, and many others.
      Long Description: ${description}
      Maintainers: devans openmaintainer
      Category: gnome print
      Platform: darwin
      Homepage: http://projects.gnome.org/evince/
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 ed8b9fb5c5d6feafd19f0114b736c9ef sha1 1a789e078b4c95f3e3387a45092ae2f222135013 rmd160 00dd3dfa006dc019f8f951a356d7260283bf8bab

      depends_lib port:gconf port:gnome-keyring port:gnome-icon-theme port:poppler port:t1lib port:libspectre port:xorg-libsm port:nautilus

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

      configure.args --disable-scrollkeeper --disable-schemas-install --disable-introspection --disable-djvu --enable-ps --enable-pdf --enable-tiff --enable-dvi --enable-impress --enable-comics --enable-nautilus --enable-t1lib --enable-pixbuf --mandir=${prefix}/share/man

      configure.ldflags-append -lstdc++
      configure.cflags-append -D__DARWIN_UNIX03=1

      Variant: djvu description {Builds against port:djvulibre} {
      configure.args-delete --disable-djvu
      configure.args-append --enable-djvu
      depends_lib-append port:djvulibre
      }

      post-activate {
      system "${prefix}/bin/scrollkeeper-update"
      system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
      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/evince
      % sudo port install evince
      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 evince
      ---> Verifying checksum for evince
      ---> Extracting evince
      ---> Configuring evince
      ---> Building evince with target all
      ---> Staging evince into destroot
      ---> Installing evince
    - 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 evince with these commands:
      %  man evince
      % apropos evince
      % which evince
      % locate evince

     Where to find more information:

    Darwin Ports



    Lightbox this page.