Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

14
converters/rss2html/DESCR Normal file
View File

@@ -0,0 +1,14 @@
rss2html is a simple converter from RSS/RDF/XML feeds (used for podcast,
blogs, news pages, etc) into HTML or other formats useful to read news
from commandline or automatized in cron.
The HTML generation can be done by using user defined templates.
You can also create planets joining some RSS and ordering them by date
(automatically done with '-P' flag).
Some examples:
$ rss2html -d http://someones.blog.org/feed.rss | lynx -stdin
$ rss2html http://podcasting/feed.xml | wget -c -F -i -
$ rss2html -P myplanet@http://my.url/ -r 150 -d -n 2 \
foo@http://foo/feed.xml bar@http://bar/feed.xml > planet.html

View File

@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.21 2013/02/06 23:21:51 jperkin Exp $
#
DISTNAME= rss2html-0.8.2
PKGREVISION= 5
CATEGORIES= converters
MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nopcode.org/blog/rss2html.html
COMMENT= RSS to HTML converter
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/doc/rss2html
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rss2html ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/doc/rss2html.links ${DESTDIR}${PREFIX}/share/doc/rss2html/
${INSTALL_DATA} ${WRKSRC}/doc/usage.example ${DESTDIR}${PREFIX}/share/doc/rss2html/
${INSTALL_DATA} ${WRKSRC}/doc/rss2html.template ${DESTDIR}${PREFIX}/share/doc/rss2html/
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/rss2html/
${INSTALL_MAN} ${WRKSRC}/doc/rss2html.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:39:11 joerg Exp $
bin/rss2html
man/man1/rss2html.1
share/doc/rss2html/README
share/doc/rss2html/rss2html.links
share/doc/rss2html/rss2html.template
share/doc/rss2html/usage.example

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.10 2006/12/09 02:05:24 obache Exp $
SHA1 (rss2html-0.8.2.tar.gz) = d1dedf12dfba3c6bcb5985e0c1b6d738b6653516
RMD160 (rss2html-0.8.2.tar.gz) = e49889110da91661c9d8ab4d22c98493a45483b5
Size (rss2html-0.8.2.tar.gz) = 26582 bytes