Date: Fri, 13 Oct 2000 21:07:07 +0900 (JST) From: th@cis.ibaraki.ac.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21953: New port: astro/SETISupport Message-ID: <200010131207.e9DC77856667@nadja.cis.ibaraki.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 21953 >Category: ports >Synopsis: New port: astro/SETISupport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 13 05:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: HIYAMA Takeshi >Release: FreeBSD 4.0-STABLE i386 >Organization: Dept. of Comp. & Info. Sci.s, Ibaraki University >Environment: >Description: JAVA application that shows current state of seti@home client >How-To-Repeat: >Fix: # 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: # # SETIsupport/ # SETIsupport/files # SETIsupport/files/SETISupport.sh # SETIsupport/Makefile # SETIsupport/pkg-comment # SETIsupport/pkg-descr # SETIsupport/pkg-plist # SETIsupport/distinfo # SETIsupport/pkg-message # echo c - SETIsupport/ mkdir -p SETIsupport/ > /dev/null 2>&1 echo c - SETIsupport/files mkdir -p SETIsupport/files > /dev/null 2>&1 echo x - SETIsupport/files/SETISupport.sh sed 's/^X//' >SETIsupport/files/SETISupport.sh << 'END-of-SETIsupport/files/SETISupport.sh' X#!/bin/sh X# X XCLASSPATH=${CLASSPATH}:/usr/local/share/java/SETISupport/SETISupport.jar Xexport CLASSPATH X Xif [ ! -d ${SETISUPPORT_WRKDIR:=${HOME}/.SETISupport} ]; then X mkdir ${SETISUPPORT_WRKDIR} Xfi Xcd ${SETISUPPORT_WRKDIR} Xexec /usr/local/bin/javavm SETISupport $@ END-of-SETIsupport/files/SETISupport.sh echo x - SETIsupport/Makefile sed 's/^X//' >SETIsupport/Makefile << 'END-of-SETIsupport/Makefile' X# New ports collection makefile for: SETISupport X# Date Created: 1 Jul 2000 X# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> X# X# $FreeBSD$ X# X XPORTNAME= SETISupport XPORTVERSION= 0.74 XCATEGORIES= astro java XMASTER_SITES= http://members5.cool.ne.jp/%7Egrgr56/SETITest/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= .jar XEXTRACT_ONLY= X XMAINTAINER= th@cis.ibaraki.ac.jp X XRUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ X ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ X setiathome:${PORTSDIR}/astro/setiathome X XUSE_XLIB= yes XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/java/SETISupport X @${INSTALL_DATA} ${DISTDIR}/SETISupport.jar ${PREFIX}/share/java/SETISupport X @${INSTALL_SCRIPT} ${FILESDIR}/SETISupport.sh ${PREFIX}/bin/SETISupport Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-SETIsupport/Makefile echo x - SETIsupport/pkg-comment sed 's/^X//' >SETIsupport/pkg-comment << 'END-of-SETIsupport/pkg-comment' XJAVA application that shows current state of seti@home client END-of-SETIsupport/pkg-comment echo x - SETIsupport/pkg-descr sed 's/^X//' >SETIsupport/pkg-descr << 'END-of-SETIsupport/pkg-descr' XThis is a JAVA application that shows the current state Xof you're seti@home client graphically. XIt will show the details of data currently analyzing, Xand which direction the data came from. X XWWW: http://member.nifty.ne.jp/GOtsubo/contents/SETISupport/edownload.html END-of-SETIsupport/pkg-descr echo x - SETIsupport/pkg-plist sed 's/^X//' >SETIsupport/pkg-plist << 'END-of-SETIsupport/pkg-plist' Xbin/SETISupport Xshare/java/SETISupport/SETISupport.jar X@dirrm share/java/SETISupport END-of-SETIsupport/pkg-plist echo x - SETIsupport/distinfo sed 's/^X//' >SETIsupport/distinfo << 'END-of-SETIsupport/distinfo' XMD5 (SETISupport.jar) = 236f2dc4aed526bca1db57e2846f858b END-of-SETIsupport/distinfo echo x - SETIsupport/pkg-message sed 's/^X//' >SETIsupport/pkg-message << 'END-of-SETIsupport/pkg-message' XIt will create a working directory ${HOME}/.SETISupport XIf you don't like this working directory, Xplease set environment variable "SETISUPPORT_WRKDIR" to the directory you like. X XFor Example, if you want working directory to be /var/db/setiathome , X setenv SETISUPPORT_WRKDIR /var/db/setiathome X for csh or tcsh X export SETISUPPORT_WRKDIR=/var/db/setiathome X for sh or bash X XMaybe you want set this to the working directory setiathome, Xbut don't forget that you need write permission for working directory. XIf you installed setiathome from ports or package, Xsetiathome's working directory is owned by nobody. END-of-SETIsupport/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010131207.e9DC77856667>