summaryrefslogtreecommitdiff
path: root/net/bittornado-gui
diff options
context:
space:
mode:
authorwiz <wiz>2004-10-28 17:00:26 +0000
committerwiz <wiz>2004-10-28 17:00:26 +0000
commitc7226c9bab224fcd02598a37af5e0a6409de86ad (patch)
tree6e6b16f4c51b067143061fbb6deac6509573a276 /net/bittornado-gui
parent049d08c1bc8ee2c460fc8c81d2a84eabc12bbb66 (diff)
downloadpkgsrc-c7226c9bab224fcd02598a37af5e0a6409de86ad.tar.gz
Initial import of bittornado and bittornado-gui:
Experimental BitTorrent client, based on the official one.
Diffstat (limited to 'net/bittornado-gui')
-rw-r--r--net/bittornado-gui/DESCR3
-rw-r--r--net/bittornado-gui/Makefile26
-rw-r--r--net/bittornado-gui/PLIST4
3 files changed, 33 insertions, 0 deletions
diff --git a/net/bittornado-gui/DESCR b/net/bittornado-gui/DESCR
new file mode 100644
index 00000000000..6feffa02c75
--- /dev/null
+++ b/net/bittornado-gui/DESCR
@@ -0,0 +1,3 @@
+Experimental BitTorrent client, based on the official one.
+
+This package contains the GUI.
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile
new file mode 100644
index 00000000000..9f5dfee13b5
--- /dev/null
+++ b/net/bittornado-gui/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
+#
+
+.include "../../net/bittornado/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/}
+
+COMMENT+= (wxGTK GUI)
+
+CONFLICTS= bittorrent-gui-[0-9]*
+
+DEPENDS+= bittornado>=0.3.7:../../net/bittornado
+
+NO_BUILD= # defined
+
+PYTHON_PATCH_SCRIPTS= btcompletedirgui.py btdownloadgui.py
+PYTHON_PATCH_SCRIPTS+= btmaketorrentgui.py
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/btcompletedirgui.py ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin
+
+.include "../../lang/python/application.mk"
+.include "../../x11/py-wxWindows/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/bittornado-gui/PLIST b/net/bittornado-gui/PLIST
new file mode 100644
index 00000000000..e10d6731c7c
--- /dev/null
+++ b/net/bittornado-gui/PLIST
@@ -0,0 +1,4 @@
+$NetBSD: PLIST,v 1.1.1.1 2004/10/28 17:00:27 wiz Exp $
+bin/btcompletedirgui.py
+bin/btdownloadgui.py
+bin/btmaketorrentgui.py