Fscript version 2.0.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    fscript  most recent diff


    version 2.0.1

      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 2.0.1 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The fscript Portfile 58547 2009-09-30 21:12:21Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: FScript
      Version: 2.0.1
      Category: aqua lang
      Platform: darwin
      Maintainers: mac.com:bfulgham

      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.

      Homepage: http://www.fscript.org/

      fetch.type git
      git.url git://github.com/pmougin/F-Script
      git.branch 9f46645527bd47cdaae9f1211e282571b4667603

      xcode.target FScriptFramework F-Script FScriptIBPlugin
      xcode.destroot.settings SKIP_INSTALL=NO

      destroot.violate_mtree yes

      Variant: without_ibplugin description "Disable Interface Builder Plug-in" {
      xcode.target-delete FScriptIBPlugin
      destroot.violate_mtree no
      }

      set ibplugin_dir "${developer_dir}/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins"

      post-destroot {
      delete ${destroot}${applications_dir}/FSTest1.app
      delete ${destroot}${applications_dir}/FSTest2.app
      file rename ${destroot}${applications_dir}/FScript.framework ${destroot}${frameworks_dir}/
      if { ![variant_isset without_ibplugin] } {
      xinstall -d -m 755 ${destroot}${ibplugin_dir}
      file rename ${destroot}${applications_dir}/FScriptIBPlugin.ibplugin ${destroot}${ibplugin_dir}
      }
      }

    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



    Lightbox this page.