add pvm++, A C++-Library for PVM
This commit is contained in:
parent
5d5ec8c733
commit
b37067d0f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37721
@ -226,6 +226,7 @@
|
||||
SUBDIR += priss
|
||||
SUBDIR += proxy
|
||||
SUBDIR += pvm
|
||||
SUBDIR += pvm++
|
||||
SUBDIR += queso
|
||||
SUBDIR += radius
|
||||
SUBDIR += radiusclient
|
||||
|
34
net/pvm++/Makefile
Normal file
34
net/pvm++/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: pvm++
|
||||
# Date created: Jan 29, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pvm++
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \
|
||||
http://goethe.ira.uka.de/~wilhelmi/pvm++/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/pvm++
|
||||
@${CP} ${WRKSRC}/doc/*.png ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/pvm++
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/pvm++/distinfo
Normal file
1
net/pvm++/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pvm++-0.5.0.tar.gz) = e89d8c2d61dc837fcd905a97df2a5027
|
1
net/pvm++/pkg-comment
Normal file
1
net/pvm++/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A C++-Library for PVM
|
19
net/pvm++/pkg-descr
Normal file
19
net/pvm++/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
PVM++: A C++-Library for PVM
|
||||
|
||||
This library provides an easy way to program the widely used parallel
|
||||
programming library PVM, which works in homogenous and heterogenous
|
||||
network environments.
|
||||
|
||||
Features :
|
||||
|
||||
- Easy sending and receiving of messages in heterogenous networks.
|
||||
- Full STL-integration.
|
||||
- Easy installation with configure-script on all UN*X platforms.
|
||||
- Easy access to all task and host information.
|
||||
- Message handlers are supported.
|
||||
- Messages can be automatically unpacked on arrival.
|
||||
|
||||
WWW: http://pvm-plus-plus.sourceforge.net/
|
||||
|
||||
-- Ying-Chieh Liao
|
||||
ijliao@FreeBSD.org
|
43
net/pvm++/pkg-plist
Normal file
43
net/pvm++/pkg-plist
Normal file
@ -0,0 +1,43 @@
|
||||
include/pvm++/class.hh
|
||||
include/pvm++/class.ii
|
||||
include/pvm++/custom.hh
|
||||
include/pvm++/emptystruct.hh
|
||||
include/pvm++/emptystruct.ii
|
||||
include/pvm++/host.hh
|
||||
include/pvm++/host.ii
|
||||
include/pvm++/hostset.hh
|
||||
include/pvm++/pack.ii
|
||||
include/pvm++/pvm++.hh
|
||||
include/pvm++/receiveaction.hh
|
||||
include/pvm++/receiveaction.ii
|
||||
include/pvm++/struct.hh
|
||||
include/pvm++/struct.ii
|
||||
include/pvm++/structset.hh
|
||||
include/pvm++/structset.ii
|
||||
include/pvm++/task.hh
|
||||
include/pvm++/task.ii
|
||||
include/pvm++/taskset.hh
|
||||
include/pvm++/types.hh
|
||||
@dirrm include/pvm++
|
||||
lib/libpvm++.a
|
||||
lib/libpvm++.la
|
||||
lib/libpvm++.so
|
||||
lib/libpvm++.so.1
|
||||
share/aclocal/pvm++.m4
|
||||
%%PORTDOCS%%share/doc/pvm++/General.html
|
||||
%%PORTDOCS%%share/doc/pvm++/HIER.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmClass.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmCustom.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmEmptyStruct.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmHost.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmHostSet.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmReceiveAction.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmStruct.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmStructId.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmStructSet.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmTask.html
|
||||
%%PORTDOCS%%share/doc/pvm++/PvmTaskSet.html
|
||||
%%PORTDOCS%%share/doc/pvm++/index.html
|
||||
%%PORTDOCS%%share/doc/pvm++/icon1.png
|
||||
%%PORTDOCS%%share/doc/pvm++/icon2.png
|
||||
%%PORTDOCS%%@dirrm share/doc/pvm++
|
Loading…
Reference in New Issue
Block a user