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@