CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/07/13 09:39:52
Added files:
devel/lua-lpty : Makefile distinfo
devel/lua-lpty/pkg: DESCR PLIST
Log message:
Import lpty-1.2.2.
Comment:
This is a simple wrapper around unix PTYs.
Description:
lpty is a module that allows a program written in lua to open the master
side of a PTY and start a program with the slave side of the PTY as its
controlling terminal. The PTY may then be read from and written to,
thus controlling the remote program.
ok op