gtk-sharp2 version 2.10.2 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    gtk-sharp2  most recent diff


      View the most recent changes for the gtk-sharp2 port at: gtk-sharp2.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gtk-sharp2.
      The raw portfile for gtk-sharp2 2.10.2 is located here:
      http://gtk-sharp2.darwinports.com/dports/x11/gtk-sharp2/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-sharp2
      Google
      Web Darwinports.com



      # $Id: Portfile 33113 2008-01-18 14:26:53Z nox macports.org $

      PortSystem 1.0

      Name: gtk-sharp2
      set my_name gtk-sharp
      Version: 2.10.2
      revision 2
      set branch [join [lrange [split ${version} .] 0 1] ""]
      Category: x11 devel
      Platform: darwin
      Maintainers: nox openmaintainer
      Description: Gtk bindings for the Mono .NET Development Framework

      Long Description: This is the Gtk# toolkit for Mono, an implementation of the .NET Development Framework.

      Homepage: http://gtk-sharp.sourceforge.net/
      master_sites http://go-mono.com/sources/${my_name}${branch}/
      distname ${my_name}-${version}
      use_bzip2 yes

      checksums md5 7d509a677c58b2e6a8c85db51d0b1451 sha1 7e78d94a4cfe7b1fb3696893f2622d2c7f3c47dc rmd160 78394b4ebfbf59b29d80d012227adf65f465991a

      patchfiles patch-gdk-sharp.dll.config.in.diff patch-glade-sharp.dll.config.in.diff patch-glib-sharp.dll.config.in.diff patch-gtk-sharp.dll.config.in.diff patch-pango-sharp.dll.config.in.diff

      depends_build port:monodoc

      depends_lib port:mono port:glib2 port:atk port:pango port:gtk2

      post-configure {
      # TODO This shouldn't be needed, we need to fix Mono dllmap library path.
      fs-traverse {f} ${worksrcpath} {
      if {[string match *.dll.config ${f}]} {
      reinplace -E "s|(target=\")|\\1${prefix}/lib/|" ${f}
      }
      }
      }

      Variant: debug {
      configure.args-append --enable-debug
      }

      livecheck.check regex
      livecheck.url http://go-mono.com/sources-stable/
      livecheck.regex ${my_name}-(2\\.10(?:\\.\\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/gtk-sharp2
      % sudo port install gtk-sharp2
      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-sharp2
      ---> Verifying checksum for gtk-sharp2
      ---> Extracting gtk-sharp2
      ---> Configuring gtk-sharp2
      ---> Building gtk-sharp2 with target all
      ---> Staging gtk-sharp2 into destroot
      ---> Installing gtk-sharp2
    - 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-sharp2 with these commands:
      %  man gtk-sharp2
      % apropos gtk-sharp2
      % which gtk-sharp2
      % locate gtk-sharp2

     Where to find more information:

    Darwin Ports



    image test