Download and Install rb-mindi on Mac OS X
Wednesday the 27th of August, 2008

    rb-mindi  most recent diff


      View the most recent changes for the rb-mindi port at: rb-mindi.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-mindi.
      The raw portfile for rb-mindi is located here:
      http://rb-mindi.darwinports.com/dports/ruby/rb-mindi/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-mindi
      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 mindi 0.1 install.rb {README examples doc}
      Maintainers: nomaintainer
      Description: Minimalist dependency injection
      Long Description: MinDI is minimalist in that it attempts to map concepts of DI into basic ruby constructs, rather than into a layer of specialized constructs. In particular, classes and modules function as containers and registries, and methods and method definitions function as service points and services. Includes singleton, multiton, threaded, and deferred services.
      checksums md5 5a0a1240806a93c467aaf6f658e5bc8d
      Homepage: http://redshift.sourceforge.net/${ruby.module}/
      master_sites ${homepage}
      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-mindi
      % sudo port install rb-mindi
      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-mindi
      ---> Verifying checksum for rb-mindi
      ---> Extracting rb-mindi
      ---> Configuring rb-mindi
      ---> Building rb-mindi with target all
      ---> Staging rb-mindi into destroot
      ---> Installing rb-mindi
    - 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-mindi with these commands:
      %  man rb-mindi
      % apropos rb-mindi
      % which rb-mindi
      % locate rb-mindi

     Where to find more information:

    Darwin Ports



    image test