cocoa-sharp version 0.2 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    cocoa-sharp  most recent diff


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



      # $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp macports.org $

      PortSystem 1.0
      Name: cocoa-sharp
      Version: 0.2
      Category: devel
      Platform: macosx
      Maintainers: nomaintainer
      Description: Cocoa bindings for the Mono .NET Development Framework
      Long Description: These are Cocoa bindings for Mono, which is an implementation of the .NET Development Framework.

      Homepage: http://www.go-mono.org/
      master_sites ${homepage}archive/1.1.4/
      extract.suffix .tgz
      checksums md5 dfbbf5871a38ecb3bd50799831b16f05

      depends_lib bin:mono:mono bin:automake:automake

      worksrcdir ${name}

      pre-configure {
      reinplace "s|aclocal$|aclocal -I ${prefix}/share/aclocal|" "${worksrcpath}/autogen.sh"
      foreach fw {Foundation AppKit WebKit} {
      reinplace "s|libCocoa|${prefix}/lib/libCocoa|" "${worksrcpath}/src/Apple.$fw/Apple.$fw.dll.config"
      }
      }
      configure.cmd ./autogen.sh

      destroot.destdir DESTDIR=${destroot} GACUTIL_FLAGS='/package ${name} /root ${destroot}\$(libdir)'

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

     Where to find more information:

    Darwin Ports



    image test