# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name canto version 0.6.13 revision 2 categories net python maintainers codezen.org:jack license GPL-2 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 python.default_version 26 depends_lib port:ncurses \ port:py${python.version}-feedparser \ port:py${python.version}-chardet post-destroot { ln -s ${python.prefix}/bin/canto ${destroot}${prefix}/bin/canto } pre-activate { set filepath ${prefix}/bin/canto if {![catch {file type $filepath}] && [registry_file_registered $filepath] == "0"} { file delete -force $filepath } }