diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 14:27:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-07 14:27:05 +0000 |
commit | 6112ab5ce5cb595b3fb5cf1ab8e5d148a0eb22d6 (patch) | |
tree | d6e3d2c342db9cd00059b4b1026cc546aa9857cc /astro | |
parent | upgrade to 4.0.99m-rc2 (diff) |
add fooseti
GTK+ frontend to SETI@Home
PR: 28502
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=44878
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/fooseti/Makefile | 20 | ||||
-rw-r--r-- | astro/fooseti/distinfo | 1 | ||||
-rw-r--r-- | astro/fooseti/pkg-comment | 1 | ||||
-rw-r--r-- | astro/fooseti/pkg-descr | 8 | ||||
-rw-r--r-- | astro/fooseti/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index cbc308303d80..f4eaf81851a3 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -4,6 +4,7 @@ SUBDIR += SETIsupport SUBDIR += dgpsip SUBDIR += ephem + SUBDIR += fooseti SUBDIR += gkrellmearth SUBDIR += gkrellmoon SUBDIR += glunarclock diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile new file mode 100644 index 000000000000..c878a3cc9743 --- /dev/null +++ b/astro/fooseti/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: fooseti +# Date created: 28 June 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= fooseti +PORTVERSION= 0.6.5 +CATEGORIES= astro +MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/ + +MAINTAINER= petef@databits.net + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +USE_GTK= yes + +.include <bsd.port.mk> diff --git a/astro/fooseti/distinfo b/astro/fooseti/distinfo new file mode 100644 index 000000000000..651babf82341 --- /dev/null +++ b/astro/fooseti/distinfo @@ -0,0 +1 @@ +MD5 (fooseti-0.6.5.tar.gz) = 8037215c2c919a79b6e1090a580a6f7e diff --git a/astro/fooseti/pkg-comment b/astro/fooseti/pkg-comment new file mode 100644 index 000000000000..fa0d61a155b4 --- /dev/null +++ b/astro/fooseti/pkg-comment @@ -0,0 +1 @@ +GTK+ frontend to SETI@Home diff --git a/astro/fooseti/pkg-descr b/astro/fooseti/pkg-descr new file mode 100644 index 000000000000..334207e7c753 --- /dev/null +++ b/astro/fooseti/pkg-descr @@ -0,0 +1,8 @@ +fooseti is a small GTK+ frontend to SETI@Home. It can display your total +CPU time, number of packets completed and the average time to complete them, +as well as the status of the current packet. + +WWW: http://www-personal.engin.umich.edu/~agorski/fooseti + +- Pete +petef@databits.net diff --git a/astro/fooseti/pkg-plist b/astro/fooseti/pkg-plist new file mode 100644 index 000000000000..f61d317007ff --- /dev/null +++ b/astro/fooseti/pkg-plist @@ -0,0 +1 @@ +bin/fooseti |