Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2000 02:58:55 +0900 (JST)
From:      th@cis.ibaraki.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19607: New port: astro/seti_applet
Message-ID:  <200006301758.CAA64361@nadja.cis.ibaraki.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         19607
>Category:       ports
>Synopsis:       New port: astro/seti_applet
>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 Jun 30 11:00: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:

	Displays in an applet (in text in this release)
	the current status of any seti@home client running.

	I thought
		RUN_DEPENDS=	setiathome:${PORTSDIR}/astro/setiathome
	should't be defined, but maybe it should be, I don't know.

>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:
#
#	seti_applet
#	seti_applet/Makefile
#	seti_applet/pkg
#	seti_applet/pkg/COMMENT
#	seti_applet/pkg/DESCR
#	seti_applet/pkg/PLIST
#	seti_applet/pkg/MESSAGE
#	seti_applet/patches
#	seti_applet/patches/patch-aa
#	seti_applet/patches/patch-ab
#	seti_applet/files
#	seti_applet/files/md5
#
echo c - seti_applet
mkdir -p seti_applet > /dev/null 2>&1
echo x - seti_applet/Makefile
sed 's/^X//' >seti_applet/Makefile << 'END-of-seti_applet/Makefile'
X# New ports collection makefile for:	seti_applet
X# Date Created:		1 Jul 2000
X# Whom:			HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	seti_applet
XPORTVERSION=	0.2.2
XCATEGORIES=	astro gnome
XMASTER_SITES=	http://download.sourceforge.net/seti-applet/
X
XMAINTAINER=	th@cis.ibaraki.ac.jp
X
XLIB_DEPENDS=	panel_applet.4:${PORTSDIR}/x11/gnomecore \
X		gnome.4:${PORTSDIR}/x11/gnomelibs
X
XUSE_X_PREFIX=	yes
XGLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XGNU_CONFIGURE=	yes
X
XCONFIGURE_ENV=	GLIB_CONFIG="${GLIB_CONFIG}" \
X		GTK_CONFIG="${GTK_CONFIG}"
X
Xpost-install:
X	${CAT} ${PKGDIR}/MESSAGE
X
X.include <bsd.port.mk>
END-of-seti_applet/Makefile
echo c - seti_applet/pkg
mkdir -p seti_applet/pkg > /dev/null 2>&1
echo x - seti_applet/pkg/COMMENT
sed 's/^X//' >seti_applet/pkg/COMMENT << 'END-of-seti_applet/pkg/COMMENT'
XAn applet that displays current status of seti@home client
END-of-seti_applet/pkg/COMMENT
echo x - seti_applet/pkg/DESCR
sed 's/^X//' >seti_applet/pkg/DESCR << 'END-of-seti_applet/pkg/DESCR'
XDisplays in an applet (in text in
Xthis release) the current status of
Xany seti@home client running.
X
XWWW: http://seti-applet.sourceforge.net/
END-of-seti_applet/pkg/DESCR
echo x - seti_applet/pkg/PLIST
sed 's/^X//' >seti_applet/pkg/PLIST << 'END-of-seti_applet/pkg/PLIST'
Xbin/seti_applet
Xetc/CORBA/servers/seti_applet.gnorba
Xshare/gnome/pixmaps/seti_applet-logo-green.png
Xshare/gnome/applets/Monitors/seti_applet.desktop
Xshare/gnome/help/seti_applet/C/index.html
Xshare/gnome/help/seti_applet/C/topic.dat
Xshare/gnome/help/seti_applet/C/configuration.html
Xshare/gnome/help/seti_applet/C/operation.html
Xshare/gnome/help/seti_applet/C/startingsetiprocess.html
Xshare/gnome/help/seti_applet/C/x42.html
Xshare/gnome/help/seti_applet/C/docbook.css
Xshare/gnome/help/seti_applet/C/images/adv_prop.gif
Xshare/gnome/help/seti_applet/C/images/basic_prop.gif
X@dirrm share/gnome/help/seti_applet/C/images
X@dirrm share/gnome/help/seti_applet/C
X@dirrm share/gnome/help/seti_applet
END-of-seti_applet/pkg/PLIST
echo x - seti_applet/pkg/MESSAGE
sed 's/^X//' >seti_applet/pkg/MESSAGE << 'END-of-seti_applet/pkg/MESSAGE'
X	seti@home client must be installed.
X	You can find it in /usr/ports/astro/setiathome
X
X	To enable start/stop seti@home client,
X	please run "setiathome" as your login name.
X	If you installed "setiathome" by ports or package,
X	change the line 9 of /usr/local/etc/rc.d/setiathome.sh
X		seti_user=nobody
X			  ^^^^^^
X	to your login name before setting up working directory.
X	If you already done this as nobody, do
X		/usr/local/etc/rc.d/setiathome.sh stop
X		chown -R "YOUR LOGIN NAME" /var/db/setiathome
X
END-of-seti_applet/pkg/MESSAGE
echo c - seti_applet/patches
mkdir -p seti_applet/patches > /dev/null 2>&1
echo x - seti_applet/patches/patch-aa
sed 's/^X//' >seti_applet/patches/patch-aa << 'END-of-seti_applet/patches/patch-aa'
X--- src/seti_applet.c.orig	Fri Jun 30 20:00:34 2000
X+++ src/seti_applet.c	Fri Jun 30 20:00:45 2000
X@@ -705,7 +705,7 @@
X 		g_free ( sa.setidir );
X 	}
X 	gnome_config_push_prefix ( path );
X-	sa.setidir = gnome_config_get_string ( "setiapplet/setidir=/usr/local/seti" );
X+	sa.setidir = gnome_config_get_string ( "setiapplet/setidir=/var/db/setiathome" );
X 	sa.updateinterval = gnome_config_get_int ( "setiapplet/updateinterval=10" );
X 	sa.fileupdateinterval = gnome_config_get_int ( "setiapplet/fileupdateinterval=120" );
X 	sa.showcpu = gnome_config_get_int ( "setiapplet/showcpu=1" );
END-of-seti_applet/patches/patch-aa
echo x - seti_applet/patches/patch-ab
sed 's/^X//' >seti_applet/patches/patch-ab << 'END-of-seti_applet/patches/patch-ab'
X--- src/Makefile.in.orig	Sat Jul  1 01:26:30 2000
X+++ src/Makefile.in	Sat Jul  1 01:26:51 2000
X@@ -135,13 +135,13 @@
X EXTRA_DIST =  	seti_applet.desktop 	seti_applet.gnorba 	seti_applet-logo-green.png 	seti_applet-logo-red.xpm 	seti_applet-logo-green.xpm
X 
X 
X-sysdir = $(datadir)/applets/Monitors
X+sysdir = $(datadir)/gnome/applets/Monitors
X sys_DATA = seti_applet.desktop
X 
X gnorbadir = $(sysconfdir)/CORBA/servers
X gnorba_DATA = seti_applet.gnorba
X 
X-pixmapdir = $(datadir)/pixmaps
X+pixmapdir = $(datadir)/gnome/pixmaps
X pixmap_DATA = seti_applet-logo-green.png
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
X CONFIG_HEADER = ../config.h
END-of-seti_applet/patches/patch-ab
echo c - seti_applet/files
mkdir -p seti_applet/files > /dev/null 2>&1
echo x - seti_applet/files/md5
sed 's/^X//' >seti_applet/files/md5 << 'END-of-seti_applet/files/md5'
XMD5 (seti_applet-0.2.2.tar.gz) = abb117d1737556eaa00b5eb1f7eda1da
END-of-seti_applet/files/md5
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?200006301758.CAA64361>