Path to this page:
./
devel/pstreams,
POSIX Process Control in C++
Branch: CURRENT,
Version: 1.0.3,
Package name: pstreams-1.0.3,
Maintainer: pkgsrc-usersPStreams 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:[
pkgtools/cwrappers]
Master sites:
Filesize: 67.499 KB
Version history: (Expand)
- (2022-02-15) Updated to version: pstreams-1.0.3
- (2021-05-25) Updated to version: pstreams-0.8.1nb5
- (2020-09-01) Updated to version: pstreams-0.8.1nb4
- (2019-08-11) Updated to version: pstreams-0.8.1nb3
- (2018-08-22) Updated to version: pstreams-0.8.1nb2
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2023-07-09 16:56:58 by Nia Alarie | Files touched by this commit (3) |
Log message:
pstreams: Fix for older C++ compilers.
While here, honour CFLAGS when building tests.
|
2022-02-15 11:28:38 by Niclas Rosenvik | Files touched by this commit (4) |
Log message:
Update devel/pstreams to version 1.0.3
pkgsrc changes:
drop perl dependecy, it is only used when buildling docs
install license, needed when distributing the .h file
use gmake
changes:
new license, boost-license
fix installation on case-insensitive file systems
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|