aboutsummaryrefslogtreecommitdiff
path: root/www
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
parent9ce7786b97237181af14732f4a2bfc6d77f78ef7 (diff)
downloadports-604facfd565e1483cdae31418ffb289da198a90e.tar.gz
ports-604facfd565e1483cdae31418ffb289da198a90e.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/wnews/Makefile23
-rw-r--r--www/wnews/distinfo2
-rw-r--r--www/wnews/pkg-descr7
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/