pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Add a DESCR to bittorrent-gui, too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/620d74052f7a
branches:  trunk
changeset: 479140:620d74052f7a
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Aug 05 22:22:33 2004 +0000

description:
Add a DESCR to bittorrent-gui, too.
Noted by Iain Hibbert in private mail.

diffstat:

 net/bittorrent-gui/DESCR       |  8 ++++++++
 net/bittorrent/Makefile.common |  3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 39757eb3863a -r 620d74052f7a net/bittorrent-gui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bittorrent-gui/DESCR  Thu Aug 05 22:22:33 2004 +0000
@@ -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 -r 39757eb3863a -r 620d74052f7a net/bittorrent/Makefile.common
--- a/net/bittorrent/Makefile.common    Thu Aug 05 22:20:11 2004 +0000
+++ b/net/bittorrent/Makefile.common    Thu Aug 05 22:22:33 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index