diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-24 00:02:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-24 00:02:15 +0000 |
commit | 941570feaaf3e63cd709d8b1bd35fdeb34aa6e75 (patch) | |
tree | 8ba8a891ccc2ef00a0bec98f9b2757fda09fdef4 /misc | |
parent | b07bd15482ff157eb0c48c77f2a22cbd6af669a3 (diff) | |
download | pkgsrc-941570feaaf3e63cd709d8b1bd35fdeb34aa6e75.tar.gz |
Remove fooseti and setiathome -- obsoleted by (and not compatible to)
BOINC-based clients.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 | ||||
-rw-r--r-- | misc/fooseti/DESCR | 3 | ||||
-rw-r--r-- | misc/fooseti/Makefile | 29 | ||||
-rw-r--r-- | misc/fooseti/PLIST | 12 | ||||
-rw-r--r-- | misc/fooseti/distinfo | 7 | ||||
-rw-r--r-- | misc/fooseti/patches/patch-aa | 13 | ||||
-rw-r--r-- | misc/fooseti/patches/patch-ab | 17 | ||||
-rw-r--r-- | misc/setiathome/DESCR | 9 | ||||
-rw-r--r-- | misc/setiathome/MESSAGE.NetBSD | 7 | ||||
-rw-r--r-- | misc/setiathome/MESSAGE.common | 14 | ||||
-rw-r--r-- | misc/setiathome/Makefile | 69 | ||||
-rw-r--r-- | misc/setiathome/PLIST | 6 | ||||
-rw-r--r-- | misc/setiathome/distinfo | 35 | ||||
-rw-r--r-- | misc/setiathome/files/setiathome.sh | 54 |
14 files changed, 1 insertions, 278 deletions
diff --git a/misc/Makefile b/misc/Makefile index a63e384f570..7747fe3ad5e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2006/10/17 09:46:13 markd Exp $ +# $NetBSD: Makefile,v 1.266 2006/10/24 00:02:15 wiz Exp $ # COMMENT= Miscellaneous utilities @@ -51,7 +51,6 @@ SUBDIR+= fep SUBDIR+= figlet SUBDIR+= figlet-fonts SUBDIR+= firelib -SUBDIR+= fooseti SUBDIR+= getopt SUBDIR+= git SUBDIR+= gkrellm-flynn @@ -207,7 +206,6 @@ SUBDIR+= rubygems SUBDIR+= sch SUBDIR+= sci SUBDIR+= screen -SUBDIR+= setiathome SUBDIR+= siag SUBDIR+= splitvt SUBDIR+= stellarium diff --git a/misc/fooseti/DESCR b/misc/fooseti/DESCR deleted file mode 100644 index b136ff5d2d7..00000000000 --- a/misc/fooseti/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -fooseti is a simple frontend for the Seti@home client. It shows the current -status of the client in a GTK+ window, allowing to start and stop it when -wanted. Note that it does not support account configuration. diff --git a/misc/fooseti/Makefile b/misc/fooseti/Makefile deleted file mode 100644 index 091d851aad6..00000000000 --- a/misc/fooseti/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.14 2006/10/04 21:49:19 wiz Exp $ -# - -DISTNAME= fooseti-0.6.6 -PKGREVISION= 4 -CATEGORIES= misc -MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= # http://www-personal.engin.umich.edu/~agorski/fooseti/ -COMMENT= Simple GTK+ frontend for the Seti@home client -BROKEN= "Not compatible with new SETI@Home client" - -DEPENDS+= setiathome>=3.00:../../misc/setiathome - -GNU_CONFIGURE= YES - -CPPFLAGS+= -DPKG_BINDIR="\"${LOCALBASE}/bin\"" - -DOCS= AUTHORS BUGS COPYING ChangeLog INSTALL NEWS NOTES README TODO - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fooseti -.for doc in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/fooseti -.endfor - -.include "../../x11/gtk/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/fooseti/PLIST b/misc/fooseti/PLIST deleted file mode 100644 index 35edcd886b6..00000000000 --- a/misc/fooseti/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/28 15:37:37 jmmv Exp $ -bin/fooseti -share/doc/fooseti/AUTHORS -share/doc/fooseti/BUGS -share/doc/fooseti/COPYING -share/doc/fooseti/ChangeLog -share/doc/fooseti/INSTALL -share/doc/fooseti/NEWS -share/doc/fooseti/NOTES -share/doc/fooseti/README -share/doc/fooseti/TODO -@dirrm share/doc/fooseti diff --git a/misc/fooseti/distinfo b/misc/fooseti/distinfo deleted file mode 100644 index 1167f6a8669..00000000000 --- a/misc/fooseti/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 11:02:52 agc Exp $ - -SHA1 (fooseti-0.6.6.tar.gz) = c4c2226ef5ae44cbf238aa9543ded908d013b4f9 -RMD160 (fooseti-0.6.6.tar.gz) = ea787d2d2a33105bdf0bf1f7624e5fed8f8ffffd -Size (fooseti-0.6.6.tar.gz) = 61863 bytes -SHA1 (patch-aa) = ed34c9e9939830610a6544b1536faf1b477c995b -SHA1 (patch-ab) = b3cc6f7451efdd481f0c168dcbfb19561db20e23 diff --git a/misc/fooseti/patches/patch-aa b/misc/fooseti/patches/patch-aa deleted file mode 100644 index c1eff8dcd0f..00000000000 --- a/misc/fooseti/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/28 15:37:37 jmmv Exp $ - ---- src/prefs.c.orig Sun Dec 23 17:34:14 2001 -+++ src/prefs.c -@@ -183,7 +183,7 @@ show_prefs() - if (seti.client != NULL) - gtk_entry_set_text(GTK_ENTRY(client), seti.client); - else -- gtk_entry_set_text(GTK_ENTRY(client), "setiathome"); -+ gtk_entry_set_text(GTK_ENTRY(client), PKG_BINDIR "/setiathome"); - - if (options.name) - gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(name_check), TRUE); diff --git a/misc/fooseti/patches/patch-ab b/misc/fooseti/patches/patch-ab deleted file mode 100644 index 257566e596f..00000000000 --- a/misc/fooseti/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/12/28 15:37:37 jmmv Exp $ - ---- src/fileIO.c.orig Mon Dec 24 02:15:53 2001 -+++ src/fileIO.c -@@ -344,10 +344,10 @@ runClient() - show_error(NULLPATH); - } // if the path is null - else { -- client = g_strdup_printf("%s/%s", seti.path, seti.client); -+ client = g_strdup_printf("%s", seti.client); - - if(!stat(client, &statBuf)) { -- command = g_strdup_printf("cd %s ; ./%s %s &", seti.path, seti.client, data.args); -+ command = g_strdup_printf("cd %s ; %s %s &", seti.path, seti.client, data.args); - system(command); - g_free(command); - update(); 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" |