GNOME Development Monitor is a simple graphical tool to follow the the
development activity of projects hosted on the GNOME infrastructure.
By analysis of commit records (for the last N days) it is able to
generate and display the following informations:
* Planet GNOME.
* Aggregate statistics, like GNOME Commit digest
(http://blogs.gnome.org/commitdigest/).
* For each project:
* Changes to NEWS.
* Changes to ChangeLog.
* Easy viewing of the commit log.
* New patches in bugzilla.
WARNING: this project is still very young and a WIP.
some comments and ok jasper@
toprump is a modified version of the top command included with OpenBSD.
Added features include an ASCII CPU utilisation graph; the ability to
highlight (make bold) a users' processes; and an inverse username
filter. Plus other modifications.
- add sndio audio to mp3blaster and splay programs
- implement nmixer as a generic midi volume controller, that defaults to
using the aucat:0 midi device
- stop using multiple threads for mpeg decoding. they are poorly
implmented, just spinning and using all available cpu cycles
with feedback from naddy@ and ratchov@
-add sndio audio and midi support, drop OSS audio support
- take maintainership
maintainer change suggested by grange@ (former maintainer), ok ratchov@
This module provides a Perl interface to the C library libusb. This
library supports a relatively full set of functionality to access a USB
device. In addition to the libusb, functioality, Device::USB provides a
few convenience features that are intended to produce a more Perl-ish
interface.
with help from landry@ to unfuck it's LIBS handling.
* no need to depend on foomatic-filters because hpcups uses its own cups
raster and hpijs uses the bundled foomatic-rip-hplip.
* move foomatic-rip-hplip into the -hplip subpackage because it is only
used there.
Bump and add conflict marker accordingly.
The purpose of the templating engine is to provide web application
developers, who need to separate program code and design (HTML code) of
their web application projects, with a templating tool that can be
easily used by cooperating webdesigners who have no programming skills.
Templating language provided by the engine is inspired by Perl
templating module HTML::Template. Templates created for HTML::Template
can be used with this engine in case they do not violate character case
rules of htmltmpl.
This package includes easydoc, a module which uses the templating engine
to generate HTML documentation from docstrings embedded in source files
of Python modules.
(needed by GNOME Development Monitor which I'm currently working on)