diff options
author | billf <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-06 17:42:11 +0000 |
commit | 02af18a620058cd4757bed6519d7f975c5f20123 (patch) | |
tree | 0826c7ad2d621288710d85f8421d27420d9c13a1 /net/clusterit/Makefile | |
parent | 0bdbbbc6809161761818ef2d9ca1a6b5f52a9f81 (diff) | |
download | FreeBSD-ports-02af18a620058cd4757bed6519d7f975c5f20123.zip FreeBSD-ports-02af18a620058cd4757bed6519d7f975c5f20123.tar.gz |
This is a collection of clustering tools to turn your ordinary everyday pile
of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.
http://www.inficad.com/~garbled/clusterit.html
PR: ports/9907
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/clusterit/Makefile')
-rw-r--r-- | net/clusterit/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile new file mode 100644 index 0000000..fa6d1ba --- /dev/null +++ b/net/clusterit/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: clusterit +# Version required: 1.2 +# Date created: 4 February 1999 +# Whom: Dima Sivachenko +# +# $Id: $ +# + +DISTNAME= clusterit-1.2 +CATEGORIES= net devel +MASTER_SITES= http://www.inficad.com/~garbled/ \ + ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ + +MAINTAINER= dima@chg.ru + +MAN1= barrier.1 barrierd.1 dsh.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1\ + prm.1 + +.include <bsd.port.mk> |