etoile-devel version 0.1.9 for Mac OS X 10.5 Leopard
Thursday the 22nd of May, 2008

    etoile-devel  most recent diff


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



      # $Id: Portfile 30229 2007-10-22 23:01:24Z jmpp macports.org $

      PortSystem 1.0
      PortGroup gnustep 1.0

      Name: Etoile-devel
      Version: 0.1.9
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://www.etoile-project.org/

      Description: GNUstep based user environnement
      Long Description: Etoile intends to be an innovative GNUstep-based user environment built from the ground up on highly modular and light components with project and document orientation in mind.

      fetch.type svn
      svn.tag 2100
      svn.url http://svn.gna.org/svn/etoile/trunk/Etoile

      ####################### DEVELOPMENT FETCH ##############################
      #fetch {
      # file copy ${portpath}/Etoile ${workpath}
      #}
      ########################################################################

      depends_build bin:svn:subversion
      depends_lib port:SQLClient port:dbus port:oniguruma5 port:poppler

      worksrcdir Etoile

      patchfiles patch-etoile.make patch-PopplerKit-config.sh patch-xmpp-GNUmakefile

      array set gnustep.post_flags {
      Frameworks/AddressesKit/Frameworks/AddressView -lAddresses
      Frameworks/BookmarkKit -lCollectionKit
      Frameworks/SystemConfig -lX11
      }

      post-patch {
      reinplace "s|SCSound.m||" ${worksrcpath}/Frameworks/SystemConfig/Source/GNUmakefile
      reinplace "s|/usr|${prefix}|g" ${worksrcpath}/Services/Private/System/GNUmakefile
      }

      # We don't build corner because StepTalk is not available yet in MP
      build.args corner=no debug=yes
      destroot.args corner=no debug=yes

      post-destroot {

      cd ${destroot}${prefix}

      xinstall -d GNUstep/System/Library/Etoile
      xinstall -m 644 ${worksrcpath}/Services/Private/System/SystemTaskList.plist GNUstep/System/Library/Etoile

      xinstall -d share/xsessions
      xinstall -m 644 ${worksrcpath}/Services/Private/System/etoile.desktop share/xsessions

      set chan [open bin/etoile w]
      puts $chan ". ${prefix}/GNUstep/System/Library/Makefiles/GNUstep.sh; etoile_system"
      close $chan
      file attributes bin/etoile -permissions 0755

      xinstall -d GNUstep/Local/Library/Themes
      copy ${worksrcpath}/Bundles/Camaelon/Nesedah.theme GNUstep/Local/Library/Themes

      copy ${worksrcpath}/Services/User/Calc/Calc.app GNUstep/Local/Applications
      cd GNUstep/Local/Tools
      ln -s ../Applications/Calc.app/Calc

      cd ../Library/Headers
      delete AddressBook
      ln -s Addresses AddressBook
      }


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

     Where to find more information:

    Darwin Ports



    image test