Commit graph

8054 commits

Author SHA1 Message Date
wiz
fae44da910 Remove ftp.cit.gu.edu.au from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37344.
2007-11-12 00:18:58 +00:00
wiz
7362b93330 Remove ftp.digital.de from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37343.
2007-11-12 00:16:32 +00:00
wiz
ca1e5d7866 Update to 1.8.0, provided by Aleksey Cheusov in PR 37302:
2006-09-28  J. Tang

	**** BWIDGET 1.8.0 TAGGED ****

	* removed Makefile.in

	* font.tcl: correctly handle code path when user cancels dialog

	* passwd.tcl: fixed Dialog::enddialog error; fixed ordering error

	* pkgIndex.tcl, README.txt: updated to BWidget 1.8

	* removed configure.in and aclocal.m4

	* messagedlg.tcl: explicitly marked the 'Abort' button upon -type
	abortretryignore to be the default button [bug 970199]

	* Tree.html: documented [find] and [line] commands [bug 626819];
	noted bug with %W binding [bug 1224203]

	* tree.tcl: added [bindArea] procedure; updated man page [patch
	839066]

	* combobox.tcl: added [clearvalue] proc to explicitly clear a
	ComboBox value, updated man page [patch 780704]

2006-09-26  J. Tang

	* passwd.tcl: don't ignore -labelwidth when calculating label
	widths; return key moves through subwidgets like most login
	managers [patch 922877, with slight change]

	* font.tcl: add options to select font color and to disable font
	sizes; updated man pages [patch 1531199]

	* font.tcl: using arrow keys to browse font family / font size
	will cause an update to the shown sample font [patch 947109]

	* demo/basic.tcl: fixed Entry's enter command callback [bug
	1400838]

2006-08-21  J. Tang

	* combobox.tcl: unpost after autoposting when another Tk window
	gets the focus; unpost upon hitting the enter key

	* scrollw.tcl: allow toggling of scrollbars [bug 1488712]

	* Tree.html: corrected documentation for Tree::opencmd (callback
	does not append the path to the tree to the command) [bug 1507713]

	* tree.tcl: disable keyboard navigation for empty trees [bug 1514855]

	* tree.tcl: changed '-drawcross allways' to be '-drawcross
	always'; updated documentation

2006-06-29  Jeff Hobbs

	* statusbar.tcl (StatusBar::remove): remove neighboring separator
	when removing the first item. [Bug 1512671]

2006-03-24  J. Tang

	* pkgIndex.tcl: removed bogus "ControlFrame" entry [bug 1429405]

	* MainFrame man page: fixed some typos on man page

	* mainframe.tcl: fixed status bar placement when it is re-shown
	after a [showstatusbar none] command [bug 1027568]

2006-03-23  J. Tang

	* dynhelp.tcl: if a widget's help balloon is being displayed when
	that widget is destroyed, also destroy the associated balloon [bug
	1448424]

	* listbox.tcl: when deleting an item from the ListBox that has
	dynamic help text, also remove its entry from the help array [bug
	1443461]

2006-02-10  J. Tang

	* ProgressDlg man page: note that caller must invoke [update], the
	progressbar will not do it automatically [bug 1105778]

	* progressbar.tcl: -maximum value must now be non-zero, else
	divide by 0 occurs [bug 1145523]; use double() calculations to
	prevent integer overflow with very large -maximum values [bug
	900165]

	* PagesManager man page: clarified [add] behavior and default
	state [bug 1305988]

2006-02-08  J. Tang

	* combobox.tcl: allow -autocomplete with uppercase chars [bug
	996569]; added -autopost option [patch 1359041]

	* dynamic help man page: added clarification to -variable

2006-01-25  J. Tang

	* buttonbox.tcl: fixed -homogeneous calculation [bug 1362899]

2005-11-01  Jeff Hobbs

	* color.tcl (SelectColor::menu): use native dialog for palette
	menu item where possible (and Widget::theme is used).

2005-10-31  Jeff Hobbs

	* statusbar.tcl: correct Widget::theme typos

2005-10-12  Jeff Hobbs

	* mainframe.tcl (MainFrame::configure): need to ignore -bg change
	check when themed.

2005-09-28  Jeff Hobbs

	* mainframe.tcl (MainFrame::_create_menubar): ignore -bg -bd opts
	when themed

2005-09-22  Jeff Hobbs

	* font.tcl (SelectFont::_getfont): fix tile compat to still set
	data(family) and data(size) in any case.

2005-09-19  Jeff Hobbs

	* mainframe.tcl:
	* font.tcl: remove tile compat options that aren't valid.

2005-08-23  Jeff Hobbs

	* mainframe.tcl: extend ttk theme awareness to subframes/separators

2005-08-10  Jeff Hobbs

	* mainframe.tcl (MainFrame::create): make ttk theme aware

2005-07-27  Jeff Hobbs

	* statusbar.tcl: if themed, use ttk::separator
	* scrollframe.tcl: if themed, use ttk::frame
	* font.tcl: if themed, use ttk::comboboxes and ttk::checkbuttons
	* widget.tcl: encapsulate all .#BWidget* hidden widgets into a
	single frame .#BWidget to clean up main '.' childspace.
	Add 'Widget::theme ?boolean?' that, if enabled, has BWidgets try
	to use some ttk themed widgets (*very* incomplete).

	* init.tcl (Widget::_opt_defaults): make a proc for opt defaults,
	recognize aqua as a platform

2005-02-25  Jeff Hobbs

	* lang/da.rc (new): Danish language file [Bug 1151534] (elhaard)

2005-01-25  Jeff Hobbs

	* notebook.tcl: reverted lester patch - too many bugs related to
	deleting and reinsertion of tabs.

2004-12-01  Jeff Hobbs

	* notebook.tcl: speed improvements via array hashing for many tabs
	(lester).

2004-10-09  Rolf Ade

	* mainframe.tcl: (MainFrame::_parse_accelerator) made
	  accelerator Ctrl-f in -menu definitions work. [Bug 1043107]

2004-09-24  Jeff Hobbs

	* color.tcl: use toplevel instead of menu for dropdown color menu
	and do better focus/grab restoration.

	* utils.tcl (BWidget::RestoreFocusGrab,SetFocusGrab): add BWidget
	equivalents of what Tk uses for better stacked grab/focus mgmt.

	* dialog.tcl (Dialog::create): withdraw topleve immediately after
	creation.

2004-09-14  Jeff Hobbs

	* listbox.tcl: add FocusIn redirector to %W.c, add explicit
	-takefocus 0 to the frame parent.

	* widget.tcl (Widget::focusPrev): hack to avoid focus into direct
	parent when it is a megawidget. [Bug 765667]

	* notebook.tcl (NoteBook::_draw_page): adjust height for bottom
	drawn tabs. [Bug 988628]

2004-09-09  Jeff Hobbs

	* panelframe.tcl (new): new PanelFrame widget which creates a
	* pkgIndex.tcl:         frame with boxed title area that accepts
	* Makefile.in:          additional widgets.
	* BWman/contents.html:
	* BWman/navtree.html:
	* BWman/PanelFrame.html (new):

	* statusbar.tcl: improve init to use bwidget's automated arg
	passing for subwidgets.  Simplify delete subcommand to call remove.

	* xpm2image.tcl (xpm-to-image): correctly recognize None with
	-nocase

2004-09-02  Jeff Hobbs

	* buttonbox.tcl, combobox.tcl: code safety fixes

	* dialog.tcl: default button width to -11 on Win8.4, 8 otherwise

	* color.tcl, font.tcl, messagedlg.tcl:
	* passwddlg.tcl, progressdlg.tcl: change dialogs to anchor buttons e

	* statusbar.tcl: better -bg handling (configure too), and tighten
	up spacing on resize control to place it flush bottom right

2004-09-01  Jeff Hobbs

	* statusbar.tcl: add -showseparator optional horizontal separator.

2004-08-31  Jeff Hobbs

	* statusbar.tcl: correct name of image for use on unix.
	Try to use of PNG image at each create (it just looks better).

2004-08-26  Jeff Hobbs

	* tree.tcl (Tree::delete): call -selectcommand if we delete
	something that was selected.

2004-08-25  Jeff Hobbs

	* statusbar.tcl: correct use of PNG vs. GIF image.
	Don't abort creation of statusbar when gridded - just don't try
	to resize.
	Correct example to use label -width 1

2004-08-20  Jeff Hobbs

	* statusbar.tcl (new): Addition of a statusbar container widget
	* pkgIndex.tcl:        with resize control
	* Makefile.in:
	* BWman/contents.html:
	* BWman/navtree.html:
	* BWman/StatusBar.html (new):

2004-05-12  Jeff Hobbs

	* font.tcl (SelectFont::create): don't hardcode -bd 2 when
	creating the style selectbuttons.

	* dynhelp.tcl (_show_help): account for OS X help style

2004-05-04  Jeff Hobbs

	* listbox.tcl (_keyboard_navigation): make sure you can see the
	item that you key navigate to. (aas)

2004-04-26  Jeff Hobbs

	* tree.tcl (_update_nodes): align with _draw_nodes code,
	specifically correcting placement of cross on new nodes and anchor
	of changed window/image.

2004-04-23  Jeff Hobbs

	* listbox.tcl (create): don't force -highlightthickness 1 as it
	prevents the user changing it on creation.
	(_draw_item): pass more cached info from _redraw_items for speed.
	(_redraw_selection): correct drawing of selfill for items that
	extend beyond the width of the window.

2004-04-22  Jeff Hobbs

	* tree.tcl (edit): correct inversion of verifycmd emptiness test.
	* listbox.tcl: correct eval/after/lists usage.
	(_redraw_listbox): call _update_select_fill on redraw, otherwise
	the insert of items causes wonkiness.
	(_redraw_items): call update idle after changing cursor.
	(create): Insert $path into the canvas bindings, so that anyone
	binding directly onto the widget will see their bindings activated
	when the canvas has focus. Add slightly modified up/down bindings
	to the canvas, in case it gets the focus (like with -autofocus).

2004-04-21  Jeff Hobbs

	* tree.tcl (_draw_subnodes): Adjust the drawing of the line to the
	first root node to start at the vertical point (not go up).

	* entry.tcl, arrow.tcl, combobox.tcl: better space/list handling

	* entry.tcl: make the icursor not appear for non-editable and/or
	state disabled comboboxes.

2004-03-08  Joe English

	* init.tcl: (bugfix) Use <<PrevWindow>> virtual event instead
	of <Shift-Tab> event for back-tab binding.

2004-02-07  Jeff Hobbs

	* progressbar.tcl (ProgressBar::_modify): convert rect coords to
	ints to prevent left-over lines that are likely due to a bug in
	core Tk related to fractional coord refresh.

