Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
parallel/clusterit/DESCR Normal file
View File

@@ -0,0 +1,6 @@
This is a collection of clustering tools, to turn your ordinary
everyday pile of UNIX workstations into a speedy parallel beast.
Initially this work was based on the work of IBM's PSSP, and copied
heavily from the ideas there. Its also lightly based on the work
pioneered in GLUnix.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.20 2012/09/11 20:36:17 asau Exp $
DISTNAME= clusterit-2.5
PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterit/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://clusterit.sourceforge.net/
COMMENT= Clustering package for unix
GNU_CONFIGURE= YES
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

31
parallel/clusterit/PLIST Normal file
View File

@@ -0,0 +1,31 @@
@comment $NetBSD: PLIST,v 1.4 2008/06/07 11:15:59 obache Exp $
bin/barrier
bin/barrierd
bin/clustersed
bin/dsh
bin/dshbak
bin/dtop
bin/dvt
bin/jsd
bin/jsh
bin/pcp
bin/pdf
bin/prm
bin/rseq
bin/run
bin/rvt
man/man1/barrier.1
man/man1/barrierd.1
man/man1/clustersed.1
man/man1/dsh.1
man/man1/dshbak.1
man/man1/dtop.1
man/man1/dvt.1
man/man1/jsd.1
man/man1/jsh.1
man/man1/pcp.1
man/man1/pdf.1
man/man1/prm.1
man/man1/rseq.1
man/man1/run.1
man/man1/rvt.1

View File

@@ -0,0 +1,11 @@
$NetBSD: distinfo,v 1.14 2008/09/19 19:39:22 joerg Exp $
SHA1 (clusterit-2.5.tar.gz) = 65d36116665179dd16029ac53182fde92d868020
RMD160 (clusterit-2.5.tar.gz) = b08f7903bc90375e45a733ef843df3e9bf216bb7
Size (clusterit-2.5.tar.gz) = 295347 bytes
SHA1 (patch-aa) = 15b4db813a8cb91b2c2ac277297fe4394637e804
SHA1 (patch-ab) = 32a8efdbf45226a7ec1a7a190ff7fae9e2bfe2ae
SHA1 (patch-ac) = d3c66a9f8e48fbc0e3471de71d91b7601400f74b
SHA1 (patch-ad) = 01935f2e2e2d308a148c26186e04912ad6c8d88d
SHA1 (patch-ae) = d3cb2da90a7b4ee9d027c4ccd63d549cdbe48a73
SHA1 (patch-af) = d699f909af6af13b492e21907cdb4216664b9169

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-aa,v 1.8 2008/02/27 21:52:16 garbled Exp $
--- common/common.c.orig 2008-02-27 14:35:30.000000000 -0700
+++ common/common.c 2008-02-27 14:37:18.000000000 -0700
@@ -186,7 +186,6 @@
char *clusterfile, *p, *nodename, *q;
int i, j, g, fail, gfail, lumping, n, ging;
char buf[MAXBUF];
- extern int errno;
group_t *grouptemp;
node_t *nodeptr;
char **lumptemp;
@@ -633,8 +632,6 @@
void
_bailout(int line, char *file)
{
- extern int errno;
-
(void)fprintf(stderr, "%s: Failed in %s line %d: %s %d\n",
progname, file, line, strerror(errno), errno);
_exit(EXIT_FAILURE);

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.3 2008/02/27 21:52:16 garbled Exp $
--- dsh/rseq.c.orig 2008-02-27 14:35:38.000000000 -0700
+++ dsh/rseq.c 2008-02-27 14:37:28.000000000 -0700
@@ -48,7 +48,6 @@
#endif
/* externs */
-extern int errno;
void do_command(char **argv, int allrun, char *username);
node_t *check_seq(void);

View File

@@ -0,0 +1,8 @@
--- dsh/run.c.orig 2008-02-27 12:29:38.000000000 -0700
+++ dsh/run.c 2008-02-27 14:49:30.000000000 -0700
@@ -48,5 +48,4 @@
#endif
-extern int errno;
void do_command(char **argv, int allrun, char *username);

View File

@@ -0,0 +1,8 @@
--- pcp/pcp.c.orig 2008-02-27 12:29:47.000000000 -0700
+++ pcp/pcp.c 2008-02-27 14:49:30.000000000 -0700
@@ -51,5 +51,4 @@
#endif
-extern int errno;
void do_copy(char **argv, int recurse, int preserve, char *username);

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ae,v 1.2 2008/02/27 21:52:16 garbled Exp $
--- rvt/command.c.orig 2008-02-27 14:35:55.000000000 -0700
+++ rvt/command.c 2008-02-27 14:37:56.000000000 -0700
@@ -453,7 +453,6 @@
unsigned char *s;
int count, sv;
unsigned char mask = is_eightbit() ? 0xff : 0x7f;
- extern int errno;
if (com_stack_top > com_stack)
return(*--com_stack_top);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-af,v 1.1 2008/09/19 19:39:22 joerg Exp $
--- dtop/dtop.c.orig 2008-09-19 21:36:01.000000000 +0200
+++ dtop/dtop.c
@@ -102,6 +102,8 @@ void sig_handler(int i);
#define TOP_PROCPS 1
#define TOP_NORMAL_THR 2
+#define dehumanize_number dehumanize_number_local
+
/* globals */
int debug, exclusion, grouping, interval;
int testflag, rshport, porttimeout, batchflag;