is not set elsewhere.
- Add disable option for PulseAudio so support is not built if it happens
to be installed.
- Enable the use of YASM to build the i386 assembly blit code.
ok pvalchev@
https://addons.mozilla.org/firefox/browse/type:3
- since 'main' is not special anymore, simplify the port, and build
en-GB subpackage. from naddy@
- quantity of dictionaries grew 35 -> 51
- bump version to 1.2
ok naddy@
assembly code to compile thus allowing dynamic SIMD instruction detection
and the use of MMX Extended and 3DNow (as well as SSE/SSE2 if and when
such code is added).
ok jakemsr@
SVG::Graph is a suite of perl modules for plotting data. SVG::Graph
currently supports plots of one-, two- and three-dimensional data, as
well as N-ary rooted trees.
This module provides basic functions used in descriptive statistics. It
has an object oriented design and supports two different types of data
storage and calculation objects: sparse and full. With the sparse
method, none of the data is stored and only a few statistical measures
are available. Using the full method, the entire data set is retained
and additional functions are available.
This package provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions or,
more easily as a class module.
Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI
Entrez Gene genome databases
(http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It parses an
ASN.1-formatted Entrez Gene record and returns a data structure that
contains all data items from the gene record.
This module is for manipulating data as hierarchical tag/value pairs
(Structured TAGs or Simple Tree AGgreggates). These datastructures can
be represented as nested arrays, which have the advantage of being
native to Perl.
Convert::Binary::C is a preprocessor and parser for C type definitions.
It is highly configurable and supports arbitrarily complex data
structures. Its object-oriented interface has pack and unpack methods
that act as replacements for Perl's pack and unpack and allow to use C
types instead of a string representation of the data structure for
conversion of binary data from and to Perl's complex data structures.