summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22Switch compiler optimisation off under Mac OS X to stop GTK+ applicationstron2-1/+16
from entering a busy loop on startup. Bump package revision as the package previously built fine but didn't work.
2009-10-22Changes 2.28.0:adam3-10/+9
* Increased version for GNOME 2.28.
2009-10-22update to 2.28.0drochner3-9/+10
This switches to the gnome-2.28 release branch.
2009-10-22Changes 2.28.0:adam3-10/+9
* Fixed build with recent autotools.
2009-10-22Changes 2.28.0:adam2-8/+7
* Fixed the build with the latest gmmproc.
2009-10-22Changes 2.26.0:adam3-316/+238
* Minor documentation build fixes. * Change public documentation location to library.gnome.org in the pkg-config files as well. * Change public documentation location to library.gnome.org. * Reenable the per-class hierarchy graphs in the reference documentation. * Drop the custom HTML header and footer, and use the shared doxygen.css file from mm-common. * More...
2009-10-21nbpatch-20091021:joerg2-8/+12
Do not try to mmap a zero length file. This can fail e.g. on Solaris.
2009-10-21sync w/ base pkgdrochner1-2/+2
2009-10-21update to 2.20.0drochner3-35/+54
This switches to the gnome-2.28 release branch.
2009-10-21update to 2.24.2drochner6-16/+18
changes: translation updates
2009-10-21update to 2.28.0drochner3-8/+11
This switches to the gnome-2.28 release branch.
2009-10-21update to 2.24.2drochner3-7/+10
changes: translation updates
2009-10-21update to 2.28.0drochner4-12/+12
This switches to the gnome-2.28 release branch.
2009-10-21sync w/ base pkg updatedrochner1-3/+3
2009-10-21update to 2.28.0drochner7-47/+21
This switches to the gnome-2.28 release branch. pkgsrc note: disabled the "defaults" service, this wants a version of "policykit" newer than the pkgsrc one (looks dispensable, could also be made an addon pkg)
2009-10-21update to 1.26.0drochner4-24/+11
This switches to the gnome-2.28 release branch.
2009-10-21sync w/ base pkgdrochner2-8/+7
2009-10-21update to 1.28.1drochner4-177/+165
This switches to the gnome-2.28 release branch.
2009-10-21update to 1.28.0drochner3-8/+9
This switches to the gnome-2.28 release branch.
2009-10-20Add a buildlink3.mk file for gsoapagc1-0/+12
2009-10-20Fix PKGVERSION.wiz1-1/+2
2009-10-20Add and enable ruby-deprecated.taca1-1/+2
2009-10-20Importing devel/ruby-deprecated version 2.0.1.taca4-0/+29
This is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code.
2009-10-19PKG_DESTDIR_SUPPORT=no is not a supported value. Provide actuallyjoerg3-6/+21
working DESTDIR support.
2009-10-19Update to 0.4.1.wiz3-9/+9
Attention! - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) Diffuse 0.4.1 - 2009-10-12 - added Japanese translation - added Liu Hao's simplified Chinese translation - added a 'Dismiss All Edits' menu item - personal configuration files are now stored in ~/.config/diffuse/ (the README file describes how to migrate old settings) - localised manuals are now supported on Windows - new command line option for specifying blank file comparison panes - new preference to enable/disable line numbers - Diffuse now quits if no viewers were created with the -m option - MMB on a notebook tab now closes the tab - RMB on a notebook tab creates a popup menu to set the current page - added "Undo Close Tab" menu item - replaced "Closing last tab quits Diffuse" preference with a "Warn me when closing a tab will quit Diffuse" preference - added new menu items and buttons for copying lines between panes - changed the default hotkeys for merging to reflect the direction text "moves"
2009-10-19Remove:abs3-9/+3
BUILDLINK_DEPMETHOD.${foo}?= build As these need to be included in the runtime dependencies. Now p5-signatures works
2009-10-18Added devel/p5-Test-MinimumVersion version 0.011sno1-1/+2
2009-10-18Importing devel/p5-Test-MinimumVersion version 0.011sno3-0/+32
Test::MinimumVersion proves whether a module requires newer perl than expected or not.
2009-10-18Added devel/p5-Perl-MinimumVersion version 1.20sno1-1/+2
2009-10-18Importing devel/p5-Perl-MinimumVersion version 1.20sno3-0/+41
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code. Currently it tests both the syntax of your code, and the use of explicit version dependencies such as require 5.005.
2009-10-18Added devel/p5-constant version 1.19sno1-1/+2
2009-10-18Importing devel/p5-constant 1.19 as dependency (constant >= 1.14) forsno3-0/+31
scheduled update of net/p5-SOAP-Lite. Since 1.14 multiple constants are allowed. This pragma allows constants to be declared at compile-time. When a constant is used in an expression, Perl replaces it with its value at compile time, and may then optimize the expression further. In particular, any code in an if (CONSTANT) block will be optimized away if the constant is false.
2009-10-17Updating devel/p5-MooseX-Method-Signatures from 0.28 to 0.29sno2-6/+6
Upstream changes: 0.29 Thu, 15 Oct 2009 23:27:08 +0200 * Fix regression introduced in 0.29. Validation for methods without named arguments wasn't strict enough anymore. Passing too many arguments hasn't been rejected. Thanks Justin Hunter for finding this.
2009-10-17Updating devel/p5-Moose-Autobox from 0.09nb1 to 0.10sno2-7/+7
pkgsrc changes: - Adding license definition Upstream changes: 0.10 - add each, each_key, each_value to Indexed (array and hash) (rjbs) - add split, words, lines to String (Sartak) - add 'to' to Number (Debolaz)
2009-10-16Changes 2.22.1:adam3-1526/+690
* This is a quick follow-on release to fix a couple minor issues discovered in 2.22.0. The tarball has been re-generated with the latest mm-common to fix a devhelp installation issue. There is also a build fix for when building with exceptions disabled. * Fix KeyFile build with exceptions disabled Changes 2.22.0: * This it he first release in the stable 2.22 series. It is essentially equivalent to 2.21.5, but with a few build fixes, etc. * Re-enable input file line markers in gmmproc * Fix broken test for empty _WRAP_METHOD argument * Allow the C documentation to be overridden * Slightly clean up gross Perl code in gmmproc.in * Correctly quote the extracted comment for M4 * Enable verbose output of autoreconf * Do not complain about missing docs_override.xml * Support Automake silent rules
2009-10-16gdiplus is need for proper use (properties windows are not displayedkefren1-2/+3
without gdiplus) pkgrevision++
2009-10-15Add buildlink3.mk. Headers from it are needed to build apps using a xsdhasso1-0/+16
generated code.
2009-10-15Update to 2.22.2. Changes are too numerous, but major new featureshasso3-13/+73
in 2.22.x include: * GArray, GPtrArray, GByteArray, GTree and GMappedFile can be reference counted. * GLib can be forced to reload the XDG user directory mapping. * The GLib mainloop supports per-thread default contexts. * GIO now provides types and methods for IP addresses and UNIX domain socket addresses. * GResolver provides asynchronous and cancellable APIs for resolving hostnames, reverse lookup of IP addresses and resolving SRV records. * Support for network IO has been added to GIO, including low-level socket API and high-level API for network connections and services. * GIOStream and its subclasses have gained support for read-write access. * GIO supports starting and stopping of drives, which can be used in connection with external hard disk enclosures, disk arrays, iSCSI devices, etc. * GIO supports user interaction during unmount and eject operations. * GIO can store and retrieve per-file metadata.
2009-10-15PLIST fix; rev.bumpadam4-6/+25
2009-10-14Update p5-Mac-Carbon to 0.82.obache2-6/+6
* v0.82, 4 October 2009 More Makefile.PL fixes. Try to catch 64-bit-only perls. Fix bug introduced in 0.81 for older gcc 4's. * v0.81, 26 September 2009 Fixes for building on 64-bit perls and Mac OS X 10.6. Build should now work on any perl, whether self-built or system perl (unless your perl is 64-bit only), and tests should run under 32-bit mode. Other miscellaneous test fixes.
2009-10-14Changes 1.40.0:adam14-270/+871
* 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.
2009-10-12- updated to 0.07rhaen2-7/+6
ChangeLog: 0.07 09/27/2009 Start adding support for non-Moose destructors. Destructor inlining isn't supported yet, since Moose isn't quite flexible enough there for it to be more than an annoying hack, but this should still work with immutable classes anyway. 0.06 09/27/2009 defining a custom constructor in a class using mx-nonmoose now works use a less broken test for whether or not a superclass has an inlined constructor (fixes issue uncovered by fixes to Moose's metaclass compatibility fixing)
2009-10-12- updated to 0.25rhaen2-6/+7
- added mit license ChangeLog: [Changes for 0.25 2009-10-08] * Make prompt for lib path clearer [rt.cpan.org #50328] * trim RT.pm from lib paths entered by users
2009-10-12- updated to 2.20rhaen2-6/+6
ChangeLog: 2.20 Sat Oct 3 2009 - Make Module::Corelist recognise $] as a version number on 5.11.0 2.19 Fri Oct 2 2009 - Update for perl 5.11.1
2009-10-12- updated to 0.42rhaen2-6/+7
- check for depends ChangeLog: 0.42 Oct 8 - added keywords for the film; - fixed issue with retrieving of plot contained a link (thanks to Byju for the bug-report); - fixed issue with displaying special HTML symbols (ticket #49060); - fixed POD documentation.
2009-10-12- updated to 0.0.5rhaen2-9/+9
- added Perl license - changed MASTER_SITE Changelog: 0.0.5 Tue Sep 22 15:17:49 2009 - Made spacing between key/values more intelligent - Added def_sep option to control that intelligence (thanks David) - Added support for standard INI-style comments: ; like this (thanks William and FSD) - Fixed bug in section heading parsing (thanks Kirk)
2009-10-12- updated to 0.14rhaen1-3/+3
- added Perl license ChangeLog: 0.14 Sun Oct 11 15:55:14 PDT 2009 - Make this a non-dev release
2009-10-12- updated to 0.08rhaen2-8/+7
ChangeLog 0.08 - missing dep in Try::Tiny
2009-10-12- update to 0.14rhaen2-8/+8
- changed MASTER_SITE - added Perl license ChangeLog: 0.14 Sun Oct 11 15:55:14 PDT 2009 - Make this a non-dev release
2009-10-12- updated to 0.09001rhaen2-7/+7
ChangeLog 0.09001 Thu Oct 1 21:48:06 2009 - remove optional dep from Makefile.PL