summaryrefslogtreecommitdiff
path: root/net/pvm++
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-29 08:21:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-29 08:21:36 +0000
commitb37067d0f1c4bc3c1f5a0462d5739d3d5e3784ae (patch)
tree93c612a33a13ccd3f4c81658fd0ded30a0139fe8 /net/pvm++
parentAdd some more ASCII art. (diff)
add pvm++, A C++-Library for PVM
Notes
Notes: svn path=/head/; revision=37721
Diffstat (limited to 'net/pvm++')
-rw-r--r--net/pvm++/Makefile34
-rw-r--r--net/pvm++/distinfo1
-rw-r--r--net/pvm++/pkg-comment1
-rw-r--r--net/pvm++/pkg-descr19
-rw-r--r--net/pvm++/pkg-plist43
5 files changed, 98 insertions, 0 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile
new file mode 100644
index 000000000000..c5d0f308481a
--- /dev/null
+++ b/net/pvm++/Makefile
@@ -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>
diff --git a/net/pvm++/distinfo b/net/pvm++/distinfo
new file mode 100644
index 000000000000..932e3466f1f5
--- /dev/null
+++ b/net/pvm++/distinfo
@@ -0,0 +1 @@
+MD5 (pvm++-0.5.0.tar.gz) = e89d8c2d61dc837fcd905a97df2a5027
diff --git a/net/pvm++/pkg-comment b/net/pvm++/pkg-comment
new file mode 100644
index 000000000000..4a87a6059a33
--- /dev/null
+++ b/net/pvm++/pkg-comment
@@ -0,0 +1 @@
+A C++-Library for PVM
diff --git a/net/pvm++/pkg-descr b/net/pvm++/pkg-descr
new file mode 100644
index 000000000000..6408cba964f0
--- /dev/null
+++ b/net/pvm++/pkg-descr
@@ -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
diff --git a/net/pvm++/pkg-plist b/net/pvm++/pkg-plist
new file mode 100644
index 000000000000..dcc81c126115
--- /dev/null
+++ b/net/pvm++/pkg-plist
@@ -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++