- Remove astro/boinc-einsteinathome, it has been IGNORE'd for two years.

This commit is contained in:
Pav Lucistnik 2012-05-16 13:38:36 +00:00
parent 9cfbf73b81
commit 6da44fd70d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296772
7 changed files with 1 additions and 108 deletions

1
MOVED
View file

@ -3375,3 +3375,4 @@ databases/php5-sqlite||2012-05-16|Removed from core php
www/py-django-css|www/py-django_compressor|2012-05-16|Upstream development stopped. Use www/py-django_compressor instead
net-p2p/py-bittorrent-core||2012-05-16|BROKEN for more than 6 month, there is no upstream distfiles anymore
net-p2p/py-bittorrent||2012-05-16|BROKEN for more than 6 month, there is no upstream distfiles anymore
astro/boinc-einsteinathome||2012-05-16|Not usable with current project

View file

@ -8,7 +8,6 @@
SUBDIR += accrete
SUBDIR += astrometry
SUBDIR += boinc-astropulse
SUBDIR += boinc-einsteinathome
SUBDIR += boinc-setiathome-enhanced
SUBDIR += celestia
SUBDIR += celestia-gnome

View file

@ -1,60 +0,0 @@
# New ports collection makefile for: boinc-einsteinathome
# Date created: 20 February 2006
# Whom: Rene Ladan <r.c.ladan@student.tue.nl>
# $FreeBSD$
#
PORTNAME= boinc-einsteinathome
PORTVERSION= 4.18
PORTREVISION= 4
PORTEPOCH= 2
CATEGORIES= astro
MASTER_SITES= http://einstein.phys.uwm.edu/app_test/FreeBSD/
DISTNAME= einstein_S5R3_${PORTVERSION}_i386-unknown-freebsd
MAINTAINER= pav@FreeBSD.org
COMMENT= Search for gravitational waves, a distributed computing project
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client
ONLY_FOR_ARCHS= i386 amd64
IGNORE= is out of work units. No FreeBSD app exists for current batch of work
NO_BUILD= yes
NO_WRKSUBDIR= yes
STRIP= #
# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile
BOINC_USER?= boinc
BOINC_GROUP?= nobody
BOINC_HOME?= /var/db/boinc
EINSTEIN_SITE= einstein.phys.uwm.edu
EINSTEIN_BINARY=${DISTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
AMD64= ""
.else
AMD64= "@comment "
.endif
SUB_FILES= pkg-message
SUB_LIST= AMD64=${AMD64}
PLIST_SUB= EINSTEIN_BINARY="${EINSTEIN_BINARY}" EINSTEIN_SITE=${EINSTEIN_SITE} \
BOINC_HOME=${BOINC_HOME}
do-install:
${INSTALL} -d -o ${BOINC_USER} -g ${BOINC_GROUP} ${BOINC_HOME}/projects
${INSTALL} -d -o ${BOINC_USER} -g ${BOINC_GROUP} ${BOINC_HOME}/projects/${EINSTEIN_SITE}
${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/projects/${EINSTEIN_SITE}/app_info.xml ${BOINC_HOME}/projects/${EINSTEIN_SITE}
${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKSRC}/projects/${EINSTEIN_SITE}/${EINSTEIN_BINARY} ${BOINC_HOME}/projects/${EINSTEIN_SITE}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View file

@ -1,2 +0,0 @@
SHA256 (einstein_S5R3_4.18_i386-unknown-freebsd.tar.gz) = b0aa778225211d5d83e955b8b3a85d75e1a4dfa41e400d03ee626aa65a336f35
SIZE (einstein_S5R3_4.18_i386-unknown-freebsd.tar.gz) = 1193948

View file

@ -1,22 +0,0 @@
*****************************************************************************
ATTACHING PROJECT
Just run boinc_gui, choose Attach, and follow instructions.
Project URL is einstein.phys.uwm.edu
MANUAL INSTALLATION
*) If this is your first time in any BOINC project, create a new account at
http://einstein.phys.uwm.edu/create_account_form.php
*) Or get your account key at http://einstein.phys.uwm.edu/get_passwd.php
*) Attach to the project:
cd /var/db/boinc
boinc_cmd --project_attach einstein.phys.uwm.edu <account key>
*****************************************************************************
%%AMD64%% IMPORTANT NOTICE FOR AMD64 USERS RUNNING 6.X:
%%AMD64%%
%%AMD64%% You have to have this line in /etc/libmap32.conf:
%%AMD64%% libpthread.so.1 libc_r.so.5
%%AMD64%% before you attach the project. Otherwise it will not work.
%%AMD64%%*****************************************************************************

View file

@ -1,19 +0,0 @@
Einstein@Home - Search for gravitational waves
Use your unused CPU cycles to aid in computations analyzing telescope
information for possible gravitational waves emitted by pulsars as
predicted by Albert Einstein.
Einstein@home is based on BOINC (Berkeley Open Infrastructure for
Network Computing). Several other projects besides Einstein@home are
using BOINC. BOINC lets you participate in more than one project,
and it lets you specify what fraction of your computer time should go
to each project.
Be sure to join the "FreeBSD" team on the Einstein website once you're
up and running.
The FreeBSD version of this client is currently in its beta-testing
phase.
WWW: http://einstein.phys.uwm.edu/

View file

@ -1,4 +0,0 @@
@cwd %%BOINC_HOME%%
projects/%%EINSTEIN_SITE%%/app_info.xml
projects/%%EINSTEIN_SITE%%/%%EINSTEIN_BINARY%%
@unexec rmdir %D/projects/%%EINSTEIN_SITE%% 2>/dev/null || true