diff options
author | edwin <edwin@FreeBSD.org> | 2004-08-27 08:23:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-08-27 08:23:37 +0800 |
commit | 14fd4e48168f7ce19365c0d59205fd2a7e84b0a2 (patch) | |
tree | 49ac2de7bb363d235a5959b2742a38d9f23d473f /www/Makefile | |
parent | 9b54249edee8dc14b6ecae38f22a7c21974ece41 (diff) | |
download | freebsd-ports-gnome-14fd4e48168f7ce19365c0d59205fd2a7e84b0a2.tar.gz freebsd-ports-gnome-14fd4e48168f7ce19365c0d59205fd2a7e84b0a2.tar.zst freebsd-ports-gnome-14fd4e48168f7ce19365c0d59205fd2a7e84b0a2.zip |
[New port] wnews: a command-line RSS client
This tool downloads and displays RSS news feed from the web
and displays them in a page-based curses interface or in
parseable line-based output. There is support for HTTP gzip
decompression, HTTP proxies, key-binding support and resources
editing.
PR: ports/70820
Submitted by: Samy Al Bahra <samy@kerneled.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 353b0fe5c236..6017fa1fbcc5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -695,6 +695,7 @@ SUBDIR += winhelpcgi SUBDIR += wml SUBDIR += wmnetselect + SUBDIR += wnews SUBDIR += wordpress SUBDIR += wsmake SUBDIR += www6to4 |