diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-18 17:08:37 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:04 +0100 |
commit | b57f9d7041df170bc436c0b5d8bf5afd2f6536ef (patch) | |
tree | 4113b9ebb4a29d7258a621a91164bf732579d6bb /dev-perl/PDL | |
parent | dev-perl/Apache2-AuthenNTLM: align longdescription opening and closing tags (diff) | |
download | gentoo-b57f9d7041df170bc436c0b5d8bf5afd2f6536ef.tar.gz gentoo-b57f9d7041df170bc436c0b5d8bf5afd2f6536ef.tar.bz2 gentoo-b57f9d7041df170bc436c0b5d8bf5afd2f6536ef.zip |
dev-perl/PDL: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-perl/PDL/metadata.xml b/dev-perl/PDL/metadata.xml index c7a6e9a6dbd1..2796cc0a8651 100644 --- a/dev-perl/PDL/metadata.xml +++ b/dev-perl/PDL/metadata.xml @@ -10,14 +10,14 @@ <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> + 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> |