diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-17 21:04:02 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-17 21:04:02 +0000 |
commit | f69cc9bdb22daa069095b982fd87e4229728fba1 (patch) | |
tree | 162f38eeac9e0aaa6d0906dff67c19b19cc800a6 /sci-astronomy | |
parent | Version bump (diff) | |
download | gentoo-2-f69cc9bdb22daa069095b982fd87e4229728fba1.tar.gz gentoo-2-f69cc9bdb22daa069095b982fd87e4229728fba1.tar.bz2 gentoo-2-f69cc9bdb22daa069095b982fd87e4229728fba1.zip |
Initial import to the main tree from the sci overlay
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stiff/ChangeLog | 19 | ||||
-rw-r--r-- | sci-astronomy/stiff/metadata.xml | 10 | ||||
-rw-r--r-- | sci-astronomy/stiff/stiff-1.10.ebuild | 19 |
3 files changed, 48 insertions, 0 deletions
diff --git a/sci-astronomy/stiff/ChangeLog b/sci-astronomy/stiff/ChangeLog new file mode 100644 index 000000000000..1000448ee8bf --- /dev/null +++ b/sci-astronomy/stiff/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for sci-astronomy/stiff +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/ChangeLog,v 1.1 2009/02/17 21:04:02 bicatali Exp $ + +*stiff-1.10 (17 Feb 2009) + + 17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, + +stiff-1.10.ebuild: + Initial import to the main tree from the sci overlay + + 26 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org> stiff-1.10.ebuild: + cleaning + + 29 Dec 2006; Sebastien Fabbro <seb@ist.utl.pt>; + Removed icc flag, too buggy. + + 19 Sep 2006; Sebastien Fabbro <seb@ist.utl.pt> +stiff-1.10.ebuild: + Initial import. + diff --git a/sci-astronomy/stiff/metadata.xml b/sci-astronomy/stiff/metadata.xml new file mode 100644 index 000000000000..4ca36b1064f4 --- /dev/null +++ b/sci-astronomy/stiff/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + STIFF is a program that convert scientific FITS images to the + more popular TIFF, in 8 (grayscale) or 24 (true colour: 3 times 8) bits per + pixel. +</longdescription> +</pkgmetadata> diff --git a/sci-astronomy/stiff/stiff-1.10.ebuild b/sci-astronomy/stiff/stiff-1.10.ebuild new file mode 100644 index 000000000000..4edef51ffd8d --- /dev/null +++ b/sci-astronomy/stiff/stiff-1.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-1.10.ebuild,v 1.1 2009/02/17 21:04:02 bicatali Exp $ + +DESCRIPTION="Converts astronomical FITS images to the TIFF format for illustration purposes." +HOMEPAGE="http://terapix.iap.fr/soft/stiff" +SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" +DEPEND="" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS + use doc && dodoc doc/* +} |