summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2013-10-10Recursive revbump from pango-1.36.0ryoon3-6/+6
2013-09-30Remove some commented out lines.wiz1-11/+1
2013-09-10Make meta packages 2-clause-bsd, requested by joerg.wiz6-8/+12
2013-09-09Fix typowiz1-2/+2
2013-09-09Set LICENSE for meta package to public-domain.wiz1-2/+4
Add xf86-video-dummy. Bump version.
2013-09-09Finish git rename from scmgit to git.wiz1-5/+5
2013-09-06+ xclipboard.wiz1-2/+4
Set LICENSE for meta package to 'public-domain'. Bump version.
2013-09-05On NetBSD, depend on xf86-video-ati6 instead of xf86-video-ati.wiz1-2/+6
Requested by Jan Danielsson <jan.m.danielsson@gmail.com>. Bump version.
2013-09-04Add a few, bump version.wiz1-2/+7
2013-09-04Add xtrans and font-util, bump version.wiz1-2/+4
2013-09-02Revbump after cairo updateadam3-6/+6
2013-08-21take maintainership.obache1-2/+2
2013-08-20Reset maintainer on his request.wiz2-4/+4
2013-08-17friends may only declare default arguments if they are also ajoerg2-1/+15
definition.
2013-08-03+ xfwp, bump version.wiz1-2/+3
2013-07-29Add three more proto packages.wiz1-2/+5
2013-07-29Add and enable php55-extensions.taca1-1/+2
2013-07-29Add php55-extensions meta package.taca2-0/+76
This package contains most of extension included in official PHP 5.5 distribution.
2013-07-27Add more xorg proto packages. Bump version.wiz1-2/+5
2013-07-11Remove xsetmode. Peter Hutterer writes on xorg-devel:wiz1-3/+2
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-11Remove xsetpointer. Peter Hutterer writes on xorg-devel:wiz1-2/+1
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-06-26Don't pick up the wrong gedit version.joerg1-2/+2
2013-06-20Make ruby-gnome2 build with Ruby 1.8.7 again.taca8-1/+187
It looks like ruby-gnome2 accidently broke backward compatibility.
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache1-3/+1
2013-06-20more good-bye to ruby-1.8obache1-1/+3
2013-06-19say good-by to Ruby-1.8.obache1-3/+1
2013-06-19Good-bye Ruby-1.8, not supported.obache1-1/+3
2013-06-16Add missing dependency on cairo-gobject binding.obache1-1/+2
2013-06-15Update ruby-gnome2 to 2.0.2.obache3-7/+12
(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-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz4-8/+8
NetBSD 6, requested by tron.
2013-06-06Update bulk-medium to 20130660.taca1-4/+2
Remove net/bind97 from target packages.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron4-8/+8
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04+xf86-video-suncg3 +xf86-video-suncg14 +xf86-video-sunffb; Bump PKGVERSION;rodent1-3/+6
CATEGORIES+=-drivers (not a category);
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz4-7/+8
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+xf86-input-acecad +xf86-input-penmount +xf86-video-fbdevrodent1-2/+6
+xf86-video-newport; Bump PKGVERSION;
2013-05-31Bump all packages for perl-5.18, thatwiz8-12/+16
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-31Bumping to 1.14 for the last three additions that I forgot to bump.rodent1-2/+2
2013-05-31Include bsd.fast.prefs and then add wm/libAppleWM if OPSYS == Darwin,rodent1-3/+8
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-31Include bsd.fast.prefs and then add wm/applewmproto if OPSYS == Darwin,rodent1-2/+8
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-29+net/xfindproxyrodent1-1/+2
2013-05-28+xditview +xgc +xlsatoms +xstdcmaprodent1-1/+5
2013-05-27s/x11/time/ for {o,x}clockrodent1-3/+3
2013-05-26+oclockrodent1-1/+2
2013-05-21Update to KDE SC 4.10.3markd2-122/+122
bugfixes.
2013-05-20Don't add imake dependency for KDE3.joerg1-2/+2
2013-05-16update meta-pkgs/modular-xorg for modular-xorg-server-1.12.4richard1-4/+4
2013-05-16update meta-pkgs/modular-xorg-drivers for modular-xorg-server-1.12.4richard1-6/+13
2013-05-11Don't hardcode -lstdc++, c++ is used for linking and will take care ofjoerg2-1/+16
the STL dependency.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-05-08Update ruby-gnome2 to 2.0.0.obache2-6/+6
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!