summaryrefslogtreecommitdiff
path: root/net/clusterit
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-03-06 17:42:11 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-03-06 17:42:11 +0000
commit21603991bf308b0324f54c6b582fcbb5489d8080 (patch)
tree3679a8a375fdc1999e475df9e95c0b0f6e8b39e4 /net/clusterit
parentActivate bbjd, tool to screw over your local casino and develop strategy. (diff)
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>
Notes
Notes: svn path=/head/; revision=17019
Diffstat (limited to 'net/clusterit')
-rw-r--r--net/clusterit/Makefile19
-rw-r--r--net/clusterit/distinfo1
-rw-r--r--net/clusterit/files/patch-aa13
-rw-r--r--net/clusterit/files/patch-ab11
-rw-r--r--net/clusterit/files/patch-ad11
-rw-r--r--net/clusterit/pkg-comment1
-rw-r--r--net/clusterit/pkg-descr9
-rw-r--r--net/clusterit/pkg-plist9
8 files changed, 74 insertions, 0 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile
new file mode 100644
index 000000000000..fa6d1babc35c
--- /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>
diff --git a/net/clusterit/distinfo b/net/clusterit/distinfo
new file mode 100644
index 000000000000..9de066aaf7ba
--- /dev/null
+++ b/net/clusterit/distinfo
@@ -0,0 +1 @@
+MD5 (clusterit-1.2.tar.gz) = 291a6c35c3dafd03360fe5ecdf67f8ff
diff --git a/net/clusterit/files/patch-aa b/net/clusterit/files/patch-aa
new file mode 100644
index 000000000000..5f291bb130a3
--- /dev/null
+++ b/net/clusterit/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Mon Dec 14 20:51:56 1998
++++ Makefile Thu Feb 4 16:37:34 1999
+@@ -3,8 +3,8 @@
+
+ OPSYS!= uname
+ #CC= /usr/local/bin/gcc
+-CFLAGS= -O2 -Wall
+-PREFIX?= /usr/local
++CFLAGS?= ${CFLAGS} -O2 -Wall
++#PREFIX?= /usr/local
+
+ SUBDIR= dsh pcp barrier
+
diff --git a/net/clusterit/files/patch-ab b/net/clusterit/files/patch-ab
new file mode 100644
index 000000000000..e7601e44a9ef
--- /dev/null
+++ b/net/clusterit/files/patch-ab
@@ -0,0 +1,11 @@
+--- barrier/Makefile.orig Mon Dec 14 20:51:56 1998
++++ barrier/Makefile Thu Feb 4 16:36:04 1999
+@@ -4,7 +4,7 @@
+ # Some options need to be uncommented for Solaris
+
+ #CC= /usr/local/bin/gcc
+-CFLAGS?= -Wall -O2
++CFLAGS?= ${CFLAGS} -Wall -O2
+ PROGS= barrierd barrier
+ #LIBS= -lsocket -lnsl
+ #
diff --git a/net/clusterit/files/patch-ad b/net/clusterit/files/patch-ad
new file mode 100644
index 000000000000..756204b71d4d
--- /dev/null
+++ b/net/clusterit/files/patch-ad
@@ -0,0 +1,11 @@
+--- dsh/Makefile.orig Mon Dec 14 20:51:53 1998
++++ dsh/Makefile Thu Feb 4 16:36:19 1999
+@@ -4,7 +4,7 @@
+ # Some of the below needs to be uncommented for Solaris to work.
+
+ #CC= /usr/local/bin/gcc
+-CFLAGS= -Wall -O2 #-DDEBUG -g
++CFLAGS?= ${CFLAGS} -Wall -O2 #-DDEBUG -g
+ PROGS= dsh seq run
+
+ OBJS= dsh.o seq.o run.o
diff --git a/net/clusterit/pkg-comment b/net/clusterit/pkg-comment
new file mode 100644
index 000000000000..7a8659fc4b6d
--- /dev/null
+++ b/net/clusterit/pkg-comment
@@ -0,0 +1 @@
+A collection of clustering tools
diff --git a/net/clusterit/pkg-descr b/net/clusterit/pkg-descr
new file mode 100644
index 000000000000..58cd250abfc2
--- /dev/null
+++ b/net/clusterit/pkg-descr
@@ -0,0 +1,9 @@
+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
+
+--Dima
+dima@chg.ru
diff --git a/net/clusterit/pkg-plist b/net/clusterit/pkg-plist
new file mode 100644
index 000000000000..952cbc500b54
--- /dev/null
+++ b/net/clusterit/pkg-plist
@@ -0,0 +1,9 @@
+bin/barrier
+bin/barrierd
+bin/dsh
+bin/seq
+bin/run
+bin/pcp
+bin/pdf
+bin/prm
+bin/dshbak