pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32857: Update rss2html to 0.8
>Number: 32857
>Category: pkg
>Synopsis: rss2html is outdated
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Thu Feb 16 22:30:00 +0000 2006
>Originator: root
>Release: Linux 2.6.15-bluewall
>Organization:
>Environment:
System: Linux bare 2.6.15bare #3 PREEMPT Sat Feb 11 21:21:26 CET 2006 i686
GNU/Linux
Architecture: i686
Machine: i686
>Description:
>How-To-Repeat:
>Fix:
Index: DESCR
===================================================================
RCS file: /cvsroot/pkgsrc/converters/rss2html/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- DESCR 16 Feb 2004 02:00:34 -0000 1.1.1.1
+++ DESCR 16 Feb 2006 22:25:50 -0000
@@ -1,4 +1,14 @@
-Rss2Html is a simple converter to see Rss/Rdf/Xml news databases into
-html on console mode, or embedded on a web page.
+rss2html is a simple converter from RSS/RDF/XML feeds (used for podcast,
+blogs, news pages, etc) into HTML or other formats useful to read news
+from commandline or automatized in cron.
-i.e: $ rss2html http://slashdot.org/index.rss | lynx -stdin
+The HTML generation can be done by using user defined templates.
+
+You can also create planets joining some RSS and ordering them by date
+(automatically done with '-P' flag).
+
+Some examples:
+ $ rss2html -d http://someones.blog.org/feed.rss | lynx -stdin
+ $ rss2html http://podcasting/feed.xml | wget -c -F -i -
+ $ rss2html -P myplanet@http://my.url/ -r 150 -d -n 2 \
+ foo@http://foo/feed.xml bar@http://bar/feed.xml > planet.html
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/converters/rss2html/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 5 Feb 2006 23:08:29 -0000 1.10
+++ Makefile 16 Feb 2006 22:25:50 -0000
@@ -1,17 +1,17 @@
# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:29 joerg Exp $
#
-DISTNAME= rss2html-0.7.2
-PKGREVISION= 1
+DISTNAME= rss2html-0.8
CATEGORIES= converters
-MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
+MASTER_SITES= http://cvs.nopcode.org/ftp/rss2html/ \
+ ftp://ftp.nopcode.org/prj/rss2html/
MAINTAINER= pancake%phreaker.net@localhost
-HOMEPAGE= http://www.nopcode.org/?t=rss2html
+HOMEPAGE= http://www.nopcode.org/blog/rss2html.html
COMMENT= RSS to HTML converter
PKG_INSTALLATION_TYPES= overwrite pkgviews
-
+GNU_CONFIGURE= YES
USE_TOOLS+= gmake
INSTALLATION_DIRS+= bin
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/converters/rss2html/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST 16 Feb 2004 02:00:34 -0000 1.1.1.1
+++ PLIST 16 Feb 2006 22:25:50 -0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $
+@comment $NetBSD$
bin/rss2html
+man/man1/rss2html.1
share/doc/rss2html/README
share/doc/rss2html/rss2html.links
+share/doc/rss2html/rss2html.template
+share/doc/rss2html/usage.example
@dirrm share/doc/rss2html
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/converters/rss2html/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 29 Jul 2005 04:40:47 -0000 1.8
+++ distinfo 16 Feb 2006 22:25:50 -0000
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.8 2005/07/29 04:40:47 grant Exp $
-SHA1 (rss2html-0.7.2.tar.gz) = 5acce10e8a1bcc290f05572b50a8085128e796d5
-RMD160 (rss2html-0.7.2.tar.gz) = fe5a2343fcc613c65731580061eda621a70486b1
-Size (rss2html-0.7.2.tar.gz) = 6242 bytes
-SHA1 (patch-aa) = 54b4460fe9019064870d363ebc4e57eb06589eb3
+SHA1 (rss2html-0.8.tar.gz) = 4d463d8c1d832a069dfa2b0425dc22ef00e7e352
+RMD160 (rss2html-0.8.tar.gz) = 13014935c077a0c81479559888bac7eebcd8ba5c
+Size (rss2html-0.8.tar.gz) = 25584 bytes
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index