summaryrefslogtreecommitdiff
path: root/www/wnews
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-08-27 00:23:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-08-27 00:23:37 +0000
commit604facfd565e1483cdae31418ffb289da198a90e (patch)
tree9160e9287bf559fd9a788c02ca7b57cab6b1b97c /www/wnews
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/wnews')
-rw-r--r--www/wnews/Makefile23
-rw-r--r--www/wnews/distinfo2
-rw-r--r--www/wnews/pkg-descr7
3 files changed, 32 insertions, 0 deletions
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/