summaryrefslogtreecommitdiff
path: root/sci-astronomy/fitspng
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-astronomy/fitspng
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-astronomy/fitspng')
-rw-r--r--sci-astronomy/fitspng/Manifest4
-rw-r--r--sci-astronomy/fitspng/fitspng-0.3.5.ebuild23
-rw-r--r--sci-astronomy/fitspng/metadata.xml18
3 files changed, 45 insertions, 0 deletions
diff --git a/sci-astronomy/fitspng/Manifest b/sci-astronomy/fitspng/Manifest
new file mode 100644
index 000000000000..a3d7fb75d8f7
--- /dev/null
+++ b/sci-astronomy/fitspng/Manifest
@@ -0,0 +1,4 @@
+DIST fitspng-0.3.5.tar.gz 1124441 SHA256 0ee2bf9c79e0ef22b19a18d3d713fdeafcbcd2a0b70ef81cca146d2eba8592cb SHA512 268c93e88f1cee3aaddd7a0d157e221439b376ab4dae753ca6750ff7d02a4af7fe78a47d712965721e71fc80ebac8b2cb0e7f24097e7bb4f292655bdf7f6b60c WHIRLPOOL c2ccb97ad2397f5a7dfa2a9af20c877d42e6c89a7a94d2371b090e6b1d69c81b5c32ab0e78dafa6e763f5a5be3ed66913b285772b4134f6dd8cef1edbbdf7c1b
+EBUILD fitspng-0.3.5.ebuild 505 SHA256 8b7d3cc9f875c053cb1e7db9f9989d6be864142076aaec9cd6dedb61b85a10f6 SHA512 ff433c2f54c7e14243e71bf1299b51f47110b989f204410a31d45bde71be2a7f9ba5ece8dfe3d206e79de71ef65db75bc3f5fffd482a945f1ebbace651c84fd8 WHIRLPOOL 52c7e1d1539630fef941a5be1324b69adcdc6f26f8c7dbe8660b0823338d596d72778cfca7f41701b720b31c34859d80afaae285ab1fd22bf542bf5a776178d9
+MISC ChangeLog 322 SHA256 b8991b88759aad9cea7d739c2eecd702d5ae02cf181bf0d29fcb8ea2feae9d3e SHA512 83970b5154ab94eaa55e4447e296095746d99f17bcdb6ae1404d12fc543931b89e1fe4207f574617c5ad304f540d4534132af8daaa8617350db13bf68922684c WHIRLPOOL 742167a638f644d6f797ee83b70ff279d2f6fb823373e470b747b767bd561e0f9f2a214683fbb15fca2501d44c45732691ec1e2c3ceca0676813352a73b55715
+MISC metadata.xml 795 SHA256 9aaa4d0c198193f5ed31459c77614088f5a2cc292ff7fb75ce1bdce1d0f6a756 SHA512 e02b309c53da075dc34c087d8f32cc394591001d8935c79fda8fef58d6dd4210aa71b1a2befe90818874c9bb90fccc0fac1f8d1fa157e39033eb29446a71696e WHIRLPOOL 172d6269b81431b8cd95565a4d291bcb065fbba0fb2b26d64d7912bbf27d48147635aa14adb6c61324be9fa1e43834a3b4f65a7d46c815b4eb2429ebd380fe01
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..a99c1f1828a2
--- /dev/null
+++ b/sci-astronomy/fitspng/fitspng-0.3.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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>