Date: Mon, 22 Jan 2007 13:59:31 +0300 From: "Andrew Wingorodov" <mail@andr.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/108205: C++ utility for simple IOStream-based IPC Message-ID: <353bda0d0701220259ycc32f1end6d89ffd74968cf4@mail.gmail.com> Resent-Message-ID: <200701221100.l0MB0fLO035576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108205 >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: Mon Jan 22 11:00:40 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: # # pstreams/ # pstreams/Makefile # pstreams/distinfo # pstreams/files # pstreams/files/install-without-docs.diff # pstreams/pkg-descr # pstreams/pkg-plist # echo c - pstreams/ mkdir -p pstreams/ > /dev/null 2>&1 echo x - pstreams/Makefile sed 's/^X//' >pstreams/Makefile << 'END-of-pstreams/Makefile' X# New ports collection makefile for: pstreams X# Date created: 22 Jan 2007 X# Whom: Andrew Wingorodov <mail@andr.ru> X# X# $FreeBSD$ X XPORTNAME= pstreams XPORTVERSION= 0.5.2 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= pstreams X XMAINTAINER= mail@andr.ru XCOMMENT= C++ utility for simple IOStream-based IPC X XEXTRA_PATCHES= ${FILESDIR}/install-without-docs.diff X X.include <bsd.port.mk> END-of-pstreams/Makefile echo x - pstreams/distinfo sed 's/^X//' >pstreams/distinfo << 'END-of-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-pstreams/distinfo echo c - pstreams/files mkdir -p pstreams/files > /dev/null 2>&1 echo x - pstreams/files/install-without-docs.diff sed 's/^X//' >pstreams/files/install-without-docs.diff << 'END-of-pstreams/files/install-without-docs.diff' X--- Makefile.orig Mon Jan 22 13:33:24 2007 X+++ Makefile Mon Jan 22 13:33:51 2007 X@@ -38,7 +38,7 @@ X X VERS = 0.5.2 X X-all: docs $(GENERATED_FILES) X+all: install X X test: test_pstreams test_minimum X @./test_minimum >/dev/null 2>&1 || echo "TEST EXITED WITH STATUS $$?" END-of-pstreams/files/install-without-docs.diff echo x - pstreams/pkg-descr sed 's/^X//' >pstreams/pkg-descr << 'END-of-pstreams/pkg-descr' XC++ utility for simple IOStream-based Inter-Process Communication X XWWW: http://pstreams.sourceforge.net/ END-of-pstreams/pkg-descr echo x - pstreams/pkg-plist sed 's/^X//' >pstreams/pkg-plist << 'END-of-pstreams/pkg-plist' Xinclude/pstreams/pstream.h X@dirrm include/pstreams END-of-pstreams/pkg-plist 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?353bda0d0701220259ycc32f1end6d89ffd74968cf4>