diff options
author | riastradh <riastradh@pkgsrc.org> | 2018-10-23 01:42:34 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2018-10-23 01:42:34 +0000 |
commit | ee3289aaf8e7e280265e96804e098f9bb06080fa (patch) | |
tree | 81b0df0b6172ec26a82215c850980939a2842b62 /net/Makefile | |
parent | 186f63431a970c103117bd276b72e626a58adbd1 (diff) | |
download | pkgsrc-ee3289aaf8e7e280265e96804e098f9bb06080fa.tar.gz |
Import stem-1.7.0, nyx-2.0.4, and sbws-0.8.0 from the Tor Project.
stem-1.7.0: Python library for controlling the tor daemon
nyx-2.0.4: curses monitor for the tor daemon
sbws-0.8.0: bandwidth scanner
nyx is a standalone application, so give it a meta-package net/nyx
with no py- prefix.
sbws is a standalone application too but only for designated Tor
plumbers, not for ordinary users, so leave it as py-sbws.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 29a87a9e075..05fdba99f55 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1229 2018/10/08 14:48:46 adam Exp $ +# $NetBSD: Makefile,v 1.1230 2018/10/23 01:42:34 riastradh Exp $ # COMMENT= Networking tools @@ -431,6 +431,7 @@ SUBDIR+= nstx SUBDIR+= ntop SUBDIR+= ntopng SUBDIR+= ntp4 +SUBDIR+= nyx SUBDIR+= obfs4proxy SUBDIR+= ocaml-ipaddr SUBDIR+= ocamlnet @@ -678,6 +679,7 @@ SUBDIR+= py-ncclient SUBDIR+= py-netaddr SUBDIR+= py-netifaces SUBDIR+= py-netsnmp +SUBDIR+= py-nyx SUBDIR+= py-omniORBpy SUBDIR+= py-pcap SUBDIR+= py-portend @@ -690,6 +692,7 @@ SUBDIR+= py-responses SUBDIR+= py-rt SUBDIR+= py-s3cmd SUBDIR+= py-s3transfer +SUBDIR+= py-sbws SUBDIR+= py-scp SUBDIR+= py-simplesoap SUBDIR+= py-smb |