beb87d6ad8
kst is a program for looking at data streams. It can plot: - x-y plots - power spectra - histograms - equations (including equations of data streams). - data in files which are being updated as data is being logged, in which case it can act as a plotter for a chart recorder. - much more You can use the mouse to rapidly zoom into interesting parts of the plots. In addition to a complete GUI, kst has a convenient command line interface for rapid access to plotting data in files. kst can read data from stdin. It provides a DCOP interface for remote manipulation, and supports several file formats in use in scientific projects around the world. WWW: http://omega.astro.utoronto.ca/kst/ WWW: http://extragear.kde.org/apps/kst.php
31 lines
771 B
Makefile
31 lines
771 B
Makefile
# New ports collection makefile for: kst
|
|
# Date created: Fri Apr 30 17:28:56 CEST 2004
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kst
|
|
PORTVERSION= 0.97
|
|
CATEGORIES= science kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE} \
|
|
http://omega.astro.utoronto.ca/${PORTNAME}/
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= Data viewing program for KDE
|
|
|
|
LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \
|
|
gsl.5:${PORTSDIR}/math/gsl
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|^tagnames=|#tagnames=|g;' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|