summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2010-09-03All packaged and up-to-date -- update patterns and add missing dependencies.wiz1-14/+10
Welcome to 2.30.2!
2010-08-28Fix buildling serialization libsadam2-1/+15
2010-08-26Changes 1.44.0:adam3-8/+14
New Libraries * Meta State Machine: High-performance expressive UML2 finite state machines, from Christophe Henry * Polygon: Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from Lucanus Simonson. Updated Libraries * Accumulators * Asio * Config * Filesystem * Foreach * Hash * Iostreams * Math * MPL * Multi-index Containers * Proto * Regex * Thread * TR1 * Type Traits * uBLAS * Utility * Uuid * Xpressive
2010-08-25Cater to compilers too stupid to interpret a bitwise OR in a templatetez2-1/+33
argument as a constant. From https://svn.boost.org/trac/boost/ticket/4146 This fixes building boost-libs with lang/gcc34.
2010-07-06we've got everything for gnome-2.30.2, name it sodrochner1-5/+5
2010-07-04Update to KDE SC 4.4.5.markd2-27/+27
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-06-15courier-0.65.0 et al:pettai1-6/+6
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz3-6/+6
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11update for 2.30.1drochner1-22/+21
2010-06-02Update to KDE SC 4.4.4markd2-27/+27
* Several bugs in filename sorting in the Dolphin file manager have been fixed * Issues with encoded filenames in ZIP archives have been fixed * A number of bugs in games, such as KMines, KNetwalk and LSkat and KSpaceDuel have been fixed The changelog lists more
2010-05-15Changes 1.43.0:adam2-6/+6
New Libraries: * Functional/factory: Function objects for dynamic and by-value construction. * Functional/forward: Function object adapters to address the forwarding problem. Major Updates: * Range: Boost.Range has undergone extensive updates that it include all of the features from the recently reviewed Boost.RangeEx. * Range-based version of the full STL iterator based algorithms. * Range adaptors which can be combined with range-based algorithms for unpresedented expressiveness and efficiency. * New functions: irange, istream_range, join, combine. Updated Libraries Build System: * When cross-compiling to GNU targets, static libraries are properly created. Previously, using such libraries resulted in Archive has no index error. * The naming of DLL and import libraries with gcc compiler on Windows, both mingw and cygwin, now matches default conventions of those environments. Previously, the naming scheme was the same as for other Windows compilers. Updated Tools: * Quickbook: Unicode escape characters. * Support the UTF-8 byte order mark. * Disallow [ in simple markup. Fixes some errors with mismatched punctuation. * Add a command line flag (-D) to define macros at the command line. * Improved post-processor output. * Check that [section] and [endsect] tags are balanced in templates.
2010-05-08Update to KDE SC 4.4.3markd2-27/+27
Numerous fixes in Konsole, KDE's terminal emulator, among them two possible crashers in session management Flash plugin support in KHTML has been enhanced to work with newest Youtube skins Case-sensitivity in renaming fixes in KIO, KDE's network-transparent I/O library Hiding the mouse cursor in some special cases in presentation mode and two possible crashers have been fixed
2010-05-05Fix COMMENT, from diro in PR pkg/43246.dholland1-2/+2
2010-04-30Escape sharp in commentkefren1-2/+2
2010-04-22Remove trailing slash from HOMEPAGE.reed1-2/+2
2010-04-21Actually, as much as I dislike FAM, the fam option should be on by default.jmmv1-1/+3
We are going to get gnome-vfs installed anyway, which pulls in FAM, so it doesn't make that much of a difference. Pointed out by wiz@.
2010-04-21Add a fam option to turn on a dependency on gio-fam. This is part ofjmmv1-1/+9
gnome-platform and not gnome because the gio-fam plugin is internally part of glib2.
2010-04-17Update ruby-gnome2 to 0.19.4.obache5-148/+6
== Ruby-GNOME2 0.19.4: 2011-04-17 NOTE: 0.19.x releases are development series. This release has many bug fixes and some improvements. The fixed bugs include a memory leak bug on GC. If your application live long time, you should upgrade. === Changes ==== Ruby/GLib2 * Bug fixes: * fixed type_register on Ruby 1.9. [Simon Arnaud, Kouhei Sutou] * fixed memory leak in GC. [Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2865895] support GdkWindow's cursor property. NOTE: GTK+ 2.18.0 is unsupported version. [Guillaume Cottenceau, Mamoru Tasaka] * Gtk::MenuItem.new accepts nil as a label. [Kazuhiro NISHIYAMA, Kouhei Sutou] * fixed wrong conversion in Gtk::TreePath#<=>. [Takeuchi Yusuke, Kouhei Sutou] * fix Gtk::RecentInfo#application_info's double free bug. [Kouhei Sutou] * Improvements: * Gdk::Window#invalidate accepts nil as 'area' argument. It means 'invalidates whole window'. [Hiroyuki Ito] * Gtk::Clipbord#request_text sets UTF-8 encoding in Ruby 1.9. [Rg Rg, Kouhei Sutou] * add Gtk::TreePath#==. [Takeuchi Yusuke, Kouhei Sutou] ==== Ruby/Pango * Improvements: * add Pango::Gravity. [Hiroyuki Ito, Kouhei Sutou] ==== Ruby/GdkPixbuf * add Gdk::Pixbuf#pixels=. [Michal Suchanek] ==== Ruby/GStreamer * Bug fixes: * [#2920997] fix argument type. [Johan Kiviniemi] * [#2924886] implement Gst::MessageTag#parse. [Vincent Carmona] ==== Ruby/GtkMozEmbed * Bug Fixes: * [#2924766] fix -Wl,-rpath syntax. [OBATA Akio] * [#2925285] Gtk::MozEmbed#chrome_mask fails. [tobi, Kouhei Sutou] * support XULRunner 1.9.2. [OBATA Akio] === Thanks * Guillaume Cottenceau * Mamoru Tasaka * Michal Suchanek * Simon Arnaud * Kazuhiro NISHIYAMA * Johan Kiviniemi * OBATA Akio * Hiroyuki Ito * Rg Rg * Vincent Carmona * tobi * Takeuchi Yusuke * ...
2010-04-10Update KDE to 4.4.2markd3-30/+33
For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore
2010-03-26add filezillazafer1-1/+2
2010-03-21add php5-enchant and php5-intljdolecek1-1/+3
2010-03-21move php53-enchant and php53-intl entries into commonjdolecek1-3/+3
section, they are no longer PHP 5.3.x only; also use textproc/php-intl
2010-03-21Reset maintainer, developer lost his commit bit.wiz2-4/+4
2010-03-19Add paches taken from upstream to fix build ruby-gnome2-gtkmozembed withobache4-5/+133
xulrunner-1.9.2.x.
2010-03-16Add and enable php53-extensions.taca1-1/+2
2010-03-16Importing php53-extensions package, meta pacakge for php53.taca2-0/+80
2010-03-16Update php5-extensions package to 5.2.13.taca2-63/+61
* Change package version scheme. * Add php5-pspell and php5-sysvmsg.
2010-03-15Fix spelling of package name. (Sigh.) Noticed by Pierre Pronchery anddholland1-2/+2
reported in PR 42974. XXX: how should this be entered in CHANGES?
2010-02-21added a patch for MacOS 10.6 (64 bit mode)schwarz2-1/+69
2010-02-19Update the "netbsd-www" package to version 1.5:tron1-7/+10
- Add all the necessary (La)TeX packages as dependences. - Add "ghostscript" as dependence as "ps2pdf" is used.
2010-02-12Changes 1.42.0:adam2-6/+6
* New Libraries: Uuid. * Updated Libraries: Asio, Circular Buffer, Fusion, Graph, Integer, Iostreams, Program.Options, PropertyMap, Proto, Regex, Spirit, Unordered, Xpressive.
2010-02-10Retire php4-extensionsjoerg3-74/+1
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-27Update to kde4 4.3.5markd2-28/+28
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz3-6/+6
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz3-5/+6
2010-01-01The path after -Wl,-rpath as an argument for the linker, so it needsjoerg2-1/+15
either to be prefixed with -Wl, or just be part of the former argument. Do the latter.
2009-12-30The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core.joerg2-1/+15
2009-12-23patch-al was removed at last update.obache1-2/+1
2009-12-20adjust for 2.28.2, all dependencies are already theredrochner1-5/+5
2009-12-04update to kde 4.3.4markd2-28/+28
KDE SC 4.3.4 has a number of improvements: * A bugfix in Plasma's pixmap cache makes the workspace more responsive * Okular, the document viewer improved stability in certain situations * Marble, the desktop globe has seen some polish * Passphrases with non-ASCII characters have been fixed in the KGpg encryption tool
2009-11-24Changesadam2-6/+6
* New Libraries Property Tree: A tree data structure especially suited to storing configuration data, from Marcin Kalicinski and Sebastian Redl. * Updated Libraries * Build System A bug preventing "fat" 32-bit + 64-bit builds on OSX has been fixed.
2009-11-21Add font-sony-misc to modular-xorg-fonts.obache1-2/+3
Bump PKGVERSION to 1.1.
2009-11-10Fix build with latest boost-libs.markd1-2/+3
2009-11-05Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta packagereinoud1-1/+3
also adding the implicit package xfce4-thunar. This explains why i couldn't find the xfce4 mounts as specified by pkg/40934.
2009-11-04Bump to 4.3.3wiz1-4/+4
2009-11-04Bump to 4.3.3.wiz1-24/+24
2009-10-22this is at 2.28.1 nowdrochner1-14/+14
2009-10-15PLIST fix; rev.bumpadam1-1/+3
2009-10-14Changes 1.40.0:adam6-61/+29
* Build System improvements. * Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered, Xpressive. Changes 1.39.0: * New Libraries: Signals2. * Updated Libraries: Asio, Flyweight, Foreach, Hash, Interprocess, Intrusive, Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive. * Updated Tools: Boostbook, Quickbook.