summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-27Import hunspell-cy_GB-20040425 as textproc/hunspell-cy_GB.ahoka3-0/+16
Welsh dictionary for hunspell. Package contributed by Peter Kotcauer <kocka at irssi dot hu>
2009-10-27update to 0.4.11drochner4-18/+44
many fixes and improvements, too much to list here, see the ChangeLog
2009-10-27update to 0.4.7drochner4-8/+23
changes: -bugfixes -added IPv6 support for mdns/avahi -translation updates
2009-10-27update to 1.3.10drochner3-13/+14
changes: -minor fixes -translation updates pkgsrc note: build against newer gnutls was fixed, don't need the libgnutls-config hack anymore
2009-10-27update to 1.06.38drochner12-115/+61
this switches to the "super stable" branch which is the only one where tarballs are distributed of, too many changes to list here, the most notable recent one is that the recent expat DOS vulnerability was fixed, as were some portability issues which caused problems on NetBSD
2009-10-27update master_sites. remove ftp.ifi.uio.no. service suspended.zafer1-3/+2
2009-10-27update master_sites. switch to http with gd.tuwien.ac.atzafer1-2/+2
2009-10-27tell configure the right python version, should fix build withdrochner1-1/+3
default set to 2.6 (problem reported by wiz)
2009-10-27+snort-2.8.5.1, xf86-video-intel-2.9.1.taca1-3/+3
2009-10-27Note update of sysutils/ruby-quota package to 0.5.1nb7.taca1-1/+2
2009-10-27* Fix build problem on Linux 2.6 and later.taca4-12/+85
* Fix module's version was still "0.4.1". Bump PKGREVISION.
2009-10-27update to 0.18.0drochner4-25/+230
This switches to the gnome-2.28 release branch. pkgsrc changes: -depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used by some gnome pkgs (should fix PR pkg/42233 by Robert Elz) -prepare to call xsltproc with the -nonet option (commented out for now because it makes xsltproc fail even if no network accesses are necessary, needs investigation)
2009-10-27+scrollkeeper-dtddrochner1-1/+2
2009-10-27add a makefile snippet to build a wrapper for "xsltproc" whichdrochner1-0/+9
makes sure the tool is called with the "--nonet" option, keeping it from using http or ftp to resolve references in xml files (unfortunately it doesn't work as intended yet)
2009-10-27add scrollkeeper-dtd-1.0, a pkg which installs just a single DTD filedrochner4-0/+36
needed for some gnome documentation builds
2009-10-27update to 4.5drochner3-71/+108
this adds version 4.5 of the dtds/schemas (used by some newer gnome pkgs)
2009-10-27Checks for zip during configure, so add BUILD_DEPENDS on it.wiz1-1/+3
2009-10-27Add clutter-qt.obache1-1/+2
2009-10-27Added graphics/clutter-qt version 1.0.0obache1-1/+2
2009-10-27Import clutter-qt-1.0.0 as graphics/clutter-qt.obache4-0/+39
Clutter-Qt is a library providing facilities to integrate Clutter into Qt applications. It provides a Qt widget, ClutterQt, for embedding the default ClutterStage into any parent QtWidget.
2009-10-27Remove libexif here as well. Hi Matthias!wiz1-2/+1
2009-10-26No py24-gobject, so no python 2.4 here.tnn1-1/+3
2009-10-26+clutter08-gsttnn1-1/+2
2009-10-26Doesn't support Python 2.4 (from . import *).joerg1-1/+3
2009-10-26not for python24tnn1-1/+2
2009-10-26+ clutter08tnn1-1/+3
+ clutter08-gtk
2009-10-26+libviewdrochner1-1/+2
2009-10-26add libview-0.6.4, a collection of widgets from VMwaredrochner6-0/+98
(checked for in the gtk-vnc build, but not useful there, so I only add it in the hope that it is of use somewhere else)
2009-10-26update to 2.28.1drochner3-12/+127
This switches to the gnome-2.28 release branch.
2009-10-26update to 0.3.10drochner5-35/+35
changes: -bugfixes -Support SASL authentication extension -API and UI improvements -translation updates
2009-10-26misc cleanup (stale dependencies, old comments)drochner2-15/+7
2009-10-26Updated www/curl to 7.19.6nb1wiz1-1/+2
2009-10-26Set default path for CA certificates. Bump PKGREVISION.wiz1-1/+3
From Matthias Pfaller.
2009-10-26update to 2.28.0drochner3-9/+10
This switches to the gnome-2.28 release branch.
2009-10-26update to 2.28.1drochner3-10/+11
This switches to the gnome-2.28 release branch. compile-tested only (The old one didn't build anymore as reported by wiz.)
2009-10-26Note update of the "ImageMagick" package to version 6.5.5.3nb2.tron1-1/+2
2009-10-26The "ImageMagick" doesn't use "libexif". Remove the dependence andtron1-3/+2
bump the package revision.
2009-10-26update for dependency changes in 2.28drochner2-6/+3
2009-10-26Add "openpa".asau1-1/+2
2009-10-26Updated graphics/py-clutter to 1.0.0obache2-3/+3
2009-10-26Update py-clutter to 1.0.0.obache4-12/+69
Overview of changes between 0.9.2 and 1.0.0 =========================================== * Dropped the in-tree bindings of clutter-gtk and clutter-gst: you will have to install pyclutter-gtk and pyclutter-gst respectively to be able to import cluttergtk and cluttergst. * Fixed memory leaks in clutter.Actor.animate [Chideok Hwang] * Allow accessing child properties for clutter.Container * Allow iterating over the children of a clutter.Container using the native Python iterator support * Allow creating custom ChildMeta classes from Python * Mark the classes removed from upstream Clutter as "deprecated"; trying to instantiate one of the deprecated classes will result in the equivalent class in Clutter 1.0 to be created and a warning printed out on the console * Override the __repr__ and __str__ methods for clutter.Color: the former will print out a string that can be used through eval() to create a copy of the color; the latter will print out the hexadecimal representation of the color. * Override the __str__ method of clutter.Event: it will now print more information on the event (type, time, source actor) and per-event type fields (button, key, related actor, etc.). * Deprecated clutter.stage_get_default() in favour of an optional argument to clutter.Stage(); calling: clutter.Stage(default=True) will return the default Stage singleton; the default argument is optional and it defaults to False. * Allow passing the following values to methods accepting a clutter.Color: - a clutter.Color (e.g.: clutter.Color(255, 0, 0, 255)) - a 4-tuple of RGBA values (e.g.: (255, 0, 0, 255)) - a hexadecimal representation of the color (e.g.: '#ff0000ff') Overview of changes between 0.8.2 and 0.9.2 =========================================== * Require clutter core >= 1.0.0 * Provide better bindings for the Cogl API * Add more examples ported from the clutter core interactive tests
2009-10-26Updated graphics/p5-clutter to 1.0.1obache1-1/+2
2009-10-26Update p5-clutter to 1.0.1.obache2-12/+9
Clutter 1.001 ============= * Add Clutter::Cogl::Pango API bindings * Fix a segmentation fault when parsing path nodes of type 'close' * Add Clutter::Path::foreach() and Clutter::Path::to_cairo_path() * Allow constructing Clutter::Path objects both by using the stringified SVG notation and by using lists of Clutter::PathNode objects * Add more units to the test suite, covering Clutter::Path and Clutter::Event * Fully document Clutter::Path * Add an example of a Clutter::Container implementation * Improve documentation Clutter 1.000 ============= * First developers snapshot of the Clutter Perl bindings * Depend on Clutter 1.0.0 * Drop the clutter-gtk, clutter-gst and clutter-cairo bindings * Add more COGL bindings under Clutter::Cogl * Port more examples from Clutter to Perl * Provide more C API for bindings based on perl-Clutter * Add ParamSpec bindings for colors and units
2009-10-26Updated multimedia/clutter-gst to 0.10.0obache2-3/+3
2009-10-26Update clutter-gst to 0.10.0.obache4-21/+18
clutter-gst 0.10.0 (29/07/2009) =============================================================================== * list of changes since 0.9.0 o Requires stable Clutter 1.0.0
2009-10-26Updated graphics/clutter-gtk to 0.10.2obache2-3/+3
2009-10-26Update clutter-gtk to 0.10.2.obache4-17/+29
Clutter-GTK 0.10 29/07/2009 ============================ Alexander Larsson (1): Make GtkClutterEmbed derive from GtkContainer Chris Lord (1): [util] Add error arguments to texture functions Emmanuele Bassi (14): [zoomable] Add Zoomable interface [zoomable] Fix Introspection data generation [viewport] Implement Zoomable Update the Viewport example [git ignore] Ignore backup and m4 files Post-release bump to 0.9.3 Bump up the required Clutter version [examples] Add a Notebook case [viewport] Use the ::apply_transform vfunc Merge branch 'zoomable' [build] Use symbolic values for clutter-gtk version [build] Depend on Clutter 1.0.0 [docs] Update the API Reference [docs] Update the Since tags
2009-10-26Updated graphics/clutter-box2d to 0.10.0obache1-1/+2
2009-10-26Update clutter-box2d to 0.10.0.obache5-17/+105
clutter-box2d-0.10.0: ===================== Changes: - Update to Clutter 1.0 - Generate GObject-Introspection data
2009-10-26Updated graphics/clutter to 1.0.8obache2-3/+3