mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
[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>
This commit is contained in:
parent
9ce7786b97
commit
604facfd56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117380
@ -695,6 +695,7 @@
|
||||
SUBDIR += winhelpcgi
|
||||
SUBDIR += wml
|
||||
SUBDIR += wmnetselect
|
||||
SUBDIR += wnews
|
||||
SUBDIR += wordpress
|
||||
SUBDIR += wsmake
|
||||
SUBDIR += www6to4
|
||||
|
23
www/wnews/Makefile
Normal file
23
www/wnews/Makefile
Normal file
@ -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>
|
2
www/wnews/distinfo
Normal file
2
www/wnews/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wnews-0.7.tar.gz) = 123aa9ba62e8184a11ab7397fa11aad5
|
||||
SIZE (wnews-0.7.tar.gz) = 50432
|
7
www/wnews/pkg-descr
Normal file
7
www/wnews/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user