diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:22:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:22:22 +0000 |
commit | 5ad3680c4b95c23f5445207789997c9db3455ec2 (patch) | |
tree | ea6e2770d8d052f17d233c0611bacef12f014886 /net/py-bittornado/files/extra-nogui-patch-setup.py | |
parent | Updated to 0.31 (diff) |
Add py-shadow-bittorent[-core], a Shad0w's BitTorrent client which have
many advantages over ordinary BitTorrent client, like background file
allocation, multitracker support, superseed mode, configurable traffic
shaping in GUI and detailed listing of peers. And more.
Also add XFree86-free version as a slave port.
PR: ports/63261, ports/63262
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes:
svn path=/head/; revision=102394
Diffstat (limited to 'net/py-bittornado/files/extra-nogui-patch-setup.py')
-rw-r--r-- | net/py-bittornado/files/extra-nogui-patch-setup.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/py-bittornado/files/extra-nogui-patch-setup.py b/net/py-bittornado/files/extra-nogui-patch-setup.py new file mode 100644 index 000000000000..5b7ef858a45e --- /dev/null +++ b/net/py-bittornado/files/extra-nogui-patch-setup.py @@ -0,0 +1,16 @@ +--- setup.py.old Mon Feb 23 10:55:55 2004 ++++ setup.py Mon Feb 23 10:57:25 2004 +@@ -18,10 +18,10 @@ + + packages = ["BitTorrent"], + +- scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py", ++ scripts = ["btdownloadheadless.py", "btdownloadlibrary.py", + "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py", +- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", ++ "btdownloadcurses.py", "btlaunchmanycurses.py", + "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py", + "bttest.py", +- 'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py' ] ++ 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py' ] + ) |