summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-06-07 17:00:38 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-06-07 22:02:10 +0000
commit7b8e80e0df1ce844673f1f7b0264827f2b868463 (patch)
tree05ff2a9bc8f2a42eed6a9bb6ce7bcce9298c31b0 /sci-astronomy/fitspng
parentdev-python/ptpython: Version bump. (diff)
downloadgentoo-7b8e80e0df1ce844673f1f7b0264827f2b868463.tar.gz
gentoo-7b8e80e0df1ce844673f1f7b0264827f2b868463.tar.bz2
gentoo-7b8e80e0df1ce844673f1f7b0264827f2b868463.zip
sci-astronomy/fitspng: Initial import
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sci-astronomy/fitspng')
-rw-r--r--sci-astronomy/fitspng/Manifest1
-rw-r--r--sci-astronomy/fitspng/fitspng-0.3.5.ebuild24
-rw-r--r--sci-astronomy/fitspng/metadata.xml18
3 files changed, 43 insertions, 0 deletions
diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
new file mode 100644
index 000000000000..c769e71c856c
--- /dev/null
+++ b/sci-astronomy/fitspng/Manifest
@@ -0,0 +1 @@
+DIST fitspng-0.3.5.tar.gz 1124441 SHA256 0ee2bf9c79e0ef22b19a18d3d713fdeafcbcd2a0b70ef81cca146d2eba8592cb SHA512 268c93e88f1cee3aaddd7a0d157e221439b376ab4dae753ca6750ff7d02a4af7fe78a47d712965721e71fc80ebac8b2cb0e7f24097e7bb4f292655bdf7f6b60c WHIRLPOOL c2ccb97ad2397f5a7dfa2a9af20c877d42e6c89a7a94d2371b090e6b1d69c81b5c32ab0e78dafa6e763f5a5be3ed66913b285772b4134f6dd8cef1edbbdf7c1b
diff --git a/sci-astronomy/fitspng/fitspng-0.3.5.ebuild b/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
new file mode 100644
index 000000000000..1daa78b00162
--- /dev/null
+++ b/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="FITS to PNG converter"
+HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
+SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+ sci-libs/cfitsio:0=
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}"
+
+src_install() {
+ default
+ use doc || rm -rf "${ED}"usr/share/doc/${PF}/html
+}
diff --git a/sci-astronomy/fitspng/metadata.xml b/sci-astronomy/fitspng/metadata.xml
new file mode 100644
index 000000000000..d276a40d6f69
--- /dev/null
+++ b/sci-astronomy/fitspng/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>sci-astronomy@gentoo.org</email>
+ <name>Gentoo Astronomy Project</name>
+</maintainer>
+<longdescription lang="en">
+ Fitspng is an utility intended to convert of the natural high
+ dynamic range of FITS images, directly representing measured data,
+ to the limited numerical range of PNG format widely used
+ in computer graphics. Fitspng implements a global tone mapping
+ technique by a set of tone functions using parameters provided
+ by user or by machine estimate on base of a robust count statistics.
+ Moreover, the conversion keeps an important FITS meta-information
+ as a text part of PNG header.
+</longdescription>
+</pkgmetadata>