blob: bce91514b5278760225abfd4ecccf00a1f37e0ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<longdescription lang="en">
The Perl Data Language gives standard perl the ability to compactly
store and speedily manipulate the large N-dimensional data arrays
which are the bread and butter of scientific computing. The idea
is to turn perl in to a free, array-oriented, numerical language
in the same sense as commercial packages like IDL and MatLab. One
can write simple perl expressions to manipulate entire numerical
arrays all at once.
</longdescription>
<use>
<flag name="badval">Enable bad values support</flag>
<flag name="hdf">Enable HDF (version 4) format support</flag>
<flag name="netpbm">Enable NETPBM and MPEG support</flag>
<flag name="pdl2">Build pdf2 shell (requires Devel-REPL)</flag>
<flag name="pgplot">Enable PGPLOT plotting capabilities</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|