- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
SIP 4.14.3
QScintilla 2.7
PyQt 4.9.6
The area51 repository features commits by jhale and myself.
Changes:
- Trim Makefile header
- Convert to new option framework
Media::Type::Simple gives a simple functions for obtaining common file
extensions from media types, and from obtaining media types from file
extensions.
It is also relaxed with respect to having multiple media types associated with a
file extension, or multiple extensions associated with a media type, and it
includes media types for encodings such as gzip. It is defined this way in the
default data, but this does not meet your needs, then you can have it use a
system file (e.g. /etc/mime.types) or custom data.
By default, there is a functional interface, although you can also use an
object-oriented inteface. (Different objects will not share the same data.)
WWW: http://search.cpan.org/dist/Media-Type-Simple/
When coding it is common to come up against problems that need to be addressed
but that are not a big deal at the moment. What generally happens is that the
coder adds comments like:
# FIXME - what about windows that are bigger than the screen?
# FIXME - add checking of user priviledges here.
Test::Fixme allows you to add a test file that ensures that none of these get
forgotten in the module.
WWW: http://search.cpan.org/dist/Test-Fixme/
IO::Prompt::Tiny is an extremely simple prompting module, based on the extremely
simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need
and this module gives it to you without all the overhead of ExtUtils::MakeMaker
just to prompt for input.
It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
crazy, cool stuff that other prompting modules do. It just prompts with a
default. That's it!
WWW: http://search.cpan.org/dist/IO-Prompt-Tiny/
This can be easily installed once the package builds are back up, and makes
a fast installation of Subversion much easier.
The reason that LATEST_LINK is explicitly set is to work around the
OPTIONS / UNIQUENAME issues.
Reviewed by: lev (but all bugs are mine)
This is a mixin class. By inheriting from it you get two methods that
are able to accumulate hierarchy-wide list and hash results.
WWW: http://search.cpan.org/dist/Data-Inherited/
any event data that is present in text form.
In short words, one will be able to throw arbitrary log message to liblognorm,
one at a time, and for each message it will output well-defined name-value
pairs and a set of tags describing the message.
WWW: http://www.liblognorm.com
PR: ports/173544
Submitted by: Paul Schmehl <pauls@utdallas.edu>
ruby-build is a rbenv plugin that provides a rbenv install command to compile
and install different versions of Ruby on UNIX-like systems. You can also use
ruby-build without rbenv in environments where you need precise control over
Ruby version installation.
WWW: https://github.com/sstephenson/ruby-build
PR: 174980
Submitted by: fmb@onibox.net
or has recently completed. Library functions that perform asynchronous
operations would use Future objects to allow calling programs to control
or wait for those operations to complete.
WWW: http://search.cpan.org/dist/Future/
This new module is needed to update devel/p5-CPS.
Library and tools to support the Windows NT Registry File (REGF) format.
WWW: http://code.google.com/p/libregf/
PR: ports/174614
Submitted by: antoine@
a collection of Perl modules that ease coding by providing consistent
convenient functions to perform frequently used programming tasks.
It is added to the ports collection because other modules by the same
author depend on this one.
the fcntl(2) system call. This allows locks on parts of a file as well as on
the whole file and overcomes some known problems with flock(2), on which Perls
flock() function is based by default.
WWW: http://search.cpan.org/dist/File-FcntlLock/
rbenv lets you easily switch between multiple versions of Ruby.
It's simple, unobtrusive, and follows the UNIX tradition of
single-purpose tools that do one thing well.
WWW: https://github.com/sstephenson/rbenv
PR: 174735
Submitted by: fmb@onibox.net
library written in C. It's licensed under the unrestrictive, OSI approved MIT
license.
WWW: http://chipmunk-physics.net/
PR: ports/174465
Submitted by: "Tim Čas" <ports@stdrand.com>