aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-07-14 13:40:24 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-07-14 13:40:24 +0000
commit834b611c26c723cd63205ad617df0ae9cd8cce15 (patch)
tree8ad91d3d40cad34be5e6a4bf30b9182dda9f8b78 /net-p2p
parent9f9f11b81f40a6af95442aa21fcbbd0abfbdc5e7 (diff)
downloadports-834b611c26c723cd63205ad617df0ae9cd8cce15.tar.gz
ports-834b611c26c723cd63205ad617df0ae9cd8cce15.zip
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 <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=277695
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/tvrss/Makefile61
-rw-r--r--net-p2p/tvrss/distinfo2
-rw-r--r--net-p2p/tvrss/pkg-descr5
4 files changed, 0 insertions, 69 deletions
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 <lioux@FreeBSD.org>
-#
-# $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 <bsd.port.mk>
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/