a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22163 2007-02-20 16:24:50Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name hellanzb
version 0.12
categories news python
maintainers pjenvey@groovie.org
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
platforms darwin
master_sites ${homepage}/distfiles/
checksums md5 91e0cbb8b06979c6cdac735a598249a4
depends_run bin:par2:par2 \
bin:unrar:unrar \
bin:flac:flac \
bin:shorten:shorten \
port:py-twisted
post-activate {
# copy over the sample conf file if necessary
if { ![file exists ${prefix}/etc/${name}.conf] } {
file copy ${prefix}/etc/${name}.conf.sample \
${prefix}/etc/${name}.conf
}
}