summaryrefslogtreecommitdiff
path: root/net/trackerbt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
commitfbab09fee302574e578e4f0d1b6082cdae4defb4 (patch)
tree2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/trackerbt
parentUpgrade to 1.63.0. (diff)
Populate newly create net-p2p category with these ports:
ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
Notes
Notes: svn path=/head/; revision=154851
Diffstat (limited to 'net/trackerbt')
-rw-r--r--net/trackerbt/Makefile60
-rw-r--r--net/trackerbt/distinfo3
-rw-r--r--net/trackerbt/files/patch-Makefile20
-rw-r--r--net/trackerbt/files/patch-tracker.cpp22
-rw-r--r--net/trackerbt/pkg-descr20
5 files changed, 0 insertions, 125 deletions
diff --git a/net/trackerbt/Makefile b/net/trackerbt/Makefile
deleted file mode 100644
index f260049ae14e..000000000000
--- a/net/trackerbt/Makefile
+++ /dev/null
@@ -1,60 +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.1
-CATEGORIES= net
-MASTER_SITES= http://www.alhem.net/project/trackerbt/
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A BitTorrent tracker with additional distributed functionality
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets.a:${PORTSDIR}/net/Sockets
-
-USE_GMAKE= yes
-USE_GNOME= libxml2
-USE_ICONV= yes
-USE_OPENSSL= yes
-WITH_OPENSSL_BASE= yes
-MAKE_ENV= CXX="${CXX}"
-USE_REINPLACE= 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.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= FreeBSD prior to 500000 does not support uuid(3) required\
- for building
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/trackerbt/distinfo b/net/trackerbt/distinfo
deleted file mode 100644
index 005be7860f96..000000000000
--- a/net/trackerbt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (trackerbt-0.1.1.tar.gz) = e71652818814612763d98450cc722047
-SHA256 (trackerbt-0.1.1.tar.gz) = b559e8d11fa5d4d489ba57792651bd14702fcf21e3b5cb017aac8d154273fa2c
-SIZE (trackerbt-0.1.1.tar.gz) = 15743
diff --git a/net/trackerbt/files/patch-Makefile b/net/trackerbt/files/patch-Makefile
deleted file mode 100644
index d428a8b9cb1b..000000000000
--- a/net/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/trackerbt/files/patch-tracker.cpp b/net/trackerbt/files/patch-tracker.cpp
deleted file mode 100644
index ebbc2e32d6dc..000000000000
--- a/net/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/trackerbt/pkg-descr b/net/trackerbt/pkg-descr
deleted file mode 100644
index cb59a77de1d1..000000000000
--- a/net/trackerbt/pkg-descr
+++ /dev/null
@@ -1,20 +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
-
--- lioux@FreeBSD.org