summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrecht <recht>2004-03-03 10:04:04 +0000
committerrecht <recht>2004-03-03 10:04:04 +0000
commita092503d05ca281fc9c09cded9112795b3e3d60f (patch)
tree4e652baaa0e419c06ee160eb410c8220505580b6 /net
parent10d40bf0ca977b5ecf15c4057ff27150a3754eb0 (diff)
downloadpkgsrc-a092503d05ca281fc9c09cded9112795b3e3d60f.tar.gz
wxGTK gui for BitTorrent. (Part of the BitTorrent distribution.)
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.
Diffstat (limited to 'net')
-rw-r--r--net/bittorrent-gui/Makefile22
-rw-r--r--net/bittorrent-gui/PLIST3
2 files changed, 25 insertions, 0 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
new file mode 100644
index 00000000000..c0e89205acf
--- /dev/null
+++ b/net/bittorrent-gui/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/03 10:04:04 recht Exp $
+#
+
+.include "../../net/bittorrent/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
+
+COMMENT+= (wxGTK GUI)
+
+DEPENDS+= bittorrent-3.3nb5:../../net/bittorrent
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+PYTHON_PATCH_SCRIPTS= bin/btcompletedirgui.py bin/btdownloadgui.py
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
+
+.include "../../x11/py-wxWindows/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/bittorrent-gui/PLIST b/net/bittorrent-gui/PLIST
new file mode 100644
index 00000000000..6f782e88552
--- /dev/null
+++ b/net/bittorrent-gui/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/03 10:04:04 recht Exp $
+bin/btcompletedirgui.py
+bin/btdownloadgui.py