From 834b611c26c723cd63205ad617df0ae9cd8cce15 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 14 Jul 2011 13:40:24 +0000 Subject: Remove net-p2p/tvrss The app grabs lists from http://tvrss.net which has been down since December. This app is now useless PR: 158770 Submitted by: Ruslan Mahmatkhanov --- net-p2p/Makefile | 1 - net-p2p/tvrss/Makefile | 61 ------------------------------------------------- net-p2p/tvrss/distinfo | 2 -- net-p2p/tvrss/pkg-descr | 5 ---- 4 files changed, 69 deletions(-) delete mode 100644 net-p2p/tvrss/Makefile delete mode 100644 net-p2p/tvrss/distinfo delete mode 100644 net-p2p/tvrss/pkg-descr (limited to 'net-p2p') diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 984e7c909d61..bdd675fe042b 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -115,7 +115,6 @@ SUBDIR += transmission-qt4 SUBDIR += transmisson-remote-gui SUBDIR += tribler - SUBDIR += tvrss SUBDIR += uhub SUBDIR += unworkable SUBDIR += valknut diff --git a/net-p2p/tvrss/Makefile b/net-p2p/tvrss/Makefile deleted file mode 100644 index dd503625ae60..000000000000 --- a/net-p2p/tvrss/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: tv rss -# Date created: Sat Sep 30 01:40:54 UTC 2006 -# Whom: Mario Sergio Fujikawa Ferreira -# -# $FreeBSD$ -# - -PORTNAME= tvrss -DISTVERSION= 1.8beta -PORTREVISION= 4 -CATEGORIES= net-p2p -MASTER_SITES= SF/tvtrss/TV%20RSS/TV%20RSS%201.8beta - -MAINTAINER= ports@FreeBSD.org -COMMENT= Torrent RSS feed reader - -RUN_DEPENDS= \ - ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2/Gdk/Keysyms.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2/SimpleList.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/XML/RAI.pm:${PORTSDIR}/textproc/p5-XML-RAI \ - wget:${PORTSDIR}/ftp/wget - -USE_PERL5= yes -NO_BUILD= yes - -PLIST_FILES= \ - bin/${PORTNAME} \ - %%DATADIR%%/${PORTNAME}.png -PLIST_DIRS= \ - %%DATADIR%% - -DESKTOP_ENTRIES= "TV RSS" \ - "Torrent RSS feed reader" \ - "${DATADIR}/tvrss.png" \ - "tvrss" \ - "Application;P2P;Network;" \ - true - -# RSS feeds -RSS_FEED_EZTV= http://tvrss.net/feed/eztv/ -RSS_FEED_VTV= http://tvrss.net/feed/vtv/ - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/${PORTNAME} -# rss feed source update - @${REINPLACE_CMD} -E \ - -e 's|http://tvrss.net/sources/eztv/|${RSS_FEED_EZTV}|' \ - -e 's|http://tvrss.net/sources/vtv/|${RSS_FEED_VTV}|' \ - ${WRKSRC}/${PORTNAME} - -do-install: -# icons - @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${DATADIR} -# scripts - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.include diff --git a/net-p2p/tvrss/distinfo b/net-p2p/tvrss/distinfo deleted file mode 100644 index 3f6120433543..000000000000 --- a/net-p2p/tvrss/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tvrss-1.8beta.tar.gz) = aa2127f2ece5d22a96fb4806f6fa2b5f4a6454d9a95ecf099eb18c9d8706bf41 -SIZE (tvrss-1.8beta.tar.gz) = 19753 diff --git a/net-p2p/tvrss/pkg-descr b/net-p2p/tvrss/pkg-descr deleted file mode 100644 index 2c0ca2c90643..000000000000 --- a/net-p2p/tvrss/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -TV RSS Linux Client fetches RSS feed and lets user download or auto -download torrents based on regular expressions and launch BitTorrent -client of choice. Requires Gtk2-Perl and XML::RAI. - -WWW: http://tvtrss.sourceforge.net/ -- cgit v1.2.3