Skip site navigation (1)Skip section navigation (2)
Date:      18 Jan 2001 07:48:15 -0000
From:      sverre@k9k203-3.kam.afb.lu.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24422: New port: astro/ksetiwatch
Message-ID:  <20010118074815.85567.qmail@gollum.k9k203-3.kam.afb.lu.se>

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

>Number:         24422
>Category:       ports
>Synopsis:       New port: astro/ksetiwatch
>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:   Wed Jan 17 23:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sverre Valgeirsson
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:
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. 

>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:
#
#	/usr/ports/astro/ksetiwatch
#	/usr/ports/astro/ksetiwatch/files
#	/usr/ports/astro/ksetiwatch/files/patch-aa
#	/usr/ports/astro/ksetiwatch/files/patch-ab
#	/usr/ports/astro/ksetiwatch/Makefile
#	/usr/ports/astro/ksetiwatch/distinfo
#	/usr/ports/astro/ksetiwatch/pkg-comment
#	/usr/ports/astro/ksetiwatch/pkg-descr
#	/usr/ports/astro/ksetiwatch/pkg-plist
#
echo c - /usr/ports/astro/ksetiwatch
mkdir -p /usr/ports/astro/ksetiwatch > /dev/null 2>&1
echo c - /usr/ports/astro/ksetiwatch/files
mkdir -p /usr/ports/astro/ksetiwatch/files > /dev/null 2>&1
echo x - /usr/ports/astro/ksetiwatch/files/patch-aa
sed 's/^X//' >/usr/ports/astro/ksetiwatch/files/patch-aa << 'END-of-/usr/ports/astro/ksetiwatch/files/patch-aa'
X--- configure	Mon Jan  1 13:04:33 2001
X+++ configure.new	Wed Jan 17 19:20:24 2001
X@@ -11,7 +11,6 @@
X ac_help=
X ac_default_prefix=/usr/local
X # Any additions from configure.in:
X-ac_default_prefix=${KDEDIR:-/usr/local/kde}
X ac_help="$ac_help
X   --enable-debug          creates debugging code [default=no]"
X ac_help="$ac_help
X@@ -4552,7 +4551,7 @@
X 
X 
X 
X-LIBQT="-lqt"
X+LIBQT="-lqt2"
X if test $kde_qtver = 2; then
X 
X   
X@@ -4634,7 +4633,7 @@
X test=NONE
X qt_libdir=NONE
X for dir in $qt_libdirs; do
X-  try="ls -1 $dir/libqt.*"
X+  try="ls -1 $dir/libqt2.*"
X   if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
X done
X 
X@@ -4784,7 +4783,7 @@
X 
X CXXFLAGS="$CXXFLAGS -I$qt_includes"
X LDFLAGS="$X_LDFLAGS"
X-LIBS="-lqt -lXext -lX11 $LIBSOCKET"
X+LIBS="-lqt2 -lXext -lX11 $LIBSOCKET"
X LD_LIBRARY_PATH=
X export LD_LIBRARY_PATH
X LIBRARY_PATH=
X@@ -4988,7 +4987,7 @@
X    
X 
X 
X-LIB_QT='-lqt $(LIBPNG) -lXext $(LIB_X11) $(X_PRE_LIBS)'
X+LIB_QT='-lqt2 $(LIBPNG) -lXext $(LIB_X11) $(X_PRE_LIBS)'
X 
X 
X 
END-of-/usr/ports/astro/ksetiwatch/files/patch-aa
echo x - /usr/ports/astro/ksetiwatch/files/patch-ab
sed 's/^X//' >/usr/ports/astro/ksetiwatch/files/patch-ab << 'END-of-/usr/ports/astro/ksetiwatch/files/patch-ab'
X--- ksetiwatch/Makefile.in	Sun Jan  7 16:08:35 2001
X+++ ksetiwatch/Makefile.in.new	Wed Jan 17 19:37:50 2001
X@@ -192,7 +192,7 @@
X 
X bin_PROGRAMS = ksetiwatch
X ksetiwatch_SOURCES = seticontainer.cpp tripletplot.cpp pulseplot.cpp setigraph.cpp userinfo.cpp skymap.cpp setiloc.cpp poplistview.cpp options.cpp gaussianplot.cpp dockwidget.cpp datainfo.cpp csvdatabase.cpp completedwulist.cpp analysis.cpp addsetilocdlg.cpp about.cpp ksetiwatch.cpp main.cpp 
X-ksetiwatch_LDADD = -lm -lkfile -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET)
X+ksetiwatch_LDADD = -lm -lkfile -lkdeui -lkdecore -lqt2 -lXext -lX11 $(LIBSOCKET)
X 
X SUBDIRS = docs pics 
X 
END-of-/usr/ports/astro/ksetiwatch/files/patch-ab
echo x - /usr/ports/astro/ksetiwatch/Makefile
sed 's/^X//' >/usr/ports/astro/ksetiwatch/Makefile << 'END-of-/usr/ports/astro/ksetiwatch/Makefile'
X# New ports collection makefile for:   ksetiwatch
X# Date created:        17 January 2001
X# Whom:                sverrir
X#
X# $FreeBSD$
X#
X
XPORTNAME=      ksetiwatch
XPORTVERSION=   2.1.0
XCATEGORIES=    astro kde
XMASTER_SITES=  http://download.sourceforge.net/ksetiwatch/
X
XMAINTAINER=    sverrir@hem.passagen.se
X
XLIB_DEPENDS=    kdecore.4:${PORTSDIR}/x11/kdelibs2
XMOC?=		${X11BASE}/bin/moc2
XUSE_GMAKE=	yes
XUSE_QT2=	yes
XGNU_CONFIGURE=	yes
XUSE_XLIB=	yes
X
XCONFIGURE_ARGS+= --with-qt-includes=${X11BASE}/include/qt2 \
X			--with-qt-libraries=${X11BASE}/lib
XCONFIGURE_ENV+= MOC="${MOC}"
X
X.include <bsd.port.mk>
END-of-/usr/ports/astro/ksetiwatch/Makefile
echo x - /usr/ports/astro/ksetiwatch/distinfo
sed 's/^X//' >/usr/ports/astro/ksetiwatch/distinfo << 'END-of-/usr/ports/astro/ksetiwatch/distinfo'
XMD5 (ksetiwatch-2.1.0.tar.gz) = d3205d2e65fda84e44e90e19545b26b0
END-of-/usr/ports/astro/ksetiwatch/distinfo
echo x - /usr/ports/astro/ksetiwatch/pkg-comment
sed 's/^X//' >/usr/ports/astro/ksetiwatch/pkg-comment << 'END-of-/usr/ports/astro/ksetiwatch/pkg-comment'
XA monitoring tool for the seti@home client
END-of-/usr/ports/astro/ksetiwatch/pkg-comment
echo x - /usr/ports/astro/ksetiwatch/pkg-descr
sed 's/^X//' >/usr/ports/astro/ksetiwatch/pkg-descr << 'END-of-/usr/ports/astro/ksetiwatch/pkg-descr'
XKsetiwatch is a monitoring tool for the Seti@home distributed computing project,
Xwhich searches for signals of extraterrestrial life. 
XIt displays the state of the Seti@home client(s) running on your computer or in
Xyour local network, and logs/manages completed work units. In addition, 
XKsetiwatch features a skymap that displays all work units processed, 
Xa graphical display of scientific data (gaussians, pulses, and triplets), 
Xa dock icon with detailed status information about a client, the option to 
Xstart/stop the SETI@home clients, and much more.
X
XWWW: http://ksetiwatch.sourceforge.net
END-of-/usr/ports/astro/ksetiwatch/pkg-descr
echo x - /usr/ports/astro/ksetiwatch/pkg-plist
sed 's/^X//' >/usr/ports/astro/ksetiwatch/pkg-plist << 'END-of-/usr/ports/astro/ksetiwatch/pkg-plist'
Xbin/ksetiwatch
Xshare/applnk/Applications/ksetiwatch.desktop
Xshare/apps/ksetiwatch/pics/MadeWithKDev.png 
Xshare/apps/ksetiwatch/pics/mini-seti.png
Xshare/apps/ksetiwatch/pics/mini-setidockfinished.png
Xshare/apps/ksetiwatch/pics/mini-setidockgrey.png
Xshare/apps/ksetiwatch/pics/mini-setidockloading.png
Xshare/apps/ksetiwatch/pics/mini-setidockstopped.png
Xshare/apps/ksetiwatch/pics/mini-setifinished.png
Xshare/apps/ksetiwatch/pics/mini-setiloading.png
Xshare/apps/ksetiwatch/pics/mini-setirunning.png
Xshare/apps/ksetiwatch/pics/mini-setistopped.png
Xshare/apps/ksetiwatch/pics/starmap.png
Xshare/doc/HTML/en/ksetiwatch/index.html
Xshare/doc/HTML/en/ksetiwatch/index-1.html
Xshare/doc/HTML/en/ksetiwatch/index-2.html
Xshare/doc/HTML/en/ksetiwatch/index-3.html
Xshare/doc/HTML/en/ksetiwatch/index-4.html
Xshare/doc/HTML/en/ksetiwatch/index-5.html
Xshare/doc/HTML/en/ksetiwatch/index-6.html
Xshare/doc/HTML/en/ksetiwatch/logotp3.png 
Xshare/icons/locolor/16x16/apps/ksetiwatch.png
Xshare/icons/locolor/32x32/apps/ksetiwatch.png
Xshare/locale/de/LC_MESSAGES/ksetiwatch.mo
Xshare/locale/hr/LC_MESSAGES/ksetiwatch.mo 
X@dirrm share/apps/ksetiwatch/pics
X@dirrm share/doc/HTML/en/ksetiwatch
END-of-/usr/ports/astro/ksetiwatch/pkg-plist
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?20010118074815.85567.qmail>