Date: Sun, 01 Feb 2009 11:55:38 -0800 (PST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131266: [NEW PORT] converters/rss2html: RSS to HTML converter Message-ID: <4985fe3a.080db80a.3f7c.fffff2c0@mx.google.com> Resent-Message-ID: <200902012000.n11K0Go2050016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131266 >Category: ports >Synopsis: [NEW PORT] converters/rss2html: RSS to HTML converter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 01 20:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009 >Description: Minimalistic cmdline tool to fetch RSS news from HTTP or local files and convert them into plain text, formatted html, or token-separated strings. This tool can be easily integrated into shellscripts, cron tasks, motd's, etc. WWW: http://nopcode.org/blog/rss2html.html Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rss2html-0.8.2.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rss2html # rss2html/pkg-descr # rss2html/Makefile # rss2html/distinfo # echo c - rss2html mkdir -p rss2html > /dev/null 2>&1 echo x - rss2html/pkg-descr sed 's/^X//' >rss2html/pkg-descr << '560025e99a8f9d6c7f470cfbc8095a05' XMinimalistic cmdline tool to fetch RSS news from HTTP or local files and Xconvert them into plain text, formatted html, or token-separated strings. XThis tool can be easily integrated into shellscripts, cron tasks, motd's, Xetc. X XWWW: http://nopcode.org/blog/rss2html.html 560025e99a8f9d6c7f470cfbc8095a05 echo x - rss2html/Makefile sed 's/^X//' >rss2html/Makefile << '88f3c2c0b0ff940474fdf887550de7cc' X# New ports collection makefile for: rss2html X# Date created: 2009-02-01 X# Whom: Dennis Herrmann <adox@mcx2.org> X# X# $FreeBSD$ X# X XPORTNAME= rss2html XPORTVERSION= 0.8.2 XCATEGORIES= converters XMASTER_SITES= http://mirror.mcx2.org/ \ X ftp://ftp.nopcode.org/prj/rss2html/ X XMAINTAINER= adox@mcx2.org XCOMMENT= RSS to HTML converter X XLIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XMAN1= rss2html.1 XMANCOMPRESSED= no X XPLIST_FILES= bin/rss2html XPORTDOCS= rss2html.links usage.example rss2html.template X Xpost-patch: X @${REINPLACE_CMD} -e '16,20d' ${WRKSRC}/Makefile.acr X Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/ X.endif X X.include <bsd.port.mk> 88f3c2c0b0ff940474fdf887550de7cc echo x - rss2html/distinfo sed 's/^X//' >rss2html/distinfo << '33e4daea32c8ed865ff817a10f64d17a' XMD5 (rss2html-0.8.2.tar.gz) = ad23d8fe53827f0e069d75c12ee64ae4 XSHA256 (rss2html-0.8.2.tar.gz) = f646ff9629b141a22b8493522cb86e8000dbbd33f9baf9997f2228060493d66b XSIZE (rss2html-0.8.2.tar.gz) = 26582 33e4daea32c8ed865ff817a10f64d17a exit --- rss2html-0.8.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4985fe3a.080db80a.3f7c.fffff2c0>