diff options
author | arved <arved@FreeBSD.org> | 2011-07-14 21:40:24 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-14 21:40:24 +0800 |
commit | fbf0abe485b2f17a5aaef69b41b1af3a4b439b84 (patch) | |
tree | 12bfbb2c971b6cfbeb981ccddd0561b1cb009d60 | |
parent | 17c4244580b71d5fbb4d9e3bc397997e574e2e2f (diff) | |
download | freebsd-ports-gnome-fbf0abe485b2f17a5aaef69b41b1af3a4b439b84.tar.gz freebsd-ports-gnome-fbf0abe485b2f17a5aaef69b41b1af3a4b439b84.tar.zst freebsd-ports-gnome-fbf0abe485b2f17a5aaef69b41b1af3a4b439b84.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>
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/tvrss/Makefile | 61 | ||||
-rw-r--r-- | net-p2p/tvrss/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/tvrss/pkg-descr | 5 |
5 files changed, 1 insertions, 69 deletions
@@ -2278,3 +2278,4 @@ textproc/xpp3||2011-07-11|Removed depends on an expired ports textproc/xmlpull||2011-07-11|Has expired: Upstream disapear and distfile is no more available java/shujit||2011-07-13|Has expired: ancient version of Java net-im/skype12||2011-07-13|Has expired: very old version +net-p2p/tvrss||2011-7-14|tvrss site does not exist anymore 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/ |