summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordrochner <drochner>2003-05-09 18:07:01 +0000
committerdrochner <drochner>2003-05-09 18:07:01 +0000
commit1003b94637d57ffc1417652507911f0a830caabd (patch)
tree502c1c8b11497fa1a2e37054b7ef537d912adbf5 /net
parent3cc01952ffa2e5b96c107df0404e760c0dcbe698 (diff)
downloadpkgsrc-1003b94637d57ffc1417652507911f0a830caabd.tar.gz
another filesharing tool, written in pure Python
Diffstat (limited to 'net')
-rw-r--r--net/bittorrent/DESCR8
-rw-r--r--net/bittorrent/Makefile19
-rw-r--r--net/bittorrent/PLIST69
-rw-r--r--net/bittorrent/distinfo4
4 files changed, 100 insertions, 0 deletions
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