From owner-cvs-all@FreeBSD.ORG Fri Aug 27 00:23:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6E616A4CE; Fri, 27 Aug 2004 00:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBE543D69; Fri, 27 Aug 2004 00:23:38 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7R0NcuR034986; Fri, 27 Aug 2004 00:23:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7R0NcWr034985; Fri, 27 Aug 2004 00:23:38 GMT (envelope-from edwin) Message-Id: <200408270023.i7R0NcWr034985@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 27 Aug 2004 00:23:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/wnews Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 00:23:38 -0000 edwin 2004-08-27 00:23:37 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/wnews Makefile distinfo pkg-descr Log: [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 Revision Changes Path 1.974 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/wnews/Makefile (new) 1.1 +2 -0 ports/www/wnews/distinfo (new) 1.1 +7 -0 ports/www/wnews/pkg-descr (new)