diff options
author | pav <pav@FreeBSD.org> | 2004-10-17 03:29:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-17 03:29:30 +0800 |
commit | d9abbbd33e3d99dc25b4466a7ea3deafc81709a5 (patch) | |
tree | 3982224929ddae2468f805da81fd20527d9e3966 /net/Makefile | |
parent | 2c65cec4f77f069ff4fa3c8a1fef2faf7fcaa66a (diff) | |
download | freebsd-ports-gnome-d9abbbd33e3d99dc25b4466a7ea3deafc81709a5.tar.gz freebsd-ports-gnome-d9abbbd33e3d99dc25b4466a7ea3deafc81709a5.tar.zst freebsd-ports-gnome-d9abbbd33e3d99dc25b4466a7ea3deafc81709a5.zip |
Add boinc-client, Berkeley Open Infrastructure for Network Computing.
BOINC is a software platform for distributed computing using volunteer
computer resources.
Many different projects can use BOINC. SETI@HOME, for example, has
been redesigned to use BOINC and the astro/boinc-setiathome port
supercedes the astro/setiathome port.
WWW: http://boinc.berkeley.edu/
PR: ports/72714
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5742e416d787..f69c10cc1a68 100644 --- a/net/Makefile +++ b/net/Makefile @@ -43,6 +43,7 @@ SUBDIR += bmon SUBDIR += bnbt SUBDIR += boclient + SUBDIR += boinc-client SUBDIR += bounce SUBDIR += bsdproxy SUBDIR += btqueue |