- 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)
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# Created by: Andrew Wingorodov <mail@andr.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pstreams
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release%200.8.x
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
|
COMMENT= C++ utility for simple IOStream-based IPC
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= gmake
|
|
MAKE_ENV+= INSTALL_PREFIX=${PREFIX}
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= include/pstreams/pstream.h
|
|
|
|
.include <bsd.port.mk>
|