summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-12-30Update REPLACE_PERL line; set perl USE_TOOLS to perl:run because thedholland1-3/+4
perl script is installed. Fixes build failure. Bump PKGREVISION.
2012-12-27Fix build on Solaris.ryoon1-1/+2
2012-12-27Fix build on Solaris.ryoon1-1/+3
2012-12-25Fix inline use.joerg3-1/+53
2012-12-24Disable return warning for Clang.joerg1-1/+7
2012-12-24Fix void usage. Follow one patch per file rule.joerg4-18/+52
2012-12-22x11/clipit: USE_TOOLS+= msgfmtmarino1-2/+2
2012-12-22Needs pkg-config.dholland1-1/+2
2012-12-22Completely disable manual page compression for this package as it usestron1-1/+5
nested manual page extensively. Bump package revision for this bug fix.
2012-12-20Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,dholland1-1/+2
causing the build of math/R to break mysteriously.
2012-12-19Add conditional xft2 include, requested by joerg.wiz1-2/+8
2012-12-19Fix build on 64-bit Solaris.jperkin2-1/+17
2012-12-18As GNU bison is pulled in on Solaris we need yystype.jperkin2-1/+17
2012-12-17Added x11/deforaos-locker (version 0.2.1)khorben1-1/+2
2012-12-17Imported wip/deforaos-locker, the DeforaOS desktop screensaver, underkhorben7-0/+108
x11/deforaos-locker (version 0.2.1)
2012-12-17Added x11/deforaos-panel (version 0.2.16)khorben1-1/+2
2012-12-17Imported wip/deforaos-panel, the DeforaOS desktop panel, underkhorben6-0/+139
x11/deforaos-panel (version 0.2.16)
2012-12-17Added x11/deforaos-keyboard (version 0.2.1)khorben1-1/+2
2012-12-17Imported wip/deforaos-keyboard, the DeforaOS virtual keyboard, underkhorben5-0/+55
x11/deforaos-keyboard (version 0.2.1)
2012-12-17Added deforaos-libdesktop version 0.0.8khorben1-1/+2
2012-12-17Imported wip/deforaos-libdesktop, the DeforaOS desktop library, underkhorben5-0/+78
x11/deforaos-libdesktop (version 0.0.8)
2012-12-16Revert this patch; it is uncompilable. Hi joerg.dholland2-14/+1
2012-12-16- Update `DESCR' (text taken from the current version ofwiz2-9/+9
<http://equinox-project.org/wiki/AboutEde> with some verbs and puntucation added); - update `HOMEPAGE'; - augment `LICENSE'. From Bug Hunting.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache7-14/+14
2012-12-15update to 2.24.14drochner3-617/+616
changes: - Use the bookmarks file from the same XDG location as GTK+ 3 if present - Add a setting to specify the file chooser startup mode -bugfixes -translation updates
2012-12-15Bump PKGREVISION from devel/nss 3.14.0.ryoon13-26/+26
2012-12-15Fix CVE-2011-4028: File disclosure vulnerability.is3-3/+26
use O_NOFOLLOW to open the existing lock file, so symbolic links aren't followed, thus avoid revealing if it point to an existing file. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Fix CVE-2011-4029: File permission change vulnerability. Use fchmod() to change permissions of the lock file instead of chmod(), thus avoid the race that can be exploited to set a symbolic link to any file or directory in the system. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-12-14Add explicit dependency of gdk-pixbuf2, which is specified bytsutsui1-1/+2
CONFIGURE_ARGS+= --with-imagelib=gdk-pixbuf .
2012-12-14Update mlterm to 3.1.6.tsutsui3-8/+8
Changes from 3.1.4 (per doc/en/ReleaseNote): ver 3.1.6 * Support ":[Percentage]" format for font-fb. (e.g. ISO8859_1=/../font.pcf:100) * Support gzipped pcf fonts in framebuffer. * Support 3 byte rgb color sequence. (<ESC>[38;2;<r>;<g>;<b>m and <ESC>[48;2;<r>;<g>;<b>m) * Support DECCRA(<ESC>[...$v) and DECERA(<ESC>[...$z). * Add --altbuf / "use_alt_buffer" option which is equivalent to "titeInhibit" of xterm. * Add --colors / "use_ansi_colors" option which is equivalent to "colorMode" of xterm. * Add --exitbs / "exit_backscroll_by_pty" option. * -Y option converts unicode line drawing characters (U+2500 etc) to dec special ones in order to show them correctly with a unicode font which contains double-width glyphs or no glyphs for line characters. * Update unicode property table (generated from UnicodeData.txt and EastAsianWidth.txt) to version 6.2.0. * "blink_cursor" option is available for libvte. * Remove "add_picture" and "remove_picture" commands from configuration protocol, and add "show_picture" command to it. * Change key sequences in term_type=mlterm (application cursor key mode is off) XK_HOME: \x1bOH -> \x1b[H XK_END : \x1bOF -> \x1b[F * Change key seuqences in term_type=rxvt. (application cursor key mode is off) XK_HOME: \x1b[7~ -> \x1b[H XK_END : \x1b[8~ -> \x1b[F (application cursor key mode is on) XK_HOME: \x1bOH -> \x1b[7~ XK_END : \x1bOF -> \x1b[8~ * Bug fixes: Fix the bug of showing incorrect glyphs of large fonts like unifont.pcf. Fix the infinite loop in the failure of executing the command specified with -e option. Fix the compilation error in linking gdk-pixbuf-2.0. (SF topic #6234829) (Thanks to Lotus Shih and rabin_y) Fix the bug of incorrect input of 'A' - 'Z' keys in win32. Fix the memory leak of scrollbar views. ver 3.1.5 * Support framebuffer on Linux. (Experimental) (See doc/en/README.fb or doc/ja/README.fb in detail.) * Support "?" of OSC 4, 10 and 11. * Support CSI 14 t and CSI 18 t. * Break the binary compatility of extra scrollbars and pixmap_engine with the ones before 3.1.4. * Add "update_all" to the configuration protocol. * Add k5 entry for ~/.mlterm/termcap. * Bug fixes: Fix the incomplete hebavior of double- or triple-clicking and dragging. (Thanks to Andi Cristian Serbanescu)
2012-12-14Fix a bug in the last commit, where the resource file was read out of theis5-14/+13
examples directory.
2012-12-13Treat the app-defaults/XLock as a configuration file, thus enablingis4-7/+14
administrators of multi-user machines to have a site-specific default configuration and not lose it on updates of the package.
2012-12-13Remove patch that was probably intended to go away in previous cleanup.wiz1-0/+0
2012-12-12Add default-on options enabling xft2 support for nicer interfaces.wiz2-4/+13
From Anthony Mallet in PR 47246. Bump PKGREVISION.
2012-12-12+ razor-qt.wiz1-1/+2
2012-12-12Import razorqt-0.5.1 as x11/razor-qt, packaged for wip by Tim Larson.wiz4-0/+1212
Razor-qt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, Razor-qt also works fine with weak machines. It works with various WMs; most Razor developers use Openbox.
2012-12-08Update to 287:wiz2-6/+6
Several small bugfixes/improvements. One is a fix for the -iconic option broken in #282 when the icon pixmap is configured. The other fixes are for older problems.
2012-12-08Update to 2.4.40:wiz3-7/+11
libdrm 2.4.40 has been released. The reason is we need to use the radeon stencil mipmap allocator for combined depth-stencil buffers in Mesa.
2012-12-07Qt 4.8.4 is a bug-fix release. It maintains both forward and backwardadam18-56/+51
compatibility (source and binary) with Qt 4.8.0, 4.8.1, 4.8.2 and 4.8.3. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt-project.org/doc/4.8 The Qt version 4.8 series is binary compatible with the 4.7.x series. Applications compiled for 4.7 will continue to run with 4.8. Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker or the Merge Request queue of the public source repository.
2012-12-07Updated the maintainer's address to my alias @NetBSD.orgkhorben1-2/+2
2012-12-07Added x11/clipitkhorben1-1/+2
2012-12-07Imported x11/clipit from wip.khorben5-0/+81
ClipIt is a lightweight, fully featured GTK+ clipboard manager. Tested on NetBSD 6.0 and MacOS X 10.7 (Lion, 64 bits)
2012-12-02Update to 1.4:wiz2-6/+6
xscope 1.4 adds new features and decoding support. - RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4 - Atoms recorded from InternAtom & GetAtomName to use for display in other requests referencing the atoms - Property requests now also show these property types in a more natural format instead of as just lists of bytes: UTF8_STRING, atoms, cardinals, integers, and windows - new -I command line flag to enter interactive mode immediately at startup - experimental support for reading a previously recorded file. If you run "xscope -r -v0 > xscope.raw", then you can later run "xscope -f xscope.raw" to decode the data.
2012-11-30Remove unnecessarily and confusing amd64 conditional.ryoon1-2/+1
Thank you, wiz@.
2012-11-30* Dependency to py-numpy is optional now.ryoon2-2/+22
* Enable py-numpy option on g95 support platforms. (This change enables py-gtk2 package build on arm, for example.)
2012-11-29USE_TOOLS += yacc, for Solaris.jperkin1-2/+2
2012-11-29Add gstreamer1 packages.ryoon1-1/+2
2012-11-29Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.ryoon3-0/+26
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'base' plugins for GStreamer. It provides a set of plugins to access the X Window System.
2012-11-25Update to 0.5. No change log.shattered5-39/+20
2012-11-24Fix bad pattern in BUILD_DEPENDScheusov1-2/+2
2012-11-24Additional files for Aqua on Darwinadam1-0/+12