diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 16:46:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 16:46:44 +0000 |
commit | caf8ba7c35b8bf5ff0241de2ba0b7500f83f3e12 (patch) | |
tree | 7e2dda2a933c7188ecfb6c63736013b582ab6e34 /converters/rss2html | |
parent | 97a4918772ab032bc65df421f98a033527a33637 (diff) | |
download | pkgsrc-caf8ba7c35b8bf5ff0241de2ba0b7500f83f3e12.tar.gz |
Update rss2html to 0.6.
Changes:
- Logo support
- Only remove files if they'r fetched.
- Patch [CDATA tags
- Add rss output
Diffstat (limited to 'converters/rss2html')
-rw-r--r-- | converters/rss2html/Makefile | 4 | ||||
-rw-r--r-- | converters/rss2html/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile index c0936acd8a4..9722932aaec 100644 --- a/converters/rss2html/Makefile +++ b/converters/rss2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/19 16:46:44 minskim Exp $ # -DISTNAME= rss2html-0.5 +DISTNAME= rss2html-0.6 CATEGORIES= converters MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/ diff --git a/converters/rss2html/distinfo b/converters/rss2html/distinfo index 747a5b50bee..3a71ce6dc9f 100644 --- a/converters/rss2html/distinfo +++ b/converters/rss2html/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/02/19 16:46:44 minskim Exp $ -SHA1 (rss2html-0.5.tar.gz) = c105e604af62bc4288cbf23b029eb2f563e6150c -Size (rss2html-0.5.tar.gz) = 4463 bytes +SHA1 (rss2html-0.6.tar.gz) = 50e8f74cfa141e4aca4cdc1f1755216162dfb5be +Size (rss2html-0.6.tar.gz) = 5057 bytes |