# -*- 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
maintainers codezen.org:jack
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
master_sites http://codezen.org/static/
checksums md5 7836cf54cbb0af48d3d68a8aa86432b7 \
sha1 e86e0980cee126a6eeff5ef4c8effba41ff3245b
python.default_version 26
depends_lib port:ncurses \
port:py${python.version}-feedparser \
port:py${python.version}-chardet
ln -s ${python.prefix}/bin/canto ${destroot}${prefix}/bin/canto
set filepath ${prefix}/bin/canto
if {![catch {file type $filepath}] && [registry_file_registered $filepath] == "0"} {
file delete -force $filepath