and need the metaauto wrappers to work.
The metaauto wrapper does not run depend on any autoconf version, to allow
partial installations.
Tested and approved by naddy@
--
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and tasklists and similar applications.
From marcm for gnome2
--
LibGTop is a library for obtaining information about processes and the system.
This includes information about the following areas:
* General System Information
* SYS V IPC Limits:
* Network:
* Process List:
* Process information:
* Process maps:
* File system usage:
From marcm for gnome2
--
This library allows you to load glade interface files in a program at runtime.
It doesn't require GLADE to be used, but GLADE is by far the easiest way to
create the interface files.
From marcm for gnome2
--
GConf is a configuration database system, functionally similar to the
Windows registry but lots better.
For more information about GConf and the GNOME project, visit:
WWW: http://www.gnome.org/projects/gconf/
From marcm for gnome2
--
ORBit is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (object request broker). It allows programs to
send requests and receive replies from other programs, regardless
of the locations of the two programs. CORBA is an architecture that
enables communication between program objects, regardless of the
programming language they're written in or the operating system they
run on.
WWW: http://www.labs.redhat.com/orbit/
From marcm for gnome2
--
libIDL is a small library for creating parse trees of CORBA v2.2
compliant Interface Definition Language (IDL) files, which is a
specification for defining interfaces which can be used between
different CORBA implementations.
From marcm for gnome2
--
linc is a library that eases the task of writing networked servers and
clients. It takes care of connection initiation and maintainance, and
the details of varioustransports. It is used by the new ORBit to
handle message transmission/receipt.
From marcm for gnome2
--
Term::ScreenColor adds ANSI coloring support, along with
a few other useful methods, to the objects provided in
Term::Screen.
WWW: http://p-f-m.sourceforge.net/
brad@ ok
--
Term::Screen is a very simple screen positioning module
that should work wherever "Term::Cap" does. It is set up
for Unix using stty's but these dependences are isolated
by evals in the "new" constructor.
brad@ ok
symptom: eats all cpu and gets nowhere, seems stuck in rt_sigsuspend
niklas@ speculated about our Posix RT signalling not being perfectly
emulated, no quick fix expected
MAINTAINER agreed
--
Check is a unit test framework for C. It features a simple interface
for defining unit tests, putting little in the way of the developer.
Tests are run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation faults
or other signals. The output from unit tests can be used within
source code editors and IDEs.
ELF-based archs as having an old boehm-gc can cause programs to stop working
after the WorX addition. Noticed after trying to build w3m and it failed
miserably.
--
Submitted by Jose Nazario <jose@monkey.org>
Modified by todd@
This is the core development home for the tcllib standardized Tcl
library. This is a set of pure-Tcl extensions that you can use to
become even more productive with Tcl.
WWW: http://tcllib.sourcforge.net/doc/
and -I/usr/X11R6/include) to the end of any lists generated by pkg-config.
This helps to avoid conflicts from packages with different includes using
the same names in matching include paths, like gdk-pixbuf (whose headers
are in ${LOCALBASE}/include/gdk-pixbuf) and gtk+2 (whose headers live
in ${LOCALBASE}/include/gtk-2.0/gdk-pixbuf).
Bump package version accordingly.
ok pvalchev@
--
libunicode is a library for manipulating Unicode characters and
strings. It understands both the UTF-8 and UCS-2 encodings, and
has a framework for adding support for new encodings.
brad@ ok
of various ZX Spectrum emulator-related file formats easy. So far it
handles .sna and .z80 snapshots (.sna read only), .tap and .tzx tape
images and .rzx input recording files.
WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
ok naddy@
Floppy Disc Controller (FDC) as used in Amstrad computers
such as the PCW, CPC and Spectrum +3. At present it is not
a ``full'' 765; features not used in the PCW BIOS (such as:
DMA, multisector reads/writes, multitrack mode) are either
left unimplemented or incomplete.
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
ok naddy@
from FreeBSD guys" indeed).
The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically. This avoids a reported problem on macppc arches.
ok avsm@
##
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.
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 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.
Submitted by Jim Geovedi <jim@corebsd.or.id>.
getxml is an XML internationalization tool; it is comprised of
getxml-extract (makes the header for the gettext tool) and
getxml-merge (merges XML and po files).
It provides an queued asynchronous callback-based mechanism for sending
and servicing SOAP requests, and a WSDL (Web Service Definition Language)
to C compiler which generates client stubs and server skeletons for easily
calling and implementing SOAP methods.
ok todd@
- sdl-config no longer provides -I${LOCALBASE}/include.
- add an `aa' flavor (ASCII art display).
- GNU make is not needed.
- don't use nasm with gcc 3.
- don't install a SEGV handler.
- prevent the joystick driver from picking up usb keyboards.
ok pvalchev@
really use scrollkeeper anyway.
Also add support for local a XML catalog file so the new scrollkeeper
doesn't go off on the 'net to find the DTDs it needs.
ok nino@
--
This module is intended for use in operations that can
be done in parallel where the number of processes to be
forked off should be limited.
From: David Krause <openbsd@davidkrause.com>
brad@ ok