newt0 version 0.1.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    newt0  most recent diff


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



      # $Id: Portfile 24007 2007-04-14 22:56:11Z pguyot kallisys.net $

      PortSystem 1.0
      Name: newt0
      Version: 0.1.2
      set release_date 20070324

      Platform: darwin
      Maintainers: pguyot kallisys.net
      Category: lang
      Description: Newt/0 is a NewtonScript compiler and interpreter.
      Homepage: http://trac.so-kukan.com/newt/
      master_sites http://www.so-kukan.com/newt/lib/proto_0/
      distfiles NEWT0_${release_date}-1_src.tgz
      worksrcdir NEWT0_${version}_${release_date}-1
      checksums md5 aa6dc37914e2f1309c3c61a906b9e619 sha1 db05ca7e32a37cf0a2f381807d89c6873759308d rmd160 d2f5e787b21c07df809f836b90664f07d7e63b4b

      Long Description: Newt/0 is an opensource implementation of a NewtonScript compiler and interpreter. The language comes with Cocoa bindings. The compat variant can be used to generate NewtonScript bytecode that can then be executed on the Apple Newton.

      # Configure.
      configure.args-append --enable-contrib
      depends_lib port:libffi

      # Enable compatibility mode.
      Variant: compat {
      configure.args-delete --enable-contrib
      configure.args-append --enable-compat
      depends_lib-delete port:libffi
      }

      livecheck.check regexm
      livecheck.regex {

      \n\[v(.*?)\]\n

      \n

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

       Where to find more information:

    Darwin Ports



    image test