diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 18:07:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 18:07:04 +0000 |
commit | 9617bb5eb0ecfa7642414c5b6a57b17e54b133a9 (patch) | |
tree | ecfa068e74a7a4c56d69c7f0a9a3d81cdf7966b7 /converters/rss2html/Makefile | |
parent | 8863d919d740305b78dc5b8b38082703634c65b4 (diff) | |
download | pkgsrc-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/rss2html/Makefile')
-rw-r--r-- | converters/rss2html/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |