summaryrefslogtreecommitdiff
path: root/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-05 05:56:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-05 05:56:44 +0000
commit4bddc5886922fce029d1895ad47523c0863471a7 (patch)
treef7033aff40ebb53dfbac40ca2fbe9bb7e3245d23 /net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
parenttypo USE_PERL -> USE_PERL5 (diff)
New port BitTorrent version 3.2.1b: A peer-to-peer tool for
distributing files written in Python
Notes
Notes: svn path=/head/; revision=78252
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py')
-rw-r--r--net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py b/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
new file mode 100644
index 000000000000..7461547d430a
--- /dev/null
+++ b/net-p2p/py-kenosis-bittorrent/files/extra-nogui-patch-setup.py
@@ -0,0 +1,14 @@
+--- setup.py.orig Sun Mar 30 17:01:05 2003
++++ setup.py Sun Mar 30 17:01:20 2003
+@@ -18,9 +18,9 @@
+
+ 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"]
+ )