aliased is simple in concept but is a rather handy module. It loads
the class you specify and exports into your namespace a subroutine
that returns the class name. You can explicitly alias the class to
another name or, if you prefer, you can do so implicitly.
In the latter case, the name of the subroutine is the last part of
the class name.
ok pea@
Test::LeakTrace module provides several functions that trace
memory leaks. This module scans arenas, the memory allocation
system, so it can detect any leaked SVs in given blocks.
ok sthen@
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.
Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.
feedback and ok ajacoutot@ landry@
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.
successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
libgdata is a GLib-based library for accessing online service APIs using
the GData protocol - most notably, Google's services. It provides
APIs to access the common Google services, and has full asynchronous
support.
this used to be part of evolution-data-server, but from e-d-s 2.28 onwards
it's split into it's own library. (nothing picks it up for now, tested in a
bulk build)
ok ajacoutot@
Fossil is a software configuration management system. Fossil is software
that is designed to control and track the development of a software project
and to record the history of the project. There are many such systems in
use today. Fossil strives to distinguish itself from the others by being
extremely simple to setup and operate.
In addition to distributed version control, it supports distributed bug
tracking and wiki, with a built-in web interface, in a single easy-to-use
integrated package.
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.
ok jasper@ landry@ wilfried@ (former maintainer) - on a former diff
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.
This and all upcoming *mm updates have been tested by jasper@ in a bulk,
thanks!
ok jasper@ landry@ wilfried@ (former maintainer)
OpenOCD is a Free and Open On-Chip Debugging, In-System Programming
and Boundary-Scan Testing.
from Sylvestre Gallon <ccna.syl@gmail.com>
help and ok bernd@
File::Find::Rule::Perl provides methods for finding various types of
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.
based on a submission by Stephan A. Rickauer
The intent of this module is to provide a series of basic tests for
scripts in the bin directory of your Perl distribution. Further, it
aims to provide them with perfect platform-compatibility and in a way
that is as unobtrusive as possible. That is, if the program works on a
platform, then Test::Script should also work on that platform. In doing
so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.
based on a submission by Stephan A. Rickauer