diff options
author | recht <recht@pkgsrc.org> | 2004-03-03 10:04:04 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-03 10:04:04 +0000 |
commit | 18771d010a700cd1d6ba2c107a7e00855938aab1 (patch) | |
tree | 4e652baaa0e419c06ee160eb410c8220505580b6 /net/bittorrent-gui | |
parent | 7cbd32e8f584a0c1d35526f0c765f3aa8408a9da (diff) | |
download | pkgsrc-18771d010a700cd1d6ba2c107a7e00855938aab1.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/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 22 | ||||
-rw-r--r-- | net/bittorrent-gui/PLIST | 3 |
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 |