wiz
922b353f88
Add xtrans and font-util, bump version.
2013-09-04 18:02:15 +00:00
adam
30b15b560e
Revbump after cairo update
2013-09-02 19:50:38 +00:00
obache
72790f5cbf
take maintainership.
2013-08-21 01:47:54 +00:00
wiz
f50e0a9ba7
Reset maintainer on his request.
2013-08-20 22:36:54 +00:00
joerg
d22e5929b5
friends may only declare default arguments if they are also a
...
definition.
2013-08-17 11:17:08 +00:00
wiz
e51b880ba8
+ xfwp, bump version.
2013-08-03 07:45:49 +00:00
wiz
9f8ee8362d
Add three more proto packages.
2013-07-29 21:11:51 +00:00
taca
7e535fd47f
Add and enable php55-extensions.
2013-07-29 16:47:26 +00:00
taca
4a95768261
Add php55-extensions meta package.
...
This package contains most of extension included in official
PHP 5.5 distribution.
2013-07-29 16:46:49 +00:00
wiz
263039e429
Add more xorg proto packages. Bump version.
2013-07-27 06:23:55 +00:00
wiz
04e137e3a6
Remove xsetmode. Peter Hutterer writes on xorg-devel:
...
xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.
2013-07-11 10:42:55 +00:00
wiz
ca1eada3cd
Remove xsetpointer. Peter Hutterer writes on xorg-devel:
...
xsetpointer sets an input device as the core pointer. This dates
back to when an extension device could not be a core device at the
same time and is obsolete since server 1.4 (2006 or so I think).
the request always fails now (96e32805d12fc36f0fa0926dbfb0dd8a5cadb739).
xinput set-pointer is the equiv xsetpointer, but still doesn't do
anything, that app is truly dead.
2013-07-11 10:40:28 +00:00
joerg
1a1113353b
Don't pick up the wrong gedit version.
2013-06-26 22:06:17 +00:00
taca
8fa9befc38
Make ruby-gnome2 build with Ruby 1.8.7 again.
...
It looks like ruby-gnome2 accidently broke backward compatibility.
2013-06-20 17:16:06 +00:00
obache
c4ea604520
revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.
2013-06-20 09:12:13 +00:00
obache
21bea79348
more good-bye to ruby-1.8
2013-06-20 09:03:46 +00:00
obache
0e857f9d83
say good-by to Ruby-1.8.
2013-06-19 13:40:29 +00:00
obache
cd47209192
Good-bye Ruby-1.8, not supported.
2013-06-19 13:08:57 +00:00
obache
db75cb1178
Add missing dependency on cairo-gobject binding.
2013-06-16 03:06:53 +00:00
obache
5810fbceda
Update ruby-gnome2 to 2.0.2.
...
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages)
== Ruby-GNOME2 2.0.2: 2013-05-26
Windows XP re-supportted release!
=== Changes
==== Ruby/GLib2
* Improvements
* Added rbgutil_key_equal() convenient function.
It is used for comparing key that may be String or Symbol.
==== Ruby/Pango
* Improvements
* [windows] Forced to disable uniscribe backend of HarfBuzz.
[ruby-list:49412] [Reported by Masafumi Yokoyama]
* Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap
because they may cause crash on OS X.
[shocker-ja:1119] [Reported by znz]
* Updated samples.
[GitHub#164] [Patch by Kentaro Fukuchi]
* Fixes
* Fixed wrong index access in Pango::GlyphString#glyphs.
[ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
=== Thanks
* Kentaro Fukuchi
* Masafumi Yokoyama
* znz
== Ruby-GNOME2 2.0.1: 2013-05-25
Ruby 1.8 support is dropped release!
=== Changes
==== All
* Improvements
* Dropped Ruby 1.8 support.
* Updated bundled binaries versions for Windows.
==== Ruby/Pango
* Improvements
* Added Pango::CairoFontMap.set_default.
* Enabled fontconfig font on Windows.
* Defined Pango::CairoFcFontMap on init if it is available.
* Defined Pango::CairoWin32FontMap on init if it is available.
==== Ruby/GTK3
* Improvements
* Added Gtk::Image#set_from_icon_set.
[GitHub#150] [Patch by Detlef Reichl]
* Added Gtk::Image#set_from_stock.
[GitHub#150] [Patch by Detlef Reichl]
* Added Gtk::Image#set_from_gicon.
[GitHub#150] [Patch by Detlef Reichl]
* Updated samples.
[GitHUb#151] [Patch by Detlef Reichl]
* Fixes
* Fixed a GC related crash bug.
[ruby-gnome2-devel-en] [Reported by Detlef Reichl]
==== Ruby/GObjectIntrospection
* Improvements
* Supported ownership transfer for some input argument types.
(Struct and Object)
* Supported "(out caller-allocates)" for boxed object.
[ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
* Supported gpointer in/out.
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Fixes
* Fixed missing argument.
[GitHub#154] [Reported by Masafumi Yokoyama]
==== RubyGStreamer
* Improvements
* Supported methods that call callback
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Updated samples.
[GitHub#156][GitHub#159][GitHub#160][GitHub#161]
[Patch by NAKAJIMA Takashi]
* Supported Gst::Bus#set_handler.
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Supported Gst::Controller
[ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi]
* Stopped to require Gst.init.
* Fixes
* Fixed out of index access bug.
==== Ruby/GooCanvas
* Improvements
* Migrated to Ruby/GObjectIntrospection based bindings.
* Stopped to require Goo.init.
* Fixes
* Updated samples.
[GitHub#152][GitHub#153][GitHub#155][GitHub#157]
[Patch by Masafumi Yokoyama]
==== Ruby/Clutter
* Improvements
* Stopped to require Clutter.init.
* Fixes
* Fixed broken samples.
[ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi]
==== Ruby/ClutterGtk
* Improvements
* Stopped to require ClutterGtk.init.
==== Ruby/ClutterGStreamer
* Added.
==== Ruby/WebKitGtk
* Improvements
* Stopped to require WebKitGtk.init.
==== Ruby/WebKitGtk2
* Improvements
* Stopped to require WebKitGtk2.init.
=== Thanks
* Detlef Reichl
* NAKAJIMA Takashi
* Masafumi Yokoyama
* Kentaro Fukuchi
2013-06-15 09:39:33 +00:00
wiz
9857186f24
Bump PKGREVISION for libXft changes for NetBSD native X support on
...
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
taca
78b4cf237c
Update bulk-medium to 20130660.
...
Remove net/bind97 from target packages.
2013-06-06 03:00:07 +00:00
tron
e05e426ab4
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
...
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
rodent
7a49d5f12f
+xf86-video-suncg3 +xf86-video-suncg14 +xf86-video-sunffb; Bump PKGVERSION;
...
CATEGORIES+=-drivers (not a category);
2013-06-04 04:43:38 +00:00
wiz
61dc4ab4d2
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
...
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
rodent
18bc45a143
+xf86-input-acecad +xf86-input-penmount +xf86-video-fbdev
...
+xf86-video-newport; Bump PKGVERSION;
2013-06-03 02:28:18 +00:00
wiz
047a7f787e
Bump all packages for perl-5.18, that
...
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rodent
fc9d2fff07
Bumping to 1.14 for the last three additions that I forgot to bump.
2013-05-31 11:37:25 +00:00
rodent
3974987e3e
Include bsd.fast.prefs and then add wm/libAppleWM if OPSYS == Darwin,
...
as to not break this package on other platforms, given libAppleWM has
ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/libWindowsWM as well. Bump
version.
2013-05-31 00:49:15 +00:00
rodent
bb174c73d8
Include bsd.fast.prefs and then add wm/applewmproto if OPSYS == Darwin,
...
as to not break this package on other platforms, given applewmproto has
ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/windowswmproto as well. Bump
version.
2013-05-31 00:45:30 +00:00
rodent
0cf3d622f4
+net/xfindproxy
2013-05-29 03:25:38 +00:00
rodent
ef128bce5b
+xditview +xgc +xlsatoms +xstdcmap
2013-05-28 11:17:24 +00:00
rodent
2ffe5faa43
s/x11/time/ for {o,x}clock
2013-05-27 10:55:05 +00:00
rodent
18f00a9f77
+oclock
2013-05-26 23:17:03 +00:00
markd
01fee8eef8
Update to KDE SC 4.10.3
...
bugfixes.
2013-05-21 12:49:28 +00:00
joerg
26e3798616
Don't add imake dependency for KDE3.
2013-05-20 14:05:32 +00:00
richard
4acde005cf
update meta-pkgs/modular-xorg for modular-xorg-server-1.12.4
2013-05-16 06:38:20 +00:00
richard
b10599befa
update meta-pkgs/modular-xorg-drivers for modular-xorg-server-1.12.4
2013-05-16 06:37:24 +00:00
joerg
a1ec7cf8dd
Don't hardcode -lstdc++, c++ is used for linking and will take care of
...
the STL dependency.
2013-05-11 21:37:46 +00:00
adam
2459ac824e
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
2013-05-09 07:39:04 +00:00
obache
60191d072d
Update ruby-gnome2 to 2.0.0.
...
GObject Introspection based bindings on Windows support release!
=== Changes
==== NEWS
* Fixes
* Fixed a typo. [Reported by Masafumi Yokoyama]
* FIxed a typo. [Reported by Toyo Abe]
==== Ruby/GLib2
* Improvements
* Moved lib/gnome2-*.rb files to lib/gnome2/ directory.
* Supported GLib 2.34. [Reported by OBATA Akio]
==== Ruby/GdkPixbuf2
* Fixes
* [windows] Fixed PNG can't be handled problem.
[ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama]
==== Ruby/GDK3
* Improvements
* [windows] Removed needless Greybird theme.
[ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
* Added Gdk::Window#create_cairo_context
[ruby-gnome2-devel-en] [Reported by Detlef Reichl]
==== Ruby/GTK3
* Improvements
* Updated samples.
[GitHub #140 ][GitHub #141 ][GitHub #144 ]
[Patch by Simon Arnaud]
[GitHub #142 ][GitHub #143 ][GitHub #145 ][GitHub #146 ][GitHub #148 ]
[Patch by Detlef Reichl]
==== Ruby/GObjectIntrospection
* Improvements
* [windows] Supported!
==== Ruby/GStreamer
* Improvements
* Supported GStreamer 1.0!
* Migrated to GObject Introspection bindings!
* Dropped GStreamer 0.10 support.
==== Ruby/Clutter
* Improvements
* [windows] Supported!
==== Ruby/ClutterGTK
* Improvements
* [windows] Supported!
2013-05-08 12:47:05 +00:00
rodent
8cccd1285f
Commenting transmission-gtk, as the transition of that package to use
...
libnotify07 will likely break the build of this one.
2013-05-05 21:59:56 +00:00
wiz
f9c1ae282e
Remove python31.
...
There are three python3 versions in pkgsrc, python31, python32 and
python33.
The last published update for python was only released for python27,
python32 and python33 -- not for python31.
No reason for keeping python31 was brought up in two weeks
on pkgsrc-users, so remove it.
2013-04-29 10:49:37 +00:00
sbd
dfef16ab5a
Revbump for all packages that have USE_TOOLS+=gs
2013-04-24 10:06:47 +00:00
rodent
dcfc93316e
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
...
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;
and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
2013-04-24 02:20:36 +00:00
rodent
4208ddd1cc
KOFFICE_LANGUAGE -> KDE_LANGUAGE. This was breaking COMMENT display.
2013-04-23 17:25:17 +00:00
joerg
4176304e41
Do not disable normal self-configure. This prevents the exception
...
handling detection from working and clang is more picky about this than
GCC. Bump boost-headers.
2013-04-12 13:34:41 +00:00
obache
2ecd20aa60
Update ruby-gnome2 to 1.2.6.
...
== Ruby-GNOME2 1.2.6: 2013-04-02
Broken Ruby/Poppler fix release!
=== Changes
==== Ruby/GLib2
* Improvements
* Removed deprecated GLib::Completion.
* Removed deprecated g_suorce_get_current_time() use.
* [windows] Updated bundled GLib to 3.8.0.
* [windows] Updated bundled glib-networking to 3.8.0.
* [windows] Updated bundled GnuTLS to 3.1.10.
==== Ruby/ATK
* Improvements
* [windows] Updated bundled ATK to 2.8.0.
==== Ruby/GdkPixbuf2
* Improvements
* [windows] Updated bundled gdk-pixbuf to 2.28.0.
==== Ruby/Pango
* Improvements
* [windows] Updated bundled Pango to 1.34.0.
==== Ruby/GDK3
* Improvements
* [windows] Updated bundled GTK+ to 3.8.0.
==== Ruby/Poppler
* Fixes
* Fixed a bug that Poppler::Page#render is broken.
[SF.net#184] [Reported by HARUYAMA Seigo]
==== Ruby/GooCanvas
* Improvements
* Added a Ruby/GObjectIntrospection based sample.
[GitHub #139 ] [Patch by Masafumi Yokoyama]
=== Thanks
* Masafumi Yokoyama
* HARUYAMA Seigo
2013-04-10 14:47:50 +00:00
wiz
8b1ae31a86
Remove padevchooser. Bump version.
2013-04-06 11:41:35 +00:00
obache
8d26977704
Update ruby-gnome2 to 1.2.5.
...
== Ruby-GNOME2 1.2.5: 2013-03-28
Crash bug fix release!
=== Changes
==== All
* Fixes
* Fixed crash bugs.
[GitHub #138 ] [Reported by Takuma Nakajima]
=== Thanks
* Takuma Nakajima
== Ruby-GNOME2 1.2.4: 2013-03-24
Ruby/WebKitGtk2 addition release!
=== Changes
==== All
* Improvements
* Start mswin64 support. (But it is not completed yet.)
[GitHub #135 ] [Patch by usa]
==== Ruby/GLib2
* Improvements
* Reduce needless GBoxed object copy.
==== Ruby/GdkPixbuf2
* Fixes
* Fix build error by a typo.
==== Ruby/GtkSourceView2
* Improvements
* Support auto RPM install on CentOS 6.
==== Ruby/GObjectIntrospection
* Improvements
* Add method name to arguments validation failure message.
* Support specific version loading.
==== Ruby/GTK3
* Improvements
* [windows] Add gschemas.compiled.
[ruby-talk:406026] [Reported by Regis d'Aubarede]
==== Ruby/WebKitGtk2
* New!
[GitHub #136 ] [Patch by eumario]
=== Thanks
* usa
* Regis d'Aubarede
* eumario
2013-04-04 13:40:24 +00:00