diff options
author | will <will@FreeBSD.org> | 2001-04-07 02:27:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 02:27:21 +0000 |
commit | 9c1c7896ef0bf58c524c152dcb9ffb9995ed2d4c (patch) | |
tree | ced5afd58922fa4389cba6a954165fbbbdd88bc8 /astro | |
parent | f901fa9f4017cb7bebaae7e2c5bf7392a264dab4 (diff) | |
download | FreeBSD-ports-9c1c7896ef0bf58c524c152dcb9ffb9995ed2d4c.zip FreeBSD-ports-9c1c7896ef0bf58c524c152dcb9ffb9995ed2d4c.tar.gz |
Add ksetiwatch 2.2.0, a monitoring tool for the seti@home client.
PR: 24422
Submitted by: Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/ksetiwatch/Makefile | 24 | ||||
-rw-r--r-- | astro/ksetiwatch/distinfo | 1 | ||||
-rw-r--r-- | astro/ksetiwatch/pkg-comment | 1 | ||||
-rw-r--r-- | astro/ksetiwatch/pkg-descr | 10 | ||||
-rw-r--r-- | astro/ksetiwatch/pkg-plist | 27 |
6 files changed, 64 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 2383cc0..6adc71c 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -5,6 +5,7 @@ SUBDIR += ephem SUBDIR += glunarclock SUBDIR += jday + SUBDIR += ksetiwatch SUBDIR += luna SUBDIR += openuniverse SUBDIR += p5-Astro-MoonPhase diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile new file mode 100644 index 0000000..2cfec9f0 --- /dev/null +++ b/astro/ksetiwatch/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ksetiwatch +# Date created: 17 January 2001 +# Whom: Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se> +# +# $FreeBSD$ +# + +PORTNAME= ksetiwatch +PORTVERSION= 2.2.0 +CATEGORIES= astro kde +MASTER_SITES= http://download.sourceforge.net/ksetiwatch/ + +MAINTAINER= sverrir@hem.passagen.se + +USE_KDELIBS_VER=2 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_XLIB= yes + +pre-configure: + ${PERL} -pi.orig -e "s@-lqt@-lqt2@g" ${WRKSRC}/ksetiwatch/Makefile.in + ${PERL} -pi.orig -e "s@-lqt@-lqt2@g; s@libqt\.@libqt2\.@g" ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/astro/ksetiwatch/distinfo b/astro/ksetiwatch/distinfo new file mode 100644 index 0000000..67c5a3b --- /dev/null +++ b/astro/ksetiwatch/distinfo @@ -0,0 +1 @@ +MD5 (ksetiwatch-2.2.0.tar.gz) = b731cd8957714c5f71a33501cb2297da diff --git a/astro/ksetiwatch/pkg-comment b/astro/ksetiwatch/pkg-comment new file mode 100644 index 0000000..fac45b6 --- /dev/null +++ b/astro/ksetiwatch/pkg-comment @@ -0,0 +1 @@ +A monitoring tool for the seti@home client diff --git a/astro/ksetiwatch/pkg-descr b/astro/ksetiwatch/pkg-descr new file mode 100644 index 0000000..afeff72 --- /dev/null +++ b/astro/ksetiwatch/pkg-descr @@ -0,0 +1,10 @@ +Ksetiwatch is a monitoring tool for the Seti@home distributed computing project, +which searches for signals of extraterrestrial life. +It displays the state of the Seti@home client(s) running on your computer or in +your local network, and logs/manages completed work units. In addition, +Ksetiwatch features a skymap that displays all work units processed, +a graphical display of scientific data (gaussians, pulses, and triplets), +a dock icon with detailed status information about a client, the option to +start/stop the SETI@home clients, and much more. + +WWW: http://ksetiwatch.sourceforge.net diff --git a/astro/ksetiwatch/pkg-plist b/astro/ksetiwatch/pkg-plist new file mode 100644 index 0000000..a69b77a --- /dev/null +++ b/astro/ksetiwatch/pkg-plist @@ -0,0 +1,27 @@ +bin/ksetiwatch +share/applnk/Applications/ksetiwatch.desktop +share/apps/ksetiwatch/pics/MadeWithKDev.png +share/apps/ksetiwatch/pics/mini-seti.png +share/apps/ksetiwatch/pics/mini-setidockfinished.png +share/apps/ksetiwatch/pics/mini-setidockgrey.png +share/apps/ksetiwatch/pics/mini-setidockloading.png +share/apps/ksetiwatch/pics/mini-setidockstopped.png +share/apps/ksetiwatch/pics/mini-setifinished.png +share/apps/ksetiwatch/pics/mini-setiloading.png +share/apps/ksetiwatch/pics/mini-setirunning.png +share/apps/ksetiwatch/pics/mini-setistopped.png +share/apps/ksetiwatch/pics/starmap.png +share/doc/HTML/en/ksetiwatch/index.html +share/doc/HTML/en/ksetiwatch/index-1.html +share/doc/HTML/en/ksetiwatch/index-2.html +share/doc/HTML/en/ksetiwatch/index-3.html +share/doc/HTML/en/ksetiwatch/index-4.html +share/doc/HTML/en/ksetiwatch/index-5.html +share/doc/HTML/en/ksetiwatch/index-6.html +share/doc/HTML/en/ksetiwatch/logotp3.png +share/icons/locolor/16x16/apps/ksetiwatch.png +share/icons/locolor/32x32/apps/ksetiwatch.png +share/locale/de/LC_MESSAGES/ksetiwatch.mo +share/locale/hr/LC_MESSAGES/ksetiwatch.mo +@dirrm share/apps/ksetiwatch/pics +@dirrm share/doc/HTML/en/ksetiwatch |