summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile2
-rw-r--r--net-p2p/rtgui/Makefile54
-rw-r--r--net-p2p/rtgui/distinfo2
-rw-r--r--net-p2p/rtgui/files/pkg-message.in49
-rw-r--r--net-p2p/rtgui/pkg-descr16
-rw-r--r--net-p2p/rtgui/pkg-plist44
-rw-r--r--net-p2p/unworkable/Makefile35
-rw-r--r--net-p2p/unworkable/distinfo2
-rw-r--r--net-p2p/unworkable/pkg-descr14
9 files changed, 0 insertions, 218 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 07e5e404f5fa..3ad916ed5bc8 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -76,7 +76,6 @@
SUBDIR += qbittorrent-nox11
SUBDIR += radarr
SUBDIR += retroshare
- SUBDIR += rtgui
SUBDIR += rtorrent
SUBDIR += shx
SUBDIR += sonarr
@@ -92,7 +91,6 @@
SUBDIR += tribler
SUBDIR += twister
SUBDIR += uhub
- SUBDIR += unworkable
SUBDIR += valknut
SUBDIR += verlihub
SUBDIR += verlihub-plugins
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile
deleted file mode 100644
index 4b08e4a79fd1..000000000000
--- a/net-p2p/rtgui/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= rtgui
-PORTVERSION= 0.2.81
-CATEGORIES= net-p2p www
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= jadawin@FreeBSD.org
-COMMENT= Web based front end for rTorrent
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-BUILD_DEPENDS+= xmlrpc-c-config:net/xmlrpc-c
-
-USES= tar:tgz
-
-OPTIONS_DEFINE= APACHE LIGHTTPD
-
-OPTIONS_RADIO= HTTP
-OPTIONS_RADIO_HTTP= APACHE LIGHTTPD
-OPTIONS_DEFAULTS= APACHE
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE_RUN= 22+
-BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:www/mod_scgi
-.endif
-
-.if ${PORT_OPTIONS:MLIGHTTPD}
-RUN_DEPENDS+= lighttpd:www/lighttpd
-.endif
-
-USE_PHP= xmlrpc session mbstring
-WANT_PHP_WEB= yes
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
-post-patch:
- @${REINPLACE_CMD} -e 's/import_request_variables("gp","r_")/extract(\$_REQUEST, EXTR_PREFIX_ALL|EXTR_REFS, "r")/' ${WRKSRC}/*.php
- @${FIND} ${WRKSRC} -name "*.bak" -delete
- @${FIND} ${WRKSRC} -name "*.php~" -delete
-
-do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- ${CP} -r ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
-
-.include <bsd.port.mk>
diff --git a/net-p2p/rtgui/distinfo b/net-p2p/rtgui/distinfo
deleted file mode 100644
index 6c808e3a7291..000000000000
--- a/net-p2p/rtgui/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rtgui-0.2.81.tgz) = 75890ed99ac39afa473063d85acfc9f29219a4d6a54e6e1e1d0d0dd4942be7da
-SIZE (rtgui-0.2.81.tgz) = 57152
diff --git a/net-p2p/rtgui/files/pkg-message.in b/net-p2p/rtgui/files/pkg-message.in
deleted file mode 100644
index a044e1ad21cd..000000000000
--- a/net-p2p/rtgui/files/pkg-message.in
+++ /dev/null
@@ -1,49 +0,0 @@
----------------------------------------------------------------------------
-
-Browse http://your.host.tld/%%PORTNAME%%/
-
----------------------------------------------------------------------------
-To make rtgui available through your web site, I suggest
-that you add something like the following to httpd.conf:
-
-SCGIMount /RPC2 127.0.0.1:5000
-
- Alias /rtgui/ "%%WWWDIR%%/"
-
- <Directory "%%WWWDIR%%/">
- Options none
- AllowOverride Limit
- Order Deny,Allow
- Allow from all
- </Directory>
-
-with in .rtorrent.rc:
-scgi_port = localhost:5000
-
-or in your lighttpd:
-scgi.server = (
- "/RPC2" =>
- ( "127.0.0.1" =>
- (
- "socket" => "/home/user/rtorrent/rpc.socket",
- "check-local" => "disable",
- "disable-time" => 0, # don't disable scgi if connection fails
- )
- )
- )
-with .rtorrent.rc:
-scgi_local = /home/user/rtorrent/rpc.socket
-
-
----------------------------------------------------------------------------
-
-Security considerations
-
----------------------------------------------------------------------------
-
-Absolutely no thought whatsoever has been given to security in rtGui -
-do not run this on a publicly available website. rtGui is intended for
-'home' use where users can be considered as trusted. A basic
-authentication mechanism is planned for future releases. At the very
-least, you should password protect your webserver using .htaccess or
-similar (see http://en.wikipedia.org/wiki/Htaccess for more info).
diff --git a/net-p2p/rtgui/pkg-descr b/net-p2p/rtgui/pkg-descr
deleted file mode 100644
index 01a0bc97ff11..000000000000
--- a/net-p2p/rtgui/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-rtGui is a web based front end for rTorrent - a command line
-BitTorrent client. It's written in PHP and uses XML-RPC to communicate
-with the rTorrent client.
-Features
-
- * List all torrent downloads or by
- * started/stopped/complete/incomplete/seeding status.
- * Sort view by any of the displayed columns.
- * View detailed torrent information.
- * Stop/start/hash-check torrent.
- * Set upload/download speed cap.
- * Add torrents by URL.
- * Does not require mySQL or any other database.
- * Set priority per torrent or file.
-
-WWW: http://code.google.com/p/rtgui/
diff --git a/net-p2p/rtgui/pkg-plist b/net-p2p/rtgui/pkg-plist
deleted file mode 100644
index fa4c8e24e140..000000000000
--- a/net-p2p/rtgui/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-%%WWWDIR%%/control.php
-%%WWWDIR%%/favicon.ico
-%%WWWDIR%%/functions.php
-%%WWWDIR%%/settings.php
-%%WWWDIR%%/rtgui.js
-%%WWWDIR%%/rssfeed.php
-%%WWWDIR%%/json.php
-%%WWWDIR%%/feedread.php
-%%WWWDIR%%/dirbrowser.php
-%%WWWDIR%%/config.php.example
-%%WWWDIR%%/INSTALL
-%%WWWDIR%%/COPYING
-%%WWWDIR%%/images/addtorrent.gif
-%%WWWDIR%%/images/completeactive.gif
-%%WWWDIR%%/images/completeinactive.gif
-%%WWWDIR%%/images/delete.gif
-%%WWWDIR%%/images/downarrow.gif
-%%WWWDIR%%/images/folder.gif
-%%WWWDIR%%/images/file.gif
-%%WWWDIR%%/images/hashcheck.gif
-%%WWWDIR%%/images/incompleteactive.gif
-%%WWWDIR%%/images/incompleteinactive.gif
-%%WWWDIR%%/images/percentbar.gif
-%%WWWDIR%%/images/refresh.gif
-%%WWWDIR%%/images/rss.gif
-%%WWWDIR%%/images/start.gif
-%%WWWDIR%%/images/stop.gif
-%%WWWDIR%%/images/uparrow.gif
-%%WWWDIR%%/images/view.gif
-%%WWWDIR%%/images/weblink.gif
-%%WWWDIR%%/index.php
-%%WWWDIR%%/style.css
-%%WWWDIR%%/submodal/CHANGELOG
-%%WWWDIR%%/submodal/close.gif
-%%WWWDIR%%/submodal/common.js
-%%WWWDIR%%/submodal/index.html
-%%WWWDIR%%/submodal/loading.gif
-%%WWWDIR%%/submodal/loading.html
-%%WWWDIR%%/submodal/maskBG.png
-%%WWWDIR%%/submodal/modalContent.html
-%%WWWDIR%%/submodal/style.css
-%%WWWDIR%%/submodal/subModal.css
-%%WWWDIR%%/submodal/subModal.js
-%%WWWDIR%%/view.php
diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile
deleted file mode 100644
index 8c3645d320be..000000000000
--- a/net-p2p/unworkable/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= unworkable
-PORTVERSION= 0.53
-PORTREVISION= 3
-CATEGORIES= net-p2p
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Free BitTorrent Implementation
-
-LICENSE= MIT
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-USES= scons ssl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= bin/unworkable man/man1/unworkable.1.gz
-
-post-extract:
- @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
- ${WRKSRC}/SConstruct
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/net-p2p/unworkable/distinfo b/net-p2p/unworkable/distinfo
deleted file mode 100644
index 663bfdd5dbb5..000000000000
--- a/net-p2p/unworkable/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (unworkable-0.53.tar.gz) = 80640df2319c128c2bf35f2279fb099985bd8c269808e97b5b0d420f38af6a34
-SIZE (unworkable-0.53.tar.gz) = 72053
diff --git a/net-p2p/unworkable/pkg-descr b/net-p2p/unworkable/pkg-descr
deleted file mode 100644
index 500e94621669..000000000000
--- a/net-p2p/unworkable/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Unworkable is a BSD-licensed BitTorrent implementation
-for UNIX written from-scratch in C. It uses libevent
-for scalable asynchronous networking and the mmap()
-system call for local data access. Some of the goals of
-the project include (in no particular order) high code
-quality, efficiency, simplicity and security.
-
-Unworkable is still in an early stage of development,
-and is far behind most other BitTorrent implementations.
-However, it is usable for some basic things and the
-source code is quite minimal(4,000 lines of C compared
-to rTorrent's 40,000+ of C++).
-
-WWW: https://code.google.com/p/unworkable/