2004-02-03  Jeff Hobbs

	* scrollw.tcl (ScrolledWindow::create): correctly set -relief and
	-bd at creation time. [Bug #873666]

	* init.tcl: don't modify *Listbox.background and *Button.padY
	options - leave core widgets alone.

	* mainframe.tcl (MainFrame::_create_menubar): set the bg for menus
	only on unix (otherwise disturbs menu native L&F)
	Correct some eval/list issues.

	* BWman/MainFrame.html:
	* mainframe.tcl (MainFrame::_create_entries): correct 'cascade'
	spelling, but support old 'cascad' as well.

2004-01-28  Reinhard Max

	* configure.in: bumped to v1.7.
	This should have happened before releasing 1.7.0.

	* Makefile.in: fixed support for DESTDIR.

2004-01-05  Damon Courtney

	* init.tcl: Added a binding to the Tk spinbox to handle
	traversal as loading BWidgets seems to screw up the default
	handling for Tk.  [Bug #867604]

	* utils.tcl: Fixed a bug that would cause some geometry calculations
	in BWidget::place to behave incorrectly.  This would occasionally
	make it appear as though a drawn dialog would freeze the application.
	[Bug #868315]

2003-12-18  Bob Techentin <techentin@sourceforge.net>

	**** BWIDGET 1.7.0 TAGGED ****

	* README.txt: Changed revision to 1.7.0.  Note that
	1.7.0 does not include 2003-11-26 mod to notebook.tcl.

2003-11-26  Jeff Hobbs

	* notebook.tcl (NoteBook::bindtabs): correct tab name returned.	(groth)

2003-11-17  Jeff Hobbs

	* entry.tcl (Entry::create): add missing line continuation.
	[Patch #843932] (oehlmann)

2003-11-10  Damon Courtney

	* entry.tcl: Use a button widget for -disabled options if
	we're using 8.3 [Bug 839469]

2003-11-05  Damon Courtney

	* combobox.tcl: Fixed dropdown listbox selection for
	standard Tk listbox [Bug 831496].

2003-11-05  Jeff Hobbs

	* scrollview.tcl (ScrollView::_set_view): correct :canvas to
	renamed :cmd.

2003-10-30  Jeff Hobbs

	* scrollw.tcl (ScrolledWindow::setwidget): check that the old
	widget associated still exists before unconfiguring it. [Bug #833034]

2003-10-27  Damon Courtney

	* combobox.tcl, listbox.tcl: Fixed keyboard navigation in the
	combobox drop down [Bug 831496].

	* listbox.tcl: Added curselection subcommand to mimic Tk listbox
	behavior.

	Added keyboard navigation to the listbox.

	* widget.tcl: Added Widget::exists command to return whether a
	widget is a BWidget (based on whether it exists in the _class array).

	Widget::destroy now properly unsets the widget's variable in
	the _class array.

2003-10-27  Joe English
	* DragSite.html, DropSite.html: Fix markup errors [Bug #740484]

2003-10-20  Damon Courtney
	* arrow.tcl, bitmap.tcl, button.tcl, buttonbox.tcl, color.tcl,
	* combobox.tcl, dialog.tcl, dragsite.tcl, dropsite.tcl, entry.tcl
	* font.tcl, label.tcl, labelentry.tcl, labelframe.tcl, listbox.tcl
	* mainframe.tcl, messagedlg.tcl, notebook.tcl, pagesmgr.tcl
	* panedw.tcl, passwddlg.tcl, progressbar.tcl, progressdlg.tcl
	* scrollframe.tcl, scrollview.tcl, scrollw.tcl, separator.tcl
	* spinbox.tcl, titleframe.tcl, tree.tcl, utils.tcl, widget.tcl
	* xpm2image.tcl: Revamp again to let core Widget commands handle
	most of the esoteric work of creating and destroying widgets
	properly in the BWidget environment.

	The command Widget::define defines a class, its filename and a
	list of classes which it uses.  This command handles creating
	the command to create new widgets, creates a ::use command for
	the class and calls the ::use command for each class included.

	The command Widget::create does the renaming of the widget to
	$path:cmd and creates the proc to redirect the widget commands.

	Widget::destroy now does the rename $path "" that almost all
	widgets do.

	* button.tcl: Added a -state option to configure the state of the
	entire box at once.

	Added new insert and delete subcommands.

	Added an after cancel to stop button repeat upon release.
	[Bug 697022]

	* combobox.tcl: Added -bwlistbox, -listboxwidth and -hottrack options.
	-images option already existed, but now it actually does something.

	Added getlistbox, get, icursor, post and unpost subcommands.

	* dynhelp.tcl: Added add subcommand to replace the (now) deprecated
	register command.  The new command adds for a lot more flexibility
	in applying dynamic help.

	Help popup now comes up -topmost 1 on Windows if available.

	* entry.tcl: Added -disabledbackground option so that the BWidget
	entry more closely resembles the standard Tk entry.
	[Bug 638236].

	* init.tcl: Moved Widget::traverseTo into widget.tcl.

	* label.tcl: Renamed BWLabel class to just Label.

	* listbox.tcl: Added a default -dropcmd so that if -dragenabled
	and -dropenabled are true, drag-and-drop within the same widget
	is possible without any other options.

	Added -autofocus option to specify that clicking within the listbox
	should draw the focus in order to handle mouse wheel events.

	Added -selectfill option for drawing a full selection rectangle
	around selected items instead of just around the item.

	Added getcanvas subcommand.  [Bug 436762].

	bindImage and bindText now map %W to $path in order to get an
	accurate path in events.  This can probably be fixed better
	when we have more control over event parameters.  [Bug 607745]

	Added mouse wheel bindings by default.

	Added <<ListboxSelect>> event when selection changes.

	* mainframe.tcl: Fixed bug for adding CTRL-F items to a mainframe
	[Bug 784269]

	* messagedlg.tcl: Added -buttonwidth option.

	* notebook.tcl: Added dynamic help to tabs.

	Added -tabpady option to specify the padding between the text and
	the tab.

	Notebooks now handle multi-line text properly.  [Bug 565284]

	* scrollview.tcl: Rewritten to use a variable per path instead of
	a big array.

	* tree.tcl: Added -anchor option to nodes to specify the anchor for
	an image or window when displayed.

	Added -crossopenimage, -crosscloseimage, -crossopenbitmap and
	-crossclosebitmap options to change the open / close cross.

	Added mouse wheel bindings by default.

	Added toggle subcommand to toggle a single tree node.

	Added <<TreeSelect>> event when selection changes.

	The characters "& | ^ !" are all converted to | silently in
	node names.  This is to avoid errors because these characters
	are special to the canvas widget.  [Bug 746960]

	bindImage and bindText now map %W to $path in order to get an
	accurate path in events.  This can probably be fixed better
	when we have more control over event parameters.  [Bug 607745]

	* utils.tcl: Added BWidget::wrongNumArgsString command to return
	a standard wrong # args error string.

	Added BWidget::classes command that returns a list of all classes
	required by a given class.

	Added BWidget::inuse command to determine if a given class is inuse.

	Added BWidget::library command to return a body of code that can
	be saved into a project or other code based on the given classes.
	When called with a list of classes, all the classes and code
	necessary to use those classes is returned in a large string which
	can then be written out to a file.

	Added BWidget::write command to write to a given file the current
	set of classes that are in use.

	Added BWidget::bindMouseWheel command to setup default mouse
	bindings on a given widget.

	* widget.tcl: Added a new option type 'Padding' which will accept
	the standard padding arguments in Tcl 8.4+.

	Added Widget::define command to define a new BWidget class.

	Added Widget::create command to create a BWidget properly.

	Widget::destroy now attempts to delete a widget command created
	through Widget::create.

	Added Widget::options command to return the current options of
	a given widget in a style that can be used to serialize a widget.

	Added Widget::getOption command to get options based on children
	having the same option.

	* wizard.tcl: Added new Wizard widget.


2003-10-17  Jeff Hobbs

	* arrow.tcl, bitmap.tcl, button.tcl, buttonbox.tcl, color.tcl,
	* combobox.tcl, dialog.tcl, dragsite.tcl, dropsite.tcl, entry.tcl
	* font.tcl, label.tcl, labelentry.tcl, labelframe.tcl, listbox.tcl
	* mainframe.tcl, messagedlg.tcl, notebook.tcl, pagesmgr.tcl
	* panedw.tcl, passwddlg.tcl, progressbar.tcl, progressdlg.tcl
	* scrollframe.tcl, scrollview.tcl, scrollw.tcl, separator.tcl
	* spinbox.tcl, titleframe.tcl, tree.tcl, utils.tcl, widget.tcl
	* xpm2image.tcl: major revamp to reduce incorrect use of eval and
	other list-safetiness evils.  Also change !strcomp to streq.

2003-08-06  Jeff Hobbs

	* listbox.tcl: Correct Listbox selection drawing [Bug #781652]

2003-07-17  Joe English
	* init.tcl, combobox.tcl:  Fix for [Bug 720032] "BWidget
	breaks Tk entry behaviour".  Highlight the entry
	in a <<TraverseIn>> binding, instead of doing so
	on every <FocusIn> event.  Change the global <Tab>
	and <Shift-Tab> bindings to generate <<TraverseIn>>
	and <<TraverseOut>> events.

2003-07-17  Jeff Hobbs

	* notebook.tcl: Use list with eval for safety.
	Use lsearch -exact instead of default -glob in all uses.

	* listbox.tcl (_multiple_select): correct shift-selection when
	selectmode is multiple.  [Bug 653266]
	Use lsearch -exact instead of default -glob in all uses.
	Use list with eval for safety.

	* BWman/ScrolledWindow.html: clarify management of embedded widget.

2003-06-23  Damon Courtney <damon@unreality.com>
	* combobox.tcl: Added a little better handling of keys in the
	auto-complete.

2003-06-06  Damon Courtney <damon@unreality.com>
	* combobox.tcl: Added a rudimentary auto-complete function
	with option (-autocomplete) that is turned off by default.
	Over time, I'm sure this function can be improved, but I
	think it works pretty well for now.

	* BWman/ComboBox.tcl: Added documentation for -autocomplete.

2003-06-05  Damon Courtney <damon@unreality.com>
	* listbox.tcl: Liberal use of list where appropriate to make
	the code safe for space-containing node names.
2007-11-11 23:39:08 +00:00
abs
c5dce98272 Add explicit option check for -inet6 2007-11-09 11:34:47 +00:00
bjs
dfe10603b3 Add pixman to SUBDIR. 2007-11-08 19:52:14 +00:00
bjs
71e47998c8 Import pixman-0.9.6. This library provides low-level pixel manipulation
routines, currently used (at least) by xorg-server>=1.4 and cairo>=1.5.
Presently, nothing depends on this library, but probably will soon.
Also, those building their own Xorg servers will need this.
2007-11-08 19:51:43 +00:00
drochner
d8dbc0a06f this was replaced by gnome-control-center 2007-11-08 12:55:15 +00:00
abs
d55b1cb26c Add explicit option check for -inet6 2007-11-07 17:17:55 +00:00
abs
ef77fd8fa4 Add explicit option check for -inet6 2007-11-07 11:51:52 +00:00
rillig
bf77b3dccd Fixed LOWER_OPSYS in the PLIST. 2007-11-07 10:29:34 +00:00
heinz
6ad274f2d7 Added support for installation to DESTDIR. 2007-11-07 09:56:05 +00:00
drochner
c7216e38e8 update to 2.14.3
changes:
- Check for errors in html_document_open_stream
- Support the gdl 0.7.x API, in addtion to 0.6.x
-some changes not relevant to pkgsrc
2007-11-05 19:58:20 +00:00
drochner
64d2f57a50 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:40:41 +00:00
drochner
e34d5e347e update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:28:50 +00:00
drochner
95522bad91 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:23:31 +00:00
drochner
46b021a369 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:21:47 +00:00
drochner
1fc38d757f +gnome-control-center 2007-11-05 19:18:23 +00:00
drochner
27b32347d3 Import gnome-control-center-2.20.1, part of the GNOME desktop which
was in the pkgsrc tree as "control-center". The upstream filename is
"gnome-control-center", and it is more descriptive anyway. Sorry
for breaking updates etc...
2007-11-05 19:17:29 +00:00
rillig
10b846fbae Updated qwt to 5.0.2.
Release 5.0.2
===================

Bug Fixes
---------
1. QwtPlotCurve::Xfy curve type fixed
2. Memory leak in QwtLegend fixed
3. Vertical alignment of rich texts fixed
4. Workaround for a Qt4 bug added, that produces horrible performance
   when painting curves with a pen width > 1.
5. Background for the tracker text of QwtPickers fixed.
   Improved (faster + better rendered texts) implementation of
   painting tracker texts, using capabilities of Qt >= 4.3.
6. QwtArrowButton/QwtCounter: workaround for layout bug ( Qt < 4.3 )
   of the Cleanlook style added.
7. A couple of minor fixes

Changes
-------
1. QSvgGenerator added to the bode example

Release 5.0.1
===================

Changes
-------
1.  A couple of problems, when building Qwt fixed.
2.  Displaying Rich Text with Qt 4.x fixed

Release 5.0.0
===================

Platforms
---------
Support of Qt3 and Qt4. Qt2 is not supported any longer.

Key features
------------
1.  Redesign of plot items. Makes it much easier to develop
    individual items.
2.  Redesign of the scale classes. All calculations are
    collected in scale engines, where the application can
    implement it´s own (f.e log2, or date scales). Now it´s
    also possible to have individual and completely irregular scales
3.  Redesign of the QwtText classes. The MathML renderer of
    the Qt4 solutions package is embedded.
    work for all expressions/situations.
4.  New classes for navigating: QwtPanner, QwtMaginfier
5.  Spectrogram/Contour plots  and other classes for displaying
    raster data added.

Changes
-------
5.0.0 is by far the release with the most changes in the history of Qwt
- too many to make list.


Release 4.2.0/0.4.2
===================

License
--------
A couple of exceptions to the LGPL with the intention to allow static
linking with commercial applications. See COPYING.

Key features:
-------------
1.  Designer plugin
2.  Rich Text support ( f.e. E = m * c<sup>2</sup> ) added.
3.  QwtDial class family added (QwtDial, QwtCompass, QwtAnalogClock, ...)
4.  QwtPicker class family added. Includes QwtPlotZoomer, a complete
    implementation of recursive zooming.
5.  Device metrics independent printing of QwtPlot. (QPrinter::HighResolution)
6.  QwtPlot::setCurveBrush(), QwtCurve::setBrush() added. The area
    between curve and baseline will be filled with this brush.
7.  Rotation of axis tick labels added. Very useful for axis with long
    labels like time scales ...
8.  Added a new abstract QwtData class to plot data from almost any type of
    container class.
9.  QwtDoublePoint, QwtDoubleSize, QwtDoubleRect double counterparts
    for QPoint, QSize, QRect.
10. First steps to support Qtopia. All examples can be compiled and started
    in the qvfb emulator.


Changes:
---------
1.  Rewrite of QwtLegend/QwtLegendItem (no QTable anymore)
2.  Each plot item will be painted, even if one of the axis it is
    attached to is disabled. (like in all other releases beside 0.4.1)
3.  Code for double buffering moved to a new class QwtPaintBuffer.
    Double buffering can be enabled/disabled now.
4.  QwtPainter, QwtMetricsMap, QwtLayoutMetrics added
    Hide paint device metrics dependencies.
5.  Layout code rewritten and moved to a new class QwtPlotLayout
    New layout options canvasMargin(), alignCanvasToScales()
6.  QwtPlot: sizeHint() != minimumSizeHint()
9.  Internal plot data are private again. A couple of get methods
    added instead.
10. canvas repaints triggered by paint events. Enables event filtering
11. QwtPlot::drawCanvasItems added. In opposite to QwtPlot::drawCanvas
    it is used by the printing code too.
12. qwtMax, qwtMin, qwtInt mapped to QMAX, QMIN, qRound from qglobal.h
13. operator= for plot item classes changed.
14. readOnly property added for sliders.
15. valid flag added for QwtDblRange
16. QwtCounter wrap around policy: a counter under- or overflow sets
    focus to the smallest up/down button and disables counting.
    A space bar keypress release event re-enables counting.
17. QwtPushButton added. A class that adds rich text and alignments
    features to QPushButton, like they are used in QLabel
18. Clipped painting code moved from QwtCurve to QwtPainter/QwtRect
19. Canvas cache added to optimize trivial repaints.
20. QwtPlot::drawCurve added for incremental curve data
21. QwtSliderBase, readOnly, isValid added
22. Added filtering of the colors of the title and scales to QwtPrintFilter.
23. Support of QT_NO_CAST_ASII and QT_NO_COMPAT added
24. Batch file added for generating Visual Studio project files
25. QwtPlotCurve, QwtPlotMarker, QwtPlotGrid: more methods public
26. QwtPlot::setLegendPosition added
27. A lot of changes I don't remember, ... sorry.

Bugfixes:
---------
1.  Autodetection of painter redirection. QPixmap::grabWidget() works
    with Qwt Widgets again.
2.  QwtSlider: Rounding double->int conversions instead of simple casts.
3.  Bad additional line, connected to the first curve point, when zooming
    deep, fixed.
4.  QwtMarker: Painting of symbols with width != height fixed
5.  QwtPlot::plotMouseXXX/canvasMap pixel coordinates synced.
    Now both include the canvas frame.
6.  Layout fixed for QwtScaleDraws without tick labels
8.  Tab focus chains fixed, focus indications added.
9.  Support QwtAutoScale::Inverted when autoScale is off also.
10. Keyboard control, focus indications added.
11. Improved QStyle awareness.
12. Printing of plots with disabled axes

Examples
--------
1.  New example linux/cpustat added. Runs also on non linux boxes
    with dummy values. Beside showing a couple of features that
    are new with 0.4.1 and 0.4.2, it shows how to extend and customize
    a QwtPlots.
2.  Added new example event_filter to demonstrate event filtering.
    This example shows how to add additional controls to the scales,
    how to translate mouse clicks on the scales into signals and
    how to move points on the canvas.
3.  realtime example shows how to use scrollbars when zooming

Release 0.4.1
============

Changes:
---------
1.  Platform independent project files. makefiles directory removed.
2.  RPM spec file template added.
3.  __declspec formalism added for Win32 DLLs. Requires
    'DEFINES += QWT_DLL' in the .pro file.
4.  QString used for visible texts.
5.  Code for error curves removed. These type of features should be
    implemented in derived curve classes.
6.  A lot of Qt 1.2 related code removed/replaced.
7.  QwtColorFilter, QwtPixFrame removed. QwtPlotPixFrame renamed
    to QwtPlotCanvas.
8.  qmodules.h aware. Skips QwtLegend in case of !QT_MODULE_TABLE
9.  All Widgets including QwtPlot optimized to reduce flicker
    during resize/repaint.
10. QwtPlot curves/markers can be disabled/enabled to hide/show individual
    curves without removing the curves from the plot.
11. Internal maps removed from QwtCurve. QwtCurve::setMap, QwtCurve::setRect,
    QwtCurve::setRange removed.

Feature additions:
------------------
1. Printing
   QwtPlot::print prints to any type of QPaintDevice now.
   Hardcoded printer attributes margin, creator and document title have
   been removed and must/can be set by the applications now.
   Printing of background and legends added. QwtColorFilter replaced
   by QwtPlotPrintFilter.
2. Layout
   Many layout fixes and additions.  Now all Widgets behave well in
   QLayouts and provide sensible sizeHints. QwtPlot::setMargin(int) added.
   Fieldwidth added for QwtPlot::setAxisFormat for application that need
   range independent width. Title and axis title are Qt:Alignment aware.
   Qt::WordBreak or multiline titles are possible.
3. Legend
   En/Disabling of single curves in the legend added.
   QwtPlot::setAutoLegend added.
4. Extensibility
   QwtPlot::insertCurve + QwtPlot::insertMarker added. Now derived
   classes of QwtPlotCurve and QwtPlotMarker can be added. Virtual
   methods provided by QwtPlotCurve for sub-classing.
   QwtScale::setScaleDraw + QwtPlot::setAxisScaleDraw + some virtual
   methods for QwtScaleDraw added. Application can implement individual
   axis labels now.
5. Sliders
   QWheelEvent added. The MouseWheel stepsize is controlled by the
   Scroll Page Size. QwtWheel::setWheelWidth added. QwtKnob::setSymbol,
   QwtKnob::symbol added.

Bugfixes:
---------
1. Workaround for spontanous curves resulting from overruns
   when zooming too deep.
2. Wrong QColorGroup::ColorRole for background colors fixed.
   Necessary for several non default QStyles.
3. QwtWheel fixed for vertical wheels. Better color support.
4. QwtSlider fixed.
5. Many forgotten others

Release 0.4.0
============

Bugfixes:
---------
1. A few occurences of the boolean literal \c false were changed into macro
   \c FALSE for cross compiler compatibility.
2. A few local variables in member functions were renamed to suppress
   warnings issued by really picky compilers about global/class variables
   being hidden.
3. In qwt_legend.h, a fully qualified name was used in a class declaration.
   The HPUX compiler chokes on this (and it's ugly), so it was fixed.
4. Macro M_2PI is now only defined is this hasn't already been done by the
   system's clib.

Feature additions:
------------------
1. Qwt now works with Qt3.0. In order to achieve this, QwtLegend now no
   longer derives from QTableView, but from QTable. This seems to have had
   quite a few consequences. Kudo's to Uwe Rathmann for uploading this nice
   fix to the CVS tree.
2. Getters for a plot's title and title font have been added.
2007-11-05 12:56:44 +00:00
drochner
d63be85aea update to 2.20.1
This switches to the new gnome-2.20 branch.

This should also resolve PR pkg/37282 by Gilles Gravier.
2007-11-05 11:44:06 +00:00
rillig
af17969f76 Fixed pkglint warning:
WARN: Makefile.common:48: "${SH} ./configure" is not a valid pathname.

Fixing this fixed the following error:

... ${CONFIGURE_ENV} /bin/ksh /bin/ksh ./configure ...
/bin/ksh: /bin/ksh: cannot execute
2007-11-04 23:29:13 +00:00
rillig
0cef6c1b87 Added two patches to make the package build with sunpro. 2007-11-04 22:59:36 +00:00
rillig
4e2293c2d0 wrong category -> moved to wm/awesome. 2007-11-03 17:29:17 +00:00
drochner
c98b89a665 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 17:28:00 +00:00
drochner
2e8e9c5d3e +gtksourceview2 2007-11-03 17:25:27 +00:00
drochner
18ef752157 Import gtksourceview2-2.0.1 which a new major version of gtksourceview,
needed by gedit. It can coexist with gtksourceview-1.x.
2007-11-03 17:24:41 +00:00
drochner
64027621b3 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:37:47 +00:00
drochner
423332926e update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:19:08 +00:00
drochner
e4382906f0 update to 2.18.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:18:10 +00:00
drochner
5bd99df3db update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 16:16:44 +00:00
drochner
247bae0540 update to 2.12.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:15:17 +00:00
rillig
f536fba3ed Imported awesome from pkgsrc-wip.
awesome is a tiling window manager initialy based on a dwm code rewriting.
It's extremely fast, small, dynamic and awesome.

Packaged by adam.hoka@gmail.com.
2007-11-03 15:00:40 +00:00
joerg
f18a69e2ef When restoring the working version, it is better to actually use the old
copy and not one with random junk in it that doesn't match the checksum.
2007-11-01 14:43:47 +00:00
markd
f1f35b98b6 Fix default kdm/Xsession for csh/tcsh.
From Jason Boyer in PR pkg/37158.
2007-11-01 10:35:56 +00:00
rillig
cbfeb3c5d5 Don't include files more often than necessary. 2007-10-31 21:15:19 +00:00
rillig
fdc2a124c2 Fixed pkglint warning about IMAKE_MANNEWSUFFIX. 2007-10-31 20:59:06 +00:00
drochner
b3472402fa update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-10-31 20:53:21 +00:00
drochner
b948654a34 update to 2.12.0
This switches to the new gnome-2.20 branch.
2007-10-31 20:51:42 +00:00
markd
a7b20f5b0e Add hack to build without ipv6. From PR pkg/37154 by Yakovetsky Vladimir 2007-10-31 11:56:44 +00:00
martti
9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00
martti
8f69a49448 Added LICENSE=gnu-gpl-v2 2007-10-30 14:10:10 +00:00
shannonjr
ad81653143 Backing out unintended change 2007-10-30 10:59:16 +00:00
shannonjr
d6dcbe7291 Back out unintended change 2007-10-30 10:56:43 +00:00
drochner
536952e6e1 don't try to @dirrm share/devhelp/books 2007-10-29 23:16:47 +00:00
shannonjr
126c7ce006 Unfinished package 2007-10-29 16:04:53 +00:00
joerg
c65db87582 Don't use the special permissions from configure, but annotate them
directly. The OSF setgid is currently left out. Add DESTDIR support.
2007-10-28 16:06:04 +00:00
joerg
6578816a11 Add DESTDIR support. 2007-10-28 16:04:41 +00:00
wiz
9099c57515 Update to 2.10.0:
2007.09.25 [Jacques]
  * Various preparations for release.
  * Use the "Glade for Windows" distribution for win32, supporting glade and rsvg.

2007.08.17 [Jacques]
  * some more patch by Julien Moutinho (style and Rc).
  * do not set LC_NUMERIC to C (ocaml is now ok) (Volker Grabsch).
  * avoid some warnings in ml_gdkpixbuf and ml_glib.

2007.08.09 [Benjamin]
  * GtkImage : clear support

2007.08.08 [Benjamin]
  * Fix typo in property "wrap-license" (was "wrap-licence") of GtkAboutDialog
  * Add GtkFileChooser "do-confirm-overwrite" property support and
     "confirm-overwrite" signal
  * GWindow "urgency-hint" property support

2007.08.07 [Benjamin]
  * Add Glib.usleep
  * Add Stock icons for Gtk 2.10 and 2.8
  * Add  has_selection and cursor_position properties in GText.buffer

2007.08.06 [Benjamin]
  * Add support for GtkAssistant of Gtk 2.10

2007.06.18 [Jacques]
  * merge patches by Julien Moutinho for GdkDisplay
    and gtk_tree_view_get_cell_area.

2007.06.08 [Benjamin]
  * Add support for gtk_link_button

2007.06.07 [Benjamin]
  * gtksourceview support

2007.05.27 [Benjamin]
  * fixed bug in GWindow.about_dialog whose callbacks raised an uncaught
    Not_found.
    The default Close button now responds `CANCEL and not `CLOSE.

2006.11.19 [Olivier]
  * add some missing properties in GtkIconView (in module GTree) (2.6)
  * add some missing properties in GtkButton (2.4, 2.6)

2006.11.03 [Olivier]
  * move GtkSocket code from ml_gtkbin.c to ml_gtk.c since it is
    wrapped in GWindow.

2006.10.27 [Jacques]
  * add Gdk.Cursor.get_image
  * remove Gdk.Cursor.destroy (could be dangerous)
  * add new methods to GData.clipboard (partly from SooHyoung Oh)

2006.10.13 [Jacques]
  * add GDraw.drawable#colormap,gc,set_gc

2006.09.15 [Olivier]
  * wrap GtkMenuToolButton (2.6)

In lablgtk2-20060908:
2006.08.08 [RobertR]
  * export copy_memblock_indirected and ml_lookup_flags_getter for Windows

2006.07.06 [Jacques]
  * make ABSVALUE=1 to use a custom mlvalues.h where value is abstract

2006.05.13 [Jacques]
  * delay finalization functions when they may trigger a callback

2006.02.03 [Jacques]
  * add GLayout#bin_window

2005.12.19 [Jacques]
  * lablgladecc : apply Keita Yamaguchi's patch

2005.12.02 [Benjalin]
  * lablgladecc : support for GtkAboutDialog

2005.11.10 [Olivier]
  * wrap gtk_tree_view_expand_to_path (2.2)

2005.11.03 [Benjamin]
  * lablgladecc : emit w#toplevel#misc#show_all instead of
    w#toplevel#show in check_all, because some toplevel widgets (gMenu for example)
    do not have a show method

2005.10.28 [Jacques]
  * add windows support for rsvg
2007-10-27 13:29:37 +00:00
rillig
1066e662ae MAKE_JOBS_SAFE=no, as reported in PR 37233. 2007-10-27 12:31:15 +00:00
wiz
74616b7c02 Update to 2.12.1:
Overview of Changes from GTK+ 2.12.0 to 2.12.1
==============================================

 * Bugs fixed:
 472965 a small improvement for scrolling behavior with PgUp/PgDown
 460194 Gtk tooltips + swt crash
 478803 Segfault in gtk_print_operation_run when no range specified
 480123 Crash from GTK's new search feature
 483223 im-xim.so leaves callbacks connected to display "closed" ...
 476342 Icon cache validation causes severe page-in
 484008 configure fails during CUPS version tests on some platforms
 327243 GtkFileChooserButton emits two "selection-changed" signal...
 465380 gtkfilechooser cannot show the modified date on none UTF-...
 467269 Inkscape Flickers horribly
 476686 gtkrecentchooser select-multiple property
 478173 GTK's Tracker search engine does not work anymore
 478371 totem volume slider appears on all workspaces
 482089 GtkPrintOperation check for null default signal handler b...
 482504 Missing locale to UTF-8 conversion for modification time ...
 482841 critical warnings on gdk_display_close after _gtk_tooltip...
 483563 remains of gtk_widget_ref() in gtkdnd.c
 483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im...
 484650 Typo in docs for GdkGrabBroken
 484730 In MS-Windows theme, GtkBorder freed with g_free() instea...
 486360 Failed to convert Empathy Glade files
 389358 print dialog: unit selection dialog can't be closed
 448343 File chooser should maintain sort state during folder swi...
 477447 GtkPaned documentation doesn't mention behaviour with onl...
 482034 GtkMenuPositionFunc push_in parameter description
 482837 duplicate declaration of gtk_notebook_create_window()
 478637 Notebook tab labels not correctly centered in ms-windows ...
 484132 gtk_recent_info_get_icon docs
 486636 "Cannot open display" message doesn't include display whe...
 455284 Ctrl+L should work depending if it has focus or not
 478377 10x speed up for window motion/scroll (gdk-quartz)
 485301 Filename is garbled in print dialog on none UTF-8
 485437 Fix testxinerama.c to not query current monitor by default
 486155 Docs for gtk_text_iter_forward_line()
 339877 pixbuf loader incorrectly returns wbmp
 456137 Pidgin will crash in fail-safe session due to a NULL poin...
 456676 Critical warning in gtk_drag_drop_finished()
 352643 crash in gtk_entry_completion_default_completion_func
 477280 volume button docs fix
 477704 Add docs for GtkTreeModelForeachFunc
 476920 Move GtkFileSelection to the deprecated section

 * Updated translations:
 - Arabic (ar)
 - Assamese (as)
 - Belarusian Latin (be@latin)
 - Catalan (ca)
 - Estonian (et)
 - Basque (eu)
 - Hebrew (he)
 - Ido (io)
 - Italian (it)
 - Japanese (ja)
 - Georgian (ka)
 - Kannada (kn)
 - Korean (ko)
 - Lithuanian (lt)
 - Dutch (nl)
 - Polish (pl)
 - Romanian (ro)
 - Slovenian (sl)
2007-10-27 12:17:06 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
b5e6ca3a7e Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25 21:04:21 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
xtraeme
80d1355d24 Fix up COMMENT, this is not the VESA driver... 2007-10-24 21:01:01 +00:00
joerg
c78c96d10f Change qmake to not add the target directory as rpath.
This would leak rpath references to the build directory and
libtool should take care of this already. Non-libtool builds
might be broken by this, but they shouldn't use -Wl,-R either,
but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and
qt3-tools (qmake changes).
2007-10-24 15:50:18 +00:00
joerg
5ac885144d Supports DESTDIR. 2007-10-24 15:00:41 +00:00
xtraeme
1321455d6b Added x11/xf86-video-radeonhd. 2007-10-23 23:16:55 +00:00
xtraeme
67c6c35a15 Initial import of xf86-video-radeonhd. This is a snapshot from the git
repository because there is not an official release yet.

This is the video driver for ATI Radeon HD cards for the modular Xorg server.

This works well enough on my Radeon HD 2600XT DDR3.
2007-10-23 23:15:20 +00:00
heinz
f8e6d19c15 The package supports installation to DESTDIR. 2007-10-23 20:17:58 +00:00
tnn
133497a30a recordproto contains only header files, relax from full to build dep. 2007-10-23 15:34:32 +00:00
obache
51da164fe6 No need "ENABLE_CUPS" anymore since last option.mk change. 2007-10-21 02:03:34 +00:00
obache
43df7ca46f Suppress the unexptected cups detection.
Fixes PR 37134.
2007-10-21 01:18:36 +00:00
markd
bd45e604b8 Update KDE to 3.5.8 2007-10-20 10:52:45 +00:00
markd
90aabdb3a9 Update to KDE 3.5.8 2007-10-20 10:37:48 +00:00
markd
2ad9d31b11 Update to KDE 3.5.8
POP3 ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
SMTP ioslave
* Fix SASL Authentication fails if another client of sasl is loaded.
Kate
* Add .hh Extension for C++ syntax highlighting.
* Highlight 'read' and 'write', used when declaring properties in Pascal.
* Fix code folding breaks highlighting.
* Fix tabs in wrapped line broke cursor navigation.
* Fix save doesn't work after redo.
* Do not disable quit button when no session is selected but the open
  session button.
* Pressing X now triggers the open session button, when it should trigger
  quit button.
KControl
* When delete all is pressed, only delete the visible cookies if the view
  is filtered.
* Do not loose the domain-specific cookie policies when cookie support is
  disabled and re-enabled again.
* Newly added fonts are not available.
kdesktop
* Do not shutdown at autologout.
kdm
* Do not attempt to auto-login after a post-session shutdown confirmation.
* Fix CVE-2007-4569.
kwin
* Fix restarting KWin messes up active border order.
* Fix block global shorcuts is broken.
Konsole
* Real transparency support without side effects, if qt-copy patch #0078
  is available.
Konqueror
* Fix Konqueror not autodetecting new plugins.
* Avoid preview crashes when view is invalid.
* Resolve media: and system: urls to local files in the popup menu.
* Fix crash when the window is deleted from onmousedown.
* Fix nspluginviewer crashes on amd64.
2007-10-20 10:37:19 +00:00
markd
cce2ab9b81 Update to KDE 3.5.8
core libs
* Small performance improvements.
* Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an
  existing file in the current directory.
* Be more robust against addressbar spoofing.
* A hostname may resolve to multiple addresses. When connection to one
  timeouts, we should not immediately give up. Instead, we try the other
  addresses.
http ioslave
* Fix crash on broken servers.
* Fix Connection failed Url Frame Redirection.
* Fix session cookies not always accepted.
* Fix persistent cookies are treated like session cookies.
* Fix a cross-site cookie injection vulnerability.
* Fix for correctly propagating HTTP response headers > 8K.
* Fix http responses containing just a header cause Konqueror to wait
  indefinitely for a response.
* Fix problem with cookies in konqueror when server specified as IP adress.
* Fix per-site cookie policy does not apply to cookies set for subdomains.
KHTML
* Fix handling of font-variant:inherit.
* Fix GMail/Firefox yet again.
* Fix confused cursor shapes if mail and new-window links appear on the
  same page.
* Fix cannot type text into boxes on riteaid.com.
* Optimize descendant selector matching.
* Fix invalid placing of image.
* Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest
  Object" specification.
kjs
* Do not convert accented latin1 characters into undrawable char in
  websites using advanced JavaScript.
2007-10-20 10:36:14 +00:00
obache
e21bb123ab Force to not install terminfo file. Fixes PR 37082.
A terminfo entry was installed into somewhere(or not) depending on tic command.

Install termcap/terminfo entry source file in examples directory and
mention it in MESSAGE.

Bump PKGREVISION.
2007-10-20 06:11:24 +00:00
abs
39c5405f87 Update to xhost-1.0.2nb1: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir in PR/37115 2007-10-15 14:39:46 +00:00
abs
249feeb97e Update to libSM-1.0.3: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir in PR/37116 2007-10-15 12:48:57 +00:00
abs
39ece3bb6e Update to qt3-libs-3.3.8nb6: Explicitly pass inet6 setting to configure - from Yakovetsky Vladimir 2007-10-15 11:59:49 +00:00
adam
d8abd7ce26 Changes 2.12.1:
* PrintOperation: Corrected a reference-counting problem that caused
  crashes.

Changes 2.12:
* New classes: Builder, RecentAction, Tooltip, VolumeButton.
* Deprecated the Tooltips class.
* More...
2007-10-13 14:18:33 +00:00
adam
53299a69f3 Changes 4.3.2:
* General Improvements
* Fixed incorrect behavior of the widget editing mode that
  could occur when a form was resized.
* Fixed a crash that could occur when several commands were
  redone in one go.
* Enabled MSVC and Borland project generators for the Qt Open Source
  edition.
* Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in
  the Xcode project generator to allow distributed (distcc) builds to
  work again.
* more...
2007-10-13 12:02:14 +00:00
adam
70ae7fb880 Changes 8.4.16:
* Bug fixes
* Improvements
2007-10-13 11:41:33 +00:00
rillig
c31ce62a23 Don't set the maintainer unconditionally in files that are used by many
packages. Patch by Vladimir Yakovetsky in PR 37113.
2007-10-12 20:13:29 +00:00
obache
7c1c0f77dd Update x11vnc to 0.9.3.
New in the 0.9.3 x11vnc release:

        This release provides client-side caching to improve interactive
        response.  Almost no VNC viewers implement caching which is why
        VNC is slow compared to other remote graphics protocols.

        The x11vnc caching will work with any VNC viewer, but they will
        not hide the pixmap cache region that is below the main desktop
        (one must adjust the window manually).  The SSVNC Unix VNC viewer,
        however, automatically detects and hides the region.

        To enable caching, supply "-ncache n" to x11vnc, where the
        number n, e.g. 10, indicates how much memory to devote to the
        caching scheme.

        See http://www.karlrunge.com/x11vnc/#faq-client-caching
2007-10-11 14:20:35 +00:00
hauke
3cdf7e19a7 The code to verify user and password provided in
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.

Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.

Bump pkg revision.

Fixes PR 31417.
2007-10-11 09:46:51 +00:00
hauke
80dc47c2a2 The code to verify user and password provided in
daemon/verify-{crypt,shadow}.c prints out the user name in various
places, where daemon/verify-pam.c code does not. Get out of sync with
the login dialog, and you'll have your password logged.

Adapt patches from the gdm 2.20 branch for
(1) not logging the user name in any syslog error messages
(2) not localizing the log messages.

Fixes PR 31417.
2007-10-11 09:35:11 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
rillig
dbbb055eda Fixed the build errors with gcc4. 2007-10-09 11:09:21 +00:00
joerg
5d01b5a3bd Don't define a local weak in6addr_any. Any sane IPv6 setup has and if it
doesn't include it, your lost mostly anyway. The weak alias creates a
conflict on HP-UX tho. Bump revision.
2007-10-07 12:39:28 +00:00
taca
a258170f66 Update Ruby packages to 1.8.6-p111.
No change; DISTFILES update only.
2007-10-06 06:13:35 +00:00
joerg
c84c93515b Reorder pkgconfig file as the gnopernicus configure fails because
datarootdir is used before being defined. Bump revision.
2007-10-06 00:20:40 +00:00
dillo
1421921b96 Fix homepage. 2007-10-05 16:11:17 +00:00
joerg
a16e5639be Install uic3 binary and not the libtool wrapper. Bump revision. 2007-10-04 20:43:52 +00:00
obache
fedd916323 Renamed devel/libglade2 to devel/libglade. 2007-10-04 12:06:40 +00:00
martti
23fd237165 Updated x11/xfce4-desktop to 4.4.1nb2
Fix application launch problems with gtk2 2.11 and later.

http://bugzilla.xfce.org/show_bug.cgi?id=3359
2007-10-03 10:25:00 +00:00
aymeric
ee334ad872 remove option xterm-toolbar from the default options. Toolbar support seems
to be broken in xterm for now.
OK bjs@
2007-10-02 15:04:53 +00:00
rillig
ddf6f5db34 After a few more tries, it finally worked. The features framework isn't
as easy to use as I first thought.
2007-10-01 11:59:59 +00:00
hira
33d8aad3d4 librsvg2 -> librsvg. 2007-10-01 11:28:00 +00:00
rillig
d5fd4e10be Needs err() and errx(). 2007-10-01 11:09:09 +00:00
rillig
93aab5f194 Added three patches to make the package work on Solaris. 2007-10-01 11:02:44 +00:00
wiz
2f2166a0fb Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
obache
1aa0d8a70b Need lex & yacc.
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov
in pkgsrc-bulk@.
2007-09-29 12:28:36 +00:00
drochner
f37c4a2343 fix compilation on NetBSD-4+ (seen in bulk build) 2007-09-28 13:11:29 +00:00
hubertf
d34ad79ba8 Update xlockmore to 5.25. Changes:
Renamed xlockrc.rc to xlock95.rc.
  win95 settings fixes from Frank Fesevur
    'Enabled' checkbox set in the savers configuration for is honored
        when the random mode is selected.
    Dialog rearranged to allow more room for Delay/Count/Cycles.
    Version is now displayed.
  ant3d,ant,life1d now with better colors.  Really looked bad on Windows 95.
  rain a new mode from Frank Fesevur.
  Patch for running stuff like "xlock95.scr -s ant3d" thanks to
    Frank Fesevur <ffes AT users.sourceforge.net> which makes testing
    and showing a particular mode much easier.
  Fix for xlock -resource in life.c.
  Added a compile-time option "-DNO_TIME if you dont want the time in the
    password window.
2007-09-28 12:42:40 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
hira
4c0f69f879 Fix comment (gnome-vfs2 -> gnome-vfs). 2007-09-25 10:47:52 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
joerg
4eb30fb217 Require randrproto 1.2.1 as found in PR pkg/37015. 2007-09-24 22:31:16 +00:00
taca
f1fae36344 Update Ruby to 1.8.6-p110.
Approved by wiz@.

This is bug fix release of Ruby 1.8.6.  Especially it fixes thread/eval
function problem on Mac OS X.
2007-09-24 22:01:29 +00:00
joerg
ade92d961f Fix off-by-one issue. Bump revision. 2007-09-24 16:24:48 +00:00
tnn
4d6762f332 Add a recommended distribution patch that removes the ScrollWithBuffer
configuration file option (which doesn't work as intended.) Bump revision.
2007-09-23 07:57:00 +00:00
wiz
c931d92b95 Add three patches based on files in gtkmm-2.12.0 to fix the build
with gtk2+-2.12.0.  Bump PKGREVISION.

In case this doesn't build with gtk2+<2.12 any longer, please add
an appropriate BUILDLINK_API_DEPENDS.gtk2 line.
2007-09-22 22:56:43 +00:00
markd
1222c3cb40 Updated version of konqueror address bar spoofing fix
http://www.kde.org/info/security/advisory-20070914-1.txt
also fix for KDM passwordless login vulnerability
http://www.kde.org/info/security/advisory-20070919-1.txt
2007-09-21 20:48:12 +00:00
joerg
8f146a878d Remove patch, XInputCheckExtension has some magic for that. 2007-09-21 20:47:14 +00:00
markd
1a758923e2 Updated version of Konqueror address bar spoofing fix
http://www.kde.org/info/security/advisory-20070914-1.txt
2007-09-21 20:45:52 +00:00
bjs
bf4243520d Update to version 1.4.2.1. The previous version had a broken configure
script.
2007-09-21 19:54:17 +00:00
bjs
d6f18da51f Update to version 1.0.3. Changes include:
-- Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Use autoconf to check for usleep before falling into twisty #ifdef maze
-- Bug #9524: Markup problems on xset.1x
2007-09-21 19:52:58 +00:00
bjs
26de5ba43e Update to version 1.0.3. Changes include:
-- X.Org bug #10616: Add all the X info commands to See Also in man page
-- Man page formatting: make -geometry bold like other options
-- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Purge unused code from dsimple.c
-- dsimple.c: ANSIfy function declarations
-- Replace sprintf's with snprintf & strlcat
-- Add static & const qualifiers to xwininfo.c
2007-09-21 19:50:31 +00:00
bjs
ad37e09768 Update xtrans to version 1.0.4. Changes:
-- Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
2007-09-21 19:46:27 +00:00
bjs
9a049c87ab Update to version 1.0.2. Changes include:
-- #10616: xmag man page says "Cut" button instead of "Select"
-- Replace static ChangeLog with dist-hook to generate from git log
-- Sun bug 6359959: xmag overconsumes CPU due to its selection box
-- Sun bug 6359959: use nanosleep, poll or select
-- Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Sun bug 1166559: highlight of selection box not discernable on some configs
2007-09-21 19:40:22 +00:00
joerg
15b8c15b15 Fix locking bug in upstream code. Ride on the initial update. 2007-09-21 19:39:11 +00:00
bjs
b00a035af5 Update to version 1.3.1. Important changes:
-- Support relative paths in catalogue:<dir> symlinks.
-- Fix dirfd leak on CatalogueRescan().
-- Remove side effects from BuiltinReadDirectory()
2007-09-21 19:32:17 +00:00
bjs
fcc831ea66 Update to version 1.1.3.
The most important feature of this release is a set of locking fixes,
which unbreak this library for threaded apps.  The lock issues were
exposed by libxcb.

-- XChangeDeviceControl: Fix completely broken locking
-- XSetDeviceFocus: Add missing extension check
-- XGetSelectedExtensionEvents: Still more locking bugs
-- Bug #9659: Bad markup on XListInputDevices.3x
2007-09-21 19:28:47 +00:00
bjs
607a541f4d Update to version 1.2.2. Changes:
Keith Packard (1):
	CrtcChange event format conversion was using 'height' for 'width'.
2007-09-21 19:24:35 +00:00
bjs
2b27ea1d54 Update to version 1.0.3. Fixes broken DESTDIR support, so patches are
no longer necessary.
2007-09-21 18:00:02 +00:00
bjs
cd8347e1d7 Update to xinit-1.0.7. This release fixes several fairly serious bugs,
including:

-- Bug #12448: Don't try to trap 'ERR'.
	startx is advertised as a POSIX sh script. These shells don't
	necessarily support trapping 'ERR'. This makes startx work again with
	dash (and probably others).

-- Fix broken test for /dev/random cookie generation failure.

-- Use /dev/random to generate the cookie if mcookie is unavailable.

-- Setting XAUTHORITY without having actually generated a cookie and created
	.Xauthority led to issues if somebody like ssh later came around
	and made the .Xauthority file for their own setup.  So, simply make
	it so that we never fail to create one.

-- Remove .serverauth.$$ file on signals or errors

pkgsrc changes:

Remove cookie maker environment variable from CONFIGURE_ENV, as the
script now does the "right thing".

tested by me, seems to work fine, ok'd by agc@
2007-09-21 17:52:05 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
244ea701f1 Rename lablgtk to lablgtk1 and lablgtk2 to lablgtk. 2007-09-21 13:00:50 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
b8a6d40c4f Fix path to libgtop, and bump PKGREVISION for its new name. 2007-09-20 21:12:56 +00:00
wiz
a3b45bfe24 Remove gtkglarea2: part of Gnome, but last release was in 2002, and there
are no dependencies in pkgsrc.

Newer code usually uses gtkglext instead.
2007-09-20 20:54:46 +00:00
rillig
7e4a4f7195 Hello Joerg,
smaller patches are nicer than larger ones. By the way, each patch should
start with a line containing an RCS Id.
2007-09-20 08:30:14 +00:00
rillig
c13ddd6377 Don't hide important commands. 2007-09-20 08:04:17 +00:00
rillig
352de7d970 Fixed pkglint warnings and notes. 2007-09-20 07:59:11 +00:00
wiz
89cf5b89de Move gnome2-applets to gnome-applets to make directory name match PKGNAME. 2007-09-19 23:59:55 +00:00
wiz
4844fc3d84 Rename gnome2-terminal to gnome-terminal to match upstream name.
ok jmmv, drochner
2007-09-19 23:57:00 +00:00
wiz
0f4a972029 Rename gnome2-control-center to control-center, to match upstream name.
ok jmmv, drochner
2007-09-19 23:53:47 +00:00
wiz
2ca5eade73 Finish move of gnome2-media to gnome-media. 2007-09-19 23:46:05 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
tron
a954d1fd9b Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
drochner
1dd2146d9f update to 0.16.9
changes:
- Slightly improved pango backend
- Misc bug fixes
2007-09-18 19:11:39 +00:00
wiz
e6e315b75f Add patch recommended in release announcement:
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded.  This
causes a big chunk of each icon cache file to be paged in; this makes apps slow
at startup when it is likely that other apps have caused the icon caches to be
paged out.

Bump PKGREVISION.
2007-09-18 10:44:56 +00:00
drochner
275c5e9bfd make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)
2007-09-17 16:21:55 +00:00
bjs
2237047c97 Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html.  Additionally, the pkgsrc-specific
changes are:

-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS.  Now
   we may all enjoy pull-down menus.

-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
   --enable-narrowproto to CONFIGURE_ARGS.  The latter fixes [possible]
   problems with Xaw scrollbars.

-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.

-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
   headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h.  The XKB
   bell extension should now be properly detected and supported.

-  Add "pcre" option, thereby supporting devel/pcre as xterm's regex
   library.

Changes ok'd (more or less) by joerg@ and tested by me.  For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
2007-09-17 06:36:21 +00:00
obache
c8f2467392 Two paches for quartz are already included in upstream. 2007-09-17 04:42:25 +00:00
wiz
51daffe387 Update to 2.12.0.
(no shlib major changes)

Overview of Changes from GTK+ 2.11.6 to 2.12.0
==============================================

 * GtkTooltips
 - All widgets have been ported to the new tooltips code
 - Tooltips are disabled in touchscreen mode

 * GtkBuilder
 - Support custom tabs in GtkPrintUnixDialog

Lots of bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.5 to 2.11.6
==============================================

 * GtkBuilder:
 - The gtk-builder-convert script is more versatile
 - GtkBuilder suppports GdkPixbuf properties
 - GtkBuilder parses, but doesn't yet implement <accessibility>
 - Support for accelerators in actions has been added

* GtkTooltips:
 - The old tooltips API has been deprecated
 - The has-tooltip property has getter and setter

* GtkTreeView:
 - Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(),
   gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(),
   gtk_tree_view_set_tooltip_column()

* GtkIconView:
 - Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(),
   gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(),
   gtk_icon_view_set_tooltip_column()

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.4 to 2.11.5
==============================================

* OS X port:
 - Many improvements

* Win32 port:
 - Inconsistent checkboxes are drawn correctly now

* GtkBuilder:
 - Ship a Python script, gtk-builder-convert, to
   convert glade files to GtkBuilder syntax

* GtkFileChooser:
 - Improved display of the time column
 - Support search on OS X, using Spotlight

* GtkTreeView:
 - New function gtk_tree_view_is_rubber_banding_active() to
   check whether rubber banding is active

* GtkVolumeButton uses the range 0.0 to 1.0, and
  correctly adapts tooltips to display percentages

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.3 to 2.11.4
==============================================

* The multipress input method correctly handles control keys

* The memory management of GtkRecentManager has been
  changed, deprecating the screen-related functions in favour
  of gtk_recent_manager_get_default().

Lots of bugfixes.


Overview of Changes from GTK+ 2.11.2 to 2.11.3
==============================================

* GtkBuilder: GTK+ supports constructing user interfaces
  from XML descriptions now, similar to libglade.

* The new tooltip code now has convenience api to set
  text tooltips: gtk_widget_set_tooltip_text(),
  gtk_widget_set_tooltip_markup()

* GtkTextView, GtkEntry:
 - gtk_widget_modify_cursor() is a new function in the
   gtk_widget_modify family to override the style-provided
   cursor colors
 - Use a block cursor in overwrite mode

* GtkFileChooser:
 - Use xdg-user-dirs to find the Desktop directory
 - gtk_file_system_create() is now public API

* GtkMenu:
 - GtkMenuItem gained a submenu property
 - GtkMenuShell obtained a move-selected signal

* OS X port:
 - Many improvements

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.11.1 to 2.11.2
==============================================

* The GtkListStore and GtkTreeStore have new API
  to set values using vectors of columns and values

Bugfixes and translation updates.

Overview of Changes from GTK+ 2.11.0 to 2.11.1
==============================================

* GtkTextView:
 - Marks can be created independent from buffers
 - Cursor color follows text color

* OS X port:
 - Many improvements

* GDK:
 - Add support for composited child windows

Lots of bugfixes and translation updates.


Overview of Changes from GTK+ 2.10.x to 2.11
============================================

* Printing support:
 - Cups backend: Work with "BrowseShortNames Off"
 - Cups backend: Fix handling of multi-valued options
 - Cups backend: Work with raw printers
 - Cups backend: don't lock up when met with larger numbers of printers
 - Improved sensitivity handling of controls in the unix dialog
 - Support half-open ranges
 - Add a test print backend for easier debugging
 - Add API to list paper sizes
 - Add API to serialize and deserialize page setups and print settings
 - Print settings can be passed to the preview command
 - Make more GtkPrinter public

* GtkFileChooser:
 - Improve file chooser dialog size logic
 - Add a GtkFileChooserButton::file-set signal
 - Add a search mode with backends for Beagle, Tracker and simple search
 - Add recent files support

* New tooltips API, that allows complex tooltips (markup, images),
  tooltips on insensitive widgets, tooltips on treeviews, etc

* GtkScaleButton, GtkVolumeButton: new widgets for volume controls
  frequently seen in multimedia applications

* Input Methods:
 - New Thai and Lao input method
 - New multipress input method for phone pads

* Recent files:
 - GtkRecentChooserMenu supports custom menu items
 - GtkRecentAction was added

* Keyboard navigation improvements:
 - Infrastructure for notification of failed keyboard navigation
 - Better support for restricted sets of keys
 - Only handle keys for notebook tab reordering and scrolledwindow
   scrolling if it make sense
 - Add settings gtk-enable-accels and gtk-enable-mnemonics to disable
   the display of accelerators and mnemonics
 - Popup/popdown of comboboxes is keybindable

* Windows port:
 - Windows 9x/ME is not supported anymore
 - Many ms-windows theme improvements
 - The file chooser uses native icons
 - Support drop shadows
 - Use native cursors

* OS X port:
 - Many improvements

* Icon theme support:
 - Add api to list contexts of an icon theme
 - The builtin stock icons have been replaced by a new set of icons
   which are visually compatible with Tango
 - Support fallback to more generic icon names
 - Validate icon caches when they are created and before they are used

* GtkRange has gained support for fill levels

* GtkEntry:
 - inline-selection mode for entry completion that is closer to what
   web browsers need
 - Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling

* GtkTextView:
 - Support accumulative and negative margins
 - GTK_JUSTIFY_FILL works

* GtkLabel:
 - GTK_JUSTIFY_FILL works

* GtkStatusIcon:
 - Multiscreen support
 - gtk_status_icon_position_menu() works on Windows
 - Don't take up space when invisible

* GtkCellRendererProgress:
 - Respect themes
 - Support activity mode

* GtkNotebook:
 - Support scrolling during tab DND
 - Allow dropping tabs anywhere
 - Deprecate numeric group-ids in favour of a more flexible group property

* GtkTreeView:
 - Lots of scrolling fixes
 - Add a gtk-alternative-sort-arrows setting for drawing sort arrows
   according to platform conventions

* GtkButtonBox:
 - Can center buttons now

* GtkComboBoxEntry
 - Can add an arbitrary child widget

* GtkAboutDialog:
 - The "name" property has been replaced by "program-name" to avoid
   a clash with the preexisting "name" property on GtkWidget

* GDK changes:
 - Add gdk_event_request_motions() which works with input devices
 - Add API for changing startup notification id on a window
 - Add API for sending startup notification messages
 - Don't deadlock with xcb-based libX11
 - The handling of _NET_WM_USER_TIME has been changed to reduce
   the amount of root window property changes
 - New gdk_threads api() to allow fully threadsafe handling of idles
   and timeouts

* gdk-pixbuf changes:
 - Optional support for Sun mediaLib hardware acceleration
 - Support exif rotations in tiffs and jpegs
 - Allow arbitrary split between builtin vs modular loaders
 - Support v5 and OS/2 bmps
 - Support scaling animations

* Miscellaneous GTK+ changes:
 - New function gtk_window_set_opacity(), to set the opacity
   of toplevel windows
 - Allow to restrict drags within an application or widget
 - Support opening/closing of submenus on click
 - Configurable cursor blinking timeout
 - Insensitive widgets don't install cursors

Lots of bugfixes and translation updates.
2007-09-16 19:53:26 +00:00
tron
562fcbbd20 Fix security vulnerability reported in CVE-2007-4137.
Bump package revision.
2007-09-15 12:04:01 +00:00
simonb
a942537b39 Add and enable x11/xlsclients. 2007-09-14 00:28:54 +00:00
simonb
f6798114ef Import xlsclients-1.0.1 from modular Xorg. 2007-09-14 00:25:27 +00:00
xtraeme
9f990b2036 Regen distinfo, wrong checksum for patch-ad. 2007-09-12 11:29:36 +00:00
bjs
58bc15c880 NetBSD/amd64 uses "x86_64" for ${MACHINE_ARCH}, not "amd64". The
result?  __GLX_ALIGN64 wasn't being defined on amd64.  Fix this and
bump PKGREVISION.

ok'd by joerg@: "commit this"
2007-09-12 07:08:22 +00:00
smb
e3f8b926c6 Avoid problems if a pointer passed in is NULL (and work around what may
or may not be an xfig bug)
2007-09-11 23:49:39 +00:00
taca
140274229c Update to 1.8.6 patchlevel 36.
Changes are too many, please see ChangeLog:

    http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-09-09 14:19:01 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
wiz
7fdd20322e Revert 1.61. Restores PKGCONFIG_OVERRIDE line that was probably
removed by accident.

Bump PKGREVISION.
2007-09-08 13:45:31 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
drochner
2310b72cee qtscript was added to the qt4-libs pkg for some reason. Remove it here
to avoid a CONFLICT. Ride on recent update.
2007-09-03 20:27:20 +00:00
drochner
e98141144d oops - forgot one file in last commit 2007-09-03 15:18:20 +00:00
drochner
08ee3ac109 I don't know what happened, but "make" on NetBSD-current now dumps core
in "install". Use gmake.
2007-09-03 09:51:55 +00:00
drochner
3daa566ac4 also build the gtkmozembed module, bump PKGREVISION 2007-09-03 09:39:57 +00:00
drochner
d0f9c677c0 -make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
 probed as GNU iconv (due to its signature), it doesn't support empty
 strings as encoding (interpreted as "current locale's encoding" by
 GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
 it work as expected.
-update to 4.3.1
 changes:
 -bugfixes
 -Updated the German translation to provide complete coverage of Qt
2007-09-03 09:35:15 +00:00
joerg
2f224b2a53 Install QtScript library as needed by qt4-tools. Remove some
never added directories from the PLIST. Bump revision.
2007-09-02 14:48:57 +00:00
markd
95b42e1656 The Konqueror address bar is vulnerable to spoofing attacks
that are based on embedding white spaces in the url. In addition
the address bar could be tricked to show an URL which it is
intending to visit for a short amount of time instead of the
current URL.
http://www.kde.org/info/security/advisory-20070816-1.txt
Bump PKGREVISION for kdelibs3 and kdebase3
2007-09-02 04:33:59 +00:00
tnn
dea7bf6cbe - Supports installation to DESTDIR
- Sort PLIST to appease pkglint
- Disable utmp support on hpux, until I figure out why it fails
2007-08-28 15:39:19 +00:00
tnn
332c471164 Update to mrxvt 0.5.3.
Bugfixes:
* Handle EIO errors (got when tcsh / fish exit) properly. Patch by
  Zoltan Szalontai.
* Disabled Shift+Enter shortcut by default, since it may confuse new
  users.
* Make Alt+Enter behave like Xterm.
. Added %T,%G,%P flags for percent interpolation (useful for dtach).
* Bold colored text is rendered in BOTH bold font, and bright color.
  Use only bold font.
* r->num_fds is properly reduced when tabs are closed
* Ignore focus events of type NotifyGrab and NotifyUngrab. This
  caused an annoying blinking when focussing other windows via the
  keyboard. (Thanks to Roman Po???zka for pointing this out).
* Removed the --focusDelay option (no longer necessary with above
  bugfix).

Enhancements:
* Added --titleFormat and --winTitleFormat options to control display
  of tab and window titles.
* Added options --veryBright and --boldColors to control how bold
  primary colors are rendered.
* Added --useFifo option, to make mrxvt listen for macros on a fifo.
  Code based on patch by Jozef Vesely.
* Added Raise macro to "raise" the mrxvt window. Thanks to Jozef
  Vesely for the patch.
* Added a UseFifo macro to enable / disable --useFifo at runtime.
* Defined a macro that opens a "mrxvt console" in a new tab (bound to
  Ctrl+Shift+c by default).
* Added --enable-use-fifo compile time option for people paranoid about
  security.
* Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts
  to brighten even non-primary colors instead of drawing them in
  bold. (Respects boldColors and veryBright).
* Made winTitleFormat a profile option.
* Added -ic option to set the application icon. (Adapted from patch
  #1656294 by Stanislav Mekhanoshin)
* Check locale for encoding method if it is not specified by -km
  option or multichar_encoding resource.
* Add new debugging facility such that a user can specify the
  message type and verbose level by command line options. Run
  `mrxvt -dmask whatever -dlevel something' for details.
* Fix compile error when use Sun Studio 10. Thanks to Quintin
  Beukes for the patch.
2007-08-28 14:57:15 +00:00
joerg
94827abc3f Restore fragment of patch-ab that got lost during the cross-compile
changes. This should fix the NetBSD and DragonFly issues. Bump revision.
2007-08-24 16:43:28 +00:00
heinz
f810a0557c The package supports installation to DESTDIR. 2007-08-23 21:17:37 +00:00
heinz
5d1124c1ca The package supports installation to DESTDIR. 2007-08-23 13:12:47 +00:00
jnemeth
94bbbdd379 sort 2007-08-23 10:52:18 +00:00
joerg
da74b22272 Readd xorg-cf-files, still needed. 2007-08-23 09:38:59 +00:00
martti
b8e6b6b1fc Updated x11/xfce4-terminal to 0.2.6nb1
Fixed "URL handling allows remote shell command execution" bug:
http://bugzilla.xfce.org/show_bug.cgi?id=3383
2007-08-23 09:24:57 +00:00
joerg
160cea4855 Needs limits.h. 2007-08-20 23:18:07 +00:00
adrianp
4ccc22c066 Regen for added patch-aa 2007-08-19 15:40:12 +00:00
obache
41c0873c5c Enable cairo support.
Bump PKGREVISION.
2007-08-19 14:42:35 +00:00
taca
ae23345b5a Fix build problem recently. 2007-08-19 03:01:23 +00:00
joerg
16e1145b01 To quote Johnny Lam: "In modular-xorg we trust"
Remove xorg 6.9 packages from pkgsrc.
2007-08-17 20:25:03 +00:00
joerg
17b1a87919 Add modular Xorg and DESTDIR support. 2007-08-16 21:57:04 +00:00
joerg
595265ae32 Fix basic NetBSD SPARC support. This currently disables Sbus until
someone more involved in the platform take a look or I find the time to
merge the xsrc changes.
2007-08-16 20:10:15 +00:00
joerg
5b6205850d Bah, keep the dependency on libXvMC to make configure happy. 2007-08-16 14:18:25 +00:00
joerg
a37ea039b1 XvMC support only exists for i386 and amd64 ATM. 2007-08-16 14:17:09 +00:00
obache
3d30c37c7c If header file "linux/vt.h" exists, 'gdmopen' is also installed.
Should fix PR 36792.

Bump PKGREVISION.
2007-08-16 12:47:03 +00:00
kei
d8b301cc5a is is --> is. 2007-08-16 05:43:33 +00:00
joerg
104633f7fa Update xf86-video-nv to 2.1.3:
- Fix the ends of files.  Update the known cards date.
- Revamp scaling code.
- Add LVDS flat panel scaling support.
- Fix GeForceFX issues with video overlap.
2007-08-16 00:48:35 +00:00
joerg
ac36b3fb8d Update to xrdb-1.0.4: man page fixes. 2007-08-16 00:44:41 +00:00
joerg
8904a937e2 Update to xf86-video-intel-2.1.1:
- add quirk support for i830, including Lenovo TV out quirk
- imrpove CRT blanking
- bugfixes for address handling for 4GB+ addresses
- fix memcpy in i965 and increase vertex buffer size
- fix typo in man page
2007-08-15 22:24:04 +00:00
joerg
a1fc640ebc Update to xclock-1.0.3: man page fixes, iconv support, set _NET_WM_PID. 2007-08-15 22:17:59 +00:00
joerg
d8916613b0 Update to xsetroot-1.0.2: man page fix. 2007-08-15 22:12:53 +00:00
joerg
46cc180698 Update to xprop-1.0.3: man page improvements, some sprintf cleanup,
avoid a memory leak, some const sprinkling, purge unused code.
2007-08-15 22:09:02 +00:00
joerg
cf03d0ab23 Update to xmodmap-1.0.3: sprinkle const, use strncasecmp if present,
fix a memory leak.
2007-08-15 22:03:03 +00:00
joerg
79ebc17b1a Update to xmessage-1.0.2: detabify messages before printing.
Fix an integer overflow in the newly added functions, just because
we can.
2007-08-15 21:57:08 +00:00
joerg
11f318c407 Update to xman-1.0.3: fix man page processing on Solaris. 2007-08-15 21:45:51 +00:00
joerg
6483ed038d Update to xgamma-1.0.2: some man page fixes. 2007-08-15 21:38:04 +00:00
joerg
39edcdd234 Disable SGML check. 2007-08-15 20:07:41 +00:00
joerg
dab2f6c2c7 Change configure to check for DRI headers only, if it is not
explicitly enabled or disabled. Request it for pkgsrc.
2007-08-15 20:05:01 +00:00
joerg
8c6455debe Change configure to check for DRI headers only if DRI is not explicitly
enabled or disabled. Request it for pkgsrc. Disable SGML check.
2007-08-15 19:44:55 +00:00
joerg
66ea1c2442 Disable SGML check to allow cross-compiling. 2007-08-15 19:41:30 +00:00
joerg
173d08e62f Disable SGML check for cross-compilation. 2007-08-15 19:30:23 +00:00
joerg
ef0d2e7e15 Remove building some data files that aren't used anyway.
Add cross-compilation support for the rest.
2007-08-15 19:26:39 +00:00
joerg
728ce29513 Support DESTDIR. Disable SGML check. Change configure to check for
DRI headers only, if it is not explicitly enabled or disabled.
Enable it for pkgsrc.
2007-08-15 19:09:50 +00:00
joerg
67aa3c712f Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly.
2007-08-15 18:23:57 +00:00
joerg
ccded7f357 Disable SGML check to allow cross-compilation. 2007-08-15 18:19:06 +00:00
joerg
2d2331133b Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15 18:16:35 +00:00
joerg
318cadd052 Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly.
2007-08-15 18:10:01 +00:00
joerg
b857793577 Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15 18:03:32 +00:00
joerg
0f3afb241b Change configure to check the DRI headers only, if DRI is not explicitly
enabled or disabled. Explicitly request DRI.
2007-08-15 17:55:41 +00:00
joerg
c301adb03d Change configure to check for DRI headers only, if DRI support is not
explicitly enabled or disabled. pkgsrc installs DRI headers by default,
so enable it always.
2007-08-15 17:50:09 +00:00
joerg
957efe97ff Disable SGML check to allow cross-compiling. 2007-08-15 17:08:14 +00:00
joerg
e7163ba4ea Disable SGML check to allow cross-compiling. 2007-08-15 16:34:12 +00:00
joerg
4ba5daac33 Override SGML entity check to allow cross-compiling. 2007-08-15 15:39:23 +00:00
joerg
321d4c2c3b Disable SGML check for cross-compilation. 2007-08-15 14:56:23 +00:00
joerg
24243c1b88 Disable the SGML entity check. We never use it and it breaks
cross-compiliation. A less aggressive change has been made to
xorg-util-macros before.
2007-08-15 14:51:55 +00:00
joerg
9f31915c5b Override stupid Linux man page suffix selection to address PR 36784. 2007-08-15 13:43:00 +00:00
joerg
895678fe23 Add modeline2c.awk, which replaces modeline2c.pl from Xorg.
This allows us to drop the Perl dependency.
2007-08-14 21:34:36 +00:00
joerg
f3a8be75b3 Override man page suffix for Linux. 2007-08-14 13:14:05 +00:00
salo
d6805155ae nawk is part of bootstrap now, no need to use gawk on Solaris anymore.
(it also breaks when using pbulk)
2007-08-13 23:10:04 +00:00
joerg
f2646b8a30 Yet another package using the ancient util-macro package.
Fix build on Linux by overriding man page suffixes and address
PR 36776.
2007-08-13 16:55:20 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
72aa7e137d Installs Python script, so depend on it and bump revision. 2007-08-12 14:26:41 +00:00
adam
e6e2b14d26 Changes 2.10.11:
* TextBuffer: Removed the maemo-specific methods
  get_can_paste_rich_text(), set_can_paste_rich_text(),
  set_rich_text_format(), and set_rich_text_format_all(), because they have
  been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10
  methods.
* Build: Fix the tests when properties are disabled.
* Documentation:
  - FileChooser API reference improvements.
  - Improved cflags/libs section.
2007-08-12 12:24:20 +00:00
adrianp
f17f9df40d Update to include missed patch-an 2007-08-11 23:22:44 +00:00
joerg
d0014fea29 Fix pretty_cmds bashism as usual. 2007-08-10 20:15:11 +00:00
drochner
ba5bfcce04 update to 0.16.8
changes: Misc bug fixes
2007-08-09 19:57:26 +00:00
drochner
cabd6e7460 update to 2.18.4
changes:
-fix for DOS attack (CVE-2007-3381)
-fix IPv6 problem caused by passing uninitialized "hints" to getaddrinfo
-translation updates
2007-08-09 19:39:16 +00:00
joerg
2005de54f6 Remove lbxutil dependency, the LBX support is gone. Bump revision. 2007-08-09 18:49:31 +00:00
tron
9639019fc0 Add missing dependence on "sessreg" package and bump package revision.
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
2007-08-09 12:58:27 +00:00
tnn
6f45671626 Make the xf86-video-i810 and xf86-video-intel distinguishable in DESCR. 2007-08-09 12:31:35 +00:00
tron
4a2f4d4922 Update the home page URL. 2007-08-09 09:40:36 +00:00
joerg
5d0ad11ea1 Don't use malloc.h. 2007-08-08 21:07:48 +00:00
joerg
dcb5731a62 + x11/sessreg. 2007-08-08 17:42:51 +00:00
joerg
043da629a6 Import sessreg-1.0.2 from the modular Xorg project. 2007-08-08 17:35:15 +00:00
joerg
9b92cfd6e3 Add DESTDIR support. 2007-08-08 17:10:29 +00:00
jlam
4a3e69917d Note mutual conflicts between xf86-video-{i810,intel}. 2007-08-07 16:20:25 +00:00
tnn
a55eef10c0 0.95.0nb1 did introduce a small API change, belatedly fix in bl3.mk 2007-08-07 10:25:11 +00:00
heinz
d51efab9fb The package supports installation to DESTDIR. 2007-08-06 20:29:36 +00:00
tron
dfa986cd06 Fix bugs in "rc.d" script, bump package revision. 2007-08-06 16:43:40 +00:00
joerg
90c7fed24b Hard-wire /dev/urandom on NetBSD for cross-compilation. 2007-08-06 15:56:09 +00:00
tron
95aa980ae7 Add and enable "xdm" package. 2007-08-06 14:58:13 +00:00
tron
eab5dc8781 Import new "xdm" package:
X Display Manager from modular X.org

This package is based on Blair Sadewitz's "xdm" package in "pkgsrc-wip".
2007-08-06 14:56:33 +00:00
joerg
5b97db5e56 Annotate malloc(0) != NULL for NetBSD. 2007-08-06 14:08:47 +00:00
joerg
528bfb5e37 On NetBSD malloc(0) is not NULL if successful. Annotate for
cross-compilation.
2007-08-06 14:05:21 +00:00
joerg
ca0803c179 On NetBSD, malloc(0) normally does not return NULL. Mark it so
for cross-compilation.
2007-08-06 13:59:34 +00:00
joerg
a289a49cd1 Fix cross-compilation support. 2007-08-06 11:49:50 +00:00
abs
9d888c7cca add MesaLib (for dri) to distinfo 2007-08-06 11:24:14 +00:00
xtraeme
dddecadff5 Fix an obvious typo that made to fail in the installation stage without
the dri option.
2007-08-06 11:09:39 +00:00
ghen
6160beca9e Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>.
ChangeLog:
o new option: skipScroll/-ss, enabled by default.
o go with the times and expect x11 library files in /usr/lib, not
  /usr/X11R6/lib.
o initial transparency improvement/afterimage support patch by Sasha Vasko.
o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps).
o do not process focus events caused by grabs (patch by Mikachu).
o add iso14755_52 resource to disable iso14755 5.2 (exg).
o add binding for backspace in iso14755 5.1 to remove the last digit (exg).
o better option handling, support more than 30 options (exg).
o nuke reconf script, serves no purpose anymore.
o fixed and documented matcher/on_user_command processing in matcher extension
  (tpope).
o compile out of the box on Solaris 10 (exg).
o fix MappingNotify events (reported by Stephan Walter).
o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
2007-08-06 10:02:27 +00:00
joerg
ac651283fc Update to xf86-input-mouse-1.2.2:
- add option to control mouse sensitivity
2007-08-05 23:39:02 +00:00
joerg
1c74572863 Update to xf86-input-keyboard-1.2.0:
Split monolithic source in small subcomponents, moving code out of
the server.
2007-08-05 23:32:47 +00:00
joerg
03e53cf8d9 Update to modular xorg-server 1.3.0:
- RandR 1.2 support in the server (drivers must support it as well)
- many bug fixes, improvements for AIGLX and EXA etc pp
2007-08-05 23:30:19 +00:00
joerg
eae2e658f2 Update libX11 to 1.1.3:
- man page fixes
- reset hostname when setting it internally for consistency
- fix XGetMotionEvents argument order
- locking fixes
2007-08-05 22:39:38 +00:00
joerg
1125419c76 Update to libXi-1.1.2: Unstatic a function again. 2007-08-05 21:49:26 +00:00
joerg
373f3b58a4 Update to xrandr-1.2.2:
- man page improvements
- search all configurations if the simple CRTC allocation failed
- document options added in 1.2.1
- output mode flags with verbose
2007-08-05 21:42:40 +00:00
joerg
d0654847c5 Update to xhost-1.0.2: Minor man page improvements. 2007-08-05 21:25:54 +00:00
joerg
9c14681dd5 Update to setxkbmap-1.0.4: minor code cleanup and much more documented
switches in the man page.
2007-08-05 21:23:50 +00:00
joerg
ecbc043614 Update to ico-1.0.2: fix typo in man page. 2007-08-05 21:21:03 +00:00
joerg
fc490cbd97 Update to iceauth-1.0.2. This features a lot more const correctness. 2007-08-05 21:15:45 +00:00