p5-class-singleton for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    p5-class-singleton  most recent diff


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



      # $Id: Portfile 20356 2006-11-02 02:08:57Z blair macports.org $

      PortSystem 1.0
      PortGroup perl5 1.0
      perl5.setup Class-Singleton 1.03
      Maintainers: mat FreeBSD.org
      Description: Implementation of a "Singleton" class
      Long Description: This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.

      Platform: darwin

      checksums md5 80202a57411cb3e939fec327a87564bf


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

     Where to find more information:

    Darwin Ports



    image test