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

    devhelp  most recent diff


    version 0.23.1

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


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

      PortSystem 1.0

      Name: devhelp
      Version: 0.23.1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: Devhelp is an API documentation browser for GTK+ and GNOME.
      Long Description: Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.

      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://live.gnome.org/${name}
      Master Sites: gnome:sources/${name}/${branch}/
      use_bzip2 yes

      Checksums: md5 9bb80a1e82eb0de57cdd7f4234880b2f sha1 9ce37ef216adb2a7573a111a3181ae5e4ed7b7a6 rmd160 c6521c8f48449ac73e6115187423ee9ce2f25506

      depends_build port:pkgconfig port:python25

      depends_lib port:webkit-gtk port:gconf port:libwnck

      configure.args --disable-schemas-install --with-compile-warnings=yes

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

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.