pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bittorrent-gui wxGTK gui for BitTorrent. (Part of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07268aa6d64d
branches:  trunk
changeset: 469931:07268aa6d64d
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Mar 03 10:04:04 2004 +0000

description:
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:

 net/bittorrent-gui/Makefile |  22 ++++++++++++++++++++++
 net/bittorrent-gui/PLIST    |   3 +++
 2 files changed, 25 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r faaa82cf0cf8 -r 07268aa6d64d net/bittorrent-gui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bittorrent-gui/Makefile       Wed Mar 03 10:04:04 2004 +0000
@@ -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 -r faaa82cf0cf8 -r 07268aa6d64d net/bittorrent-gui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bittorrent-gui/PLIST  Wed Mar 03 10:04:04 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index