another filesharing tool, written in pure Python
This commit is contained in:
parent
e8490f249a
commit
c16b84beca
4 changed files with 100 additions and 0 deletions
8
net/bittorrent/DESCR
Normal file
8
net/bittorrent/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
BitTorrent is a tool for distributing files. It's extremely
|
||||
easy to use - downloads are started by clicking on hyperlinks.
|
||||
Whenever more than one person is downloading at once
|
||||
they send pieces of the file(s) to each other, thus relieving
|
||||
the central server's bandwidth burden. Even with many
|
||||
simultaneous downloads, the upload burden on the central server
|
||||
remains quite small, since each new downloader introduces new
|
||||
upload capacity.
|
19
net/bittorrent/Makefile
Normal file
19
net/bittorrent/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/09 18:07:01 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= BitTorrent-3.2.1b
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://bitconjurer.org/BitTorrent/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://bitconjurer.org/BitTorrent/
|
||||
COMMENT= file sharing tool
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
USE_BUILDLINK2= YES
|
||||
PYTHON_VERSION_REQD= 22pth
|
||||
|
||||
.include "../../x11/py-wxWindows/buildlink2.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
69
net/bittorrent/PLIST
Normal file
69
net/bittorrent/PLIST
Normal file
|
@ -0,0 +1,69 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/09 18:07:01 drochner Exp $
|
||||
bin/btcompletedir.py
|
||||
bin/btcompletedirgui.py
|
||||
bin/btdownloadcurses.py
|
||||
bin/btdownloadgui.py
|
||||
bin/btdownloadheadless.py
|
||||
bin/btlaunchmany.py
|
||||
bin/btlaunchmanycurses.py
|
||||
bin/btmakemetafile.py
|
||||
bin/btreannounce.py
|
||||
bin/btrename.py
|
||||
bin/btshowmetainfo.py
|
||||
bin/bttest.py
|
||||
bin/bttrack.py
|
||||
${PYSITELIB}/BitTorrent/Choker.py
|
||||
${PYSITELIB}/BitTorrent/Choker.pyc
|
||||
${PYSITELIB}/BitTorrent/Connecter.py
|
||||
${PYSITELIB}/BitTorrent/Connecter.pyc
|
||||
${PYSITELIB}/BitTorrent/CurrentRateMeasure.py
|
||||
${PYSITELIB}/BitTorrent/CurrentRateMeasure.pyc
|
||||
${PYSITELIB}/BitTorrent/Downloader.py
|
||||
${PYSITELIB}/BitTorrent/Downloader.pyc
|
||||
${PYSITELIB}/BitTorrent/DownloaderFeedback.py
|
||||
${PYSITELIB}/BitTorrent/DownloaderFeedback.pyc
|
||||
${PYSITELIB}/BitTorrent/Encrypter.py
|
||||
${PYSITELIB}/BitTorrent/Encrypter.pyc
|
||||
${PYSITELIB}/BitTorrent/EndgameDownloader.py
|
||||
${PYSITELIB}/BitTorrent/EndgameDownloader.pyc
|
||||
${PYSITELIB}/BitTorrent/HTTPHandler.py
|
||||
${PYSITELIB}/BitTorrent/HTTPHandler.pyc
|
||||
${PYSITELIB}/BitTorrent/NatCheck.py
|
||||
${PYSITELIB}/BitTorrent/NatCheck.pyc
|
||||
${PYSITELIB}/BitTorrent/PiecePicker.py
|
||||
${PYSITELIB}/BitTorrent/PiecePicker.pyc
|
||||
${PYSITELIB}/BitTorrent/RateMeasure.py
|
||||
${PYSITELIB}/BitTorrent/RateMeasure.pyc
|
||||
${PYSITELIB}/BitTorrent/RawServer.py
|
||||
${PYSITELIB}/BitTorrent/RawServer.pyc
|
||||
${PYSITELIB}/BitTorrent/Rerequester.py
|
||||
${PYSITELIB}/BitTorrent/Rerequester.pyc
|
||||
${PYSITELIB}/BitTorrent/Storage.py
|
||||
${PYSITELIB}/BitTorrent/Storage.pyc
|
||||
${PYSITELIB}/BitTorrent/StorageWrapper.py
|
||||
${PYSITELIB}/BitTorrent/StorageWrapper.pyc
|
||||
${PYSITELIB}/BitTorrent/Uploader.py
|
||||
${PYSITELIB}/BitTorrent/Uploader.pyc
|
||||
${PYSITELIB}/BitTorrent/__init__.py
|
||||
${PYSITELIB}/BitTorrent/__init__.pyc
|
||||
${PYSITELIB}/BitTorrent/bencode.py
|
||||
${PYSITELIB}/BitTorrent/bencode.pyc
|
||||
${PYSITELIB}/BitTorrent/bitfield.py
|
||||
${PYSITELIB}/BitTorrent/bitfield.pyc
|
||||
${PYSITELIB}/BitTorrent/btformats.py
|
||||
${PYSITELIB}/BitTorrent/btformats.pyc
|
||||
${PYSITELIB}/BitTorrent/download.py
|
||||
${PYSITELIB}/BitTorrent/download.pyc
|
||||
${PYSITELIB}/BitTorrent/fakeopen.py
|
||||
${PYSITELIB}/BitTorrent/fakeopen.pyc
|
||||
${PYSITELIB}/BitTorrent/parseargs.py
|
||||
${PYSITELIB}/BitTorrent/parseargs.pyc
|
||||
${PYSITELIB}/BitTorrent/selectpoll.py
|
||||
${PYSITELIB}/BitTorrent/selectpoll.pyc
|
||||
${PYSITELIB}/BitTorrent/testtest.py
|
||||
${PYSITELIB}/BitTorrent/testtest.pyc
|
||||
${PYSITELIB}/BitTorrent/track.py
|
||||
${PYSITELIB}/BitTorrent/track.pyc
|
||||
${PYSITELIB}/BitTorrent/zurllib.py
|
||||
${PYSITELIB}/BitTorrent/zurllib.pyc
|
||||
@dirrm ${PYSITELIB}/BitTorrent
|
4
net/bittorrent/distinfo
Normal file
4
net/bittorrent/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/05/09 18:07:01 drochner Exp $
|
||||
|
||||
SHA1 (BitTorrent-3.2.1b.tar.gz) = 124049e721a8b722af9d3c489b44a8a81789ce68
|
||||
Size (BitTorrent-3.2.1b.tar.gz) = 144420 bytes
|
Loading…
Reference in a new issue