summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-08-18 12:07:07 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-08-18 12:07:07 +0000
commit76bfbb2f84a2c374f29adce56fd8530f2225aa02 (patch)
tree65d47f0b7f887f041c5088f999d177c0e7ee5e5b /sci-libs/hdf/metadata.xml
parentCleanup ebuild. (diff)
downloadgentoo-2-76bfbb2f84a2c374f29adce56fd8530f2225aa02.tar.gz
gentoo-2-76bfbb2f84a2c374f29adce56fd8530f2225aa02.tar.bz2
gentoo-2-76bfbb2f84a2c374f29adce56fd8530f2225aa02.zip
Version bump with new patches and cleanup (bug #186524), removed buggy version (bug #160051).
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-libs/hdf/metadata.xml')
-rw-r--r--sci-libs/hdf/metadata.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/hdf/metadata.xml b/sci-libs/hdf/metadata.xml
index b229aec85b8f..a20a8c1aa04d 100644
--- a/sci-libs/hdf/metadata.xml
+++ b/sci-libs/hdf/metadata.xml
@@ -2,4 +2,15 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
+<longdescription lang="en">
+HDF is a general purpose library and file format for storing
+scientific data.
+HDF can store two primary objects: datasets and groups. A dataset is
+essentially a multidimensional array of data elements, and a group is
+a structure for organizing objects in an HDF file. Using these two basic
+objects, one can create and store almost any kind of scientific data
+structure, such as images, arrays of vectors, and structured and
+unstructured grids. You can also mix and match them in HDF files
+according to your needs.
+</longdescription>
</pkgmetadata>