pathd or as ~/.cpan/CPAN/MyConfig.pm) as in such a situation it runs
an interactive setup process!
The fix is to _not_ call Module::Install::auto_install() in Makefile.PL
as pkgsrc handles the required modules anyway.
textproc/p5-XML-Generator into The NetBSD Packages Collection.
The Perl 5 module XML::Generator is a class for generating XML
elements: you simply call methods named for each XML tag you wish
to generate on instance objects of this class.
Packages Collection.
The Perl 5 module XML::Generator is a class for generating XML
elements: you simply call methods named for each XML tag you wish
to generate on instance objects of this class.
Clutter-GTK 0.8.3 20/02/2009
============================
- Require Clutter >= 0.8.7
- Emit the ::activate and ::deactivate signals on the stage when we get a
focus event on the embedding widget
- Propagate the modifiers state for motion events
clutter-box2d-0.8.2:
====================
Changes:
- Fixed bug in prismatic joint constructor.
- Updated box2d version used.
- Updated and improved documentation.
- Updated and improved parameter handling in public API
entry points.
- Added support for callbacks for collisions.
- Bug fixes relating to reference keeping.
- Brought sandbox testbed app up to date with API changes.
Clutter 0.8.8 (20/02/2009)
===============================================================================
* List of changes between 0.8.6 and 0.8.8
Emmanuele Bassi (5):
Pots-release bump to 0.8.7
Bug 1365 - ClutterEntry doesn't get the cursor when it should
[behaviour-path] Bail out if we don't have knots
[behaviour] Do not notify empty behaviours
[backport] Update the viewport when updating the GL context
Neil Roberts (2):
[backport] Remove backwards timelines check in get_progress
[backport] Set the SYNC_MATRICES flag when a stage is first realized
Owen W. Taylor (2):
Fix properties that have X11 types to be 'long'
Change default tile-waste from 64 to 63
Tomas Frydrych (2):
Fixed handling of enter and leave events in clutter_x11_handle_event()
Fix clutter_x11_texture_pixmap_get/set_property() following change
of PROP_WINDOW type.
Clutter 0.8.6 (14/01/2009)
===============================================================================
* List of changes between 0.8.4 and 0.8.6
o Improve performance of the text layout by drawing multiple
glyphs in a single GL call
o Use a RGB texture for 24bpp pixmaps with the GLX texture-from-pixmap
actor
o Fix a race condition in the X11 backend when resizing the stage
o Fix an off-by-one error in clutter_stage_read_pixels()
o Use ARB_texture_rectangle inside the GLX texture-from-pixmap actor,
if the GL implementation does not provide NPOT textures
o Improved ocumentation and parameters checks
* List of bugs fixed since 0.8.4
o #1305 - NPOT textures unaligned to a pixel sometimes have border
artifacts
o #1303 - clutter_glx_texture_pixmap_using_extenstion doesn't check
if fallbacks are being used
o #1297 - Bring back support for GL_ARB_texture_rectangle
o #1309 - ClutterBehaviourDepth conflicts with orher behaviours
o #1351 - Extra ; in clutter-behaviour-ellipse.c
o #1392 - behaviour_set_alpha set same alpha twice lead to warning
and destroy the input alpha
o #1289 - Draw multiple glyphs at once
* For ccid, etoken* drivers remove polling loop, review the force_poll
configuration option, this reduces power consumption and CPU load.
* Fix some issues caused by newer udev version.
* Handle T1 abort better.
* Some build system fixes.
* Some minor fixes.
* Re-add api documentation (pre-generated), like we used to.
http://www.opensc-project.org/pipermail/opensc-announce/2009-May/000025.html
New in 0.11.8; 2009-05-07;
* Fix security problem in pkcs11-tool gen_keypair (PublicExponent 1)
* fix compiling without openssl.
* updated and improve entersafe driver. FTCOS/PK-01C cards are supported
now, compatible with cards writen by Feitian's software on windows.
* Update Latvian translation files to support TYPOlight 2.7.0.
pkgsrc change:
* Update PLIST files which were updated for TYPOlight 2.7.0.
(What did I doing..., sigh.)
Pkgsrc changes:
* add avahi option (disabled by default).
Notes:
New in the 0.9.7 x11vnc release:
Basic support for building with VirtualGL's TurboVNC (an
enhanced TightVNC for fast LAN high framerate usage)
encoding and TightVNC modifications. More info:
http://www.karlrunge.com/x11vnc/faq.html#faq-turbovnc
and x11vnc/misc/turbovnc/README.
The -ncache_cr option has been fixed and so in -ncache mode
smooth opaque window motions are now work correctly. Try
it out to see how smooth it is even on a slow link.
Support for Linux text consoles (virtual terminals, e.g. 1-6)
is provided via, e.g., 'x11vnc -rawfb vt2' (for virtual
terminal #2).
This is like LinuxVNC (i.e. text only), it avoids using
/dev/fb and uses /dev/vcsaN instead (the '-rawfb console'
mode uses /dev/fb.) With /dev/vcsaN the text terminal
is accessible even it if is not the currently active one.
The -rawfb option now supports framebuffers with bits per pixel
less than 8 (e.g. 4 or 1 bpp.)
Reverse connections now work in Anonymous Diffie Hellman SSL/TLS
mode. Reverse connections also work for VeNCrypt and
ANONTLS modes.
miscellaneous new features and changes:
The included SSL enabled UltraVNC java viewer now has a
configurable [Home] entry in the drives drop down menu.
In the -create, -svc, etc. modes one can now specify a
range of X displays to ignore in X11VNC_SKIP_DISPLAY.
Improvements and bugfixes were made to the find_display
and create_display scripts. FD_EXTRA option is provided.
The '-rawfb video' option finds the video device file more
carefully.
The -rmflag option allows a new way to indicate to other
applications that x11vnc has started.
All of the java applet parameters are now documented in
the classes/ssl/README file.
There is now a "sendbell" remote control command.
A one-time -padgeom once:WxH mode is added.
Improvements to the CUPS Terminal Services helper mode.
If the X display cannot be opened normally then the env. var.
XAUTHLOCALHOSTNAME=localhost is tried.
Bugfix for selection transfer to a now non-existent X window
(Thunderbird can cause this.) Related, the env. variable
LIBXCB_ALLOW_SLOPPY_LOCK is now set by default.
Bugfix for -8to24 mode due to nonstandard indexed color support.
The libvncserver and x11vnc autoconf/automake settings have
been improved.
libXrandr include file is now found on Solaris.
- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.
Only match PCI display devices in our display driver.
Add NV_/RIVA_ prefixes to fix build warnings.
Adjust the nv34 panel tweak for Toshiba Tecra M2.
Do E-EDID if built against a server that supports it.
Remove README.NV1
nv 2.1.13
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Add missing pci id for GeForce 7100 GS
Build fix, s/pNv->/pRiva->/.
Found and fixed check_update bug.
More check_update tweaks.
Another check_updates bug.
Fixed check_update bug and improved prompt.
Fixed unscheduled time bug in starting and ending minutes.
Made unscheduled time view adjust to window width and wrap time
entries when necessary.
Added graphical display to unscheduled time view. Reduced context,
project and id column widths and widened title column. Abbreviated
the date display when grouping by contexts, projects and keywords.
Changed date format for freetime and fixed typo /usr/bin/evn ->
/usr/bin/env.
Changes:
2009-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
* ttutil.c (ttbreakservexpr): new function.
* tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions.
* tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions.
* ttserver.c (proc): dynamic linking for the skeleton database was added.
* ttskelmock.c, ttskelproxy.c: new files.
- Release: 1.1.24
2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_eval, serv_split): new functions.
* ttserver.c (do_repl): efficiency on dual-master replication was improved.
* ttserver.c (do_optimize): new function.
* ttserver.c (do_log): message format was modified.
* tcrdb.c (tcrdboptimize): new function.
* tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted.
* tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added.
* tculog.c (tculogadbredo): the flag of consistency checking was separated.
- Release: 1.1.23
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_mapreduce): the parameter for the target keys became an option.
- Release: 1.1.22
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.
- Release: 1.1.21
2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net>
* configure.in: a bug related to support for traditional shells was fixed.
* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.
* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.
* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.
- Release: 1.1.20
2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.
* tcrdb.c (tcrdbqrysearchcount): new function.
* tculog.c (tcreplread): timeout mechanism was added.
* ttserver.c (do_repl): performance was improved.
- Release: 1.1.19