diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:27:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:27:05 +0800 |
commit | 09d5bf922f448be13bf8fd922fc7966c115ad9e9 (patch) | |
tree | dd2e7bbfd1cf272bd7602ef3bd8d2c120139643e | |
parent | 5ddd6b616956a15520264600f545222f857be8a7 (diff) | |
download | freebsd-ports-gnome-09d5bf922f448be13bf8fd922fc7966c115ad9e9.tar.gz freebsd-ports-gnome-09d5bf922f448be13bf8fd922fc7966c115ad9e9.tar.zst freebsd-ports-gnome-09d5bf922f448be13bf8fd922fc7966c115ad9e9.zip |
add fooseti
GTK+ frontend to SETI@Home
PR: 28502
Submitted by: Pete Fritchman <petef@databits.net>
-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 |