pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/rss2html Import rss2html from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/edd17cb89c65
branches: trunk
changeset: 468692:edd17cb89c65
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 16 02:00:34 2004 +0000
description:
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:
converters/rss2html/DESCR | 4 ++++
converters/rss2html/Makefile | 19 +++++++++++++++++++
converters/rss2html/PLIST | 5 +++++
converters/rss2html/distinfo | 4 ++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r b16fa6b19706 -r edd17cb89c65 converters/rss2html/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/DESCR Mon Feb 16 02:00:34 2004 +0000
@@ -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 -r b16fa6b19706 -r edd17cb89c65 converters/rss2html/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/Makefile Mon Feb 16 02:00:34 2004 +0000
@@ -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@localhost
+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 -r b16fa6b19706 -r edd17cb89c65 converters/rss2html/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/PLIST Mon Feb 16 02:00:34 2004 +0000
@@ -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 -r b16fa6b19706 -r edd17cb89c65 converters/rss2html/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/rss2html/distinfo Mon Feb 16 02:00:34 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index