diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
commit | d4f6d1b80b6015488c7d014161dcba14f31fa94b (patch) | |
tree | 4cce36b96cab173b4ca8d6a02c15d6f61bea1318 /net/pvm++ | |
parent | 62768764b7c6b54cb03697978897d6ec5b269880 (diff) | |
download | ports-d4f6d1b80b6015488c7d014161dcba14f31fa94b.tar.gz ports-d4f6d1b80b6015488c7d014161dcba14f31fa94b.zip |
Notes
Diffstat (limited to 'net/pvm++')
-rw-r--r-- | net/pvm++/Makefile | 7 | ||||
-rw-r--r-- | net/pvm++/distinfo | 2 | ||||
-rw-r--r-- | net/pvm++/pkg-plist | 23 |
3 files changed, 15 insertions, 17 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 05f0964c5e59..fac7082866d3 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -7,22 +7,19 @@ # PORTNAME= pvm++ -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.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 +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm GNU_CONFIGURE= yes -USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: diff --git a/net/pvm++/distinfo b/net/pvm++/distinfo index 29d1170f98cc..cd4cc1ec859b 100644 --- a/net/pvm++/distinfo +++ b/net/pvm++/distinfo @@ -1 +1 @@ -MD5 (pvm++-0.5.1.tar.gz) = 1b561f0b0044d181f0cba7f71e82f107 +MD5 (pvm++-0.6.0.tar.gz) = d0b13867500b77a975e052aab0594319 diff --git a/net/pvm++/pkg-plist b/net/pvm++/pkg-plist index f5f1cf3b00c2..23d493503de4 100644 --- a/net/pvm++/pkg-plist +++ b/net/pvm++/pkg-plist @@ -23,19 +23,20 @@ lib/libpvm++.a lib/libpvm++.so lib/libpvm++.so.1 share/aclocal/pvm++.m4 +%%PORTDOCS%%share/doc/pvm++/Class.html +%%PORTDOCS%%share/doc/pvm++/Custom.html +%%PORTDOCS%%share/doc/pvm++/EmptyStruct.html %%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++/Host.html +%%PORTDOCS%%share/doc/pvm++/HostSet.html +%%PORTDOCS%%share/doc/pvm++/Pvm.html +%%PORTDOCS%%share/doc/pvm++/ReceiveAction.html +%%PORTDOCS%%share/doc/pvm++/Struct.html +%%PORTDOCS%%share/doc/pvm++/StructId.html +%%PORTDOCS%%share/doc/pvm++/StructSet.html +%%PORTDOCS%%share/doc/pvm++/Task.html +%%PORTDOCS%%share/doc/pvm++/TaskSet.html %%PORTDOCS%%share/doc/pvm++/index.html %%PORTDOCS%%share/doc/pvm++/icon1.png %%PORTDOCS%%share/doc/pvm++/icon2.png |