summaryrefslogtreecommitdiff
path: root/converters/rss2html
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-01-29DESTDIR supportjoerg1-2/+12
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-06-26Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.rillig1-3/+2
2006-12-09Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.obache2-6/+7
This new release adds support for libcurl. This fixes a problem in chunked encoding. And adds https support.
2006-02-19update to rsshtml-0.8recht5-28/+27
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
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-07-29honour LDFLAGS and LIBS.grant3-2/+19
2005-05-28Update to 0.7.2. From pancake in PR#30208.snj2-6/+6
Changes: - Fix the "cannot open xxx file" bug. - code cleanup and indentation
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-23Update to 0.7.1:wiz2-5/+5
- Solve some segfaults - Flush errors to stderr instead of stdout From pancake in PR 28763.
2004-11-27Update to 0.7, from pancake in PR 28435:wiz3-16/+5
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
2004-03-07Fix build on FreeBSD. Patch provided by Michal Pasternak in PR pkg/24667.minskim2-1/+12
2004-02-19Update rss2html to 0.6.minskim2-5/+5
Changes: - Logo support - Only remove files if they'r fetched. - Patch [CDATA tags - Add rss output
2004-02-16Import rss2html from pkgsrc-wip. Packaged by pancake at phreaker dotminskim4-0/+32
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