aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files
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-bittorrent-devel/files
parent77ecd46d638359d588008779d4bb200790c6d266 (diff)
Notes
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files')
-rw-r--r--net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py b/net-p2p/py-bittorrent-devel/files/extra-nogui-patch-setup.py
new file mode 100644
index 000000000000..7461547d430a
--- /dev/null
+++ b/net-p2p/py-bittorrent-devel/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"]
+ )