Download and Install rb-pluginfactory on Mac OS X
Thursday the 7th of August, 2008

    rb-pluginfactory  most recent diff


      View the most recent changes for the rb-pluginfactory port at: rb-pluginfactory.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-pluginfactory.
      The raw portfile for rb-pluginfactory is located here:
      http://rb-pluginfactory.darwinports.com/dports/ruby/rb-pluginfactory/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-pluginfactory
      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 {pluginfactory PluginFactory} 1.0.0 basic_install.rb {README test.rb tests}
      Maintainers: nomaintainer
      Description: Mixin for making dynamically-loadable plugin classes
      Long Description: This module contains the PluginFactory mixin. Including PluginFactory in your class turns it into a factory for its derivatives, capable of searching for and loading them by name. This is useful when you have an abstract base class which defines an interface and basic functionality for a part of a larger system, and a collection of subclasses which implement the interface for different underlying functionality.
      Category:-append devel
      Homepage: http://www.deveiate.org/code/PluginFactory.html
      master_sites http://www.deveiate.org/code/
      checksums md5 d7c4a548d3bc821a041d3ed67cc99e52
      Platform: darwin

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

     Where to find more information:

    Darwin Ports



    image test