From 1003b94637d57ffc1417652507911f0a830caabd Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 9 May 2003 18:07:01 +0000 Subject: another filesharing tool, written in pure Python --- net/bittorrent/DESCR | 8 ++++++ net/bittorrent/Makefile | 19 ++++++++++++++ net/bittorrent/PLIST | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ net/bittorrent/distinfo | 4 +++ 4 files changed, 100 insertions(+) create mode 100644 net/bittorrent/DESCR create mode 100644 net/bittorrent/Makefile create mode 100644 net/bittorrent/PLIST create mode 100644 net/bittorrent/distinfo (limited to 'net/bittorrent') diff --git a/net/bittorrent/DESCR b/net/bittorrent/DESCR new file mode 100644 index 00000000000..42062c4cba4 --- /dev/null +++ b/net/bittorrent/DESCR @@ -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. diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile new file mode 100644 index 00000000000..2381807be8d --- /dev/null +++ b/net/bittorrent/Makefile @@ -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" diff --git a/net/bittorrent/PLIST b/net/bittorrent/PLIST new file mode 100644 index 00000000000..17e0f54fc50 --- /dev/null +++ b/net/bittorrent/PLIST @@ -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 diff --git a/net/bittorrent/distinfo b/net/bittorrent/distinfo new file mode 100644 index 00000000000..973371e13ff --- /dev/null +++ b/net/bittorrent/distinfo @@ -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 -- cgit v1.2.3