diff options
author | pav <pav@FreeBSD.org> | 2003-11-15 06:49:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-15 06:49:14 +0800 |
commit | 8fe78978b17d350c21c9cc2dc0cd2fbf915e5e75 (patch) | |
tree | 00cf0f1dd8a8bc6a050e26dc65a5e6f5d078e204 /net-p2p/torrentsniff/pkg-descr | |
parent | 8ff87646a0076a82896cf6beddf6f24303212548 (diff) | |
download | freebsd-ports-gnome-8fe78978b17d350c21c9cc2dc0cd2fbf915e5e75.tar.gz freebsd-ports-gnome-8fe78978b17d350c21c9cc2dc0cd2fbf915e5e75.tar.zst freebsd-ports-gnome-8fe78978b17d350c21c9cc2dc0cd2fbf915e5e75.zip |
Add torrentsniff, a commandline tool to display information
about a torrent like file names and a number of seeds and peers.
PR: ports/54272 (based on)
Approved by: adamw (mentor)
Diffstat (limited to 'net-p2p/torrentsniff/pkg-descr')
-rw-r--r-- | net-p2p/torrentsniff/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/torrentsniff/pkg-descr b/net-p2p/torrentsniff/pkg-descr new file mode 100644 index 000000000000..24bf555b5635 --- /dev/null +++ b/net-p2p/torrentsniff/pkg-descr @@ -0,0 +1,8 @@ +TorrentSniff is a command line Perl program that reads a BitTorrent .torrent +file from the local file system or from a URL and reports on the status of the +torrent. + +TorrentSniff is based on an early version of TorrentSpy. Reporting seed and +leech numbers works only with some tracker implementations. + +WWW: http://www.highprogrammer.com/alan/perl/torrentsniff.html |