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>
This commit is contained in:
Martin Wilke 2007-01-24 20:57:34 +00:00
parent 236e54a5ac
commit 8ac6cd84c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183198
5 changed files with 40 additions and 0 deletions

View File

@ -1706,6 +1706,7 @@
SUBDIR += projectcenter.app
SUBDIR += projectmanager
SUBDIR += prototype
SUBDIR += pstreams
SUBDIR += psvn
SUBDIR += pth
SUBDIR += ptmalloc

22
devel/pstreams/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: pstreams
# Date created: 22 Jan 2007
# Whom: Andrew Wingorodov <mail@andr.ru>
#
# $FreeBSD$
PORTNAME= pstreams
PORTVERSION= 0.5.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pstreams
MAINTAINER= mail@andr.ru
COMMENT= C++ utility for simple IOStream-based IPC
USE_GMAKE= yes
NO_BUILD= yes
PLIST_FILES= include/pstreams/pstream.h
PLIST_DIRS= include/pstreams
.include <bsd.port.mk>

3
devel/pstreams/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pstreams-0.5.2.tar.gz) = d8a9bd488f3e7b75feabc7b136ad8be0
SHA256 (pstreams-0.5.2.tar.gz) = e9382ba2d0c41e94c471248fd547218350beff29e4294fdbad102333020fe867
SIZE (pstreams-0.5.2.tar.gz) = 53150

View File

@ -0,0 +1,11 @@
--- Makefile.orig Mon Jan 22 13:33:24 2007
+++ Makefile Mon Jan 22 13:33:51 2007
@@ -38,7 +38,7 @@
VERS = 0.5.2
-all: docs $(GENERATED_FILES)
+all: install
test: test_pstreams test_minimum
@./test_minimum >/dev/null 2>&1 || echo "TEST EXITED WITH STATUS $$?"

3
devel/pstreams/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
C++ utility for simple IOStream-based Inter-Process Communication
WWW: http://pstreams.sourceforge.net/