specified by the freedesktop "Desktp Entry" specification.
WWW: http://search.cpan.org/dist/File-DesktopEntry/
PR: ports/98259
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
(also ports/98273 by Alexander Botero-Lowry)
Approved by: lawrance (mentor, implicit)
- Mercurial support.
- A 'buildbot restart' command.
- Each build has a set of build properties that can be
set and interpolated into shell commands.
- New contrib scripts: viewcvspoll, svnpoller, svn_watcher.
- Improved CSS for the waterfall view.
PR: ports/98439
Submitted by: miwi
<mwfp@foldl.net>: host mail.foldl.net[67.15.68.92] said: 550 5.2.1
<mwfp@foldl.net>... Mailbox disabled for this recipient (in reply to RCPT TO
command)
a self-written server) to be run as a daemon and to be controlled by
simple start/stop/restart commands.
If you want, you can also use daemons to run blocks of ruby code in a
daemon process and to control these processes from the main application.
Besides this basic functionality, daemons offers many advanced features
like exception backtracing and logging (in case your ruby script
crashes) and monitoring and automatic restarting of your processes if
they crash.
WWW: http://daemons.rubyforge.org/
PR: ports/97531
Submitted by: Rui Lopes <rgl@ruilopes.com>
load them as additional features to use in your software. It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.
WWW: http://mongrel.rubyforge.org/gem_plugin_rdoc/
PR: ports/97532
Submitted by: Rui Lopes <rgl@ruilopes.com>
Se PR for the list of changes.
PR: ports/97303
Submitted by: Martin Wilke <freebsd@unixfreunde.de> (now miwi@)
Approved by: maintainer (the timeout was bnecause of email delivery problems)
lawrance (mentor, implicit)
0.84 May29, 2006
- The XS version of the code used Carp::croak to report failures,
while the Perl version used Carp::confess. The module has always been
documented as using confess, so now the XS version uses this.
- The new compiler detection code always returned false if you didn't
have ExtUtils::CBuilder installed.
0.83 May 28, 2006
- Change how C compiler detection is done in the Makefile.PL so it
does not rely on having make on the system. The new way should work on
(most?) Unix and Win32 systems. Suggested by David Golden. See RT
18969 (for DateTime.pm, but equally applicable to this module). Will
hopefully fix RT 17644.
- Previously, if a parameter was undefined, regex checks for that
parameter always failed. However, it's quite possible for a regex to
successfully match an undefined value (qr/^$/, for example). Now the
code treats undef as an empty string ('') in regex checks. Reported by
Duncan Salada.
PR: ports/98304
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)