Commit graph

655 commits

Author SHA1 Message Date
drochner
06eeb2012c +xcb-util-keysyms 2012-07-24 18:03:08 +00:00
jperkin
5cc41d2eca Add missing xcb-util036. 2012-07-17 21:09:24 +00:00
wiz
aa3b5a0b21 Import xkbprint-1.0.3:
xkbprint generates a printable or encapsulated PostScript description
of an XKB keyboard description.
2012-06-06 09:41:06 +00:00
wiz
477b979602 Add xkbevd-1.1.3:
This command is very raw and is therefore only partially implemented;
we present it here as a rough prototype for developers, not as a
general purpose tool for end users.

The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur.   The configuration file consists
of a list of event specification/action pairs and/or variable
definitions.
2012-06-06 09:37:54 +00:00
wiz
135d4a8793 Add xkbutils-1.0.3:
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
extension to the X11 protocol.

It includes:
 xkbbell  - generate XKB bell events
 xkbvleds - display the state of LEDs on an XKB keyboard in a window
 xkbwatch - reports changes in the XKB keyboard state
2012-06-06 09:32:44 +00:00
wiz
1bedbeada6 Import viewres-1.0.3:
viewres displays a tree showing the widget class hierarchy of the
Athena Widget Set (libXaw).
2012-06-06 09:27:19 +00:00
wiz
d3b6b64ffc Remove transset-df, successor transset. 2012-06-05 07:01:52 +00:00
wiz
89a3aa9ca8 + transset. 2012-06-05 06:46:05 +00:00
markd
f4587e592d Add konsole 2012-03-20 05:09:43 +00:00
markd
212c38c08a Add kactivities, rename kdebase4 -> kde-baseapps4,
kdebase-runtime4 -> kde-runtime4, kdebase-workspace4 -> kde-workspace4,
kdebindings4-python -> py-kde4
2012-03-19 19:50:49 +00:00
plunky
2a52cce37a add qwt6-qt4 2012-03-09 10:16:28 +00:00
imil
face6ac196 add & enable avant-window-navigator 2012-02-19 14:45:37 +00:00
imil
0ca5b70cf8 add & enable libdesktop-agnostic 2012-02-19 14:31:01 +00:00
wiz
ce4941e64e + startup-notification010. 2012-02-02 11:32:48 +00:00
joerg
acd16bede0 + fltk13 (hi is!) 2011-12-02 19:28:46 +00:00
jakllsch
05d6f6f224 Descend into and note addition of x11/xicc and x11/xcalib. 2011-10-30 19:59:02 +00:00
ryoon
1afbcb6431 Add sakura 2011-10-14 16:30:48 +00:00
wiz
0922371859 Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
2011-10-02 14:11:51 +00:00
taca
3b01017ef2 Add and enable ruby-wxruby. 2011-08-13 02:13:25 +00:00
ryoon
36ba0d30e7 Add libunique3 2011-07-14 23:25:47 +00:00
hans
4b68ef04c6 Add package for mit-clx module of lang/clisp. Remove conflicting option
mit-clx from lang/clisp.
2011-04-20 18:40:43 +00:00
hans
d0abc01f49 Add package for the new-clx module of lang/clisp. Remove conflicting
option new-clx from lang/clisp
2011-04-20 18:36:16 +00:00
drochner
4147a0c499 +gtk3 2011-03-18 17:15:03 +00:00
wiz
902c94fd81 Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-03-06 16:02:28 +00:00
obache
6ead9a071d + py-vte 2011-03-03 12:08:46 +00:00
wiz
a46f3a2f93 + gtkglarea2. 2011-02-19 15:48:52 +00:00
obache
7e7bb6fcea Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.

== Ruby-GNOME2 0.90.7: 2011-02-02

NOTE: 0.90.x releases are for 1.0.0 major release.

A package fix release of 0.90.6.

=== Changes

==== Ruby/GLib2

  * Improvments
    * force remove "-Wl,--noundefined" linker option because
      Ruby-GNOME2 packages doesn't support the option.
      [Dobai-Pataky Bálint, Kouhei Sutou]

==== Ruby/GTK2

  * Improvments
    * use "MS-Windows" GTK+ theme by default on Windows.
      [ashbb, Kouhei Sutou]

