Commit graph

11099 commits

Author SHA1 Message Date
dholland
836d951ddd Update REPLACE_PERL line; set perl USE_TOOLS to perl:run because the
perl script is installed. Fixes build failure. Bump PKGREVISION.
2012-12-30 04:46:13 +00:00
ryoon
56721d054e Fix build on Solaris. 2012-12-27 20:38:22 +00:00
ryoon
5775391baf Fix build on Solaris. 2012-12-27 20:19:35 +00:00
joerg
facb6c03c7 Fix inline use. 2012-12-25 21:00:00 +00:00
joerg
8d95d1ffea Disable return warning for Clang. 2012-12-24 21:17:12 +00:00
joerg
953dab6d21 Fix void usage. Follow one patch per file rule. 2012-12-24 21:16:40 +00:00
marino
75d779107b x11/clipit: USE_TOOLS+= msgfmt 2012-12-22 23:45:13 +00:00
dholland
3663188233 Needs pkg-config. 2012-12-22 23:34:21 +00:00
tron
6bd209d262 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:16:25 +00:00
dholland
a5f4dca671 Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,
causing the build of math/R to break mysteriously.
2012-12-20 22:17:23 +00:00
wiz
f9eee8d70a Add conditional xft2 include, requested by joerg. 2012-12-19 14:58:45 +00:00
jperkin
94eb2f0ba4 Fix build on 64-bit Solaris. 2012-12-19 14:25:56 +00:00
jperkin
1bbde496ae As GNU bison is pulled in on Solaris we need yystype. 2012-12-18 11:25:34 +00:00
khorben
863459fcea Added x11/deforaos-locker (version 0.2.1) 2012-12-17 00:49:11 +00:00
khorben
74f7a93c7f Imported wip/deforaos-locker, the DeforaOS desktop screensaver, under
x11/deforaos-locker (version 0.2.1)
2012-12-17 00:47:37 +00:00
khorben
1a2db4df70 Added x11/deforaos-panel (version 0.2.16) 2012-12-17 00:33:35 +00:00
khorben
d0cf23a242 Imported wip/deforaos-panel, the DeforaOS desktop panel, under
x11/deforaos-panel (version 0.2.16)
2012-12-17 00:32:49 +00:00
khorben
cb4ab33a1e Added x11/deforaos-keyboard (version 0.2.1) 2012-12-17 00:28:52 +00:00
khorben
89be92641a Imported wip/deforaos-keyboard, the DeforaOS virtual keyboard, under
x11/deforaos-keyboard (version 0.2.1)
2012-12-17 00:27:52 +00:00
khorben
d918d3d283 Added deforaos-libdesktop version 0.0.8 2012-12-17 00:11:06 +00:00
khorben
983f95066c Imported wip/deforaos-libdesktop, the DeforaOS desktop library, under
x11/deforaos-libdesktop (version 0.0.8)
2012-12-17 00:09:34 +00:00
dholland
2659165d32 Revert this patch; it is uncompilable. Hi joerg. 2012-12-16 19:03:50 +00:00
wiz
2c10539569 - Update `DESCR' (text taken from the current version of
<http://equinox-project.org/wiki/AboutEde> with some verbs and
  puntucation added);
- update `HOMEPAGE';
- augment `LICENSE'.

From Bug Hunting.
2012-12-16 18:03:36 +00:00
obache
6e518767d0 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
drochner
aca8837a1a update to 2.24.14
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-15 12:49:29 +00:00
ryoon
f260763809 Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
is
1090f6c840 Fix CVE-2011-4028: File disclosure vulnerability.
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-15 09:26:07 +00:00
tsutsui
99d6b4d8d7 Add explicit dependency of gdk-pixbuf2, which is specified by
CONFIGURE_ARGS+= --with-imagelib=gdk-pixbuf .
2012-12-14 23:28:56 +00:00
tsutsui
df7b4611d6 Update mlterm to 3.1.6.
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-14 17:23:28 +00:00
is
cc9c4085ad Fix a bug in the last commit, where the resource file was read out of the
examples directory.
2012-12-14 15:54:30 +00:00
is
32d65baf4a Treat the app-defaults/XLock as a configuration file, thus enabling
administrators of multi-user machines to have a site-specific default
configuration and not lose it on updates of the package.
2012-12-13 14:31:03 +00:00
wiz
a4f45186ad Remove patch that was probably intended to go away in previous cleanup. 2012-12-13 09:15:45 +00:00
wiz
c23c84d362 Add default-on options enabling xft2 support for nicer interfaces.
From Anthony Mallet in PR 47246.
Bump PKGREVISION.
2012-12-12 15:30:52 +00:00
wiz
c394f3594a + razor-qt. 2012-12-12 15:18:50 +00:00
wiz
000438c71e Import razorqt-0.5.1 as x11/razor-qt, packaged for wip by Tim Larson.
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-12 15:18:45 +00:00
wiz
ffa3d3742e Update to 287:
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-08 22:16:38 +00:00
wiz
cbe5ffb240 Update to 2.4.40:
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-08 22:15:35 +00:00
adam
7cdd73cae6 Qt 4.8.4 is a bug-fix release. It maintains both forward and backward
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-07 10:06:13 +00:00
khorben
6e3297effa Updated the maintainer's address to my alias @NetBSD.org 2012-12-07 01:46:35 +00:00
khorben
64bea4b5fd Added x11/clipit 2012-12-07 01:42:48 +00:00
khorben
2124ca21ed Imported x11/clipit from wip.
ClipIt is a lightweight, fully featured GTK+ clipboard manager.

Tested on NetBSD 6.0 and MacOS X 10.7 (Lion, 64 bits)
2012-12-07 01:41:58 +00:00
wiz
b9c69e8f37 Update to 1.4:
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-12-02 13:13:59 +00:00
ryoon
deba72959a Remove unnecessarily and confusing amd64 conditional.
Thank you, wiz@.
2012-11-30 12:38:26 +00:00
ryoon
11f397ed70 * Dependency to py-numpy is optional now.
* Enable py-numpy option on g95 support platforms. (This change enables
  py-gtk2 package build on arm, for example.)
2012-11-30 12:32:50 +00:00
jperkin
21ecb51953 USE_TOOLS += yacc, for Solaris. 2012-11-29 22:06:41 +00:00
ryoon
2cfd1c7bc0 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
059736e08f Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11.
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-29 08:38:20 +00:00
shattered
0bb0d2eedb Update to 0.5. No change log. 2012-11-25 21:37:50 +00:00
cheusov
535515ad30 Fix bad pattern in BUILD_DEPENDS 2012-11-24 22:32:11 +00:00
adam
ed559071f5 Additional files for Aqua on Darwin 2012-11-24 21:39:12 +00:00