Download and Install rb-lazylist on Mac OS X
Tuesday the 2nd of December, 2008

    rb-lazylist  most recent diff


    version

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



      # $Id: Portfile 30250 2007-10-23 02:16:17Z jmpp macports.org $
      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup lazylist 0.1.2 basic_install.rb {README.en examples tests} rubyforge:1599
      Maintainers: nomaintainer
      Description: Implementation of lazy lists for ruby
      Long Description: This class implements lazy lists (or streams) for Ruby. Such lists avoid the computation of values which arent needed for some computation. So its possible to define infinite lists with a limited amount of memory. A value that hasnt been used yet is calculated on the fly and saved into the list. A value which is used for a second time is computed only once and just read out of memory for the second usage.
      checksums md5 90f7b26e497814ac555253435e06b8ba
      Homepage: http://www.ping.de/~flori/flott/exe/session/view/ruby
      Platform: darwin
      extract.suffix .tgz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.