This package contains bindings for the GObject, to be used in Python.
It is a fairly complete set of bindings, it's already rather useful, and
is usable to write moderately complex programs.
ok jasper@
ASM is an all purpose Java bytecode manipulation and analysis framework.
It can be used to modify existing classes or dynamically generate
classes, directly in binary form. Provided common transformations and
analysis algorithms allow to easily assemble custom complex
transformations and code analysis tools.
ok aja@
Bugfix: ATTRIBUTE_FORCE_CACHE not being processed
(upstream svn revision r2172)
Bugfix: correctly set/initialize the media_device attribute
(upstream svn revision r2165)
Fix handling of mouse, panel and controls visibility when
going to/returning from fullscreen (upstream svn r2167 - r2169)
Bugfix: 'f' not going to/returning from fullscreen
(upstream svn revision r2161)
Set CDDB media type as TYPE_CD
(upstream svn revision r2165)
- Fix install(1) usage to be compatible with OpenBSD's install(1).
- Allow overriding the location of Samba's smbd,
From Brad
- Remove PROVIDE_HIDDEN and ONLY_IF_{RO,RW} from linker scripts to make
them work with older binutils versions. Fixes *-bsd-user build on
OpenBSD 4.9 which ships binutils 2.15.
From Gerd Hoffmann <kraxel at redhat dot com>
options; either can be used but they conflict, so allow both as suggested
by giovanni@).
- install a few more doc files.
- move html mini-howto to a README.
ok sthen@
Mail::SPF is an object-oriented implementation of Sender Policy
Framework (SPF). This class collection aims to fully conform to
the SPF specification (RFC 4408) so as to serve both as a production
quality SPF implementation and as a reference for other developers
of SPF implementations.
ok sthen@
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver descendant
class that allows a virtual DNS to be emulated instead of querying
the real DNS. A set of static DNS records may be supplied, or
arbitrary code may be specified as a means for retrieving DNS
records, or even generating them on the fly.