Pircbot version 1.4.4 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    pircbot  most recent diff


    version 1.4.4

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


      The pircbot Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: pircbot
      Version: 1.4.4
      Category: java irc
      Platform: darwin
      Maintainers: nomaintainer
      Description: PircBot is a Java framework for writing IRC bots
      Long Description: "${description}"

      Homepage: http://www.jibble.org/pircbot.php
      Master Sites: http://www.jibble.org/files/
      Checksums: md5 eb6894bb40c97cfde34a410dd76e77ab
      use_zip yes

      depends_lib port:gnu-classpath
      depends_build bin:jikes:jikes

      post-extract {
      file mkdir ${worksrcpath}/build
      system "cd ${worksrcpath} && unzip -d build pircbot.jar \*.java"
      }

      use_configure no

      build.dir ${worksrcpath}/build
      build.cmd jikes ./org/jibble/pircbot/*.java
      build.env CLASSPATH=${prefix}/share/java/glibj.jar
      build.target
      post-build {
      system "jar cvf ${workpath}/${name}.jar -C ${worksrcpath}/build ."
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java
      xinstall -m 644 ${workpath}/${name}.jar ${destroot}${prefix}/share/java
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.