diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-08-27 00:23:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-08-27 00:23:37 +0000 |
commit | 604facfd565e1483cdae31418ffb289da198a90e (patch) | |
tree | 9160e9287bf559fd9a788c02ca7b57cab6b1b97c /www/Makefile | |
parent | [NEW PORT] sysutils/es (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=117380
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 |