diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-18 22:25:41 +0000 |
commit | 48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch) | |
tree | 5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /net-p2p | |
parent | 1042e1bbe987939d4dce45f572cba84222b10aa9 (diff) | |
download | ports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.tar.gz ports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/trackerbt/Makefile | 55 | ||||
-rw-r--r-- | net-p2p/trackerbt/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/trackerbt/files/patch-Makefile | 20 | ||||
-rw-r--r-- | net-p2p/trackerbt/files/patch-tracker.cpp | 22 | ||||
-rw-r--r-- | net-p2p/trackerbt/pkg-descr | 18 |
6 files changed, 0 insertions, 119 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 677f68eaea4b..b8a28253dc31 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -116,7 +116,6 @@ SUBDIR += teknap SUBDIR += torrentflux SUBDIR += torrentsniff - SUBDIR += trackerbt SUBDIR += transmission SUBDIR += transmission-cli SUBDIR += transmission-daemon diff --git a/net-p2p/trackerbt/Makefile b/net-p2p/trackerbt/Makefile deleted file mode 100644 index 3726bc545a13..000000000000 --- a/net-p2p/trackerbt/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: trackerbt -# Date created: Sun Jan 16 03:28:23 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= trackerbt -PORTVERSION= 0.1.3 -CATEGORIES= net-p2p -MASTER_SITES= http://www.alhem.net/project/trackerbt/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A BitTorrent tracker with additional distributed functionality - -BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets.a:${PORTSDIR}/net/Sockets - -BROKEN= does not compile with new Sockets -DEPRECATED= has been broken for a half year -EXPIRATION_DATE=2011-04-17 - -USE_GMAKE= yes -USE_GNOME= libxml2 -USE_ICONV= yes -USE_OPENSSL= yes -WITH_OPENSSL_BASE= yes - -# ssl support -CFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_OPENSSL - -PLIST_DIRS= \ - %%EXAMPLESDIR%% -PLIST_FILES= \ - bin/${PORTNAME} \ - %%EXAMPLESDIR%%/config.xml - -post-patch: -# CXX safeness -# CXXFLAGS safeness -# SSL include safeness - @${REINPLACE_CMD} -E \ - -e 's|g\+\+|${CXX}|' \ - -e 's|^INCLUDE.+$$|INCLUDE=-I${OPENSSLINC} -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include/Sockets|' \ - -e 's|^LIBS.+$$|LIBS=-L${OPENSSLLIB} ${PTHREAD_LIBS} -L${LOCALBASE}/lib \\|' \ - ${BUILD_WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -E \ - -e 's|\(__sighandler_t\)||' \ - ${WRKSRC}/tracker.cpp - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/config.xml ${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/net-p2p/trackerbt/distinfo b/net-p2p/trackerbt/distinfo deleted file mode 100644 index 66b44a46bb3b..000000000000 --- a/net-p2p/trackerbt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (trackerbt-0.1.3.tar.gz) = f0a0fc1ec54033d59642096488eb9a6a -SHA256 (trackerbt-0.1.3.tar.gz) = 0166fabe3dc1297cdb8c6450be588d4358996c1cc83faf436d57886c862196c9 -SIZE (trackerbt-0.1.3.tar.gz) = 15782 diff --git a/net-p2p/trackerbt/files/patch-Makefile b/net-p2p/trackerbt/files/patch-Makefile deleted file mode 100644 index d428a8b9cb1b..000000000000 --- a/net-p2p/trackerbt/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Sun Sep 25 03:15:07 2005 -+++ Makefile Sun Sep 25 03:15:58 2005 -@@ -1,14 +1,11 @@ - VERSION = 0.1.1 - --INCLUDE = -I/usr/local/include/Sockets \ -- -I/usr/local/include/libxml2 \ -- -I/usr/local/ssl/include -+INCLUDE = - CFLAGS = -Wall -g $(INCLUDE) -MD `Sockets-config` - CPPFLAGS = $(CFLAGS) - --LIBS = -L/usr/local/lib -lSocketsEx -lSockets \ -- -L/usr/local/ssl/lib \ -- -lssl -lcrypto -luuid -lxml2 -lpthread -+LIBS = -L/usr/local/lib \ -+ -lSocketsEx -lSockets -lssl -lcrypto -lxml2 - - PROGS = trackerbt - diff --git a/net-p2p/trackerbt/files/patch-tracker.cpp b/net-p2p/trackerbt/files/patch-tracker.cpp deleted file mode 100644 index ebbc2e32d6dc..000000000000 --- a/net-p2p/trackerbt/files/patch-tracker.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- tracker.cpp.orig Sun Sep 25 03:16:19 2005 -+++ tracker.cpp Sun Sep 25 03:16:58 2005 -@@ -19,6 +19,10 @@ - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #include <ListenSocket.h> - #include <signal.h> - #include "MyHandler.h" -@@ -43,6 +47,8 @@ - fprintf(fil,"\tedge [arrowhead=open]\n"); - #ifdef _WIN32 - std::string os = "Win32"; -+#elif defined __FreeBSD__ -+ std::string os = "FreeBSD"; - #else - std::string os = "Linux"; - #endif diff --git a/net-p2p/trackerbt/pkg-descr b/net-p2p/trackerbt/pkg-descr deleted file mode 100644 index f23c3be25dc2..000000000000 --- a/net-p2p/trackerbt/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -One crucial component of the BitTorrent structure is the tracker. -This is a small program which is hosted by someone who wants to -share a file using BitTorrent. Anyone that wants to download that -file needs to connect to the tracker to receive a list of other -peers already participating in the download of the file. The tracker -is a standalone program. If the tracker goes offline, new peers -will not be able to join the download. This makes the tracker the -weak link of the BitTorrent solution. - -What if the tracker were able to share its peer list with other -trackers? This would create a redundant network of trackers, all -aware of all peers participating in the download. Peak load would -be reduced, and if one tracker goes offline new peers would still -be able to contact one of the other trackers and join the download. - -WWW: http://www.alhem.net/project/trackerbt/index.html |