aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-06-23 00:48:24 +0800
committerrobak <robak@FreeBSD.org>2015-06-23 00:48:24 +0800
commitd4bf9ad6668711cb8d379a60a5e46891bf94282a (patch)
treecfc2939c567759c043a577f1a1130bac099e3fa0 /sysutils/Makefile
parentc6922627571ddb49e6ca55587d7dccb7948fff97 (diff)
downloadfreebsd-ports-gnome-d4bf9ad6668711cb8d379a60a5e46891bf94282a.tar.gz
freebsd-ports-gnome-d4bf9ad6668711cb8d379a60a5e46891bf94282a.tar.zst
freebsd-ports-gnome-d4bf9ad6668711cb8d379a60a5e46891bf94282a.zip
sysutils/py-ptyprocess: NEW PORT - Run a subprocess in a pseudo terminal
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer. WWW: https://github.com/pexpect/ptyprocess Submitted by: robak@FreeBSD.org
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b7c19646ace3..ba8347d2d60a 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -760,6 +760,7 @@
SUBDIR += py-power
SUBDIR += py-psutil
SUBDIR += py-psutil121
+ SUBDIR += py-ptyprocess
SUBDIR += py-pytsk
SUBDIR += py-queuelib
SUBDIR += py-ranger