summaryrefslogtreecommitdiff
path: root/converters/rss2html
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-16 02:00:34 +0000
committerminskim <minskim@pkgsrc.org>2004-02-16 02:00:34 +0000
commit30b8df1820b8367f1e6218897682a8a6ec40b5d6 (patch)
treeb9c3cf7f560d4e9cee2859dcb72ebfdf5e56a261 /converters/rss2html
parentb8d3b31563c3d82586fb423f964e36b44f68d7d2 (diff)
downloadpkgsrc-30b8df1820b8367f1e6218897682a8a6ec40b5d6.tar.gz
Import rss2html from pkgsrc-wip. Packaged by pancake at phreaker dot
net, and slightly modified by me. 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
Diffstat (limited to 'converters/rss2html')
-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