devel/p5-MooseX-Singleton into The NetBSD Packages Collection.
The Perl 5 module MooseX::Singleton lets you easily upgrade your
Moose class to a singleton. All you should need to do to transform
your class is to change 'use Moose' to 'use MooseX::Singleton'.
MooseX::Singleton gives your class an 'instance' method that can
be used to get a handle on the singleton.
Packages Collection.
The Perl 5 module MooseX::Singleton lets you easily upgrade your
Moose class to a singleton. All you should need to do to transform
your class is to change 'use Moose' to 'use MooseX::Singleton'.
MooseX::Singleton gives your class an 'instance' method that can
be used to get a handle on the singleton.
in the code, avoiding "Type not found" fatal errors at runtime. In this
case, only the variables *_SPECIFIC_PKGS were affected.
The real problem that induced the above change was the unknown type
"List of Pathname", which was a bug in the pkglint code itself,
introduced three years ago (revision 1.574).
This is beta version of TYPOlight which will be released next month.
Now, typoligth26 and typolight27 can coexist and it's greatly help
migration between these releases.
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.
While here, fix some pkglint warnings and enable DESTDIR support.
Changes between 0.9.8a and 0.9.9:
---------------------------------
Decoders:
* Experimental new decoder for Real Video 3.0 & 4.0
Demuxers:
* Various fixes related to real demuxer
Mac OS X Interface:
* Fixed circumstances, which could lead to an empty Information panel
- Note that VLC will show information on the currently _selected_ item
instead of the currently _playing_ item, if the playlist is visible in the
main controller window.
* Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
Mac OS X Port:
* Improved video playback performance on Intel-based Macs
New Localizations:
* Indonesian
* Bengali
* Updates of other localizations
Various bugfixes:
* Support for receiving RTP packets on odd port numbers.
* Lots of small bugfixes.
* Correct Fullscreen behaviour on Multi-Screen setups on Windows
* Telnet fixes on Windows
* Resampling fixes when transcoding
- The cdrecord and cdrdao backends are now able to handle ATAPI devices.
This, however, requires fairly recent versions of those tools (see
README).
- Added overburn option for both backends. Currently this must be switched
on manually in the parameters dialog. Maybe in the future we may try to
detect this automatically.
- The cdrdao backend bundle is no longer built and installed by default,
but must be handled separately. This makes things easier for me :-)
- The cdrdao backend now knows the method -availableDrives using cdrdao's
'scanbus' command.
- The 'Burn Tools' panel has now moved to the preferences.
- Split the service 'Burn To CD' into two again: 'Burn To CD' and 'Add To
CD'. This gets us rid of the annoying 'do you want to append or create
new...' message.
- ISO image files may now be opened with a double-click or 'gopen'
(Burn.app registers for suffix .iso).
- The miniwindow for the BurnProgress panel now displays the progress.
- Removed the track types raw-intel and raw-motorola. Noone needs this.
- Add functionality to plug-in audio converters, i.e. bundles that convert
arbitrary audio formats into .wav files.
- Add a converter bundle for MP3 files. This bundle is part of the CVS, but
not of th release package.
Fixed Bugs/Issues:
- Fixed a bug where the 'burnproof' option for cdrecord was was not written
properly to the defaults and thus not used at all.
- Updating devel/scmcvs from 1.11.22 to 1.11.23
- "Activating" gnu-gpl-v2 license as discussed on packages@
Upstream changes:
NEW FEATURES
* A new log option -n reverts the -N option which may be in a .cvsrc
file.
* The `cvs blame' command is now a synonym for the `cvs annotate' command.
* The :extssh: method will use $CVS_SSH if set, or fall back on "ssh"
by default (but may be explicitly set using the --with-ssh flag to
configure).
* There is a new IgnoreUnknownConfigKeys option available for
CVSROOT/config to aid in the transition to newer versions of CVS.
BUG FIXES
* Merges of file removals using -j options are a little smarter.
* `cvs add' checks more thoroughly for `CVS' directories in the argument list.
* `cvs server' now accepts `--allow-root=PATH' options.
* `cvs import' no longer attempts to send CVS metadata to the server.
* `cvs import' makes more of an effort not to import paths containing files
and directories named `CVS'.
* The CVS server will no longer allow clients to run `cvs init'.
* Applying diffs when checking out very old revisions has been reduced from an
O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith
<msmith@ideorlando.org> and additional touch-up work from the CVS team.
* Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure
that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module')
has been removed.
* Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends
correct patch files more often when the RCS `Name' keyword is present in
a working file (bug #17302).
* Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the
right set of commands to the server when asked to update directories with
trailing slashes on their name.
* Thanks to a report and patch from <mbarabas@redhat.com>, potential stack
corruption during pserver login is avoided (bug #16961).
* The :extssh: method is now properly recognized as an alias for :ext:.
DEVELOPER ISSUES
* We've standardized on Autoconf version 2.61 to get a bug fix that notes
that the AIX C compiler's default mode isn't quite C89 and sets the
correct mode instead.
* We've standardized on Autoconf version 1.10 because it lets us simplify our
sources.
Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)
Changes for 0.3.4:
Julien Danjou (11):
add a useful common header with common function/define
event: add functions to convert event/errors to labels
wm: remove
icccm: add xcb_get_wm_class_from_reply()
keysyms: fix xcb_key_symbols_get_keycode() API
keysyms: bump version
event: simplify proto
event: add error values
event: add define to get request and error types
bump version to 0.3.4
include xcb-util-common.h in dist tarball