Date: Sun, 26 Mar 2006 22:39:14 GMT From: Rene Ladan <r.c.ladan@student.tue.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: stefan.urbat@apastron.lb.shuttle.de Subject: ports/94980: [NEW PORT] astro/boinc-setiathome-enhanced: Setiathome Enhanced for BOINC Message-ID: <200603262239.k2QMdEpN015401@freefall.freebsd.org> Resent-Message-ID: <200603262240.k2QMeGVp015508@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94980 >Category: ports >Synopsis: [NEW PORT] astro/boinc-setiathome-enhanced: Setiathome Enhanced for BOINC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 22:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 6.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD s000655.campus.tue.nl 6.0-RELEASE-p6 FreeBSD 6.0-RELEASE-p6 #0: Wed Mar 22 18:35:15 CET 2006 >Description: SETI - Search for Extra-Terrestrial Intelligence -- Enhanced version Use your unused CPU cycles to aid in computations analyzing radio telescope information for possible signs of ET. The Enhanced version is still beta, but this is mainly for administrative reasons. This version is a FreeBSD binary built by Stefan Urbat for Pentium II or AMD K6 CPUs and higher (requires MMX instructions). WWW: http://www.lb.shuttle.de/apastron/boincDown.shtml#freebsd Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- boinc-setiathome-enhanced-5.05.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # boinc-setiathome-enhanced # boinc-setiathome-enhanced/pkg-plist # boinc-setiathome-enhanced/pkg-message # boinc-setiathome-enhanced/pkg-descr # boinc-setiathome-enhanced/distinfo # boinc-setiathome-enhanced/Makefile # echo c - boinc-setiathome-enhanced mkdir -p boinc-setiathome-enhanced > /dev/null 2>&1 echo x - boinc-setiathome-enhanced/pkg-plist sed 's/^X//' >boinc-setiathome-enhanced/pkg-plist << 'END-of-boinc-setiathome-enhanced/pkg-plist' X@cwd %%BOINC_HOME%% Xprojects/%%SETI_SITE%%/app_info.xml Xprojects/%%SETI_SITE%%/%%SETI_BINARY%% X@dirrmtry %D/projects/%%SETI_SITE%% 2>/dev/null END-of-boinc-setiathome-enhanced/pkg-plist echo x - boinc-setiathome-enhanced/pkg-message sed 's/^X//' >boinc-setiathome-enhanced/pkg-message << 'END-of-boinc-setiathome-enhanced/pkg-message' XATTACHING PROJECT X XJust run boinc_gui, choose Attach, and follow instructions. XProject URL is setiweb.ssl.berkeley.edu/beta X XMANUAL INSTALLATION X *) If this is your first time in any BOINC project, create a new account at X http://setiweb.berkeley.edu/beta/create_account_form.php X X *) Or get your account key at http://setiweb.ssl.berkeley.edu/beta/get_passwd.php X X *) Attach to the project: X cd /var/db/boinc X boinc_cmd --project_attach setiweb.ssl.berkeley.edu/beta <account key> END-of-boinc-setiathome-enhanced/pkg-message echo x - boinc-setiathome-enhanced/pkg-descr sed 's/^X//' >boinc-setiathome-enhanced/pkg-descr << 'END-of-boinc-setiathome-enhanced/pkg-descr' XSETI - Search for Extra-Terrestrial Intelligence -- Enhanced version X XUse your unused CPU cycles to aid in computations analyzing radio Xtelescope information for possible signs of ET. The Enhanced version Xis still beta, but this is mainly for administrative reasons. X XThis version is a FreeBSD binary built by Stefan Urbat for Pentium II Xor AMD K6 CPUs and higher (requires MMX instructions). X XWWW: http://www.lb.shuttle.de/apastron/boincDown.shtml#freebsd END-of-boinc-setiathome-enhanced/pkg-descr echo x - boinc-setiathome-enhanced/distinfo sed 's/^X//' >boinc-setiathome-enhanced/distinfo << 'END-of-boinc-setiathome-enhanced/distinfo' XMD5 (boinc5.2.14seti5.05freebsd-mmx.tar.bz2) = 29b089e2ed1bb8040208b3f7fe8d63fe XSHA256 (boinc5.2.14seti5.05freebsd-mmx.tar.bz2) = 35fe25d6b4b9adec3c16cef48ee2a87ee7ff6c7a73dbcc0d5a78dffc0f02ba25 XSIZE (boinc5.2.14seti5.05freebsd-mmx.tar.bz2) = 1331836 END-of-boinc-setiathome-enhanced/distinfo echo x - boinc-setiathome-enhanced/Makefile sed 's/^X//' >boinc-setiathome-enhanced/Makefile << 'END-of-boinc-setiathome-enhanced/Makefile' X# New ports collection makefile for: boinc-setiathome-enhanced X# Date created: 26 March 2006 X# Whom: Rene Ladan <r.c.ladan@student.tue.nl> X# $FreeBSD$ X# X XPORTNAME= boinc-setiathome-enhanced XPORTVERSION= 5.05 XCATEGORIES= astro XMASTER_SITES= http://www.lb.shuttle.de/apastron/boinc/ XDISTNAME= boinc5.2.14seti${PORTVERSION}freebsd-mmx X XMAINTAINER= r.c.ladan@student.tue.nl XCOMMENT= Setiathome Enhanced for BOINC X XUSE_BZIP2= yes X X.include <bsd.port.pre.mk> X XONLY_FOR_ARCHS= i386 amd64 X.if ${OSVERSION} >= 600000 X#amd64 untested, but analogous to astro/boinc-einsteinathome X.if ${ARCH} == "amd64" XRUN_DEPENDS+= compat5x-i386>0:${PORTSDIR}/misc/compat5x X.else XLIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x X.endif X#also depends on libm.so.3, libstdc++.so.4, libpthread.so.1 X.endif X XRUN_DEPENDS+= boinc_client:${PORTSDIR}/net/boinc-client X XNO_BUILD= yes XNO_WRKSUBDIR= yes X X# these must match settings in ${PORTSDIR}/net/boinc-client/Makefile XBOINC_USER?= boinc XBOINC_GROUP?= nobody XBOINC_HOME?= /var/db/boinc X XSETI_SITE= setiweb.ssl.berkeley.edu_beta XSETI_BINARY= setiathome-5.5.i386-unknown-freebsd X XPLIST_SUB= SETI_BINARY="${SETI_BINARY}" SETI_SITE=${SETI_SITE} \ X BOINC_HOME=${BOINC_HOME} X Xdo-install: X ${INSTALL} -d -o ${BOINC_USER} -g ${BOINC_GROUP} ${BOINC_HOME}/projects X ${INSTALL} -d -o ${BOINC_USER} -g ${BOINC_GROUP} ${BOINC_HOME}/projects/${SETI_SITE} X ${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/projects/${SETI_SITE}/app_info.xml ${BOINC_HOME}/projects/${SETI_SITE} X ${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/projects/${SETI_SITE}/${SETI_BINARY} ${BOINC_HOME}/projects/${SETI_SITE} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.post.mk> END-of-boinc-setiathome-enhanced/Makefile exit --- boinc-setiathome-enhanced-5.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603262239.k2QMdEpN015401>