the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
more often in other ports to signify the same thing.
PR: ports/68544
Approved by: "Shin'ya Murakami" <murakami at ahs dot scitec dot kobe-u dot ac dot jp> (maintainer)
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
drastically, so I'll wait for next update with different version
number. place old distfile at freebsd.org (this program is gpl'ed)
for a while.
Submitted by: kris via bento
based upon the DFT++ algebraic framework introduced in Computer
Physics Communications 128, 1-45 (June 2000).
This framework allows us to transparently separate the computational
guts (cache optimization, parallelization, etc.) from the introduction
of new representations (plane waves, wavelets) and new
physics (new density functionals, linear response theory,
dielectric solutions).
The software is fully cache and register optimized,
and runs in serial, threaded, MPI and mixed threaded-MPI
parallel environments.
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.