pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/boinc3-coreclient import the current "stable" vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d12e1b8e1dac
branches:  trunk
changeset: 478218:d12e1b8e1dac
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jul 19 20:09:15 2004 +0000

description:
import the current "stable" version of BOINC, the distributing
computing framework

diffstat:

 net/boinc3-coreclient/DESCR            |   2 ++
 net/boinc3-coreclient/Makefile         |  33 +++++++++++++++++++++++++++++++++
 net/boinc3-coreclient/PLIST            |   2 ++
 net/boinc3-coreclient/distinfo         |   8 ++++++++
 net/boinc3-coreclient/patches/patch-aa |  13 +++++++++++++
 net/boinc3-coreclient/patches/patch-ab |  19 +++++++++++++++++++
 net/boinc3-coreclient/patches/patch-ac |  13 +++++++++++++
 net/boinc3-coreclient/patches/patch-ad |  12 ++++++++++++
 8 files changed, 102 insertions(+), 0 deletions(-)

diffs (134 lines):

diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/DESCR       Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,2 @@
+BOINC is a software platform for distributed computing using volunteer
+computer resources.
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/Makefile    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+#
+
+#DISTNAME=             boinc-3.07
+DISTNAME=              boinc_public-cvs-2004-07-14
+# in the source: 3.20
+PKGNAME=               boinc3-coreclient-3.19.20040714
+CATEGORIES=            net
+#MASTER_SITES=         http://boinc.berkeley.edu/source/archive/
+MASTER_SITES=          http://boinc.berkeley.edu/source/nightly/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://boinc.berkeley.edu/
+COMMENT=               Core client for Boinc V3
+
+WRKSRC=                ${WRKDIR}/boinc_public
+
+USE_BUILDLINK3=                yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                MYSQL_CONFIG=true
+
+BUILDDIRS=     RSAEuro client
+
+do-build:
+       cd ${WRKSRC}; for d in ${BUILDDIRS}; do \
+               (cd $$d && ${SETENV} ${MAKE_ENV} ${MAKE}); \
+       done
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/client/boinc_client \
+               ${PREFIX}/bin/boinc3_coreclient
+
+.include "../../mk/bsd.pkg.mk"
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/PLIST       Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+bin/boinc3_coreclient
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/distinfo    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+
+SHA1 (boinc_public-cvs-2004-07-14.tar.gz) = 125ceba6a85d80e34de7fb2ee0de410d2cca20dc
+Size (boinc_public-cvs-2004-07-14.tar.gz) = 3463359 bytes
+SHA1 (patch-aa) = 62fcec84fb5383568a32b69b80e77e465201323c
+SHA1 (patch-ab) = 48c23be13b932bb30046fee7a89ba1f47ad6db69
+SHA1 (patch-ac) = 2ade89a7d64cad3f2e476cba72ee987dcdb1ab3a
+SHA1 (patch-ad) = c8835343da8107f6b3cf23d6768f4c2cc3e3650f
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/patches/patch-aa    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+
+--- lib/filesys.C.orig 2004-07-14 16:20:54.000000000 +0200
++++ lib/filesys.C
+@@ -44,7 +44,7 @@
+ #include <sys/resource.h>
+ #endif
+ #ifdef HAVE_SYS_MOUNT_H
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #include <sys/param.h>
+ #endif
+ #include <sys/mount.h>
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/patches/patch-ab    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+
+--- db/constraints.sql.orig    2004-07-14 20:50:24.000000000 +0200
++++ db/constraints.sql
+@@ -78,14 +78,6 @@ alter table result
+     add index app_received_time (appid, received_time desc);
+         -- html_ops/result_summary.php
+ 
+-alter table trickle_up
+-    add index trickle_handled (appid, handled);
+-        -- for trickle handler
+-
+-alter table trickle_down
+-    add index trickle_host(hostid, handled);
+-        -- for scheduler
+-
+ alter table host
+     add index host_user (userid),
+         -- html_user/host_user.php
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/patches/patch-ac    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+
+--- RSAEuro/source/global.h.orig       2004-07-15 20:39:04.000000000 +0200
++++ RSAEuro/source/global.h
+@@ -37,7 +37,7 @@ typedef unsigned char *POINTER;
+ typedef unsigned short int UINT2;
+ 
+ /* UINT4 defines a four byte word */
+-typedef unsigned long int UINT4;
++typedef unsigned int UINT4;
+ 
+ /* BYTE defines a unsigned character */
+ typedef unsigned char BYTE;
diff -r a0eea9825008 -r d12e1b8e1dac net/boinc3-coreclient/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/boinc3-coreclient/patches/patch-ad    Mon Jul 19 20:09:15 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1.1.1 2004/07/19 20:09:15 drochner Exp $
+
+--- lib/diagnostics.h.orig     2004-07-15 23:08:14.000000000 +0200
++++ lib/diagnostics.h
+@@ -83,6 +83,7 @@ extern void boinc_set_signal_handler_for
+ #define BOINCSIGNALERROR( errmsg ) \
+     throw boinc_signal_operation_exception( __FILE__, __LINE__, errmsg )
+ 
++#include <assert.h>
+ 
+ #ifndef BOINCASSERT
+ #define BOINCASSERT                   assert



Home | Main Index | Thread Index | Old Index