summaryrefslogtreecommitdiff
path: root/net/clusterit
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-08-16 10:43:08 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-08-16 10:43:08 +0000
commitb017fbe82041510669219a81edd459a1e65131cd (patch)
treefe02b586cf4cd96c3a222618e4d7aa85edd95542 /net/clusterit
parentUpdate port to version 0.15.3. (diff)
Upgrade to 2.0
Notes
Notes: svn path=/head/; revision=46314
Diffstat (limited to 'net/clusterit')
-rw-r--r--net/clusterit/Makefile13
-rw-r--r--net/clusterit/distinfo2
-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-descr2
-rw-r--r--net/clusterit/pkg-plist5
7 files changed, 16 insertions, 41 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile
index 7eae8379ee7a..3723187526d8 100644
--- a/net/clusterit/Makefile
+++ b/net/clusterit/Makefile
@@ -6,14 +6,19 @@
#
PORTNAME= clusterit
-PORTVERSION= 1.3
+PORTVERSION= 2.0
CATEGORIES= net devel
-MASTER_SITES= http://www.inficad.com/~garbled/ \
+MASTER_SITES= http://www.garbled.net/download/ \
ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/
MAINTAINER= demon@FreeBSD.org
-MAN1= barrier.1 barrierd.1 dsh.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1\
- prm.1
+USE_XLIB= yes
+
+MAN1= barrier.1 barrierd.1 dsh.1 jsh.1 jsd.1 rvt.1 dvt.1 \
+ clustersed.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1 prm.1
+
+post-patch:
+ @find ${WRKSRC} -name Makefile | xargs ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#g'
.include <bsd.port.mk>
diff --git a/net/clusterit/distinfo b/net/clusterit/distinfo
index a81eedd79d0d..d49884c46f5e 100644
--- a/net/clusterit/distinfo
+++ b/net/clusterit/distinfo
@@ -1 +1 @@
-MD5 (clusterit-1.3.tar.gz) = 0fc451e5ac837c0e22b14e2f7bace95e
+MD5 (clusterit-2.0.tar.gz) = 4868fdb108473c9ba3fef38450423469
diff --git a/net/clusterit/files/patch-aa b/net/clusterit/files/patch-aa
deleted file mode 100644
index 5f291bb130a3..000000000000
--- a/net/clusterit/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
deleted file mode 100644
index e7601e44a9ef..000000000000
--- a/net/clusterit/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 756204b71d4d..000000000000
--- a/net/clusterit/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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-descr b/net/clusterit/pkg-descr
index 5055abc8829b..36b73ec37e20 100644
--- a/net/clusterit/pkg-descr
+++ b/net/clusterit/pkg-descr
@@ -3,7 +3,7 @@ of UNIX workstations into a speedy parallel beast. This facilitates managing
a set of program executing in parallel with a very flexible authentication
scheme.
-WWW: http://www.inficad.com/~garbled/clusterit.html
+WWW: http://www.garbled.net/clusterit.html
--Dima
dima@chg.ru
diff --git a/net/clusterit/pkg-plist b/net/clusterit/pkg-plist
index 952cbc500b54..d3c93ca78fdb 100644
--- a/net/clusterit/pkg-plist
+++ b/net/clusterit/pkg-plist
@@ -1,6 +1,11 @@
bin/barrier
bin/barrierd
+bin/clustersed
bin/dsh
+bin/dvt
+bin/jsd
+bin/jsh
+bin/rvt
bin/seq
bin/run
bin/pcp