post-install is pretty much a do-install, so simply pass the proper MANDIR
and just uncompress the manual.
The make symlink is only needed for tests/Makefile since $(MAKE) is already
used elsewhere, so turn do-configure into do-test.
OK bket
- bootorder support (CONFIG_BOOTORDER=y)
- setting the default for screen-and-debug to 0 since for vmd screen is
always the serial port (which is used for debug)
- Use a while (len--) inb() loop to read from IO ports instead of 'rep insb'
This will allow to implement fw_cfg support into vmd(4) and through that to
support alternative boot devices.
I tested OpenBSD (disk and cdrom boots) and a Linux guests and all still works.
OK reyk@, sthen@ and mlarkin@
Comment:
KDE interactive physics simulator
Description:
Step is an interactive physical simulator. It allows you to explore the
physical world through simulations.
Features
- Classical mechanical simulation in two dimensions
- Particles, springs with damping, gravitational and coulomb forces
- Rigid bodies
- Collision detection (currently only discrete) and handling
- Soft (deformable) bodies simulated as user-editable particles-springs
systems, sound waves
- Molecular dynamics (currently using Lennard-Jones potential): gas and
liquid, condensation and evaporation, calculation of macroscopic quantities
and their variances
- Unit conversion and expression calculation: you can enter something like
(2 days + 3 hours) * 80 km/h and it will be accepted as distance value
- Error calculation and propagation: you can enter values like 1.3 +/- 0.2
for any property and errors for all dependent properties will be calculated
using statistical formulas
- Solver error estimation: errors introduced by the solver are calculated and
added to user-entered errors
- Several different solvers: up to 8th order, explicit and implicit, with or
without adaptive timestep
- Controller tool to easily change properties during the simulation, including
customizable keyboard shortcuts
- Tools to visualize results: graph, meter, tracer
- Context information for all objects, integrated wikipedia browser
- Collection of example experiments and integrated tutorials
Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
WWW: https://www.kde.org/applications/education/step
Tweaks/OK kn@
Comment:
periodic table of elements
Description:
Kalzium is your digital replacement for the periodic table on paper. It is a
program that visualizes the Periodic Table of Elements (PSE) and includes basic
information about all common elements in the PSE. It has a gained much more
functions over time.
Features:
- versatile overview of all important data from the elements like melting
points, electron affinity, electronegativity, electron configuration, radii,
mass, ionisation energy
- tool to visualize the spectral lines of each element
- different colored views of the PSE: separation of the different blocks, Year
simulator, Temperature simulator
- Molecular weight calculator
- an Isotope table
- 3D molecule editor, with a load and save functionality
- an equation solver for stoichiometric problems
- filetype conversion for different types of chemical programs
- tool to produce a comprehensive list of all Risk_and_Safety_Statements
Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
WWW: https://edu.kde.org/kalzium/
Tweak/OK kn@ DESCR tweaks from schwarze@
This is the last version containing qt4 bindings.
Update to 0.72 will happen when I've fixed build
problems of qt4 bindings from 0.61.1 with newer
versions of poppler.
No fallout during a bulk update on amd64. I've tested
some programs depending on it (evince, gummi).
ok aja@
Comment:
KDE screen capture and screenshot program
Description:
Spectacle Spectacle is a simple application for capturing desktop screenshots.
It can capture images of the entire desktop, a single monitor, the currently
active window, the window currently under the mouse, or a rectangular region of
the screen. The images can then be printed, sent to other applications for
manipulation, or quickly be saved as-is.
Features:
- Capture the entire desktop (default)
- Capture the current monitor
- Capture the active window
- Capture the window currently under the cursor, including parents of pop-up
menus
- Capture the window currently under the cursor, excluding parents of pop-up
menus
- Capture a rectangular region of the screen
- Start in GUI mode (default)
- Take a screenshot and exit without showing the GUI
- Start in DBus-Activation mode
- Save image to specified file in background mode
- Wait for a click before taking screenshot
Maintainer: KDE porting team <openbsd-kde@googlegroups.com>
WWW: https://www.kde.org/applications/graphics/spectacle/
Tweak and OK kn@