summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-03-03 01:14:57 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-03-03 01:22:25 +0000
commitb022a8c3609803451b322ac4c8636e19620c6646 (patch)
tree631b02c80b45f616ce3af751cefeb9e367782522
parentsci-astronomy/missfits: Initial import (diff)
downloadgentoo-b022a8c3609803451b322ac4c8636e19620c6646.tar.gz
gentoo-b022a8c3609803451b322ac4c8636e19620c6646.tar.bz2
gentoo-b022a8c3609803451b322ac4c8636e19620c6646.zip
sci-astronomy/skymaker: Initial import
Package-Manager: portage-2.2.27
-rw-r--r--sci-astronomy/skymaker/Manifest1
-rw-r--r--sci-astronomy/skymaker/metadata.xml15
-rw-r--r--sci-astronomy/skymaker/skymaker-3.10.5.ebuild21
3 files changed, 37 insertions, 0 deletions
diff --git a/sci-astronomy/skymaker/Manifest b/sci-astronomy/skymaker/Manifest
new file mode 100644
index 000000000000..7c0f22fc7a33
--- /dev/null
+++ b/sci-astronomy/skymaker/Manifest
@@ -0,0 +1 @@
+DIST skymaker-3.10.5.tar.gz 508938 SHA256 a16f9c2bd653763b5e1629e538d49f63882c46291b479b4a4997de84d8e9fb0f SHA512 98bb5a75c21475c6ecf16cb7de333db7faae95fd32c4ac311b44ddf637ffec2c80061b056b070b8d21b1a5a46c0a5a82855e417d25a9d8de02aad2167cb45b43 WHIRLPOOL 485cf8ad6b38b3ec3c5b9544b5c98ffcd24f485630c1228a8a95ef62b3c2b1618aea16cd6ee222cd89ae2080d313dc55eb88aebd2eaadc61b7e378d12bf66fe8
diff --git a/sci-astronomy/skymaker/metadata.xml b/sci-astronomy/skymaker/metadata.xml
new file mode 100644
index 000000000000..a5fb716028ef
--- /dev/null
+++ b/sci-astronomy/skymaker/metadata.xml
@@ -0,0 +1,15 @@
+<?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">
+ SkyMaker is a program that simulates astronomical images. It accepts
+ object lists in ASCII generated by the Stuff program to produce
+ realistic astronomical fields. There are various options for the user:
+ build a realistic Point Spread Function, generate a list of stars and
+ galaxies. Galaxies are modeled analytically.
+</longdescription>
+</pkgmetadata>
diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
new file mode 100644
index 000000000000..4da7ecaa9b8f
--- /dev/null
+++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Program that simulates astronomical images"
+HOMEPAGE="http://www.astromatic.net/software/skymaker"
+SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="threads"
+
+RDEPEND="sci-libs/fftw:3.0"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable threads)
+}