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/Makefile | |
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/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 |