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 | |
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')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/wnews/Makefile | 23 | ||||
-rw-r--r-- | www/wnews/distinfo | 2 | ||||
-rw-r--r-- | www/wnews/pkg-descr | 7 |
4 files changed, 33 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 diff --git a/www/wnews/Makefile b/www/wnews/Makefile new file mode 100644 index 000000000000..7a714e9581d9 --- /dev/null +++ b/www/wnews/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wnews +# Date created: July 11, 2004 +# Whom: Samy Al Bahra <samy@kerneled.org> +# +# $FreeBSD$ +# + +PORTNAME= wnews +PORTVERSION= 0.7 +CATEGORIES= www +MASTER_SITES= http://samy.kerneled.org/stuff/ + +MAINTAINER= samy@kerneled.org +COMMENT= An RSS news client for the UNIX console + +MAN1= wnews.1 +MANCOMPRESSED= yes +PLIST_FILES= bin/wnews + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/wnews/distinfo b/www/wnews/distinfo new file mode 100644 index 000000000000..2373328ebe74 --- /dev/null +++ b/www/wnews/distinfo @@ -0,0 +1,2 @@ +MD5 (wnews-0.7.tar.gz) = 123aa9ba62e8184a11ab7397fa11aad5 +SIZE (wnews-0.7.tar.gz) = 50432 diff --git a/www/wnews/pkg-descr b/www/wnews/pkg-descr new file mode 100644 index 000000000000..8eef91cef63d --- /dev/null +++ b/www/wnews/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://www.kerneled.org/projects/wnews/ |