mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.4 KiB
Tcl
36 lines
1.4 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name canto
|
|
version 0.6.13
|
|
revision 3
|
|
|
|
categories net python
|
|
platforms darwin
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
|
|
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 https://codezen.org/canto-ng/
|
|
master_sites https://codezen.org/static/
|
|
|
|
checksums rmd160 32b24c47994894d56e37721e752f1b16d754cae3 \
|
|
sha256 bebcc936852fa064fc9560f22d4bafc7d9ee46ef39fc66dbe531dec422ceed50 \
|
|
size 69251
|
|
|
|
python.default_version 27
|
|
|
|
depends_lib-append port:ncurses \
|
|
port:py${python.version}-feedparser \
|
|
port:py${python.version}-chardet
|
|
|
|
# Newer versions are on GitHub; see https://github.com/themoken/canto-next/releases
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)[quotemeta ${extract.suffix}]
|