=== Thanks

  * ashbb
  * Dobai-Pataky Bálint

== Ruby-GNOME2 0.90.6: 2011-01-29

NOTE: 0.90.x releases are for 1.0.0 major release.

Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.

=== Changes

==== All

  * remove all deprecated packages.
    [Masaaki Aoyagi]
  * all supported packages support RubyGems.
    [Masaaki Aoyagi]

==== Ruby/GLib2

  * Imrpovements
    * add gnome2-raketask.rb that is a utility library to
      define Rake tasks for Ruby-GNOME2 packages.
      [Masaaki Aoyagi, Kouhei Sutou]

  * Fixes
    * fix GType conversion.
      [Kouhei Sutou]
    * fix rcairo installed by RubyGems detection.
      [Masaaki Aoyagi]

==== Ruby/GIO2

  * Improvements
    * support GIO 2.26.
      [Nikolai Weibull]

==== Ruby/GStreamer

  * Improvements
    * add Gst::MissingURISourceMessage.
      [Vincent Carmona, Kouhei Sutou]
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/Pango

  * Fixes
    * rename Pango::LayoutIter#at_last_line! to
      at_last_line? because at_last_line is a predicate
      method. (at_last_line! still exists for backward compatibility.)
      [mrkn, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]
  * Fixes
    * support "2.0b7" style module version. #3141244
      [reandr, Kouhei Sutou]

==== Ruby/GooCanvas

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/GtkSourceView2

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/VTE

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

=== Thanks

  * Vincent Carmona
  * mrkn
  * reandr
  * Nikolai Weibull
  * Masaaki Aoyagi
2011-02-11 13:50:06 +00:00
drochner
18b7db9df8 +gtkada 2011-02-03 19:00:01 +00:00
tron
952e7b21e4 Remove "libXvMCW" package. The "libXvMCW" library is provided by the
"libXvMC" package which now has proper builtin detection.
2011-01-19 17:52:06 +00:00
jmcneill
cf5852e56c add libXvMCW 2011-01-19 00:42:55 +00:00
abs
bb6bdfd018 +renderproto9 2010-12-15 09:31:14 +00:00
abs
3c3e0ed744 +fixesproto4 2010-12-08 00:40:01 +00:00
obache
2537ed33c9 + applewmproto, libAppleWM 2010-10-16 13:12:17 +00:00
wiz
0b33e74d11 Now that libX11 pulls in libxcb, merge xine-xcb package back into
xine-lib.
Update dependency patterns in users and bump PKGREVISION.
2010-09-16 09:49:42 +00:00
obache
fad7b2477f + xvkbd 2010-09-08 11:59:03 +00:00
wiz
52f2c8e059 + unicode-screensaver. 2010-09-03 22:50:39 +00:00
obache
7c07169164 +eekboard 2010-08-30 11:49:08 +00:00
obache
c3f527e04f + libfakekey 2010-08-30 09:44:05 +00:00
asau
4b2d8b4c6a Add and enable imported CLISP modules. 2010-07-09 19:37:11 +00:00
drochner
013bfce151 +qt4-creator 2010-05-18 19:47:47 +00:00
drochner
b27711aaae +*qt4-qscintilla 2010-05-08 15:41:28 +00:00
wiz
fac868532a + gtkmm-utils. 2010-04-30 10:18:05 +00:00
wiz
5bd272da2f Remove kdelibs-experimental4 here as well. 2010-04-12 14:21:12 +00:00
joerg
c4c5e72f9a Retire tk83 2010-02-10 18:15:29 +00:00
joerg
c3e0a06212 Retire swing. 2010-02-10 17:32:21 +00:00
adam
1993ac7d47 Added qt4-mng 2010-02-02 14:07:47 +00:00
sno
d546f9afe5 Add SUBDIR for newly imported modules 2010-01-16 15:38:40 +00:00
sborrill
28651027ac Remove from x11 and re-import into time 2010-01-16 14:40:24 +00:00
sborrill
809b62b0e2 Import wmzcalock 0.1 2010-01-16 11:44:37 +00:00
snj
c180e64bbd +tint2 2009-12-14 00:49:30 +00:00