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

    version 2.26.0

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


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

      PortSystem 1.0

      Name: yelp
      Version: 2.26.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Help browser for GNOME.
      Long Description: Yelp is the default help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, HTML, man, and info formatted documentation.
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 3413fd051c5ecbfe98819a8fb4ac83dd sha1 c1c3262d77d4515a0fd0a7840307533fda9ed0ea rmd160 5f6f3f7b504d7522a39ba9e55e22cf2ca75589d7

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

      depends_lib port:libgnomeui port:startup-notification port:rarian port:xulrunner

      #
      # disabled dependency on lzmautils
      # to avoid a conflict with the newer
      # xz-devel
      #

      use_bzip2 yes

      configure.cppflags-append -I${prefix}/include/nspr

      configure.args --disable-schemas-install

      Variant: debug description {Enables debugging} {
      configure.cflags-append -O0 -g
      configure.cxxflags-append -O0 -g
      configure.args-append --enable-debug
      }

      post-activate {
      # We need to register some stuff to gconf. Just putting the
      # schema files to the right place is not enough.
      # You can watch the successful installation with gconf-editor.

      system "GCONF_CONFIG_SOURCE=`${prefix}/bin/gconftool-2 --get-default-source` ${prefix}/bin/gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/yelp.schemas"
      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"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.