# -*- 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
# $Id: Portfile 54246 2009-07-23 19:46:28Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                canto
version             0.6.13
categories          net python
maintainers         jack@codezen.org brett
description         flexible ncurses Atom/RSS newsreader for the console
long_description    Canto is an Atom/RSS feed reader for the console that is meant to be \
quick, concise, and colorful. It provides a minimal, yet information packed interface with \
almost infinite customization and extensibility
homepage            http://codezen.org/canto
platforms           darwin
master_sites        http://codezen.org/static/

checksums           md5 7836cf54cbb0af48d3d68a8aa86432b7 \
                    sha1 e86e0980cee126a6eeff5ef4c8effba41ff3245b

depends_lib         port:ncursesw \
                    port:py26-feedparser \
                    port:py26-chardet


post-destroot {
    ln -s ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/bin/canto ${prefix}/bin/canto
}
