Download and Install fscript version 1.3.5 on Mac OS X
Tuesday the 8th of July, 2008

    fscript  most recent diff


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



      # $Id: Portfile 26675 2007-07-03 05:29:13Z bfulgham macports.org $

      PortSystem 1.0
      Name: FScript
      Version: 1.3.5
      Category: aqua lang
      Maintainers: bfulgham mac.com
      Description: Open-source interactive Cocoa scripting environment
      Long Description: F-Script is an open-source interactive and scripting environment for Cocoa. Based on Smalltalk, F-Script provides a pure object- oriented environment that leverages Mac OS X technologies and frameworks. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.

      set srcdistdate 20070421

      Homepage: http://www.fscript.org
      Platform: macosx
      master_sites http://www.fscript.org/download
      distfiles FScriptSources-${srcdistdate}.tar.gz
      checksums md5 1e06058c63a7b7e8f8d54eb72efdb5d4

      worksrcdir FScriptSources-${srcdistdate}/FScript
      use_configure no

      set pkgname F-Script

      build.type pbx
      build.target -target ${pkgname} -target FScriptFramework -target FScriptPalette -target FSTest1 -target FSTest2 -target TigerAndLaterOnly -configuration Deployment
      build.args build -project FScript.xcodeproj

      set xcodebuilddir build
      platform darwin 8 {
      if {$xcodeversion == "2.1"} {
      set xcodebuilddir build/Deployment
      }
      }

      platform darwin 9 {
      set xcodebuilddir build/Deployment
      }

      destroot {
      # Applications
      xinstall -d -m 755 ${destroot}/Applications/MacPorts/F-Script
      file copy ${build.dir}/${xcodebuilddir}/${pkgname}.app ${destroot}/Applications/MacPorts/F-Script/${pkgname}.app
      file copy ${build.dir}/${xcodebuilddir}/FSTest1.app ${destroot}/Applications/MacPorts/F-Script/FSTest1.app
      file copy ${build.dir}/${xcodebuilddir}/FSTest2.app ${destroot}/Applications/MacPorts/F-Script/FSTest2.app

      # Frameworks
      xinstall -d -m 755 ${destroot}/Library/Frameworks/
      file copy ${build.dir}/${xcodebuilddir}/${name}.framework ${destroot}/Library/Frameworks/
      xinstall -d -m 755 ${destroot}/Developer/Palettes/
      file copy ${build.dir}/${xcodebuilddir}/${name}Palette.palette ${destroot}/Developer/Palettes/${name}Palette.palette
      }

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

     Where to find more information:

    Darwin Ports



    image test