gnustep-gui version 0.12.0 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    gnustep-gui  most recent diff


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



      # $Id: Portfile 33737 2008-02-04 12:41:03Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup gnustep 1.0

      Name: gnustep-gui
      Version: 0.12.0
      Platform: darwin
      Maintainers: nomaintainer

      Description: A library of graphical user interface Objective C classes
      Long Description: The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language. The classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows. There are also many associated classes for handling events, colors, fonts, pasteboards and images.

      checksums md5 13f1ec9910a99105ed0f1f79f2ff2db0

      depends_lib port:aspell port:audiofile port:gnustep-base port:gnutls port:libpng port:libungif port:tiff

      use_configure yes

      post-destroot {
      system "cp -f ${filespath}/common_*.tiff ${destroot}${system_library}/Images"
      }

      platform darwin {
      # fix for étoilé
      patchfiles-append patch-GSToolbar.diff
      # no audio support
      depends_lib-delete port:audiofile
      configure.args-append --disable-gsnd
      }

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

     Where to find more information:

    Darwin Ports



    image test