This has no effect by default but lets one turn on debug info or add
CFLAGS without having to wade into imake goop directly. (It will do
this for everything that uses the xview imake templates; but you have
to reinstall xview-config for the changes to take effect.)
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.
move PKGREVISION to each Makefile including the Makefile.common for
keep version number, and bump again for ocaml-graphics because the
previous bump resuited in downgrade.
"qmake" binary no longer crashes and the build actually succeeds.
This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
Changelog:
ver 3.0.6
* Support cairo for text rendering. (Experimental)
(See doc/en/README.cairo in detail.)
* Support searching text in terminal screen. (Add "mlsearch.sh" tool.)
* "CSI < r", "CSI < s" and "CSI < t" sequences are supported.
* Improve cursor movement in bi-direction text.
* Improve compatibility of libvte. (Gtkterm2, evilvte and sakura work.)
* Ignore all spaces at the end of lines in selecting text regardless of their
fg/bg colors.
* Support unicode indic characters (using ISCII fonts though). (Experimental)
* Other bug fixes:
Fix a mistake which disabled configuration in $prefix/etc/mlterm in libvte.
* This package is probably for gnome3.
Unique is a library for writing single instance application. If
you launch a single instance application twice, the second instance
will either just quit or will send a message to the running instance.
Unique makes it easy to write this kind of applications, by providing
a base class, taking care of all the IPC machinery needed to send
messages to a running instance, and also handling the startup
notification side.
Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to
failing build-time test cases. Presumably on platforms where the build
succeeds this export list doesn't actually matter.
1.) The check in "pkgsrc/x11/pixman/Makefile" was incorrect and always
disabled SSE2. Remove it which also fixes the Mac OS X build as
the necessary patch for the test program gets applied again.
2.) Correct the existing SSE2 handling in "pkgsrc/x11/pixman/hacks.mk":
- Correctly match the various GCC versions.
- Disable SSE2 for both amd64 and i386 when old versions of GCC
are used.
0.12
====
- Revert a change that break ABI (Julien Cristau)
0.11
====
- Remove Xlib support, use only xcb and x11-xcb (Julien Danjou)
- Support APPLICATION_ID key (Colin Walters)
pkgsrc: no X11 bl3.mk files removed since x11-links pulls in all of them,
so I can't test if some can be removed.
NetBSD/amd64 5.1_STABLE. Bump package revision because of this change.
It is possible that SSE2 support works fine if "pixman" is built with
NetBSD-current's newer toolchain. If you have such a setup please
test it and adjust the package accordingly if appropriate.
1) Qt3 support dropped
2) QwtPlot layout/render code ported from int to double
Exported/printed documents in scalable formats like SVG or PDF
are 100% scalable now.
3) Template base classes introduced for curve and curve data
to be reusable in all plot items displaying series of samples.
4) New plot items
- QwtPlotHistogram
- QwtPlotIntervalCurve ( error bars or displaying the area between 2 curves )
- QwtPlotSpectroCurve ( mapping the z value to a color )
5) Raster items
- QwtMatrixRasterData introduced
- More accurate rendering
- Several API changes
- Thread support for rendering spectrograms
6) QwtPlot::print moved to QwtPlotRenderer
7) Other new classes
QwtColumnSymbol
QwtDoublePoint3D
QwtIntervalSymbol
QwtPlotDirectPainter
QwtSamplingThread
QwtSystemClock
8) QwtPicker and friends reorganized,
QwtPickerTrackerMachine added for displaying a rubberband for
mouse moves. Enter/Leave added to events, that are handled
by the picker machines.
9) QwtScaleWidget::LayoutFlag added
Introduced to control the direction of vertical axis titles.
10)QwtWeedingCurveFitter added
QwtWeedingCurveFitter is an implementation of the Douglas/Peuker
algorithm, that can be used to reduce the number of curve points.
It can be very useful to improve the performance of painting
curves of many lines ( f.e. by implementing different level of details ).
11)Legend code update for representing different pixmaps for different
types of plot items.
12)Copy operators removed, using pointers instead
13)QwtPolarPoint from qwtpolar added
14)QwtThermo
Optional QwtColorMaps added
15)Interfaces and code of all sliders/dials cleaned up.
QApplication::globalStrut(), styled backgrounds ...
the "bash" requirement for "configure", works around build problems
due to unresolved problems with bash on Dragonfly
(PR pkg/45059 by Matthias Rampke)
== Ruby-GNOME2 0.90.9: 2011-06-11
NOTE: 0.90.x releases are for 1.0.0 major release.
This is the last release of 0.90.x series. The next release
will be 1.0.0!
=== Changes
==== All
* Fixes
* Fix a bug in version numbers.
[Grant Schoep, Vincent Carmona]
* Support 'bundle install' .
==== Ruby/GLib2
* Improvements
* Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
* GLib::IOChannel#write returns written byte not self.
[backward incompatible]
==== Ruby/GTK2
* Fixes
* fix misc/bindings.rb sample (ruby 1.9).
[Vincent Carmona]
* [#3305589] fix Gtk::Window#add_accel_group misses
a reference to accel group.
[Piotr Korzuszek, Kouhei Sutou]
* Support cairo related samples in Ruby 1.9.
[Jon, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* add Gst::Registry.update method.
[Vincent Carmona]
==== Ruby/VTE
* Fixes
* [#3199587] fix pc install.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Fixes
* [#3292118] don't run needless tests.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Improvements
* support Windows.
[S.Kitagawa]
changes:
-Optionally enabled full-scene OpenGL antialiasing. Set the resource
*multiSample to true if doing so doesn't kill performance with
your video hardware.
-New version of glhanoi.
-Image-loading hacks that display the file name now also display the
sub-directory (xscreensaver-getimage now returns relative paths
under imageDirectory).
-Passwords that contain UTF-8 non-Latin1 chars are now typeable.
-Added ``Quick Power-off in Blank Only Mode'' option.
-BSOD GLaDOS.
+bugfixes
New API in gtkmm 2.24:
Gtk:
* ComboBox and ComboBoxText now have a has-entry property, so
ComboBoxEntry and ComboBoxEntryText are deprecated.
* Range: Added get/set_round_digits()
Gdk:
* DragContext: Added drag_begin().
* Window: Added get_visual(), get_screen() and get_display().
QtNetwork
- SSL
* [QTBUG-18338] blacklist fraudulent SSL certificates
Qt for Symbian
- Bearer Management
* [QTBUG-15108] Deadlock between SymbianEngine mutex and
QNetworkConfigurationPrivate mutex in the symbian bearer code
* [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building
QtMobility QtBearer depending applications
- GraphicsView
* [QTBUG-17966] Major regression in QGraphicsView OpenVG backend
- Declarative
* [QTBUG-17503] Export qml debugging symbols on Symbian
- Widgets
* [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint
doesn't return correct value on Symbian for row when QPushButton widget is
inserted in the treeview
* [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any
widget is fullscreen
- Painting
* [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from
tests/auto/qgraphicstransfor is failed for some rotation angle on
Symbian^3 devices
* [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly
returns MAXINT
set from the renderproto version, pick a package with an older version
(renderproto9) for anything < netbsd-5.
This change gets the selection criteria right, and also points the
renderproto9 package to renderproto's builtin.mk, avoiding Xrender
breakage.
Fixes pkg/43969 and should probably be pulled up.
* make pkglint happy
Changelog:
Overview of changes from 3.0.2
==============================
ver 3.0.3
* Add support for iBus. (Experimental)
* Even if gdk-pixbuf is not linked to mlterm (--with-imagelib=gdk-pixbuf
option is not specified in configure), wall picture, icon picture
and pixmap_engine are supported by an external program (mlimgdisplay)
which uses gdk-pixbuf.
* Support "wall_picture" option partially (BMP format alone) in win32.
* Support palette settings in libvte.
* libvte uses dpi of gdk for xft font instead of manually calculated one
by DisplayWidthMM (,which can return wrong value in vmware) etc.
* Unsupported but valid formatted escape / CSI sequence is correctly ignored.
(Thanks to Iwamoto Kouichi san)
* Support "use_clipboard" option which enables CLIPBOARD selection not only
PRIMARY selection.
* Other bug fixes:
Fix wrong drawing of background of DEC Special characters. (Thanks to Iwamoto Kouichi san)
Unhighlight background of bold characters. (Thanks to Iwamoto Kouichi san)
SF Bug #3158963 (Thanks to Jyun-Yan You)
SF Bug #3053107 (Thanks to Nezmer, Thanks to Iwamoto Kouichi san)
Overview of changes from 3.0.1
==============================
ver 3.0.2
* Drop imlib, gdk-pixbuf1 and gtk-1.x support.
* Add libvte compatible library using mlterm engine. (Experimental)
* Support gnome-pty-helper. (configure with --enable-pty-helper option)
* Support "alpha" option in X11.
* Add "depth" option.
* Support "rgba:RR/GG/BB/AA" format to specify rgba color in 32-bit depth.
* Add "bidi_mode" option.
* Add "letter_space" option.
* Support execution of command like "mlclient -e w3m" in "button3_behavior" option.
* Other bug fixes:
"ESC [ r" and "ESC c" reset scrolling region. (Thanks to Iwamoto Kouichi san)
#3072833 (Thanks to Andreas Metzler)
#3051467 (Thanks to David Kolovratnik)
#3014219 (Thanks to Khaled Hosny)
Other notable changes include:
* implement pattern colours for all backends
* use DejaVu as another fallback font
* OpenGL fixes and improvements
* Key repeat support implemented in X11
* Add live resize in NSSplitView
* Toolbars have been completely rewritten and improved
* New Mac OS X 10.5 methods in NSFont
* Bug fixes and stability improvements
must be propagated in its bl3.mk file.
Do that, and depend on that version; recursive PKGREVISION bump
since a few dependencies might link against jpeg now.
* Improved pidfile handling code contributed by Jay Berkenbilt.
Changes 3.9.1:
* Fix assertion failure on 64-bit architectures using LZO 2.0+.
* Clean up harmless compiler warnings in ClientMultiplexer and
ServerMultiplexer.
Changes 3.9.0:
* Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and
very slightly improve compression.
* Builds with LZO 2.0 release.
* Compiles under the Mingw environment to create native Win32 binaries.
* Added dxpcssh sample script courtesy of Wicher Minnaard.
* Added dxpc.spec file contributed by Daniel Mealha Cabrita.
* Fixed some small memory leaks and potential buffer overruns.
* Indented all sources.
plus add patches based on Upstream Bug#532856 and hacks for libtool to
build gtkmozembed dynamic module again with xulrunner-1.9.
Overview of Changes from 2.25.2 to 2.25.3
==============================================================================
* gda: Now requires and builds with the latest libgda (3.99.11)
(Murray Cumming)
Overview of Changes from 2.25.1 to 2.25.2
==============================================================================
* gda: Now requires and builds with the latest libgda (3.99.9)
(Murray Cumming)
Overview of Changes from 2.19.1 to 2.25.1
==============================================================================
* gda:
- pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of
libgda-3.0, with various API changes.
(Murray Cumming)
- On windows, install gda.pyd instead of gda.dll, as expected by Python on
Windows, along with some other Windows fixes. (Armin Burgmeier)
* Fixed the gdl build.
(Johannes Schmid)
* gtkmozembed:
- Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro)
- Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861
Bug #503067
* Build:
- Allow the build and install of some modules to be disabled to make
life easier for distro packagers. (Arun Raghavan) Bug #534307
- Allow documentation building to be disabled. (Gian Mario Tagliaretti)
- Use python-config to get python includes. (Sebastien Bacher) Bug #448182.
Overview of Changes from 2.14.3 to 2.19.1
==============================================================================
* egg.trayicon:
- By popular demand, undeprecate this, at least until Gtk+ adds all the
functionality to GtkStatusIcon. (Gustavo Carneiro)
* gda
- Now use libgda-3.0 instead of libgda-1.2. This breaks API.
(Murray Cumming, Armin Burgmeier)
* gksu2:
- New module, Various fixes.
(Gian Mario Tagliaretti, Gustavo Carneiro)
Upstream changes:
Changes in version 3.3.11ga6, 19. September 2010
* [wc3270] Fixed an issue with non-ASCII text in the Info command.
* [wc3270] Removed junk characters from the top line of model 5 screens.
* [pr3287, wpr3287] Corrected an issue with missing newlines at the end of
each formatted 3270 stream Write command.
* [pr3287, wpr3287] Modified the -trnpre and -trnpost options to open the
files for each print job, so they can be changed between print jobs.
Changes in version 3.3.11beta5, 30. July 2010
* [all 3270] Improved tracing. Trace entries now include time stamps. Trace
file limits operate much more simply. A trace file name can start with ">>" to
have the data appended to the file.
* [all 3270] Allow -scriptport TCP ports to be re-used quickly.
Changes in version 3.3.11beta4, 25. July 2010
* [wc3270] Corrected a problem where mouse input would be ignored after
screen printing (Alt-P) or use of the Execute() action.
* [wc3270] Added a bellMode resource to allow precise control of what wc3270
does in response to ALARM WCCs and BELL characters.
* [c3270] Fixed a problem with hangs when a connection fails on recent
versions of Cygwin.
* [x3270, c3270, wc3270] Added a new token to the printer.assocCommandLine
and printer.luCommandLine resources: %O% will be substituted with the value of
the new printer.options resource. This allows extra options such as -emflush to
be passed easily to pr3287 and wpr3287 sessions without having to redefine the
rather ugly printer.assocCommandLine and printer.luCommandLine resources.
* [pr3287] Fixed a build issue on platforms that use the iconv library, such
as Macs.
* [all] Added a bindLimit resource (default true) to control whether the
screen dimensions specified by the host in a BIND image will be obeyed.
* [wc3270] Fixed the cursor position toggle to turn off correctly.
* [c3270 and wc3270] Added a menu option to toggle underscore mode.
* [c3270] Fixed underscore mode to only affect underlined fields.
Changes in version 3.3.11beta3, 7. July 2010
* [pr3287 and wpr3287] Added the -emflush option, to flush pending printer
output when an EM order is received in unformatted 3270 mode. This helps preserve
multi-page output from hosts that to not clear the 3270 buffer between pages.
Changes in version 3.3.11beta2, 6. May 2010
* [c3270, wc3270] Added a menu bar and pop-up keypad, usually controlled by
the mouse or by the new Menu and Keypad actions.
* [c3270, wc3270] Implemented the showTiming toggle, to display the time
taken for the host to process an AID in the OIA.
* [wc3270] Overhauled auto-shortcut mode, so that no shortcut is needed to
run a wc3270 session file.
Terminal widget with improved font, internationalisation and
accessibility support for the GNOME 2 desktop.
This pakcage provide python bindings for the Vte terminal widget.
This is a maintenance release which contains bug-fixes based on feedback and
contributions since the Qt 4.7.1 release back in November. It also marks the
official release of Qt Quick.
Qt Quick is a new feature within Qt that makes it easy to create light-weight
apps and UIs. It contains the new QML language, the Qt Declarative module, and
new tooling in Qt Creator to easily build apps.
PkgSrc: now builds with Clang.
* Use ${PREFIX}/share instead of /usr/local/share for XDG_DATA_DIRS
* Use ${PKG_SYSCONFDIR}/xdg instead of /etc/xdg for XDG_CONFIG_DIRS
While here, set TEST_TARGET=check and modify test patterns to adapt
above changes.
Bump PKGREVISION.
New bugfix release 0.8.1. Fixes:
* fix build failure for non-debug configurations
* several manpage updates
* fix SEGFAULT while parsing command line
* icon layout fixes
Known issues: some Gnome icons that are "hidden" actually create a
window that is detected and embedded by stalonetray. Such icons appear
as empty spaces in the tray. Applications that are known to behave this
way are gnome-power-manager and gpk-update-icon.
# October 21, 2009
New major release 0.8.0. New features/notable changes:
* Remote control. Now it is possible to execute clicks on icons
windows from command line. See documentation on --remote-click option
for more info
* Support for window struts EWMH property: now maximized windows do
not cover stalonetray window. See documentation on --window-strut option
for more info.
* In addition to --icon-size which defines default icon size, now
there is also a --slot-size which defines size of slot containing an
icon.
* Initial and maximal tray window dimensions are now specified in
slot_size multiples
* Scrollbars: now tray window has extra border, which user can click
on to scroll icon area. This means that one can have fixed-size tray
window (usefull when it is swallowed by FvwmButtons). See documentation
on --scrollbars option for more info. This feature is experimental.
* Semi-ugly support for WindowMaker dockapp mode. See documentation
on --dockapp-mode option for more info.
Notable fixes:
* Build fix for NetBSD.
* Fix EWMH window type support.
Some command line and configuration file options were depricated, see
DEPRICATIONS section of manpage for more info.