head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.34 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.32 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.30 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.28 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.26 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.24 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.22 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.6 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.4 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2006.02.19.20.49.11; author recht; state dead; branches; next 1.3; 1.3 date 2005.07.29.04.40.47; author grant; state Exp; branches; next 1.2; 1.2 date 2004.11.27.18.07.04; author wiz; state dead; branches 1.2.6.1; next 1.1; 1.1 date 2004.03.07.20.24.52; author minskim; state Exp; branches; next ; 1.2.6.1 date 2005.08.04.23.22.42; author salo; state Exp; branches; next ; desc @@ 1.4 log @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 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 #include #include #include @ 1.2.6.1 log @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. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2005/07/29 04:40:47 grant Exp $ d3 8 a10 11 --- src/Makefile.orig 2004-11-28 07:57:28.000000000 +1100 +++ src/Makefile @@@@ -5,7 +5,7 @@@@ CFLAGS+=-DVERSION=\"${VERSION}\" OBJ=main.o rsslist.o config.o rssshow.o download.o all: ${OBJ} - $(CC) ${CFLAGS} ${OBJ} -o ${BIN} + $(CC) ${CFLAGS} ${OBJ} ${LDFLAGS} ${LIBS} -o ${BIN} clean: rm -f ${BIN} ${OBJ} @ 1.1 log @Fix build on FreeBSD. Patch provided by Michal Pasternak in PR pkg/24667. @ text @d1 1 a1 1 $NetBSD$ @