summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/rss2html/DESCR4
-rw-r--r--converters/rss2html/Makefile19
-rw-r--r--converters/rss2html/PLIST5
-rw-r--r--converters/rss2html/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/converters/rss2html/DESCR b/converters/rss2html/DESCR
new file mode 100644
index 00000000000..e90211c0a07
--- /dev/null
+++ b/converters/rss2html/DESCR
@@ -0,0 +1,4 @@
+Rss2Html is a simple converter to see Rss/Rdf/Xml news databases into
+html on console mode, or embedded on a web page.
+
+i.e: $ rss2html http://slashdot.org/index.rss | lynx -stdin
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile
new file mode 100644
index 00000000000..c0936acd8a4
--- /dev/null
+++ b/converters/rss2html/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $
+#
+
+DISTNAME= rss2html-0.5
+CATEGORIES= converters
+MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://www.nopcode.org/?t=rss2html
+COMMENT= RSS to HTML converter
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+
+INSTALLATION_DIRS+= bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/rss2html/PLIST b/converters/rss2html/PLIST
new file mode 100644
index 00000000000..edcd9cd98cd
--- /dev/null
+++ b/converters/rss2html/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $
+bin/rss2html
+share/doc/rss2html/README
+share/doc/rss2html/rss2html.links
+@dirrm share/doc/rss2html
diff --git a/converters/rss2html/distinfo b/converters/rss2html/distinfo
new file mode 100644
index 00000000000..747a5b50bee
--- /dev/null
+++ b/converters/rss2html/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $
+
+SHA1 (rss2html-0.5.tar.gz) = c105e604af62bc4288cbf23b029eb2f563e6150c
+Size (rss2html-0.5.tar.gz) = 4463 bytes