Age | Commit message (Collapse) | Author | Files | Lines |
|
from entering a busy loop on startup. Bump package revision as the package
previously built fine but didn't work.
|
|
* Increased version for GNOME 2.28.
|
|
This switches to the gnome-2.28 release branch.
|
|
* Fixed build with recent autotools.
|
|
* Fixed the build with the latest gmmproc.
|
|
* 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...
|
|
Do not try to mmap a zero length file. This can fail e.g. on Solaris.
|
|
|
|
This switches to the gnome-2.28 release branch.
|
|
changes: translation updates
|
|
This switches to the gnome-2.28 release branch.
|
|
changes: translation updates
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
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)
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
This switches to the gnome-2.28 release branch.
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
|
|
|
|
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.
|
|
working DESTDIR support.
|
|
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"
|
|
BUILDLINK_DEPMETHOD.${foo}?= build
As these need to be included in the runtime dependencies. Now p5-signatures
works
|
|
|
|
Test::MinimumVersion proves whether a module requires newer perl than expected
or not.
|
|
|
|
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.
|
|
|
|
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.
|
|
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.
|
|
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)
|
|
* 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
|
|
without gdiplus)
pkgrevision++
|
|
generated code.
|
|
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.
|
|
|
|
* 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.
|
|
* 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.
|
|
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)
|
|
- 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
|
|
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
|
|
- 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.
|
|
- 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)
|
|
- added Perl license
ChangeLog:
0.14 Sun Oct 11 15:55:14 PDT 2009
- Make this a non-dev release
|
|
ChangeLog
0.08
- missing dep in Try::Tiny
|
|
- changed MASTER_SITE
- added Perl license
ChangeLog:
0.14 Sun Oct 11 15:55:14 PDT 2009
- Make this a non-dev release
|
|
ChangeLog
0.09001 Thu Oct 1 21:48:06 2009
- remove optional dep from Makefile.PL
|