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

    version 1.1.9

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The deluge Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: deluge
      Version: 1.1.9
      Category: net gnome python
      Maintainers: devans openmaintainer
      Description: A GNOME BitTorrent client.
      Long Description: Deluge is a GNOME client for the BitTorrent network written in python.
      Homepage: http://www.deluge-torrent.org
      Platform: darwin

      Master Sites: http://download.deluge-torrent.org/source/

      use_bzip2 yes

      Checksums: md5 38b9dbf255ed9620760d546dbb757882 sha1 20d035f75b42382e00cabb8a587866abb00d11fc rmd160 b1f23d8b0392d80e580444675238be7cd71a3c65

      depends_build port:py25-setuptools

      depends_lib-append port:boost port:dbus-python25 port:librsvg port:py25-chardet port:py25-gtk port:py25-setuptools port:py25-xdg

      if { ![file exists ${prefix}/lib/libboost_python-mt.dylib] } {
      depends_lib-delete port:boost
      }

      pre-extract {
      if { ![file exists ${prefix}/lib/libboost_python-mt.dylib] } {
      if { [file exists ${prefix}/lib/libboost_system-mt.dylib] } {
      ui_error "
      ****
      **** Deluge requires port boost installed with variant +python25.
      **** Please do the following then try installing deluge again:
      ****
      **** sudo port deactivate boost
      **** sudo port install boost +python25
      ****

      "
      } else {
      ui_error "
      ****
      **** Deluge requires port boost installed with variant +python25.
      **** Please do the following then try installing deluge again:
      ****
      **** sudo port install boost +python25
      ****

      "
      }

      error "Deluge requires boost +python25"
      }
      }

      build.env PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" PYTHON_LDFLAGS=-L${prefix}/lib CFLAGS="-I${prefix}/include -I${prefix}/include/boost" CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}

      livecheck.type regex
      livecheck.url http://download.deluge-torrent.org/source/
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.