Port details |
- pstreams C++ utility for simple IOStream-based IPC
- 1.0.4 devel
=2 1.0.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-01-24 20:57:46
- Last Update: 2024-09-08 18:36:59
- Commit Hash: 562d5f7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSL
- WWW:
- https://pstreams.sourceforge.net/
- https://github.com/jwakely/pstreams
- Description:
- 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.
The library provides class templates in the style of the standard iostreams that
can be used with any ISO C++ compiler on a POSIX platform. The classes use a
streambuf class that uses fork(2) and the exec(2) family of functions to create
a new process and creates up to three pipes to write/read data to/from the
process.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pstreams>0:devel/pstreams
- To install the port:
- cd /usr/ports/devel/pstreams/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pstreams
- pkg install pstreams
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pstreams
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725559565
SHA256 (pstreams-1.0.4.tar.gz) = 9db179cc4ca37dcf21f58b8320e33f626a275df8560c688c88c51797e02a04d6
SIZE (pstreams-1.0.4.tar.gz) = 75924
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- converters/pdf2djvu
Configuration Options:
- No options to configure
- Options name:
- devel_pstreams
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4 08 Sep 2024 18:36:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pstreams: Update to 1.0.4
- Update WWW
Changes: https://github.com/jwakely/pstreams/releases |
1.0.3 22 Sep 2023 03:16:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pstreams: Update to 1.0.3
- Update WWW
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: https://github.com/jwakely/pstreams/commits/master |
0.8.1 15 Sep 2023 18:27:19
    |
Koichiro Iwao (meta)  Author: Edmondas Girkantas |
*/*: Return to pool as per maintainer's request
Thanks to Edmondas Girkantas for his dedication to ports tree.
PR: 273815 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.1 04 Feb 2016 03:22:13
  |
pi  |
devel/pstreams: 0.8.0 -> 0.8.1
- pstream.h (basic_ipstream::basic_ipstream(argv_type, pmode):
o Use basic_ipstream::readable(pmode) to correctly set input mode.
o Add initializer-list constructors.
o Make unary constructors explicit.
- test_pstreams.cc:
o Test execve-style construction for ipstream.
PR: 206272
Submitted by: yuri@rawbw.com
Approved by: eg@fbsd.lt (maintainer timeout) |
0.8.0 20 Dec 2014 18:06:22
  |
bapt  |
Cleanup plist |
0.8.0 27 Oct 2013 11:50:24
  |
madpilot  |
- Update to 0.8.0
- Add LICENSE
- Convert to USES
- Convert to staging
PR: ports/183132
Submitted by: me
Approved by: Edmondas Girkantas <eg@fbsd.lt> (maintainer) |
0.6.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.0 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.6.0 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.6.0 14 Jul 2009 09:13:39
 |
linimon  |
Over to new volunteer. |
0.6.0 08 Jul 2009 13:49:53
 |
skreuzer  |
Revert previous commit.
Similar change was already made by itetcu@
Approved by: wxs (mentor, implicit) |
0.6.0 07 Jul 2009 12:48:33
 |
skreuzer  |
Fix with custom LOCALBASE / PREFIX
PR: ports/135370
Reported by: QAT
Approved by: wxs (mentor); maintainer timeout |
0.6.0 09 Jun 2009 11:45:58
 |
itetcu  |
Fix plist with custom PREFIX.
Submitted by: Sahil Tandon
Reported by: QATty |
0.6.0 05 Apr 2009 10:45:05
 |
dhn  |
- Update to 0.6.0
- Use SF now and remove DIST_SUBDIR while I am here
PR: ports/132930
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
Approved by: maintainer timeout (two weeks), miwi (mentor) |
0.5.2 24 Jan 2007 20:57:34
 |
miwi  |
C++ utility for simple IOStream-based Inter-Process Communication
WWW: http://pstreams.sourceforge.net/
PR: ports/108205
Submitted by: Andrew Wingorodov <mail at andr.ru> |