diff options
author | linimon <linimon@FreeBSD.org> | 2005-12-02 10:16:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-12-02 10:16:53 +0800 |
commit | 96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f (patch) | |
tree | 23aa27c9afdbc35ec76107ebafae10fb7b245bf1 /astro | |
parent | 492a57928bb1173ff5c8712da90b491c52c37b62 (diff) | |
download | freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.tar.gz freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.tar.zst freebsd-ports-gnome-96cdd1acc67d560686ae8bd0b42e5936ad1a9d3f.zip |
Mark setiathome (both versions) and dependent ports for deprecation.
The project has now migrated to astro/boinc-setiathome.
PR: ports/89525
Submitted by: edwin
Approved by: maintainer request to return these to ports@
Diffstat (limited to 'astro')
-rw-r--r-- | astro/SETIsupport/Makefile | 3 | ||||
-rw-r--r-- | astro/linux-setiathome/Makefile | 5 | ||||
-rw-r--r-- | astro/seti_applet/Makefile | 3 | ||||
-rw-r--r-- | astro/setiathome/Makefile | 5 | ||||
-rw-r--r-- | astro/tkseti/Makefile | 3 |
5 files changed, 17 insertions, 2 deletions
diff --git a/astro/SETIsupport/Makefile b/astro/SETIsupport/Makefile index 5f9dc7eecc3e..1e8032fd61cf 100644 --- a/astro/SETIsupport/Makefile +++ b/astro/SETIsupport/Makefile @@ -16,6 +16,9 @@ EXTRACT_ONLY= MAINTAINER= gibbon@cocoa.freemail.ne.jp COMMENT= JAVA application that shows current state of seti@home client +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/) +EXPIRATION_DATE=2005-12-15 + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome diff --git a/astro/linux-setiathome/Makefile b/astro/linux-setiathome/Makefile index bafda34c9ac2..f7daa0ca9a35 100644 --- a/astro/linux-setiathome/Makefile +++ b/astro/linux-setiathome/Makefile @@ -9,9 +9,12 @@ PORTREVISION= 4 CATEGORIES= astro linux PKGNAMEPREFIX= linux- -MAINTAINER= cyrille.lefevre@laposte.net +MAINTAINER= ports@FreeBSD.org COMMENT= Donate idle cycles to the search for space aliens - Linux i686 version +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/), use astro/boinc-setiathome. +EXPIRATION_DATE=2005-12-15 + # Global variables # diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile index 5eb32b3711af..9a184cdcaabb 100644 --- a/astro/seti_applet/Makefile +++ b/astro/seti_applet/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An applet that displays current status of seti@home client +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/) +EXPIRATION_DATE=2005-12-15 + LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 RUN_DEPENDS= ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 9ccb3e3acf7f..4e5f4572358b 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORT_HOST} EXTRACT_SUFX= .tar -MAINTAINER?= cyrille.lefevre@laposte.net +MAINTAINER?= ports@FreeBSD.org COMMENT?= Donate idle cycles to the search for space aliens +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/), use astro/boinc-setiathome. +EXPIRATION_DATE=2005-12-15 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 6176c2d96c89..d1fa596b6157 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://norlug.org/~chipster/resources/tkseti/ MAINTAINER= ports@FreeBSD.org COMMENT= Tk-based interface to SETI@Home +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/) +EXPIRATION_DATE=2005-12-15 + RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome |