Deskzilla is a java desktop client for Bugzilla bug tracking system.
This is the Lite editition which is a fully-functional Deskzilla that
requires no license key, but has a couple of limitations:
* Only a single connection to Bugzilla server is supported.
* works only if you have 1,000 or less bugs in Bugzilla for those
products you work with.
Additionally, Deskzilla Lite allows unlimited connections to well-known
Bugzilla servers that host open-source projects (mozilla, apache, gnome,
kde, xfce....).
Setting permit markers to 'Free version of commercial product', awaiting
licence clarification/permission to distribute from upstream.
Looks ok to ajacoutot@
a kitten.
Let pydoc${VERSION} use #!${LOCALBASE}/bin/python${VERSION} instead
of $!/usr/bin/env python${VERSION}.
ok rpointel@, sthen@ (after some discussion wether post-build is
the proper target for this or not)
pip is a replacement for easy_install. It uses mostly the
same techniques for finding packages, so packages that were
made easy_installable should be pip-installable as well.
ok benoit@
reads ok landry@
The BSD::Socket::Splice module implements a Perl interface to OpenBSD
socket splicing. Compared to the manual aproach with pack() and
setsockopt(), it provides a convenient way to access the necessary
system-calls.
ok jasper@
Converts back and forth between a nested hash structure and a flat hash
of delimited key-value pairs. Useful for protocols that only support
key-value pairs (such as CGI and DBMs).
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
from gleydson soares (MAINTAINER), ok sthen@
tweaks/"go ahead" Gleydson Soares, ok landry@
UUID::Tiny is a lightweight, low dependency Pure Perl module for
UUID creation and testing. This module provides the creation of
version 1 time based UUIDs (using random multicast MAC addresses),
version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5
SHA-1 based UUIDs.
This Module helps LWP, Net::SMTP and Net::LDAP to be either SSL
aware at all or to offer way for proper certificate checking.
ok benoit@
tweaks Gleydson Soares