##
Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library. These are simply
mapped to a Module named Ncurses. Functions and external variables
are implemented as module functions of the Module Ncurses.
Changes:
Examples installed in $PREFIX/examples/qcad.
Uses qt3, so respective patches are now deprecated.
Larger library of premade objects included.
Better font and translation support.
Various bugfixes.
From: MAINTAINER.
brad@ ok
This release fixes a bug with the RP definition so
that the decompressor can accept a DNS packet with
this RR type.
In addition: documentation clean-up and updating of
root servers database.
brad@ ok
http://www.microsoft.com/typography/fontpack/. The port is constructed
so that the actual fonts are downloaded from Sourceforge's site at
build time so this port does not 'redistribute' the fonts, it just
makes it easy to install them on an OpenBSD system.
ok pvalchev@
from MAINTAINER
- improved error handling
- use of Shell-Quote module for improved filename handling
- new feature for combined plot of line and file statistics
naddy@ OK
submitted by Jim Geovedi <jim@corebsd.or.id>
This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.
naddy@ OK
submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.
naddy@ OK
Kill NEED_VERSION
Bump version number. This was patched to fix a bug dealing with -pthread
quite a while ago. The version should have been updated then but wasn't.