From 7852230ff66805c8a4348e57b1c25a3c826eeeb4 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Thu, 3 May 2007 22:10:43 +0000 Subject: BitTyrant is a new, protocol compatible BitTorrent client that is optimized for fast download performance. BitTyrant is: * Fast: During evaluation testing on more than 100 real BitTorrent swarms, BitTyrant provided an average 70% download performance increase when compared to the existing Azureus 2.5 implementation, with some downloads finishing more than three times as quickly. * Fair: BitTorrent was designed with incentives in mind: if a user is downloading at 30 KBps, they should upload at 30 KBps. However, due to the unique workload properties of many real-world swarms, this is not always enforced. BitTyrant is designed to make efficient use of your scarce upload bandwidth, rewarding those users whose upload allocations are fair and only allocating excess capacity to other users. * Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the most popular BitTorrent client. All of our changes are under the hood. You'll find the GUI identical to Azureus, with optional additions to display statistics relevant to BitTyrant's operation. --- net-p2p/bittyrant/Makefile | 70 ++++++++++++++++++++++ net-p2p/bittyrant/distinfo | 3 + net-p2p/bittyrant/files/bittyrant.in | 11 ++++ net-p2p/bittyrant/files/patch-build.xml | 13 ++++ ...latform__macosx__access__jnilib__OSXAccess.java | 20 +++++++ ...zureus2__ui__swt__test__PrintTransferTypes.java | 29 +++++++++ net-p2p/bittyrant/pkg-descr | 19 ++++++ 7 files changed, 165 insertions(+) create mode 100644 net-p2p/bittyrant/Makefile create mode 100644 net-p2p/bittyrant/distinfo create mode 100644 net-p2p/bittyrant/files/bittyrant.in create mode 100644 net-p2p/bittyrant/files/patch-build.xml create mode 100644 net-p2p/bittyrant/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java create mode 100644 net-p2p/bittyrant/files/patch-org__gudy__azureus2__ui__swt__test__PrintTransferTypes.java create mode 100644 net-p2p/bittyrant/pkg-descr (limited to 'net-p2p/bittyrant') diff --git a/net-p2p/bittyrant/Makefile b/net-p2p/bittyrant/Makefile new file mode 100644 index 000000000000..aa0c5c7467d0 --- /dev/null +++ b/net-p2p/bittyrant/Makefile @@ -0,0 +1,70 @@ +# New ports collection makefile for: bittyrant +# Date created: 2007-04-19 +# Whom: alepulver +# +# $FreeBSD$ +# + +PORTNAME= bittyrant +PORTVERSION= 1.1 +CATEGORIES= net-p2p java +MASTER_SITES= http://bittyrant.cs.washington.edu/dist_010807/ +DISTNAME= BitTyrant-src + +MAINTAINER= alepulver@FreeBSD.org +COMMENT= Java BitTorrent client optimized for fast download performance + +BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ + ${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \ + ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ + ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} +RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} + +USE_ZIP= yes +USE_DOS2UNIX= build.xml \ + org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ + org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java +USE_JAVA= yes +JAVA_VERSION= 1.5+ +JAVA_OS= native +USE_ANT= yes +WRKSRC= ${WRKDIR}/BitTyrant + +OPTIONS= SWTDEVEL "Use SWT Development port" on + +# build classpath from BUILD_DEPENDS +MAKE_ENV= LANG=C +CLASSPATH_JARS= ${BUILD_DEPENDS:C/:.+$//:M*.jar} + +PLIST_FILES= bin/${PORTNAME} \ + %%JAVAJARDIR%%/${PORTNAME}.jar + +SUB_FILES= ${PORTNAME} +SUB_LIST= JARFILE="${PORTNAME}.jar" \ + JAVA="${LOCALBASE}/bin/java" \ + LIBDIR="${LOCALBASE}/lib" \ + SWTJAR="${JAVAJARDIR}/${SWT}.jar" + +.include + +.if defined(WITH_SWTDEVEL) +SWT= swt-devel +.else +SWT= swt +.endif + +CLASSPATH=. +.for jar in ${CLASSPATH_JARS} +CLASSPATH:=${CLASSPATH}:${jar} +.endfor + +post-patch: + @${REINPLACE_CMD} -e 's|refid="libs.classpath"|path="${CLASSPATH}"|' \ + ${WRKSRC}/build.xml + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/dist/Azureus2.jar \ + ${JAVAJARDIR}/${PORTNAME}.jar + +.include diff --git a/net-p2p/bittyrant/distinfo b/net-p2p/bittyrant/distinfo new file mode 100644 index 000000000000..3d00aafa8b88 --- /dev/null +++ b/net-p2p/bittyrant/distinfo @@ -0,0 +1,3 @@ +MD5 (BitTyrant-src.zip) = c1352000138503c27adf64172bfede15 +SHA256 (BitTyrant-src.zip) = 450253ff20402fdc17a42819d8aa70b7bf1d1aa2af9709301c3818565284b426 +SIZE (BitTyrant-src.zip) = 101031418 diff --git a/net-p2p/bittyrant/files/bittyrant.in b/net-p2p/bittyrant/files/bittyrant.in new file mode 100644 index 000000000000..bdb81a4dc03d --- /dev/null +++ b/net-p2p/bittyrant/files/bittyrant.in @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $FreeBSD$ + +export JAVA_VERSION="%%JAVA_VERSION%%" +export JAVA_OS="%%JAVA_OS%%" + +LIB_PATH="%%LIBDIR%%" +CLASS_PATH="%%JAVAJARDIR%%/%%JARFILE%%:%%SWTJAR%%" + +exec "%%JAVA%%" -cp "${CLASS_PATH}" "-Djava.library.path=${LIB_PATH}" "-Dos.name=FreeBSD" "-Dazureus.config.path=${HOME}/.BitTyrant" "-Duser.dir=${HOME}/.BitTyrant" org.gudy.azureus2.ui.swt.Main "${@}" diff --git a/net-p2p/bittyrant/files/patch-build.xml b/net-p2p/bittyrant/files/patch-build.xml new file mode 100644 index 000000000000..1ca3632e3b17 --- /dev/null +++ b/net-p2p/bittyrant/files/patch-build.xml @@ -0,0 +1,13 @@ +--- build.xml.orig Thu Jan 4 15:51:46 2007 ++++ build.xml Thu May 3 00:29:25 2007 +@@ -32,6 +32,10 @@ + + + ++ ++ ++ ++ + + + diff --git a/net-p2p/bittyrant/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java b/net-p2p/bittyrant/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java new file mode 100644 index 000000000000..0c6659f8b515 --- /dev/null +++ b/net-p2p/bittyrant/files/patch-org__gudy__azureus2__platform__macosx__access__jnilib__OSXAccess.java @@ -0,0 +1,20 @@ +--- ./org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java.orig Fri Nov 3 16:47:18 2006 ++++ ./org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java Thu May 3 00:24:10 2007 +@@ -19,7 +19,7 @@ + */ + package org.gudy.azureus2.platform.macosx.access.jnilib; + +-import org.eclipse.swt.internal.carbon.AEDesc; ++//import org.eclipse.swt.internal.carbon.AEDesc; + + import org.gudy.azureus2.core3.util.Debug; + +@@ -42,7 +42,7 @@ + } + } + +- public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); ++// public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType, AEDesc result); + + public static final native String getVersion(); + diff --git a/net-p2p/bittyrant/files/patch-org__gudy__azureus2__ui__swt__test__PrintTransferTypes.java b/net-p2p/bittyrant/files/patch-org__gudy__azureus2__ui__swt__test__PrintTransferTypes.java new file mode 100644 index 000000000000..b39e3fb53b64 --- /dev/null +++ b/net-p2p/bittyrant/files/patch-org__gudy__azureus2__ui__swt__test__PrintTransferTypes.java @@ -0,0 +1,29 @@ +--- ./org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java.orig Fri Nov 3 16:46:40 2006 ++++ ./org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java Thu May 3 00:25:01 2007 +@@ -40,7 +40,7 @@ + + TransferData[] data = event.dataTypes; + for (int i = 0; i < data.length; i++) { +- int id = data[i].type; ++ long id = data[i].type; + String name = getNameFromId(id); + System.out.println("Data type is " + id + " " + name); + } +@@ -96,8 +96,8 @@ + protected int[] getTypeIds() { + return ids; + } +- static String getNameFromId(int id) { +- switch (id) { ++ static String getNameFromId(long id) { ++ switch ((int)id) { + case 1 : + return "CF_TEXT"; + case 8 : +@@ -144,4 +144,4 @@ + } + return "*UNKNOWN_TYPE*"; + } +-} +\ No newline at end of file ++} diff --git a/net-p2p/bittyrant/pkg-descr b/net-p2p/bittyrant/pkg-descr new file mode 100644 index 000000000000..e9b92a46aa95 --- /dev/null +++ b/net-p2p/bittyrant/pkg-descr @@ -0,0 +1,19 @@ +BitTyrant is a new, protocol compatible BitTorrent client that is optimized +for fast download performance. BitTyrant is: + +* Fast: During evaluation testing on more than 100 real BitTorrent swarms, + BitTyrant provided an average 70% download performance increase when + compared to the existing Azureus 2.5 implementation, with some downloads + finishing more than three times as quickly. + +* Fair: BitTorrent was designed with incentives in mind: if a user is + downloading at 30 KBps, they should upload at 30 KBps. However, due to the + unique workload properties of many real-world swarms, this is not always + enforced. BitTyrant is designed to make efficient use of your scarce upload + bandwidth, rewarding those users whose upload allocations are fair and only + allocating excess capacity to other users. + +* Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the + most popular BitTorrent client. All of our changes are under the hood. + You'll find the GUI identical to Azureus, with optional additions to display + statistics relevant to BitTyrant's operation. -- cgit v1.2.3