Commit graph

9756 commits

Author SHA1 Message Date
adam
4a1f145718 Fix building on DragonflyBSD as described in PR#43368 2010-05-29 17:10:31 +00:00
schwarz
4e83971ac4 updated to 1.0.3
included a default for DARWIN_USE_QUARTZ (fails on MacOS X if not set)
added a patch for 64 bit Darwin
2010-05-21 22:09:42 +00:00
drochner
ae6d7fc3be minor improvements:
-install some "style" definitions
-use "gmake" as default make tool -- the build process depends
 on gnumake's "-w" flag (can be adjusted in project properties, but this
 way it works out of the box)
bump PKGREVISION
2010-05-19 17:51:22 +00:00
drochner
013bfce151 +qt4-creator 2010-05-18 19:47:47 +00:00
drochner
463f5f9e42 add qt4-creator-1.3.1, a QT4 IDE, from fw@submerge.ch per pkgsrc-wip
(just changed the distfile to .tar.gz because the .zip doesn't
extract properly with pkgsrc's unzip)
2010-05-18 19:44:01 +00:00
drochner
7c1ab7fdbf update to 5.11
changes:
-New versions of photopile, strange
-bugfixes
2010-05-17 16:35:03 +00:00
markd
5f15c1e399 Update to KDE SC 4.4.3
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible
crashers in session management
Flash plugin support in KHTML has been enhanced to work with newest Youtube
skins
Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O
library
Hiding the mouse cursor in some special cases in presentation mode and two
possible crashers have been fixed
2010-05-08 22:13:56 +00:00
tez
ddb2ce66d2 fix build on solaris 9
make opengl an option (on by default)
from PR#43047
2010-05-08 16:53:06 +00:00
drochner
b27711aaae +*qt4-qscintilla 2010-05-08 15:41:28 +00:00
drochner
0081a08ed0 add py-qt4-qscintilla-2.4.3 - Python bindings for the qscintilla
editor, from Helge Muehlmeier per pkgsrc-wip
2010-05-08 15:34:02 +00:00
drochner
9b66e7b3b3 add qt4-qscintilla-2.4.3, a programmer's editor component for qt4, from
Helge Muehlmeier per pkgsrc-wip
2010-05-08 15:32:13 +00:00
gls
b490918688 Fix build with XOrg modular, bump revision.
As noted in PR pkg/43242.
2010-05-07 20:53:45 +00:00
ahoka
87d7892e4c Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
markd
0262df26f5 Fix for CVE-2010-0436. Bump PKGREVISION. 2010-05-05 11:52:48 +00:00
obache
2851551195 Update x11vnc to 0.9.10.
New in the 0.9.10 x11vnc release:

	IPv6 is now supported for all usage modes: forward and reverse
		connections, SSL and unencrypted, etc.

	The included SSL enabled Java VNC viewer applet now supports
		Chained SSL Certificates (x11vnc -ssl always has.)
		The applet autodects x11vnc and set GET=1 for faster
		connecting via HTTPS.

	A demo CGI script 'desktop.cgi' shows how to create an
		SSL encrypted, multi-user x11vnc web login desktop
		service.  The user logs into a secure web site and gets
		his/her own virtual desktop and his browser accesses it
		with the SSL Java VNC Viewer applet.

	A serverCert Java Viewer applet parameter is provided.
		Use an authenticated HTTPS browser connection to set
		this parameter (the user could set it locally too.)
		The onetimekey tool has -certonly option for this scheme.

	The Xdummy script (use Xorg 'dummy' driver instead of Xvfb)
		no longer requires being run as root.


  miscellaneous new features and changes:

	In the Java viewer applet, debugCerts and debugKeyboard parameters
		are provided.  The debugging output of the applet is more
		readable.  Some corner-case bugs (e.g. socket exceptions)
		are now handled gracefully.  Parameters forbid_Ctrl_Alt
		and mapF5_to_atsign are added.

	The amount of time to wait for HTTPS applet downloads to finish
		can be set in env. var. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME.

	The -xkb mode is automatically enabled if there are more than
		4 keysyms per key.

	-coe is now an alias for -connect_or_exit.

	The -input_eagerly option enables this LibVNCServer feature
		(it is like -allinput.)

	The "%" unix password verification tricks for the -unixpw
		option are now documented.  They also run a command
		in UNIXPW_CMD.

	In -create (-svc, etc.) modes, a warning is printed out if Xvfb
		cannot be found.  Xvfb '+kb' option is checked for.
		The -env CREATE_DISPLAY_OUTPUT=/tmp/mydebug.txt debugging
		option is documented.  Try to preserve user's PATH
		if possible.

		In XDMCP connection mode, a test for GDM listening only
		on IPv6 (::1) is performed.  The interface can also be
		specified via FD_XDMCP_IF.

	The example scripts connect_switch, ultravnc_repeater.pl, inet6to4
		have settings to let them run reliably for long times
		as daemons.  They also support IPv6.

	IPv6 notes: for some very esoteric cases (e.g. -chatwindow)
		IPv4 localhost may be required for local IPC.  A demo
		transition tool 'inet6to4' is also included (can be
		used for other apps.)  x11vnc options related to IPv6:
		-listen6, -6, -no6, -noipv4, -noipv6, and -connect,
		-proxy.

	Use STUNNEL_LISTEN in -stunnel mode to have it listen on a
		particular interface.  Also STUNNEL_PROG.

	New remote control query options: pointer_x, pointer_y,
		pointer_same, pointer_root, and pointer_mask. A demo
		script using them misc/panner.pl is provided.

	Remote control change of -clip option will not create new
		framebuffer if the size has not changed (for panner.pl)

	The X11VNC_DISABLE_SSL_CLIENT_MODE env. var. can be set to
		disable SSL client role in reverse connections.  This
		means the VNC viewer side must be in SSL client role.
		UltraVNC repeater operation can benefit from this.

		The SSL_INIT_TIMEOUT is increased to 1 hour if 'repeater'
		is detected in a reverse connect string.

	The X property X11VNC_TRAP_XRANDR can be set on a desktop to
		force x11vnc to use the -xrandr screen size change
		trapping code.

	The -sslScripts option prints out the SSL certificate management
		scripts.

	Suggest '-auth guess' and '-findauth' if X connection fails.

	The TightVNC sercurity type (TightVNC features enabler) now
		works for RFB version 3.8.

	RECORD scroll detection is now working with the new gtk/gdk scroll
		mechanism.  Set X11VNC_SCROLL_MUST_EQUAL to disable.
2010-05-03 06:21:54 +00:00
joerg
980fa4070c libdrm only makes sense on BSD and Linux. 2010-05-02 22:24:38 +00:00
wiz
9163ee3e88 Update to 1.6:
Release 1.6 (2010-04-09)
========================
- darwin: xnu doesn't support poll on ttys on the master side
- Fix descriptor leak on memory error path
- Support xcb_discard_reply
- Open the X11 socket with close-on-exec flag
- Fix authentication on hpux and Hurd
2010-05-02 11:56:21 +00:00
wiz
a44d705252 Fix path to itself. 2010-04-30 10:18:18 +00:00
wiz
fac868532a + gtkmm-utils. 2010-04-30 10:18:05 +00:00
wiz
29dd02ef25 Initial import of gtkmm-utils-0.4.1:
Utility functions, classes and widgets written on top of gtkmm and
glibmm.

 - logging framework
 - option parsing, date and string utilities
 - tile widgets
 - dialog helpers
2010-04-30 10:17:46 +00:00
wiz
6b8c87d4c6 Fix typos in COMMENT. 2010-04-30 09:41:45 +00:00
dholland
6f851a9004 Not MAKE_JOBS_SAFE, as seen in kefren's bulk build today.
(We can all now die of not surprise...)
2010-04-27 22:08:42 +00:00
jmmv
eb1ce713cb Precreate VARBASE/log. Otherwise, the X server can't start if the directory
is not present (e.g. when VARBASE points somewhere other than /var).  Bump
PKGREVISION.
2010-04-25 19:17:41 +00:00
dholland
6fb4f9c99b The time_t changes made the gum holding the logic together fall off.
Scrape it up and stick it back on again. Fixes build on -current.
2010-04-24 19:52:23 +00:00
drochner
8aeb4c6601 do the same whether qscintills is present or not, should fix PLIST
mismatch reported by wiz
2010-04-22 16:47:31 +00:00
drochner
2755bc55e6 4.7.2 disappeared from the distribution site, was replaced by 4.7.3
which fixes some minor bugs
2010-04-20 09:35:05 +00:00
drochner
1b5a6aa5c5 4.10.1 disappeared from the distribution site, was replaced by 4.10.2
which fixes a regression in the new-style error handling of C++ ctors
2010-04-20 09:33:22 +00:00
tnn
6cc98fc336 don't break stuff on !NetBSD 2010-04-19 18:49:30 +00:00
tnn
14f18c6c33 clean up atomic ops handling and use devel/libatomic_ops as a fallback.
Based on patch from Dennis den Brok.
2010-04-19 18:46:15 +00:00
tnn
c2e785c207 revision bump for libdrm update. 2010-04-16 13:50:51 +00:00
tnn
c63dbc8367 Update to libdrm-2.4.20.
Many changes since 2.4.13, I won't pretend to understand them all.
This update is a prerequisite for eventually moving forward with MesaLib
and xorg-server updates.
2010-04-16 13:43:36 +00:00
wiz
dcbd3264b3 Add patch from upstream, fixing a core dump in amarok. 2010-04-16 11:45:27 +00:00
jnemeth
e76dc329b0 This was missed. The commit message from when the rest of this directory
was deleted is:

Update KDE to 4.4.2

For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.

KDE SC 4.4.1 has a number of improvements:
 A performance problem in KMail when sending emails has been fixed
 Various fixes in Plasma widgets and other addons, such as the analog clock
  and the picture frame
 A number of fixes in Konsole, KDE's powerful terminal application

KDE SC 4.4.2 has a number of improvements:
 Possible crashes in Plasma, Dolphin and Okular have been fixed
 The Microblog applet now shows the correct time in the timeline
 The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
  anymore
2010-04-15 05:28:08 +00:00
wiz
843939f7fe Add a bug fix that might affect firefox, dug up by Jared McNeill.
Bump PKGREVISION.
2010-04-15 01:09:55 +00:00
drochner
5776252d86 update to 2.28.1
changes: A couple of gconf module bugs fixed
2010-04-13 17:46:03 +00:00
drochner
2df03382df update to 2.1.2
changes:
-bugfixes
-compatibility with GTK+2.18
-adds some documentation
2010-04-13 17:44:30 +00:00
drochner
f47433b206 update to 4.7.2
This is primarily a bug-fix release.
2010-04-13 15:27:38 +00:00
drochner
0c165754a1 update to 4.10.1
This is primarily a bug-fix release.
2010-04-13 15:26:31 +00:00
wiz
5bd272da2f Remove kdelibs-experimental4 here as well. 2010-04-12 14:21:12 +00:00
tnn
84aca4ded1 Update to glproto-1.4.11.
"New GL proto with event support."
2010-04-12 13:59:31 +00:00
tnn
ab734abc46 Update to dri2proto-2.3.
This adds some new event definitions to the dri2 protocol.
2010-04-12 13:58:36 +00:00
markd
767e2e9123 Fix perl path in plasma_popupapplet_fix_groups.pl (it moved location
in the tree).  Bump PKGREVISION.
2010-04-12 08:05:41 +00:00
gls
28b6270238 Update tint2 to 0.9.0.
Changes since 0.7.0 (http://code.google.com/p/tint2/source/browse/trunk/ChangeLog):

2010-01-28
- Battery hide option
- bugfixes in task redrawing
- traywindow and autohide bugfix


2010-01-13
- calculate right struts for multiple monitors
- New timer implementation (works for *BSD too)
- Changed behaviour for forwarding clicks to the window manager
- Tint2 sets a class name, such that it can be identified by window managers
- better omnipresent task handling
- clock timezone support
- real transparency
- adjustable systray icons
- systray: several icons in one line
- autohide
- more task states (active/urgent/iconified)
- and some minor bugfixes which nobody recognized yet ;)


2009-12-16
- Scrolling through tasks by schattenprinz (added action next_task and prev_task)
- Andreas : *add* setting tooltip on clock with 'clock_tooltip = format'
- Andreas : *add* changed everything to kernel timer for easier integration with new timer
- Andreas : *add* multiple tasks can be urgent now
- Thierry : panel snapshot
- patch for FULL battery by peter.ebden
- Thierry : work on tint2conf. not ready for release yet.
- Thierry : killall -SIGUSR1 tint2 will reload config file cleanly
- Thierry : improved multi-monitor detection
- Thierry : added left2right and right2left value to systray_sort option
- Andreas : *add* option for ascending/descending/unsorted systray
- Thierry : EWMH non-resizable panel
- less disturbing omnipresent task by dmitry medvinsky
- Thierry : lower cpu use with icon. replace HUE by ALPHA on icon (see task_icon_asb)
- Thierry : add default icon on task
- Andreas : *add* tooltips
- Andreas : added possibility to put tint2 into the windowmanagers dock
- Andreas : Drag n drop over Task bring Focus
- Andreas : support skip_taskbar
- Thierry : detect pid of process owning the systray
- Andreas : added possibility to put tint2 into the windowmanagers dock

2009-09-08
- Drag n drop over Task bring Focus by Andreas.Fink85

2009-09-07
- fixed issue 117 : support skip_taskbar by Andreas.Fink85
- cleanup : switch space to tab

2009-09-01
- fixed segfault

2009-08-30
- detect pid of process owning the systray

2009-08-30
- added taskbar_active_background_id to change current desktop background.
  warning : this feature have a price on cpu (tint2 redraw all task) when you switch desktop.
  comment out taskbar_active_background_id if you don't want it.

2009-08-30
- fixed issue 130 by maato
  ordered systray icon with config "systray_sort = asc/desc"

2009-08-29
- fixed issue 134

2009-08-29
- cleanup and add desktop_right/desktop_left action on task (by jackp)

2009-08-29
- adjust saturation/brightness on task icon

2009-08-29
- merge change described in issue 122 (by jackp)
  made right click easier

2009-08-28
- add some HSB config

2009-08-09
- add mouse action : maximize_restore
- fixed issue 125

2009-07-28
- some tint2conf code

2009-07-26
- fixed icon on 64 bit system by benjaminfranzke

2009-07-19
- fixed systray crash by mart1987

2009-07-14
- play with some tint2conf code

2009-07-04
- fixed 'defunct' process after fork
2010-04-11 21:43:57 +00:00
markd
1e953f5103 Indirect the installation of dbus files into ${PKG_SYSCONFDIR}.
Bump PKGREVISION.
2010-04-11 13:55:49 +00:00
dholland
52a0bd914c Force it to not see asciidoc and xmlto, or it starts rebuilding its
man pages and (for reasons that are not entirely clear) chokes and dies.
2010-04-11 10:39:30 +00:00
tnn
aca0a9e12b override xmlto(1) configure test 2010-04-10 23:22:49 +00:00
tnn
94590f7b4b requires libXext>=1.1.1 to build 2010-04-10 21:30:34 +00:00
tnn
ee34f143e6 revert bl3.mk changes since there were problems with native X11. 2010-04-10 21:09:20 +00:00
markd
24c82a1fd6 Update KDE to 4.4.2
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.

KDE SC 4.4.1 has a number of improvements:
 A performance problem in KMail when sending emails has been fixed
 Various fixes in Plasma widgets and other addons, such as the analog clock
  and the picture frame
 A number of fixes in Konsole, KDE's powerful terminal application

KDE SC 4.4.2 has a number of improvements:
 Possible crashes in Plasma, Dolphin and Okular have been fixed
 The Microblog applet now shows the correct time in the timeline
 The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
  anymore
2010-04-10 02:45:02 +00:00
obache
7a194ddbc8 Update fltk to 1.1.10.
Based on patch from Tim Larson by PR#43061.

CHANGES IN FLTK 1.1.10

	- Widgets now remove stale entries from the default callback
	  queue when they are deleted (STR #2302)
	- Fixed selection bug in Fl_Int_Input (STR #2292)
	- Fixed character set conversion functions (STR #2268)
	- Fixed image lib configure and fltk-config issues by backporting
	  the image lib and zlib configure code from FLTK 1.3 (STR #2203)
	- Updated the bundled libpng to v1.2.40 (released Sep. 10, 2009)
	- Fixed Fl_Choice contrast with light-on-dark settings (STR #2219)
	- Added Xft2 font lookup table (STR #2215)
	- Fixed X server "lock", if a modal dialog window is opened
	  while a menu is active (STR #1986)
	- Updated mirror sites in documentation (STR #2220)
	- Setting a default font for Xft (STR #2216)
	- Temporarily limited builds to 32-bit on OX S to stay
	  compatible to Snow Leopard
	- Fixed Windows compile bug with "#define USE_COLORMAP 0"
	  (STR #2241)
	- Fixed glibc 2.10 compiler problems (Fedora 11 and others)
	  with scandir() and strchr() (STR #2222)
	- Fixed OpenGL shared context handling (STR #2135)
	- Fixed gray-scale images with alpha channel (STR #2105)
	- Fixed unexpected shortcut behavior for Win32 (STR #2199)
	- Added cast to Fl_Color in all Fluid code (STR #2206)
	- Fixed wrong identifier for special keys combined with
	  modifier (STR #2196)
	- Fixed documentation for Fl_Progress (STR #2209)
	- Fix for multiple popups, when dragging and calling fl_alert()
	  and friends from the callback (STR #2159)
	- Avoiding crashes for recursive common dialogs (this does not
	  fix the issue at hand yet) (STR 2150)
	- Fluid printing used wrong colors under Windows (STR #2195)
	- Fixed bad system menu hadling in OS X (STR #2153)
	- Fixed File Input mouse pointer dragging (STR #2181)
	- Added Fl_Scroll::bbox() documentation (STR #1893)
	- Fixed static linking of image libraries (STR #1962)
	- Fixed callback would not be called when shortcut was used with
          radio and toggle buttons in default FL_RELEASE mode.
	- Fixed a problem with TrackMouseEvent() (Windows only) that would
	  generate wrong FL_LEAVE events with subwindows. TrackMouseEvent
	  is now enabled by default (it was disabled for GNU compilers).
	  It can be disabled by defining NO_TRACK_MOUSE.
	  Improved test/subwindow.cxx (STR #2079)
	- Fixed RGB colors for round box (STR #2097)
	- Fixed documentation (added missing COMCTRL32.LIB dependency)
	- Fl_Group::clip_children() is now public (STR #2017)
	- Fixed first modifier key event (STR #1952)
	- Fixed wrong default value of Fl_Spinner in Fluid (STR #1991)
	- Fixed Fluid textcolor output (STR #1992)
	- Added clarification to Fl_GL_Window mode function (STR #1945)
	- Fl_Group and Fl_Scroll now resize themselves before
	  resizing their children (STR #2032)
	- Fixed adding an idle handler during a draw() call (STR #1950)
	- Improved stability of fl_read_image (STR #2021)
	- Fixed menu position close to screen border (STR #2057)
2010-04-09 13:35:41 +00:00