diff options
author | George Shapovalov <george@gentoo.org> | 2004-01-16 09:34:57 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-01-16 09:34:57 +0000 |
commit | f2aabf4bd6a4266bfb6eae9fe59089ac469910f3 (patch) | |
tree | 9ed1a1b329b5359e7030480bcad4727e1246d563 /app-sci/h5utils | |
parent | oops, typo (diff) | |
download | historical-f2aabf4bd6a4266bfb6eae9fe59089ac469910f3.tar.gz historical-f2aabf4bd6a4266bfb6eae9fe59089ac469910f3.tar.bz2 historical-f2aabf4bd6a4266bfb6eae9fe59089ac469910f3.zip |
new package: conversion tools for hdf5 data format
Diffstat (limited to 'app-sci/h5utils')
-rw-r--r-- | app-sci/h5utils/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/h5utils/Manifest | 4 | ||||
-rw-r--r-- | app-sci/h5utils/files/digest-h5utils-1.7.2 | 1 | ||||
-rw-r--r-- | app-sci/h5utils/h5utils-1.7.2.ebuild | 24 | ||||
-rw-r--r-- | app-sci/h5utils/metadata.xml | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/app-sci/h5utils/ChangeLog b/app-sci/h5utils/ChangeLog new file mode 100644 index 000000000000..3e5b8dad38af --- /dev/null +++ b/app-sci/h5utils/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/h5utils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/ChangeLog,v 1.1 2004/01/16 09:34:57 george Exp $ + +*h5utils-1.7.2.ebuild (16 Jan 2004) + + 16 Jan 2004; George Shapovalov <george@gentoo.org> h5utils-1.7.2.ebuild, Manifest, files/{digest-h5utils-1.7.2} : + initial release (#36378) + utilities for visualization and conversion of scientific data in the HDF5 format + ebuild submitted by Peter Bienstman <Peter.Bienstman@rug.ac.be> diff --git a/app-sci/h5utils/Manifest b/app-sci/h5utils/Manifest new file mode 100644 index 000000000000..759913340e0e --- /dev/null +++ b/app-sci/h5utils/Manifest @@ -0,0 +1,4 @@ +MD5 476aa2846555370aa4828783d4c68220 h5utils-1.7.2.ebuild 627 +MD5 8e5c8fffc0e6bbbacc7002c830dfdfa0 ChangeLog 533 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 68582ef0ca181f569ea15f38c3a8eda7 files/digest-h5utils-1.7.2 65 diff --git a/app-sci/h5utils/files/digest-h5utils-1.7.2 b/app-sci/h5utils/files/digest-h5utils-1.7.2 new file mode 100644 index 000000000000..9e8f14fc728d --- /dev/null +++ b/app-sci/h5utils/files/digest-h5utils-1.7.2 @@ -0,0 +1 @@ +MD5 d1e9736f9c95418b7b9a023d66c30af6 h5utils-1.7.2.tar.gz 116927 diff --git a/app-sci/h5utils/h5utils-1.7.2.ebuild b/app-sci/h5utils/h5utils-1.7.2.ebuild new file mode 100644 index 000000000000..cde12f668242 --- /dev/null +++ b/app-sci/h5utils/h5utils-1.7.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/h5utils-1.7.2.ebuild,v 1.1 2004/01/16 09:34:57 george Exp $ + +DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format" +SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz" +HOMEPAGE="http://ab-initio.mit.edu/h5utils/" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +SLOT="0" + +DEPEND="dev-libs/hdf5" + +src_compile() { + econf --without-h5fromh4 || die + emake || die +} + +src_install() { + einstall || die + dodoc README COPYING NEWS AUTHORS +} diff --git a/app-sci/h5utils/metadata.xml b/app-sci/h5utils/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/app-sci/h5utils/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +</pkgmetadata> |