mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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
49 lines
970 B
Makefile
49 lines
970 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Scientific ports
|
|
|
|
SUBDIR += 2dhf
|
|
SUBDIR += at
|
|
SUBDIR += bblimage
|
|
SUBDIR += cdcl
|
|
SUBDIR += cdcl-gtk
|
|
SUBDIR += chemtool
|
|
SUBDIR += chemtool-devel
|
|
SUBDIR += clhep
|
|
SUBDIR += dft++
|
|
SUBDIR += euler
|
|
SUBDIR += felt
|
|
SUBDIR += flounder
|
|
SUBDIR += gave
|
|
SUBDIR += gchempaint
|
|
SUBDIR += gchemutils
|
|
SUBDIR += gdis
|
|
SUBDIR += ghemical
|
|
SUBDIR += glens
|
|
SUBDIR += gramps
|
|
SUBDIR += hdf
|
|
SUBDIR += hdf5
|
|
SUBDIR += kmovisto
|
|
SUBDIR += kst
|
|
SUBDIR += libctl
|
|
SUBDIR += libsvm
|
|
SUBDIR += mayavi
|
|
SUBDIR += mmtk
|
|
SUBDIR += mpb
|
|
SUBDIR += mpqc
|
|
SUBDIR += mpqc-mpich
|
|
SUBDIR += oases
|
|
SUBDIR += openbabel
|
|
SUBDIR += ovt
|
|
SUBDIR += p5-Chemistry-Elements
|
|
SUBDIR += psi3
|
|
SUBDIR += ruby-dcl
|
|
SUBDIR += ruby-dcl-gtk
|
|
SUBDIR += ruby-gphys
|
|
SUBDIR += vis5d+
|
|
SUBDIR += xloops-ginac
|
|
SUBDIR += xmakemol
|
|
|
|
.include <bsd.port.subdir.mk>
|