summaryrefslogtreecommitdiff
path: root/net/torrentutils
AgeCommit message (Collapse)AuthorFilesLines
2006-12-01Fixed "test ==".rillig2-1/+15
2006-10-25Fixed PKGMANDIR. Added the missing dependency to bash. PKGREVISION++rillig1-8/+5
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-07-13Reset maintainer (haven't used this in ages).wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-4/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-18Default to bash3 in dependency path.wiz1-2/+2
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.