Date: Fri, 19 Jan 2007 15:10:09 +0300 From: "Andrew Wingorodov" <mail@andr.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/108115: C++ utility for simple IOStream-based IPC Message-ID: <353bda0d0701190410h1079711dt32758f593534d54b@mail.gmail.com> Resent-Message-ID: <200701191240.l0JCeJnv043443@freefall.freebsd.org> In-Reply-To: <200701191210.l0JCAiTN091905@andr.shtrih.local> References: <200701191210.l0JCAiTN091905@andr.shtrih.local>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 108115 >Category: ports >Synopsis: C++ utility for simple IOStream-based IPC >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 19 12:40:19 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Andrew Wingorodov >Release: FreeBSD 6.2-RELEASE i386 >Organization: Metacomputer,Inc. >Environment: System: FreeBSD andr.shtrih.local 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Thu Jan 18 11:23:36 MSK 2007 root@andr.shtrih.local:/usr/obj/usr/src/sys/SHTRIH i386 >Description: C++ utility for simple IOStream-based Inter-Process Communication >How-To-Repeat: >Fix: --- pstreams begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ports/devel/pstreams/ # ports/devel/pstreams/pkg-descr # ports/devel/pstreams/distinfo # ports/devel/pstreams/pkg-plist # ports/devel/pstreams/Makefile # echo c - ports/devel/pstreams/ mkdir -p ports/devel/pstreams/ > /dev/null 2>&1 echo x - ports/devel/pstreams/pkg-descr sed 's/^X//' >ports/devel/pstreams/pkg-descr << 'END-of-ports/devel/pstreams/pkg-descr' XC++ utility for simple IOStream-based Inter-Process Communication END-of-ports/devel/pstreams/pkg-descr echo x - ports/devel/pstreams/distinfo sed 's/^X//' >ports/devel/pstreams/distinfo << 'END-of-ports/devel/pstreams/distinfo' XMD5 (pstreams-0.5.2.tar.gz) = d8a9bd488f3e7b75feabc7b136ad8be0 XSHA256 (pstreams-0.5.2.tar.gz) = e9382ba2d0c41e94c471248fd547218350beff29e4294fdbad102333020fe867 XSIZE (pstreams-0.5.2.tar.gz) = 53150 END-of-ports/devel/pstreams/distinfo echo x - ports/devel/pstreams/pkg-plist sed 's/^X//' >ports/devel/pstreams/pkg-plist << 'END-of-ports/devel/pstreams/pkg-plist' Xinclude/pstreams/pstream.h X@dirrm include/pstreams END-of-ports/devel/pstreams/pkg-plist echo x - ports/devel/pstreams/Makefile sed 's/^X//' >ports/devel/pstreams/Makefile << 'END-of-ports/devel/pstreams/Makefile' X# New ports collection makefile for: pstreams X# Date created: 18 Jan 2007 X# Whom: Andrew Wingorodov <mail@andr.ru> X# X# $FreeBSD$ X XPORTNAME= pstreams XPORTVERSION= 0.5.2 XCATEGORIES= devel XMASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/\ X http://heanet.dl.sourceforge.net/sourceforge/ XMASTER_SITE_SUBDIR= pstreams X XMAINTAINER= mail@andr.ru XCOMMENT= C++ utility for simple IOStream-based IPC X XMAN3= deprecated.3 pstream.h.3 redi.3 redi_basic_ipstream.3\ X redi_basic_opstream.3 redi_basic_pstream.3 redi_basic_pstreambuf.3\ X redi_basic_rpstream.3 redi_pstream_common.3 redi_pstreams.3 X X.include <bsd.port.pre.mk> X Xpost-install: X.for m in ${MAN3} X cd ${WRKSRC}/doc/man/man3 && ${INSTALL_MAN} $m ${PREFIX}/man/man3 X.endfor X X.include <bsd.port.post.mk> END-of-ports/devel/pstreams/Makefile exit --- pstreams ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?353bda0d0701190410h1079711dt32758f593534d54b>