diff options
Diffstat (limited to 'textproc/rss2html')
-rw-r--r-- | textproc/rss2html/Makefile | 36 | ||||
-rw-r--r-- | textproc/rss2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/rss2html/files/patch-Makefile.acr | 25 | ||||
-rw-r--r-- | textproc/rss2html/pkg-descr | 6 |
4 files changed, 0 insertions, 69 deletions
diff --git a/textproc/rss2html/Makefile b/textproc/rss2html/Makefile deleted file mode 100644 index f4d417bac4d8..000000000000 --- a/textproc/rss2html/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Dennis Herrmann <adox@mcx2.org> -# $FreeBSD$ - -PORTNAME= rss2html -PORTVERSION= 0.8.2 -PORTREVISION= 4 -CATEGORIES= textproc -MASTER_SITES= http://mirror.mcx2.org/ - -MAINTAINER= rodrigo@FreeBSD.org -COMMENT= RSS to HTML converter - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= GPLv2 - -LIB_DEPENDS+= libcurl.so:ftp/curl - -GNU_CONFIGURE= yes -CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib" - -PLIST_FILES= bin/rss2html man/man1/rss2html.1.gz -PORTDOCS= rss2html.links usage.example rss2html.template - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e '16,20d' ${WRKSRC}/Makefile.acr - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/textproc/rss2html/distinfo b/textproc/rss2html/distinfo deleted file mode 100644 index 64a4117edc6e..000000000000 --- a/textproc/rss2html/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rss2html-0.8.2.tar.gz) = f646ff9629b141a22b8493522cb86e8000dbbd33f9baf9997f2228060493d66b -SIZE (rss2html-0.8.2.tar.gz) = 26582 diff --git a/textproc/rss2html/files/patch-Makefile.acr b/textproc/rss2html/files/patch-Makefile.acr deleted file mode 100644 index 82f822d58120..000000000000 --- a/textproc/rss2html/files/patch-Makefile.acr +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.acr.orig 2014-06-29 22:15:48.507493419 +0000 -+++ Makefile.acr 2014-06-29 22:16:59.373488121 +0000 -@@ -11,14 +11,14 @@ - cd src/ && ${MAKE} all - - install: -- mkdir -p ${BINDIR} -- ${INSTALL_PROGRAM} src/rss2html ${BINDIR}/ -- mkdir -p ${PREFIX}/share/doc/rss2html/ -- ${INSTALL_DATA} doc/rss2html.links ${PREFIX}/share/doc/rss2html/ -- ${INSTALL_DATA} doc/usage.example ${PREFIX}/share/doc/rss2html/ -- ${INSTALL_DATA} doc/rss2html.template ${PREFIX}/share/doc/rss2html/ -- ${INSTALL_DATA} README ${PREFIX}/share/doc/rss2html/ -- ${INSTALL_MAN} doc/rss2html.1 ${MANDIR}/man1/ -+ mkdir -p ${DESTDIR}${BINDIR} -+ ${INSTALL_PROGRAM} src/rss2html ${DESTDIR}${BINDIR}/ -+ mkdir -p ${DESTDIR}${PREFIX}/share/doc/rss2html/ -+ ${INSTALL_DATA} doc/rss2html.links ${DESTDIR}${PREFIX}/share/doc/rss2html/ -+ ${INSTALL_DATA} doc/usage.example ${DESTDIR}${PREFIX}/share/doc/rss2html/ -+ ${INSTALL_DATA} doc/rss2html.template ${DESTDIR}${PREFIX}/share/doc/rss2html/ -+ ${INSTALL_DATA} README ${DESTDIR}${PREFIX}/share/doc/rss2html/ -+ ${INSTALL_MAN} doc/rss2html.1 ${DESTDIR}${MANDIR}/man1/ - - clean: - cd src/ && ${MAKE} clean diff --git a/textproc/rss2html/pkg-descr b/textproc/rss2html/pkg-descr deleted file mode 100644 index e8c5de8b9857..000000000000 --- a/textproc/rss2html/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 |