summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22Update ruby-gnome2 to 1.1.4.obache2-6/+6
== Ruby-GNOME2 1.1.4: 2012-07-21 This is a easy to install release! === Changes ==== All * Improvements * Supported automatic required native packages install. ==== Ruby/GLib2 * Improvements * mkenums: Supported "/* < flags > */" tag. * mkenums: Supported two or more upper case characters such as "IO". * Before: GIOStatus -> g_iostatus * After: GIOStatus -> g_io_status * GIOCondition: Changed to GLib::Boxed object from integer. * GLib::Source#attach doesn't require context. * Fixes * Fixed wrong type conversion for GIOCondition. ==== Ruby/GIO2 * Improvements * Gio::Socket#create_source: Supported callback. * Fixes * Fixed return values. * Fixed wrong type conversions. ==== Ruby/GTK2 * Improvements * Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep] * Fixes * Fixed a typo in test script. [GitHub:109] [Reported by kimura wataru] ==== Ruby/GStreamer * Fixes * Fixed a test failure with GStreamer 0.10.36. [GitHub:111] [Reported by mtasaka]
2012-07-21+ modular-xorg-protoswiz1-1/+2
2012-07-21Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.wiz2-0/+29
This is the modular Xorg application meta-package for installing the various header prototypes for compiling programs against modular Xorg libraries.
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz3-6/+6
by Obache.
2012-07-05Use of PHP_VERSION_REQD in Makefiles breaks the bulk build.cheusov2-4/+4
PHP_VERSIONS_ACCEPTED should be used instead.
2012-07-03Bring 'forach' patches back to life as they are still necessaryadam3-1/+75
2012-07-02Changes 1.50:0adam7-41/+19
New Libraries * Algorithm: A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library * Functional/OverloadedFunction: Overload different functions into a single function object, from Lorenzo Caminiti. * LocalFunction: Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti. * Utility/IdentityType: Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti. More http://www.boost.org/users/history/version_1_50_0.html
2012-06-16Remove php5-extensions; please migrate to php53 or php54.taca3-81/+0
2012-06-16Remove php5-extensions.taca1-2/+1
2012-06-16php-pspell build with php5 fine. I misstook something.taca1-2/+2
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
2012-06-16php-pspell doesn't support php52, so comment it out from here.dholland1-2/+2
(this may not be the right fix, but it should stop pbulk from croaking)
2012-06-16Add and enable php54-extensions.taca1-1/+2
2012-06-16Add php54-extensions package version 5.4.4 to pkgsrc.taca2-0/+75
Just includes extensions bundled with PHP 5.4.x's distribution.
2012-06-16Change PKGNAME to use PHP_PKG_PREFIX.taca1-2/+2
2012-06-16Instead of random PHP packages, just includes extensions bundledtaca2-61/+62
with PHP 5.3.x's distribution. Bump PKGREVISION.
2012-06-16Change PKGNAME to use PHP_PKG_PREFIX.taca1-2/+2
2012-06-16Instead of random PHP packages, just includes extensions bundledtaca3-66/+64
with PHP 5.2.x's distribution. Bump PKGREVISION.
2012-06-16Update to KDE SC 4.8.4markd2-75/+76
Bug fixes.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-06Add hacks file for autoconf macro issue with space, affecting lots ofwiz1-0/+9
xorg packages.
2012-06-06Add 4 more, bump version.wiz1-2/+6
2012-06-06Add misc/xorg-docs (directly, until there are enough packages for awiz1-2/+3
modular-xorg-docs meta package). Bump version.
2012-06-06+ transset, bump versionwiz1-2/+3
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2012-05-01Fix building with Clangadam2-1/+25
2012-04-18Try only matching evince < 3, since this is called gnome-2.26.x.wiz1-2/+2
2012-04-15Reset maintainer, developer has left the buildingwiz2-4/+4
2012-04-15Update KDE SC to 4.8.2markd2-76/+76
bugfixes.
2012-04-14Update ruby-gnome2 to 1.1.3.obache2-6/+6
== Ruby-GNOME2 1.1.3: 2012-04-08 This is a bug fix release of 1.1.2. === Changes ==== Ruby/GLib2 * Improvements * Added required Ruby version into gemspec. * [GitHub#106] glib-mkenums.rb supported macro lines in header. This change is required for building with GLib 2.31.20. [Reported by mtasaka] * [GitHub#107] Supported tests on PPC. [Reported by mtasaka] * Fixes * Fixed handler_id type. ==== Ruby/GTK2 * Improvements * Added Gtk::TreeViewColumn#set_sort_column_id and Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18. [ruby-gnome2-devel-en] Gtk::TreeViewColumn [Reported by grant schoep] * Added Gtk::InfoBar. * Added Gtk::MessageType. * Added Gtk::ResponseType. * Fixes * Fixed build failure with GTK+ < 2.12. [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2 [Reported by grant schoep] * Fixed require failure with GTK+ < 2.14. [ruby-gnome2-devel-en] NameError: undefined method `color_selection' for class `Gtk::ColorSelectionDialog' [Reported by grant schoep] ==== Ruby/Poppler * Improvements * [GitHub#97] Added Poppler::Page#text_layout. [Patch by Andrey Kutejko] * [SF.net#3495948] Removed needless poppler-cairo check. [Reported by Pino Toscano] * Fixes * [GitHub#96] Fixed valid state of child index iterator. [Patch by Andrey Kutejko] * [GitHub#97] Fixed parameter check of Poppler::Page#get_text. [Patch by Andrey Kutejko] ==== Ruby/VTE * Fixes * Fixed build failure with VTE < 0.24. ==== Ruby/GStreamer * Improvements * Added Gst::Element#seek_simple. * Fixes * [GitHub#95] Fixed async test. [Reported by mtasaka]
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-3/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-26add kgpgmarkd1-1/+2
2012-03-21+ suse121obache1-1/+2
2012-03-21Import suse-12.1 as meta-pkgs/suse121.obache2-0/+26
The openSUSE 12.1 meta-package provides a number of components for a openSUSE-based Linux binary emulation environment. This package does not contain anything by itself -- it is a "meta-package" that depends on other packages. Its sole purpose is to require dependencies so users can install this package only and have all the other packages pulled in automatically by the pkgsrc dependency mechanism.
2012-03-20Update to KDE SC 4.8.0markd1-23/+72
2012-03-19Update to KDE SC 4.8.0markd1-5/+4
2012-03-19fix last commit.obache1-2/+2
gtk should be dropped from module list instead of gtk2. noticed by Uwe Klaus via private mail.
2012-03-17Drop gdk-pixbuf, gtk and vmware modules for suse.obache2-6/+7
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not support them. * vmware module was used for emulators/vmware* packages, but it had been removed from pkgsrc.
2012-03-10fix build with gcc 4.6markd2-1/+17
2012-03-10bump PKGREVISION from python default change to 2.7.obache1-2/+2
2012-03-07Reduce netbsd-www's TeX dependencies.minskim1-4/+3
It only needs netbsd-doc-print, rather than the whole teTeX.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz3-6/+6
2012-02-29Add build fix for build with gcc46.hans2-1/+22
From https://svn.boost.org/trac/boost/attachment/ticket/4999/fix4999.patch
2012-02-29Update boost to 1.49.0hans8-4114/+6
Changes: New Libraries * Heap: Priority queue data structures, from Tim Blechmann. Details: http://www.boost.org/users/history/version_1_49_0.html
2012-02-20Update "netbsd-www" package to version 1.6:tron1-3/+3
Add more TeX dependences to really allow building the NetBSD website.
2012-02-16Upstream build fix for https://svn.boost.org/trac/boost/ticket/6158hans5-1/+4035
2012-02-06Revbump forwiz3-6/+6
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-26In the section of configure that decides whether a libdir suffix should besbd2-1/+16
used, force it to be an empty (i.e no suffix).
2012-01-26Use SET_LIBDIR with packages that want to use to lib64sbd1-1/+2
2012-01-15Update ruby-gnome2 to 1.1.2.obache2-6/+6
== Ruby-GNOME2 1.1.2: 2012-01-15 This is a bug fix release of 1.1.1. === Changes ==== Ruby/GLib2 * Fixes * [GitHub#94] install missing header files. [Reported by mtasaka] ==== Ruby/Pango * Fixes * [GitHub#94] install a missing header file. [Reported by mtasaka] ==== Ruby/GdkPixbuf2 * Fixes * [GitHub#94] install missing header files. [Reported by mtasaka] === Thanks * mtasaka == Ruby-GNOME2 1.1.1: 2012-01-14 This is a bug fix release of 1.1.0. === Changes ==== Ruby/GLib2 * Fixes * [ruby-list:48587] Re: [ANN] Ruby-GNOME2 1.1.0 fix wrong parent class for GLib::IOChannelWin32Socket. [Reported by ashbb] ==== Ruby/GTK2 * Fixes * Fixed a bug that Gtk::ActionGroup#add_radio_actions always fail. ==== Ruby/GStreamer * Improvements * [win32] Supported FLAC. === Thanks * ashbb
2012-01-12Fix build problem along with update of php53; overhaul.taca1-52/+52
* Don't specify upper limit version to depend. Since PHP extensions are prefixed with PHP_PKG_PREFIX, it is no need to specify. * Relax lower limit version to depend for php extensions which aren't bundled in PHP 5.3.9 distribution file; reflecting recent change of lang/php/ext.mk To be safer, bump PKGREVISION.