summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-05 22:22:33 +0000
committerrecht <recht@pkgsrc.org>2004-08-05 22:22:33 +0000
commit9ceb661fa6161b3f91d3044fa3c1c18bd5cae2c9 (patch)
treedf49fa664aa33e0335074b5d31d4799bf20b9efa /net
parenta1aa82164f497d86bbd17eadb8110eadecd0a848 (diff)
downloadpkgsrc-9ceb661fa6161b3f91d3044fa3c1c18bd5cae2c9.tar.gz
Add a DESCR to bittorrent-gui, too.
Noted by Iain Hibbert in private mail.
Diffstat (limited to 'net')
-rw-r--r--net/bittorrent-gui/DESCR8
-rw-r--r--net/bittorrent/Makefile.common3
2 files changed, 9 insertions, 2 deletions
diff --git a/net/bittorrent-gui/DESCR b/net/bittorrent-gui/DESCR
new file mode 100644
index 00000000000..cb9c1cd3202
--- /dev/null
+++ b/net/bittorrent-gui/DESCR
@@ -0,0 +1,8 @@
+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.
+
+This package contains the GUI.
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common
index 31a1384e16e..98c980703c6 100644
--- a/net/bittorrent/Makefile.common
+++ b/net/bittorrent/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/05/25 12:42:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/08/05 22:22:33 recht Exp $
#
DISTNAME= BitTorrent-3.4.2
@@ -10,7 +10,6 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://bitconjurer.org/BitTorrent/
COMMENT= File sharing tool
-DESCR_SRC= ${.CURDIR}/../../net/bittorrent/DESCR
DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
FILESDIR= ${.CURDIR}/../../net/bittorrent/files
PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches