summaryrefslogtreecommitdiff
path: root/net/torrentutils
AgeCommit message (Collapse)AuthorFilesLines
2004-08-29Fix installation to make less warnings, and make defrag usewiz3-8/+18
bash, since it uses lots of bash features. Addresses PR 26799 by Simon Hitzemann. Bump PKGREVISION for bash dependency.
2004-03-08Add dependency on p5-Digest-MD5, noted by Charlie Allom.wiz1-1/+3
Bump PKGREVISION.
2004-03-04Initial import of torrenttools-0.3.0:wiz5-0/+84
The torrentutils are a set of utilities for managing BitTorrent (`.torrent') files and interactiving with BitTorrent trackers. The torrentutils contain the following programs: torrenttool is a script that extracts and displays information from BitTorrent files, as well as testing and generate checksums for files listed in them. defrag is a script that defrags files simply by making a copy of the file. The original file is then replaced by the copy. Due to the fact that BitTorrent splits files in pieces, and downloads these pieces in random order, the downloaded files are often severely fragmented. This means that reading these files will be slower, sometimes as much as 30% slower. defrag can also recurse directories.