Etoile-devel version 0.1.9 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    etoile-devel  most recent diff


    version 0.1.9

      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


      The etoile-devel Portfile 57380 2009-09-10 09:03:55Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup gnustep 1.0

      Name: Etoile-devel
      Version: 0.1.9
      Revision: 1
      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.revision 2100
      svn.url http://svn.gna.org/svn/etoile/trunk/Etoile

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

      depends_lib port:SQLClient port:dbus port:oniguruma5 port:poppler

      worksrcdir Etoile

      Patch Files: 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 {

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

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

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

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

      copy ${worksrcpath}/Services/User/Calc/Calc.app ${destroot}${prefix}/GNUstep/Local/Applications

      ln -s ${destroot}${prefix}/GNUstep/Local/Applications/Calc.app/Calc ${destroot}${prefix}/GNUstep/Local/Tools

      delete ${destroot}${prefix}/GNUstep/Local/Library/Headers/AddressBook
      ln -s ${destroot}${prefix}/GNUstep/Local/Library/Headers/Addresses ${destroot}${prefix}/GNUstep/Local/Library/Headers/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



    Lightbox this page.