devhelp version 0.19 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    devhelp  most recent diff


      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.19 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
      Google
      Web Darwinports.com



      # $Id: Portfile 33924 2008-02-07 16:49:55Z gui_dos macports.org $

      PortSystem 1.0

      Name: devhelp
      Version: 0.19
      Description: DevHelp is to be an API documentation browser for GNOME.
      Long Description: DevHelp's primary goal is to be an API documentation browser for GNOME.
      Maintainers: nomaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.imendio.com/projects/devhelp/
      master_sites gnome:sources/devhelp/0.19/
      use_bzip2 yes
      checksums md5 66c9fb480e123c96eb1efdbad56b2d90
      depends_lib port:firefox-x11 port:libwnck port:gconf port:python25
      configure.python ${prefix}/bin/python2.5
      configure.cppflags-append "-L${prefix}/lib"
      configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"

      # Undo http://svn.gnome.org/viewvc/devhelp/trunk/src/dh-main.c?r1=880&r2=902
      patchfiles patch-src-dh-main-c.diff

      # Same ugly workaround as for yelp since the binary is linked
      # with executable_path/libgtkembedmoz.dylib
      post-destroot {
      # In order to call gecko, devhelp must be installed in the same directory as FireFox.
      # Move it and put a symlink in the bin directory
      if { [catch {set ff [registry_active "firefox-x11"]} result]} {
      ui_err "FireFox is not active: $result"
      } else {
      set ffver [lindex $ff 0 1]
      xinstall -d ${destroot}${prefix}/lib/firefox-${ffver}
      move ${destroot}${prefix}/bin/devhelp ${destroot}${prefix}/lib/firefox-${ffver}
      ln -s ${prefix}/lib/firefox-${ffver}/devhelp ${destroot}${prefix}/bin
      }
      }

    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



    image test