SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/py-ptyprocess/pkg/DESCR
Normal file
5
devel/py-ptyprocess/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
12
devel/py-ptyprocess/pkg/PLIST
Normal file
12
devel/py-ptyprocess/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@pkgpath devel/py-ptyprocess
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ptyprocess/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/${MODPY_PYCACHE}_fork_pty.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/${MODPY_PYCACHE}ptyprocess.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/_fork_pty.py
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/ptyprocess.py
|
||||
lib/python${MODPY_VERSION}/site-packages/ptyprocess/util.py
|
Loading…
Add table
Add a link
Reference in a new issue