diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:49:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:49:14 +0000 |
commit | ee3e9393b00491d22f914ae4b247b0ccbed59c53 (patch) | |
tree | b5d160a58da0205c4423258d4581f941e67a72d3 /net/Makefile | |
parent | Fix checksum mismatch. Author rerolled distfile adding this changelog (diff) |
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/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 696d02319529..0a135d5ca1d2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -686,6 +686,7 @@ SUBDIR += tkabber SUBDIR += tn3270 SUBDIR += tn5250 + SUBDIR += torrentsniff SUBDIR += tptest SUBDIR += traceroute SUBDIR += trafd |