for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun!
to provide a minimal, flexible, ruby-like way to bundle up all of your
application files for deployment to a Java application server.
Warbler provides a sane set of out-of-the box defaults that should allow
most Rails applications without external gem dependencies
(aside from Rails itself) to assemble and Just Work.
Warbler bundles JRuby and the JRuby-Rack servlet adapter for
dispatching requests to your application inside the java application server,
and assembles all jar files in WARBLER_HOME/lib/*.jar into your application.
No external dependencies are downloaded.
WWW: http://caldersphere.rubyforge.org/warbler/
PR: ports/126327
Submitted by: Alexander Logvinov <ports at logvinov,com>
non-JSON stuff, like allowing for comments in the files.
WWW: http://search.cpan.org/dist/Config-JSON/
PR: ports/126119
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
enough. This module offers to have streams from filehandles searched with
regexes and allows the global input record separator variable to contain
regexes.
Thus, readline() and the <> operator can now return records delimited by
regular expression matches.
WWW: http://search.cpan.org/dist/File-Stream/
PR: ports/125926
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
- Cleanup MAKE_ENV [0]
- Switch to devel/cvsps from devel/cvsps-devel (the former is all that is
needed and is maintained) [1]
- Pick up devel/p5-subversion when SVN is wanted [2]
PR: ports/125645 [1]
Submitted by: pav [0], Yarema <yds@CoolRat.org> [1], Justin Forest [2]
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters
scripting language to create dynamic gaming experiences. It relies
on OpenGL graphics and the SDL interface library to allow for
cross-platform implementation and is an all-encompassing gaming
environment for the development and enjoyment of 2D games.
WWW: http://www.love2d.org/
Approved by: miwi (mentor implicit)