summaryrefslogtreecommitdiff
path: root/net/bittorrent
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-13 01:25:24 +0000
committersalo <salo@pkgsrc.org>2003-05-13 01:25:24 +0000
commit1e7cd5a8077d0b0abdadee4365de8a57db664243 (patch)
tree46b7270ec5454932f9ffdbf92ec70478179b80dd /net/bittorrent
parentbd2f6d402beecc287b18e9e5a2e92d2acd8631c4 (diff)
downloadpkgsrc-1e7cd5a8077d0b0abdadee4365de8a57db664243.tar.gz
- DESCR has 80 columns
- make PKGNAME future versions-friendly - style nits - add RCSID to patch-aa (hi hubertf!)
Diffstat (limited to 'net/bittorrent')
-rw-r--r--net/bittorrent/DESCR14
-rw-r--r--net/bittorrent/Makefile11
-rw-r--r--net/bittorrent/distinfo4
-rw-r--r--net/bittorrent/patches/patch-aa2
4 files changed, 16 insertions, 15 deletions
diff --git a/net/bittorrent/DESCR b/net/bittorrent/DESCR
index 42062c4cba4..dcd5bda5edd 100644
--- a/net/bittorrent/DESCR
+++ b/net/bittorrent/DESCR
@@ -1,8 +1,6 @@
-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.
+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.
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 14573875e89..32a0f0b6cc8 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/05/13 00:04:22 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2003/05/13 01:25:24 salo Exp $
#
DISTNAME= BitTorrent-3.2.1b
-PKGNAME= bittorrent-3.2.1b
+PKGNAME= ${DISTNAME:S/BitT/bitt/}
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://bitconjurer.org/BitTorrent/
@@ -11,11 +11,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://bitconjurer.org/BitTorrent/
COMMENT= file sharing tool
-PYDISTUTILSPKG= yes
+PYDISTUTILSPKG= YES
USE_BUILDLINK2= YES
PYTHON_VERSION_REQD= 22pth
-.include "../../x11/py-wxWindows/buildlink2.mk"
-.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../x11/py-wxWindows/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/net/bittorrent/distinfo b/net/bittorrent/distinfo
index 513646bd4be..b333f8d2b29 100644
--- a/net/bittorrent/distinfo
+++ b/net/bittorrent/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/05/13 00:04:22 hubertf Exp $
+$NetBSD: distinfo,v 1.3 2003/05/13 01:25:24 salo Exp $
SHA1 (BitTorrent-3.2.1b.tar.gz) = 124049e721a8b722af9d3c489b44a8a81789ce68
Size (BitTorrent-3.2.1b.tar.gz) = 144420 bytes
-SHA1 (patch-aa) = 7f8cc29a28b8c529fe88d80e7a22d3dc9e93e968
+SHA1 (patch-aa) = 91f66b6c788c7989a9bec8ce97c62cb7a01f9a5c
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
index f52e36d8f91..a8548806119 100644
--- a/net/bittorrent/patches/patch-aa
+++ b/net/bittorrent/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.2 2003/05/13 01:25:24 salo Exp $
+
--- btcompletedir.py.orig 2003-05-11 21:41:50.000000000 +0200
+++ btcompletedir.py 2003-05-11 21:42:14.000000000 +0200
@@ -37,7 +37,7 @@