Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/funtools: metadata.xml Manifest funtools-1.4.0.ebuild ChangeLog
Date: Wed, 05 Nov 2008 22:14:02
Message-Id: E1KxqdT-0007BE-QD@stork.gentoo.org
1 bicatali 08/11/05 22:13:59
2
3 Added: metadata.xml Manifest funtools-1.4.0.ebuild
4 ChangeLog
5 Log:
6 Initial import
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.1 sci-astronomy/funtools/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci</herd>
21 <longdescription lang="en">
22 Funtools, is a minimal buy-in FITS library and utility package from
23 the SAO/HEAD. The Funtools library provides simplified
24 access to FITS images and binary tables, as well as to raw array and binary
25 event lists. The Funtools utilities provide high-level support for
26 processing astronomical data.
27 </longdescription>
28 </pkgmetadata>
29
30
31
32 1.1 sci-astronomy/funtools/Manifest
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/Manifest?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/Manifest?rev=1.1&content-type=text/plain
36
37 Index: Manifest
38 ===================================================================
39 AUX funtools-1.4.0-ds9-5.4.patch 61571 RMD160 0bf225a206ec2f3f1a4529229c1cc9a6eeca5b96 SHA1 43476971dba93e3d6b1b38ceccb1c8670b6353ef SHA256 96ba34ad5af4e35ffbb2775609da87378c5291b0a4f89a82d24bbaf3e1a15d95
40 AUX funtools-1.4.0-makefiles.patch 10907 RMD160 1e1e955960fe288fea053712155d23d86587cbea SHA1 12fd50b394239633a664b15a91311f36b54f4aaa SHA256 a6964c87c2272eef85ab6167e89016ad05cec25c1a3854e5a9def86387f52914
41 DIST funtools-1.4.0.tar.gz 3253384 RMD160 f566ac1dfd5724171f46507ccbdec6f80a168f5b SHA1 cf24c89acd4a4e6815336e0cbc4d445998d89db3 SHA256 9a7cb60dcec93879d75cc682b11abc05b04e0ed64d11f56dedbd05eca316a1d7
42 EBUILD funtools-1.4.0.ebuild 1259 RMD160 06bbfa50b4b07e82931940bec853a82ef8eb004c SHA1 97f3284fe9e99d27434458f5621eb14de1699879 SHA256 ddae219eb2bd68909661786760ee09babfa69a395c8ac0a3fa6f1716b584edbe
43 MISC ChangeLog 348 RMD160 f90b0eebfa8b39d5ea116c15d436f0619e126cc4 SHA1 d38a32cb126748c4de91fd8dbb7dfbea03cd4f69 SHA256 be3bd4ce1595bc5e03b5a94cc1e51217fbe602174f19c0a7972c9a6ef72440de
44 MISC metadata.xml 510 RMD160 57f4fbe12f07386a337460992c906fc598035562 SHA1 d4e3e4e617f36b00158e4f7aa38f5b924023c712 SHA256 bb4351e9a8a65b4d087a015350702c5da7d3d47a83bb5a4e2a763be302f0ce9d
45
46
47
48 1.1 sci-astronomy/funtools/funtools-1.4.0.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: funtools-1.4.0.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.1 2008/11/05 22:13:59 bicatali Exp $
58
59 EAPI=2
60 inherit eutils
61
62 DESCRIPTION="FITS library and utlities for astronomical images"
63 HOMEPAGE="http://hea-www.harvard.edu/RD/funtools/"
64 SRC_URI="http://hea-www.harvard.edu/saord/download/${PN}/${P}.tar.gz"
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="doc"
69
70 RDEPEND="sys-libs/zlib
71 >=sci-astronomy/wcstools-3.7.6
72 sci-visualization/gnuplot"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 src_prepare() {
77 epatch "${FILESDIR}"/${P}-ds9-5.4.patch
78 epatch "${FILESDIR}"/${P}-makefiles.patch
79 }
80
81 src_configure() {
82 econf \
83 --enable-shared \
84 --enable-dl \
85 --enable-mainlib \
86 --with-wcslib="$(pkg-config --libs wcstools)" \
87 --with-zlib=-lz \
88 --with-tcl=-ltcl \
89 WCS_INC="$(pkg-config --cflags wcstools)"
90 }
91
92 src_compile() {
93 emake || die "emake failed"
94 emake shtclfun || die "emake tcl functions failed"
95 }
96
97 src_install () {
98 emake INSTALL_ROOT="${D}" install || die "emake install failed"
99 # install missing includes
100 insinto /usr/include/funtools/fitsy
101 doins fitsy/*.h || die
102 if use doc; then
103 cd doc
104 insinto /usr/share/doc/${PF}
105 doins *.pdf || die
106 insinto /usr/share/doc/${PF}/html
107 doins *.html *.c || die
108 fi
109 }
110
111
112
113 1.1 sci-astronomy/funtools/ChangeLog
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/ChangeLog?rev=1.1&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/funtools/ChangeLog?rev=1.1&content-type=text/plain
117
118 Index: ChangeLog
119 ===================================================================
120 # ChangeLog for sci-astronomy/funtools
121 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
122 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/ChangeLog,v 1.1 2008/11/05 22:13:59 bicatali Exp $
123
124 *funtools-1.4.0 (05 Nov 2008)
125
126 05 Nov 2008; Sébastien Fabbro <bicatali@g.o>
127 +files/funtools-1.4.0-ds9-5.4.patch,
128 +files/funtools-1.4.0-makefiles.patch, +metadata.xml,
129 +funtools-1.4.0.ebuild:
130 Initial import