Gnome-developer-tools version 2.26.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    gnome-developer-tools  most recent diff


    version 2.26.2

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


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

      PortSystem 1.0

      Name: gnome-developer-tools
      Version: 2.26.2
      Category: gnome
      Maintainers: devans openmaintainer
      Description: GNOME Developer Tools
      Long Description: GNOME Developer Tools is the suite of applications and documentation that is distributed with GNOME to help developers create GNOME applications.

      Homepage: http://live.gnome.org/TwoPointTwentyfive/DevelTools
      Master Sites:
      Platform: darwin

      #
      # TODO
      #
      # The following modules are currently included GNOME Developer Tools
      # but have not yet been ported to MacPorts
      #
      # accerciser
      #
      # BROKEN PORTS
      #
      # The following ports are currently included in GNOME Developer
      # Tools and have been ported to MacPorts but are currently
      # broken and/or need to be updated
      #
      # None at this time
      #
      depends_lib port:anjuta port:devhelp port:gdl port:glade3 port:gnome-devel-docs

      distfiles
      use_configure no
      build { }

      destroot {
      file mkdir ${destroot}${prefix}/share/doc/gnome
      file copy ${filespath}/README.${name}.txt.in ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
      reinplace "s| PREFIX |${prefix}|g" ${destroot}${prefix}/share/doc/gnome/README.${name}.txt
      }

      post-activate {
      ui_msg "\nTo start gnome put \"exec gnome-session\" in your .xinitrc"
      ui_msg "See also http://trac.macports.org/wiki/GNOME\n"
      }

      livecheck.type none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.