aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ptyprocess
Commit message (Collapse)AuthorAgeFilesLines
* [NEW] sysutils/py3-ptyprocess: Create Python 3.x version of portBen Woods2017-06-071-1/+1
| | | | | | | | | | | | | | | | | The latest www/py-requests update [1] unbundled its dependencies, now requiring chardet, idna, urllib3 and certifi from ports. www/py3-requests port was not tested during QA, which would have highlighted the need for many new py3-* ports (and their dependencies). This change creates one of those ports. [1] https://svnweb.freebsd.org/changeset/ports/442565 PR: 219833 Notes: svn path=/head/; revision=442848
* sysutils/py-ptyprocess: update 0.5 -> 0.5.1Bartek Rutkowski2016-03-032-3/+3
| | | | Notes: svn path=/head/; revision=410033
* sysutils/py-ptyprocess: NEW PORT - Run a subprocess in a pseudo terminalBartek Rutkowski2015-06-223-0/+29
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 Notes: svn path=/head/; revision=390301