aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-14 16:39:53 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-10-14 16:39:53 +0000
commitdb4cedb3d27ad22523c6c0fc7aab259f74050af4 (patch)
tree093a3848961a60201a324f22f8768e9cdfc2f46e
parentadded cpl (diff)
downloadsci-db4cedb3d27ad22523c6c0fc7aab259f74050af4.tar.gz
sci-db4cedb3d27ad22523c6c0fc7aab259f74050af4.tar.bz2
sci-db4cedb3d27ad22523c6c0fc7aab259f74050af4.zip
added esorex
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@382 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--sci-astronomy/esorex/ChangeLog10
-rw-r--r--sci-astronomy/esorex/Manifest16
-rw-r--r--sci-astronomy/esorex/esorex-3.6.ebuild19
-rw-r--r--sci-astronomy/esorex/files/digest-esorex-3.63
-rw-r--r--sci-astronomy/esorex/metadata.xml18
5 files changed, 66 insertions, 0 deletions
diff --git a/sci-astronomy/esorex/ChangeLog b/sci-astronomy/esorex/ChangeLog
new file mode 100644
index 000000000..f8729c836
--- /dev/null
+++ b/sci-astronomy/esorex/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-astronomy/esorex
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*esorex-3.6 (15 Oct 2006)
+
+ 15 Oct 2006; Sebastien Fabbro <seb@ist.utl.pt>;
+ +esorex-3.6.ebuild, +metadata.xml.
+ Initial import.
+ \ No newline at end of file
diff --git a/sci-astronomy/esorex/Manifest b/sci-astronomy/esorex/Manifest
new file mode 100644
index 000000000..1bd6f8bf2
--- /dev/null
+++ b/sci-astronomy/esorex/Manifest
@@ -0,0 +1,16 @@
+DIST esorex-3.6.tar.gz 724193 RMD160 ee903e439aaecc5c359e2fc484126c662e9ccb57 SHA1 57ddbe552ae69643825af7666bc7cda3665b1935 SHA256 aadb375ec05377b58f1502e0471dc387c2d04a01d5f9bca499616a193ab0cd05
+EBUILD esorex-3.6.ebuild 536 RMD160 63abc4bda3a7b3a0677d8dfe6599546bd69fc176 SHA1 5c459e4d67b892fda6805eb4eec315a71d8f81c2 SHA256 90afbbecd4b5cc42713b1eb5f68d8be06d74407119029680150752e94f2668e7
+MD5 9b09cb18e3cece4aeb455d1c0b70a0a9 esorex-3.6.ebuild 536
+RMD160 63abc4bda3a7b3a0677d8dfe6599546bd69fc176 esorex-3.6.ebuild 536
+SHA256 90afbbecd4b5cc42713b1eb5f68d8be06d74407119029680150752e94f2668e7 esorex-3.6.ebuild 536
+MISC ChangeLog 256 RMD160 f56a5496052c8bf0517da2a77b321c98b038597d SHA1 6c07df75f43d6d065af0469135783065e8033752 SHA256 17d44b27cdaa1301921f5554831a573c88195e07f5a306aba26be277268284e3
+MD5 f0e19e806253b4b4c90023fcb05bbf04 ChangeLog 256
+RMD160 f56a5496052c8bf0517da2a77b321c98b038597d ChangeLog 256
+SHA256 17d44b27cdaa1301921f5554831a573c88195e07f5a306aba26be277268284e3 ChangeLog 256
+MISC metadata.xml 893 RMD160 c1619c4f959c27d9042fcaba4e716ca685d9d831 SHA1 42826c66a8ff7b789648441c617eea57d8688177 SHA256 145c6d216327ba207bf3d19435de54ff30d3a0df8169f34e70c558b97aa62a19
+MD5 0b92acf377bf0b3b81f15f25d6eb2e08 metadata.xml 893
+RMD160 c1619c4f959c27d9042fcaba4e716ca685d9d831 metadata.xml 893
+SHA256 145c6d216327ba207bf3d19435de54ff30d3a0df8169f34e70c558b97aa62a19 metadata.xml 893
+MD5 0aadcf3238536fca11b69299fd566940 files/digest-esorex-3.6 232
+RMD160 89c3a7ab27f03e711dd5fa022ecbaa8ce6cd64a9 files/digest-esorex-3.6 232
+SHA256 99f6ec18046cd5aa78d67ef6e373bdc3eba29d3c3b2a334fb6b8ba1ec4361616 files/digest-esorex-3.6 232
diff --git a/sci-astronomy/esorex/esorex-3.6.ebuild b/sci-astronomy/esorex/esorex-3.6.ebuild
new file mode 100644
index 000000000..2077f6a34
--- /dev/null
+++ b/sci-astronomy/esorex/esorex-3.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
+HOMEPAGE="http://www.eso.org/observing/cpl/esorex"
+SRC_URI="ftp://ftp.hq.eso.org/pub/cpl/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="sci-astronomy/cpl"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc README AUTHORS NEWS TODO BUGS ChangeLog
+ insinto /usr/share/doc/${PF}
+ doins examples/*
+}
diff --git a/sci-astronomy/esorex/files/digest-esorex-3.6 b/sci-astronomy/esorex/files/digest-esorex-3.6
new file mode 100644
index 000000000..bd53d4377
--- /dev/null
+++ b/sci-astronomy/esorex/files/digest-esorex-3.6
@@ -0,0 +1,3 @@
+MD5 5bbf9d658e749a78299a6c0d5cdf42aa esorex-3.6.tar.gz 724193
+RMD160 ee903e439aaecc5c359e2fc484126c662e9ccb57 esorex-3.6.tar.gz 724193
+SHA256 aadb375ec05377b58f1502e0471dc387c2d04a01d5f9bca499616a193ab0cd05 esorex-3.6.tar.gz 724193
diff --git a/sci-astronomy/esorex/metadata.xml b/sci-astronomy/esorex/metadata.xml
new file mode 100644
index 000000000..d65df3197
--- /dev/null
+++ b/sci-astronomy/esorex/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<longdescription lang="en">
+EsoRex is the ESO Recipe Execution Tool. It can list, configure and
+execute CPL-based recipes from the command line. One of the features
+provided by the CPL is the ability to create data-reduction algorithms
+that run as plugins (dynamic libraries). These are called recipes and
+are one of the main aspects of the CPL data-reduction development
+environment. As these recipes are dynamic libraries, it is not
+possible to run them directly from the command line. However, ESO
+provides several tools to do this, thus saving recipe developers the
+need to write such an application themselves. One of these is GASGANO
+(a GUI-based tool) and the other is EsoRex (which runs from the
+command line.
+</longdescription>
+</pkgmetadata>