Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154524330
D2110.id4328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2110.id4328.diff
View Options
Index: misc/py-ptyprocess/Makefile
===================================================================
--- /dev/null
+++ misc/py-ptyprocess/Makefile
@@ -0,0 +1,18 @@
+# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ptyprocess
+PORTVERSION= 0.4
+CATEGORIES= misc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= xmj@FreeBSD.org
+COMMENT= Runs a subprocess in a pseudo terminal
+
+LICENSE= ISCL
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Index: misc/py-ptyprocess/distinfo
===================================================================
--- /dev/null
+++ misc/py-ptyprocess/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ptyprocess-0.4.tar.gz) = ddba719428afc4dd4f5eb37307ae753c81f89ea63f18e7d35bbb494a88fd49dc
+SIZE (ptyprocess-0.4.tar.gz) = 17883
Index: misc/py-ptyprocess/pkg-descr
===================================================================
--- /dev/null
+++ misc/py-ptyprocess/pkg-descr
@@ -0,0 +1,10 @@
+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: http://pypi.python.org/pypi/ptyprocess/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 29, 8:11 PM (10 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32387004
Default Alt Text
D2110.id4328.diff (1 KB)
Attached To
Mode
D2110: misc/py-ptyprocess: add port
Attached
Detach File
Event Timeline
Log In to Comment