Gtk-extra version 0.99.17 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    gtk-extra  most recent diff


    version 0.99.17

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


      The gtk-extra Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0
      Name: gtk-extra
      Version: 0.99.17
      Category: x11 devel
      Platform: darwin
      Maintainers: rogers.com:matthew.c
      Description: Extra GTK+1 Widgets

      Long Description: GtkExtra is a useful set of widgets for creating GUIs for the Xwindows system using GTK+. You can use it complementary to GTK+ and it is written in C. It is also Free Software and released under the LGPL license.

      Homepage: http://gtkextra.sourceforge.net
      Master Sites: ${homepage}/src/
      distname gtk+extra-${version}

      depends_lib lib:libgtk.1:gtk1

      Checksums: gtk+extra-0.99.17.tar.gz md5 390e622c12a5c7f7845ee144ae13ab93

      pre-configure {
      # Copy new versions of config.guess and config.sub for host detection
      set src_dir ${workpath}/${name}-${version}
      system "cp /usr/share/automake-1.6/config.guess ${src_dir}"
      system "cp /usr/share/automake-1.6/config.sub ${src_dir}"

      }

      pre-build {
      # Create an empty malloc.h file to provide missing header
      # This header would define stuff that's in stdlib.h
      set src_dir ${workpath}/${name}-${version}
      system "touch ${src_dir}/malloc.h"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.