Up to [cvs.netbsd.org] / pkgsrc / converters / rss2html
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:11 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 6 10:17:11 2010 UTC (22 months, 2 weeks ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Transfer ownership to pkgsrc-users. pancake's address is not valid any more and he has agreed in private mail to drop maintainership.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 29 16:51:42 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.15: +12 -2
lines
Diff to previous 1.15 (colored)
DESTDIR support
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:08 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:26 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 26 09:01:49 2007 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 9 02:05:24 2006 UTC (5 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215. This new release adds support for libcurl. This fixes a problem in chunked encoding. And adds https support.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 19 20:49:11 2006 UTC (6 years, 3 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
update to rsshtml-0.8 patch provided by pancake at phreaker dot net (maintainer) in PR 32857 0.7.8 * 2006/02/14 - add -n -N and -r (limit number of posts and words per post) - support foreach url name format: name@url - add link_node number id foreach link (html + xml2doc) - add support for RDF like dates. - reclean the plain text output format - use \r\n instead of just \n. (support for silly http servers). - fix HTML output when no pubDate defined. - fix support for RDF files. - cleanup the txt output format. - add substitution pattern and htmlize_string. - use <author> foreach item. - fix rss generation for planets. Change -P flag. - minor fix rss2 generation. - add author stuff for the templates - fixes for the cdata strings - add nopcode template - add crontab planet script - Add -P flag in cmdline - Add support for planets (order posts by date). - default html template reads rss2html.css - add manpage. - Initial support of templates - initial enclosure url support (useful for podcast) - add 'url' output format, for make pipes happy. - fix parser.c again - initial import of subst framework. - add xml2doc output format - initial use of the storage infrastructure. - fix <![CDATA parser. - finally remove the deprecated parser. - fix pubDate output in MXML format. - initial port to acr. - add GPLv2 license and related stuff properly. - initial import of cmptime.c - rework on storage framework. - fix html entities inside MXML output format. - add doblog output information tip in README - fix temporally file creation bug. - handle description and content:encoded fields. - add -n -N and -r (limit number of posts and words per post) - support foreach url name format: name@url - support for MXML format - add some snippets for planet support in the future. - implement the new XML parser. - initial preparation for mxml format and date ordening. (not working yet) - rename -d to -D and -x flag to -d - add -L flag (local link translation) - fix default prefix to /usr/local (stoned stuff) - fix install stuff to use INSTALL_* stuff - support for enclosure tag for podcasts - podcast RSSs also working - integrate Darek's patch that fix description field parsing (-x) - order help flags
Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:29 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:56 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Thu Aug 4 23:22:42 2005 UTC (6 years, 9 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Pullup ticket 642 - requested by Grant Beattie portability fix for rss2html Revisions pulled up: - pkgsrc/converters/rss2html/Makefile 1.8 - pkgsrc/converters/rss2html/distinfo 1.8 - pkgsrc/converters/rss2html/patches/patch-aa 1.3 Module Name: pkgsrc Committed By: grant Date: Fri Jul 29 04:40:47 UTC 2005 Modified Files: pkgsrc/converters/rss2html: Makefile distinfo Added Files: pkgsrc/converters/rss2html/patches: patch-aa Log Message: honour LDFLAGS and LIBS.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 29 04:40:47 2005 UTC (6 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored)
honour LDFLAGS and LIBS.
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 28 05:57:25 2005 UTC (6 years, 11 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 0.7.2. From pancake in PR#30208. Changes: - Fix the "cannot open xxx file" bug. - code cleanup and indentation
Revision 1.6 / (download) - annotate - [select for diffs], Sun May 22 20:07:44 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:09 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 23 17:08:48 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update to 0.7.1:
- Solve some segfaults
- Flush errors to stderr instead of stdout
From pancake in PR 28763.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 27 18:07:04 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 19 16:46:44 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update rss2html to 0.6.
Changes:
- Logo support
- Only remove files if they'r fetched.
- Patch [CDATA tags
- Add rss output
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 16 02:00:34 2004 UTC (8 years, 3 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 16 02:00:34 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
Initial revision