Update to 3.3:
- Files now only get allocated as they're downloaded - Large torrents no longer hose the CPU - Better network utilization and more consistent download rates - Poorly seeded torrents get out faster - Several important bug fixes
This commit is contained in:
parent
c74f22233f
commit
7d4be054f1
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/21 03:39:57 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/09/27 14:40:32 jolan Exp $
|
||||
|
||||
COMMENT= "cooperative file distribution system implemented in Python"
|
||||
DISTNAME= BitTorrent-3.2.1b
|
||||
DISTNAME= BitTorrent-3.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
@ -24,7 +24,7 @@ post-configure:
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BitTorrent
|
||||
${INSTALL_DATA} ${WRKSRC}/{FAQ,README}.txt ${FILESDIR}/README.OpenBSD \
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${FILESDIR}/README.OpenBSD \
|
||||
${PREFIX}/share/doc/BitTorrent
|
||||
|
||||
do-regress:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (BitTorrent-3.2.1b.tar.gz) = 9e0cc346a4bfa3904380ed119d8bac90
|
||||
RMD160 (BitTorrent-3.2.1b.tar.gz) = ca17ef25ae96d44867c4e6edccca661826299ae5
|
||||
SHA1 (BitTorrent-3.2.1b.tar.gz) = 124049e721a8b722af9d3c489b44a8a81789ce68
|
||||
MD5 (BitTorrent-3.3.tar.gz) = 1ecf1fc40b4972470313f9ae728206e8
|
||||
RMD160 (BitTorrent-3.3.tar.gz) = 35d9f271a8d8719791e0df8326a280ed3e2a38ca
|
||||
SHA1 (BitTorrent-3.3.tar.gz) = 45ba1999adf536ca4d96a32ca2f929d4d36803c0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/21 03:39:57 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/09/27 14:40:32 jolan Exp $
|
||||
bin/btcompletedir.py
|
||||
bin/btdownloadcurses.py
|
||||
bin/btdownloadheadless.py
|
||||
@ -23,8 +23,6 @@ lib/python${MODPY_VERSION}/site-packages/BitTorrent/DownloaderFeedback.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/DownloaderFeedback.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/Encrypter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/Encrypter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/EndgameDownloader.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/EndgameDownloader.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/HTTPHandler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/HTTPHandler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/NatCheck.py
|
||||
@ -65,7 +63,6 @@ lib/python${MODPY_VERSION}/site-packages/BitTorrent/track.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/track.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/zurllib.py
|
||||
lib/python${MODPY_VERSION}/site-packages/BitTorrent/zurllib.pyc
|
||||
share/doc/BitTorrent/FAQ.txt
|
||||
share/doc/BitTorrent/README.OpenBSD
|
||||
share/doc/BitTorrent/README.txt
|
||||
@dirrm share/doc/BitTorrent
|
||||
|
Loading…
Reference in New Issue
Block a user