diff options
author | robak <robak@FreeBSD.org> | 2015-06-23 00:48:24 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-06-23 00:48:24 +0800 |
commit | d4bf9ad6668711cb8d379a60a5e46891bf94282a (patch) | |
tree | cfc2939c567759c043a577f1a1130bac099e3fa0 /sysutils/Makefile | |
parent | c6922627571ddb49e6ca55587d7dccb7948fff97 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |