summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-27 18:07:04 +0000
committerwiz <wiz@pkgsrc.org>2004-11-27 18:07:04 +0000
commit9617bb5eb0ecfa7642414c5b6a57b17e54b133a9 (patch)
treeecfa068e74a7a4c56d69c7f0a9a3d81cdf7966b7 /converters
parent8863d919d740305b78dc5b8b38082703634c65b4 (diff)
downloadpkgsrc-9617bb5eb0ecfa7642414c5b6a57b17e54b133a9.tar.gz
Update to 0.7, from pancake in PR 28435:
0.7 * 2004/11/27 - Add -e flag (grep like tool) - Minor bugfixes - Add support for description, language and picture as input - Update dtd URL location - Description support for output
Diffstat (limited to 'converters')
-rw-r--r--converters/rss2html/Makefile4
-rw-r--r--converters/rss2html/distinfo7
-rw-r--r--converters/rss2html/patches/patch-aa10
3 files changed, 5 insertions, 16 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile
index 9722932aaec..9f294eb42db 100644
--- a/converters/rss2html/Makefile
+++ b/converters/rss2html/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/02/19 16:46:44 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/27 18:07:04 wiz Exp $
#
-DISTNAME= rss2html-0.6
+DISTNAME= rss2html-0.7
CATEGORIES= converters
MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
diff --git a/converters/rss2html/distinfo b/converters/rss2html/distinfo
index 6c4caa7dc86..ebd30bb4db1 100644
--- a/converters/rss2html/distinfo
+++ b/converters/rss2html/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/03/07 20:24:52 minskim Exp $
+$NetBSD: distinfo,v 1.4 2004/11/27 18:07:04 wiz Exp $
-SHA1 (rss2html-0.6.tar.gz) = 50e8f74cfa141e4aca4cdc1f1755216162dfb5be
-Size (rss2html-0.6.tar.gz) = 5057 bytes
-SHA1 (patch-aa) = ce3e4fb21796fe5bb96aa1a4591f57ab9e8bb2dc
+SHA1 (rss2html-0.7.tar.gz) = b69c8085635935bdabb5fb9333d3357d640bd20b
+Size (rss2html-0.7.tar.gz) = 5996 bytes
diff --git a/converters/rss2html/patches/patch-aa b/converters/rss2html/patches/patch-aa
deleted file mode 100644
index 51b5f867cff..00000000000
--- a/converters/rss2html/patches/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/03/07 20:24:52 minskim Exp $
-
---- src/download.c.orig Thu Mar 4 12:41:57 2004
-+++ src/download.c
-@@ -1,4 +1,5 @@
- #include "main.h"
-+#include <sys/types.h>
- #include <netinet/in.h>
- #include <sys/socket.h>
- #include <netdb.h>