Hellanzb version 0.13 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    hellanzb  most recent diff


    version 0.13

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


      # -*- 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 hellanzb Portfile 57343 2009-09-10 02:16:20Z jameskyle macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: hellanzb
      Version: 0.13
      Category: news python
      Maintainers: groovie.org:pjenvey
      Description: Nzb downloader and post processor
      Long Description: hellanzb is an easy to use app designed to retrieve nzb files and fully process them. The goal being to make getting files from Usenet as hands-free as possible. Once fully installed, all that's required is moving an nzb file to the queue directory. The rest: downloading, par-checking, un-raring, etc. is done automatically by hellanzb.
      Homepage: http://www.hellanzb.com
      Platform: darwin

      Master Sites: ${homepage}/distfiles/
      Checksums: md5 d3510c6b1b2c7b935332a469fdc8e7e2

      depends_run bin:par2:par2 bin:unrar:unrar bin:flac:flac bin:shorten:shorten port:py26-twisted port:py26-openssl

      Patch Files: patch-hellanzb.py.diff

      Variant: no_ssl description {Disable ssl support} {
      depends_run-delete port:py26-openssl
      }

      post-destroot {
      move ${destroot}${python.prefix}/bin/${name}.py ${destroot}${prefix}/bin
      move ${destroot}${python.prefix}/etc/${name}.conf.sample ${destroot}${prefix}/share/doc/hellanzb/

      eval xinstall [glob ${destroot}${python.prefix}/share/doc/hellanzb/*] ${destroot}${prefix}/share/doc/hellanzb/

      system "rm -rf ${destroot}${python.prefix}/share"
      }

      post-activate {
      if { ![file exists ${prefix}/etc/${name}.conf] } {
      copy ${prefix}/share/doc/hellanzb/${name}.conf.sample ${prefix}/etc/${name}.conf
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.