Path to this page:
./
wip/modglue,
C++ library for handling co-processes
Branch: CURRENT,
Version: 1.19,
Package name: modglue-1.19,
Maintainer: jihbed.researchThe libModglue library is a C++ library with classes for forking external
processes and asynchronous reading from streams. It takes away the burden
of all subtleties involving the Unix fork call. The asynchronous read
facility enables one to read on multiple input streams at the same time,
without losing any of the standard C++ stream facilities.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line program.
Moreover, the modglue library extends the idea of standard Unix pipes by
providing a general framework for the creation of new processes with more
than just the standard stdin/stdout/stderr pipes.
Required to run:[
devel/libsigc++]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 6d97669e9c5741d00b56bdbf692993c638b4a405
Filesize: 92.222 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-07-28 20:43:34 by Kamel Derouiche | Files touched by this commit (5) |
Log message:
Import modglue-1.19 as wip/modglue.
The libModglue library is a C++ library with classes for forking external
processes and asynchronous reading from streams. It takes away the burden
of all subtleties involving the Unix fork call. The asynchronous read
facility enables one to read on multiple input streams at the same time,
without losing any of the standard C++ stream facilities.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line program.
Moreover, the modglue library extends the idea of standard Unix pipes by
providing a general framework for the creation of new processes with more
than just the standard stdin/stdout/stderr pipes.
|