summaryrefslogtreecommitdiff
path: root/misc/setiathome
diff options
context:
space:
mode:
authorwiz <wiz>2006-10-24 00:02:15 +0000
committerwiz <wiz>2006-10-24 00:02:15 +0000
commit7958d8ede57c58012cf9a681d211a9e775bd0152 (patch)
tree8ba8a891ccc2ef00a0bec98f9b2757fda09fdef4 /misc/setiathome
parent1fe91089b79eced52000da13857772811ee5b588 (diff)
downloadpkgsrc-7958d8ede57c58012cf9a681d211a9e775bd0152.tar.gz
Remove fooseti and setiathome -- obsoleted by (and not compatible to)
BOINC-based clients.
Diffstat (limited to 'misc/setiathome')
-rw-r--r--misc/setiathome/DESCR9
-rw-r--r--misc/setiathome/MESSAGE.NetBSD7
-rw-r--r--misc/setiathome/MESSAGE.common14
-rw-r--r--misc/setiathome/Makefile69
-rw-r--r--misc/setiathome/PLIST6
-rw-r--r--misc/setiathome/distinfo35
-rw-r--r--misc/setiathome/files/setiathome.sh54
7 files changed, 0 insertions, 194 deletions
diff --git a/misc/setiathome/DESCR b/misc/setiathome/DESCR
deleted file mode 100644
index d0f58bbe3a6..00000000000
--- a/misc/setiathome/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-SETI@home is a scientific experiment that will harness the power
-of hundreds of thousands of Internet-connected computers in the
-Search for Extraterrestrial Intelligence (SETI).
-
-You can participate by running a program that downloads and analyzes
-radio telescope data. There's a small but captivating possibility
-that your computer will detect the faint murmur of a civilization
-beyond Earth. There is a specific NetBSD group, which you can join
-by selecting the 'Join this Group' link at the top of that page.
diff --git a/misc/setiathome/MESSAGE.NetBSD b/misc/setiathome/MESSAGE.NetBSD
deleted file mode 100644
index f2af03cd6f0..00000000000
--- a/misc/setiathome/MESSAGE.NetBSD
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.3 2004/09/07 09:04:11 skrll Exp $
-
-Also, please consider joining the NetBSD team:
-http://setiathome2.ssl.berkeley.edu/fcgi-bin/fcgi?cmd=team_lookup&name=NetBSD
-
-===========================================================================
diff --git a/misc/setiathome/MESSAGE.common b/misc/setiathome/MESSAGE.common
deleted file mode 100644
index 663ee838759..00000000000
--- a/misc/setiathome/MESSAGE.common
+++ /dev/null
@@ -1,14 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.common,v 1.1 2003/08/16 06:56:17 reed Exp $
-
-Please note - you should really mkdir and cd into a new directory before
-running setiathome (to avoid cluttering up your homedir).
-
-The other possibility is to use the provided "setiathome" rc.d script
-which will start SETI@home on system bootup as an unpriviledged user,
-using /var/db/setiathome as its home. The first time you use this script
-the configuration utility will appear to manually configure your account.
-
-Good luck!
-
-===========================================================================
diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile
deleted file mode 100644
index 173436a06b5..00000000000
--- a/misc/setiathome/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:30:13 jlam Exp $
-#
-
-DISTNAME= ${PKGNAME_NOREV}
-PKGNAME= setiathome-3.08
-PKGREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ftp://alien.ssl.berkeley.edu/pub/ \
- ftp://setidata.ssl.berkeley.edu/pub/
-EXTRACT_SUFX= .tar
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://setiathome.ssl.berkeley.edu/
-COMMENT= Search for Extraterrestrial Intelligence - at home
-
-.include "../../mk/bsd.prefs.mk"
-
-# Now rework distname based on OPSYS and MACHINE_ARCH. Does not handle
-# rejecting older versions of operating systems
-#
-.if ${OPSYS} == "NetBSD"
-#
-DISTNAME= ${PKGNAME_NOREV}.${MACHINE_ARCH}-unknown-netbsd1.6.1
-
-.elif ${OPSYS} == "FreeBSD"
-#
-DISTNAME= ${PKGNAME_NOREV}.${MACHINE_ARCH}-unknown-freebsd4.0
-
-.elif ${OPSYS} == "OpenBSD"
-#
-DISTNAME= ${PKGNAME_NOREV}.${MACHINE_ARCH}-unknown-openbsd3.3
-
-.elif ${OPSYS} == "SunOS"
-#
-.if ${MACHINE_ARCH} == "sparc"
-DISTNAME= ${PKGNAME_NOREV}.sparc-sun-solaris2.6
-.else
-DISTNAME= ${PKGNAME_NOREV}.i386-pc-solaris2.6
-.endif
-
-.elif ${OPSYS} == "Linux"
-#
-.if ${MACHINE_ARCH} == "i386"
-DISTNAME= ${PKGNAME_NOREV}.i686-pc-linux-gnu
-.elif ${MACHINE_ARCH} == "x86_64"
-DISTNAME= ${PKGNAME_NOREV}.x86_64-pc-linux-gnu
-.endif
-
-.endif
-
-ONLY_FOR_PLATFORM= NetBSD-*-sparc FreeBSD-*-i386 OpenBSD-*-alpha
-ONLY_FOR_PLATFORM+= OpenBSD-*-i386 OpenBSD-*-macppc OpenBSD-*-sparc
-ONLY_FOR_PLATFORM+= OpenBSD-*-sparc64 SunOS-*-sparc SunOS-*-i386 Linux-*-i386
-ONLY_FOR_PLATFORM+= Linux-*-i386 Linux-*-x86_64
-
-DIST_SUBDIR= setiathome
-NO_BUILD= yes
-
-RCD_SCRIPTS= setiathome
-
-INSTALLATION_DIRS= bin man/cat1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/setiathome ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/xsetiathome ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/man/cat1/setiathome.0
- ${INSTALL_MAN} ${WRKSRC}/README.xsetiathome ${PREFIX}/man/cat1/xsetiathome.0
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/setiathome/PLIST b/misc/setiathome/PLIST
deleted file mode 100644
index c23ab7f39f0..00000000000
--- a/misc/setiathome/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:34:01 reed Exp $
-bin/setiathome
-bin/xsetiathome
-man/cat1/setiathome.0
-man/cat1/xsetiathome.0
-share/examples/rc.d/setiathome
diff --git a/misc/setiathome/distinfo b/misc/setiathome/distinfo
deleted file mode 100644
index 7572643f640..00000000000
--- a/misc/setiathome/distinfo
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/05/25 13:06:04 wiz Exp $
-
-SHA1 (setiathome/setiathome-3.08.alpha-unknown-openbsd3.3.tar) = 893eef6f91105fff1dbd8e2ec38879a02f138dd7
-RMD160 (setiathome/setiathome-3.08.alpha-unknown-openbsd3.3.tar) = 85fad5819cf5da072ebb8f9a4e6a7529166d5a40
-Size (setiathome/setiathome-3.08.alpha-unknown-openbsd3.3.tar) = 312320 bytes
-SHA1 (setiathome/setiathome-3.08.i386-pc-solaris2.6.tar) = a47345f1e4d6313b8dfd5299125b22ffb4fa7a1d
-RMD160 (setiathome/setiathome-3.08.i386-pc-solaris2.6.tar) = 433ec90e0ec49b7dcd100cdd1dd2d947f2823926
-Size (setiathome/setiathome-3.08.i386-pc-solaris2.6.tar) = 191488 bytes
-SHA1 (setiathome/setiathome-3.08.i386-unknown-freebsd4.0.tar) = 6f2c646d1d6a2b7923163157dba93a1868c5b958
-RMD160 (setiathome/setiathome-3.08.i386-unknown-freebsd4.0.tar) = 9e868d2844bfe71ff0967f4b7cca8a60caeb5f3f
-Size (setiathome/setiathome-3.08.i386-unknown-freebsd4.0.tar) = 196096 bytes
-SHA1 (setiathome/setiathome-3.08.i386-unknown-openbsd3.3.tar) = f72b4a566944ced18043b90eef651d2129270651
-RMD160 (setiathome/setiathome-3.08.i386-unknown-openbsd3.3.tar) = b55c531d94634919a1f0f642666066d4f262e0e4
-Size (setiathome/setiathome-3.08.i386-unknown-openbsd3.3.tar) = 237568 bytes
-SHA1 (setiathome/setiathome-3.08.i686-pc-linux-gnu.tar) = 0b73079e14b35806fbd00c87234bb6f81eb0a10b
-RMD160 (setiathome/setiathome-3.08.i686-pc-linux-gnu.tar) = 3dc617edf02f5d969044cccb1958877a2dc5568f
-Size (setiathome/setiathome-3.08.i686-pc-linux-gnu.tar) = 247808 bytes
-SHA1 (setiathome/setiathome-3.08.macppc-unknown-openbsd3.3.tar) = 6dae05daeeef05f5cb058304aee487f4c7b0dd46
-RMD160 (setiathome/setiathome-3.08.macppc-unknown-openbsd3.3.tar) = 123143c3e6d28bbf6e3f14c30129b931279a8c19
-Size (setiathome/setiathome-3.08.macppc-unknown-openbsd3.3.tar) = 226816 bytes
-SHA1 (setiathome/setiathome-3.08.sparc-sun-solaris2.6.tar) = a33f8acabe312bfe6511956ba9446213d34eb29f
-RMD160 (setiathome/setiathome-3.08.sparc-sun-solaris2.6.tar) = fbea6138456f00bec59bcdad271aea6a3d987ba2
-Size (setiathome/setiathome-3.08.sparc-sun-solaris2.6.tar) = 249344 bytes
-SHA1 (setiathome/setiathome-3.08.sparc-unknown-netbsd1.6.1.tar) = 9bc960d4dd2c698b4d59d575843cefe715105cb3
-RMD160 (setiathome/setiathome-3.08.sparc-unknown-netbsd1.6.1.tar) = 2745dd5c860516aab6c8ebbe88e26d1e64186d85
-Size (setiathome/setiathome-3.08.sparc-unknown-netbsd1.6.1.tar) = 207872 bytes
-SHA1 (setiathome/setiathome-3.08.sparc-unknown-openbsd3.3.tar) = 8fd1c18514e71359073fb80dac063c77e352ce69
-RMD160 (setiathome/setiathome-3.08.sparc-unknown-openbsd3.3.tar) = c2d8a90336c93c0258898e23f7956ae72073c30e
-Size (setiathome/setiathome-3.08.sparc-unknown-openbsd3.3.tar) = 211968 bytes
-SHA1 (setiathome/setiathome-3.08.sparc64-unknown-openbsd3.3.tar) = 7ee2c7257739030abb1b9fc69478fc962d6d99e3
-RMD160 (setiathome/setiathome-3.08.sparc64-unknown-openbsd3.3.tar) = 78fa0a7879289786b7c99e8bbf03292d8a518d10
-Size (setiathome/setiathome-3.08.sparc64-unknown-openbsd3.3.tar) = 265728 bytes
-SHA1 (setiathome/setiathome-3.08.x86_64-pc-linux-gnu.tar) = 196bbc2874fb7c1699035d133a2775714d4b0de3
-RMD160 (setiathome/setiathome-3.08.x86_64-pc-linux-gnu.tar) = 06ce5fea034d2451bb230783d658a197e6c3bdf2
-Size (setiathome/setiathome-3.08.x86_64-pc-linux-gnu.tar) = 224768 bytes
diff --git a/misc/setiathome/files/setiathome.sh b/misc/setiathome/files/setiathome.sh
deleted file mode 100644
index 134395ff56a..00000000000
--- a/misc/setiathome/files/setiathome.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: setiathome.sh,v 1.3 2003/06/02 19:55:16 abs Exp $
-#
-
-# PROVIDE: setiathome
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-
-setiathome_flags='-nice 20'
-
-. /etc/rc.subr
-
-sah_user="nobody"
-sah_group="nobody"
-sah_homedir="/var/db/setiathome"
-
-name="setiathome"
-rcvar=$name
-command="@PREFIX@/bin/${name}"
-pidfile="${sah_homedir}/pid.sah"
-extra_commands="config"
-
-setiathome_config() {
- if [ ! -d ${sah_homedir} ]; then
- mkdir ${sah_homedir}
- chmod 755 ${sah_homedir}
- chown ${sah_user}:${sah_group} ${sah_homedir}
- fi
-
- su -fm ${sah_user} -c "cd ${sah_homedir} && exec ${command} -login"
- return 0
-}
-
-setiathome_start() {
- if [ ! -f ${sah_homedir}/key.sah ]; then
- run_rc_command config
- fi
-
- echo "Starting ${name}."
- su -fm ${sah_user} -c "cd ${sah_homedir} && exec ${command} \
- ${setiathome_flags} ${command_args} &" 2>/dev/null 1>/dev/null
-}
-
-setiathome_poststop() {
- rm -f ${sah_homedir}/pid.sah
-}
-
-config_cmd=setiathome_config
-start_cmd=setiathome_start
-stop_postcmd=setiathome_poststop
-
-load_rc_config $name
-run_rc_command "$1"