commit:     7b8e80e0df1ce844673f1f7b0264827f2b868463
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 17:00:38 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:02:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8e80e0

sci-astronomy/fitspng: Initial import

Package-Manager: portage-2.3.0_rc1

 sci-astronomy/fitspng/Manifest             |  1 +
 sci-astronomy/fitspng/fitspng-0.3.5.ebuild | 24 ++++++++++++++++++++++++
 sci-astronomy/fitspng/metadata.xml         | 18 ++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
new file mode 100644
index 0000000..c769e71
--- /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 0000000..1daa78b
--- /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 0000000..d276a40
--- /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>[email protected]</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>

Reply via email to