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

    eggdrop  most recent diff


    version 1.6.19

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The eggdrop Portfile 53479 2009-07-06 18:01:25Z snc macports.org $

      PortSystem 1.0

      Name: eggdrop
      Version: 1.6.19
      Category: irc
      Maintainers: mac.com:dre
      Description: Eggdrop is the world's most popular Internet Relay Chat (IRC) bot.
      Long Description: ${description} This version includes the 'ctcpfix' patch.
      Homepage: http://www.eggheads.org
      Platform: darwin
      Master Sites: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
      Checksums: md5 775d77294784a2e6b0e3d4ea89eb08e2
      distname ${name}${version}+ctcpfix
      worksrcdir ${name}${version}
      use_bzip2 yes
      post-configure { system "cd ${worksrcpath} && make config" }
      destroot.destdir DEST=${destroot}${prefix}/share/eggdrop
      post-destroot { system "cd ${destroot}${prefix}/bin/ && rm ../share/eggdrop/eggdrop && ln -s ../share/eggdrop/eggdrop-${version} eggdrop && mv ../share/eggdrop/eggdrop.conf ../share/eggdrop/eggdrop.conf.sample && mv ../share/eggdrop/doc/man1/eggdrop.1 ../share/man/man1"
      }
      platform darwin 7 {
      configure.cflags-append "-DBIND_8_COMPAT"
      }

      platform darwin 8 {
      configure.cflags-append "-DBIND_8_COMPAT"
      }

      platform darwin 10 {
      patchfiles patch-Makefile.in.diff
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.