nice version 0.9.10 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    nice  most recent diff


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



      # $Id: Portfile 20325 2006-11-01 23:29:46Z blair macports.org $

      PortSystem 1.0

      Name: nice
      Version: 0.9.10
      Category: lang java
      Platform: darwin
      Maintainers: mvitocruz gmail.com
      Description: The Nice programming language
      Long Description: Nice is a new programming language that extends the ideas behind object orientation and incorporates features from functional programming.
      Homepage: http://nice.sourceforge.net/
      master_sites sourceforge
      distname Nice-${version}-source
      checksums md5 05dba3612c600cf7adee1277023124e2
      worksrcdir ${name}-${version}.orig
      use_configure no
      depends_run bin:java:kaffe
      depends_build bin:javacc:javacc
      pre-build {
      reinplace "s|/usr/local|${destroot}${prefix}|" ${worksrcpath}/Makefile
      reinplace "s|cp -a|cp -p -R|" ${worksrcpath}/Makefile
      reinplace "s|/usr/share/java/|${prefix}/share/java/|" ${worksrcpath}/external/javacc
      }

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

     Where to find more information:

    Darwin Ports



    image test