From 14fd4e48168f7ce19365c0d59205fd2a7e84b0a2 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 27 Aug 2004 00:23:37 +0000 Subject: [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 --- www/Makefile | 1 + www/wnews/Makefile | 23 +++++++++++++++++++++++ www/wnews/distinfo | 2 ++ www/wnews/pkg-descr | 7 +++++++ 4 files changed, 33 insertions(+) create mode 100644 www/wnews/Makefile create mode 100644 www/wnews/distinfo create mode 100644 www/wnews/pkg-descr 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 +# +# $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 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/ -- cgit