Subject: CVS commit: pkgsrc/sysutils/fdtools
From: Amitai Schleier
Date: 2017-10-03 02:43:22
Message id: 20171003004322.9F9B1FBC7@cvs.NetBSD.org

Log Message:
Initial import of fdtools, to manipulate file descriptors from shell scripts.

fdtools is a set of utilities for working with file descriptors. With
these tools, you can examine and manipulate file descriptor properties
from shell scripts, where without them you might have resorted to a
different language. These tools can rewind file descriptors, switch them
between blocking and nonblocking mode, and examine their inode
information. On some systems (currently only Linux, as far as I know)
they can also allocate, lock, and switch virtual consoles.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/fdtools/DESCR
1.1addpkgsrc/sysutils/fdtools/Makefile
1.1addpkgsrc/sysutils/fdtools/PLIST
1.1addpkgsrc/sysutils/fdtools/distinfo
1.1addpkgsrc/sysutils/fdtools/patches/patch-conf-compile_defaults_host__compile.sh
1.1addpkgsrc/sysutils/fdtools/patches/patch-conf-compile_defaults_host__link.sh
1.1addpkgsrc/sysutils/fdtools/patches/patch-src_recvfd.c
1.1addpkgsrc/sysutils/fdtools/patches/patch-src_sigsched.c