NOTICE: This package has been removed from pkgsrc

./wip/pstreams, POSIX Process Control in C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.7.0, Package name: pstreams-0.7.0, Maintainer: ryoon

PStreams allows you to run another program from your C++ application
and to transfer data between the two programs similar to shell
pipelines.

In the simplest case, a PStreams class is like a C++ wrapper for
the POSIX.2 functions popen(3) and pclose(3), using C++ iostreams
instead of C's stdio library.


Required to build:
[lang/perl5]

Master sites:

SHA1: 8300886c0c1783c7b8b1363596d77683cd213e7e
RMD160: c0841579b88c23793a1ab9f94316a528fc9f98f5
Filesize: 54.234 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-29 12:42:56 by Ryo ONODERA | Files touched by this commit (6) | Package removed
Log message:
Imported as devel/pstreams
   2011-10-29 12:35:55 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Fix buildlink3.mk file.
Drop MAINTAINERship.
   2011-02-24 20:12:20 by Ryo ONODERA | Files touched by this commit (6) | Imported package
Log message:
Import pstreams-0.7.0 as wip/pstreams.

PStreams allows you to run another program from your C++ application
and to transfer data between the two programs similar to shell
pipelines.

In the simplest case, a PStreams class is like a C++ wrapper for
the POSIX.2 functions popen(3) and pclose(3), using C++ iostreams
instead of C's stdio library.