infobot version 0.45.3 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    infobot  most recent diff


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



      # $Id: Portfile 32690 2008-01-11 07:39:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: infobot
      Version: 0.45.3
      Category: irc
      Maintainers: nomaintainer
      Description: IRC Bot written in Perl with a rabid AI
      Long Description: The infobot connects to an Internet Relay Chat (IRC) server, joins some channels (maybe), and begins accumulating factoids. To run one, download the source, uncompress it, untar it, edit the config files, and it up.

      Platform: darwin freebsd
      Homepage: http://www.infobot.org/
      master_sites ${homepage}src/
      checksums md5 897a005182928613eadd30c267ce9c5b
      use_configure no
      build {}
      destroot { xinstall -m 755 -d ${destroot}${prefix}/bin
      set script [open "${prefix}/bin/infobot" w 0755]
      puts $script "#!/bin/sh"
      puts $script "cd ${prefix}/share/infobot && perl infobot"
      close $script
      xinstall -m 755 -d ${destroot}${prefix}/share/infobot
      eval file copy [glob ${worksrcpath}/*] ${destroot}${prefix}/share/infobot }


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

     Where to find more information:

    Darwin Ports



    image test