summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:11:22 +0200
committerAndraž Levstik2010-10-28 22:11:22 +0200
commit891a8841879b3218d88b66be4f56326827362d35 (patch)
treea28652e5b8181287c6c8667cb3fc880ed7985c09
parent93f8c43a4644a9fc1e237427ece9b17e45933fd2 (diff)
hdf5: HDF5 file format library and utilities
-rwxr-xr-xscience/hdf5/DEPENDS9
-rwxr-xr-xscience/hdf5/DETAILS33
-rw-r--r--science/hdf5/HISTORY3
3 files changed, 45 insertions, 0 deletions
diff --git a/science/hdf5/DEPENDS b/science/hdf5/DEPENDS
new file mode 100755
index 0000000000..951b6ad6d0
--- /dev/null
+++ b/science/hdf5/DEPENDS
@@ -0,0 +1,9 @@
+depends zlib &&
+optional_depends fortran \
+ "--enable-fortran" \
+ "--disable-fortran" \
+ "Fortran wrapper library for HDF5 access" &&
+optional_depends g++ \
+ "--enable-cxx" \
+ "--disable-cxx" \
+ "C++ wrapper library for HDF5 access"
diff --git a/science/hdf5/DETAILS b/science/hdf5/DETAILS
new file mode 100755
index 0000000000..d0d2b06ea9
--- /dev/null
+++ b/science/hdf5/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=hdf5
+ VERSION=1.8.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.hdfgroup.org/ftp/HDF5/current/src/${SOURCE}
+ SOURCE_URL[1]=http://www.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-$VERSION/src/$SOURCE
+ SOURCE_HASH=sha512:78cc613f5ce94858c0f13476ae5e98aa05e417f9a3ee50f237334076999378e121cc91f4e69fe8c58746bc03117c4008057339eecadf7f80a77bfa755c932e70
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.hdfgroup.org/HDF5/"
+ LICENSE[0]="BSD"
+ ENTERED=20091102
+ KEYWORDS="gis"
+ SHORT="HDF5 is a data model, library, and file format for storing and managing data"
+cat << EOF
+HDF5 is a data model, library, and file format for storing and managing
+data. It supports an unlimited variety of datatypes, and is designed for
+flexible and efficient I/O and for high volume and complex data. HDF5 is
+portable and is extensible, allowing applications to evolve in their use of
+HDF5. The HDF5 Technology suite includes tools and applications for managing,
+manipulating, viewing, and analyzing data in the HDF5 format.
+
+The HDF5 technology suite includes:
+
+A versatile data model that can represent very complex data objects and a
+wide variety of metadata. A completely portable file format with no limit
+on the number or size of data objects in the collection. A software library
+that runs on a range of computational platforms, from laptops to massively
+parallel systems, and implements a high-level API with C, C++, Fortran 90,
+and Java interfaces. A rich set of integrated performance features that allow
+for access time and storage space optimizations. Tools and applications for
+managing, manipulating, viewing, and analyzing the data in the collection.
+The HDF5 data model, file format, API, library, and tools are open and
+distributed without charge.
+EOF
diff --git a/science/hdf5/HISTORY b/science/hdf5/HISTORY
new file mode 100644
index 0000000000..be0caf5227
--- /dev/null
+++ b/science/hdf5/HISTORY
@@ -0,0 +1,3 @@
+2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS, DETAILS: spell created
+