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/wcstools/files: wcstools-3.8.3-autotools.patch wcstools-3.8.2-autotools.patch
Date: Tue, 03 May 2011 22:37:19
Message-Id: 20110503223709.304CC20057@flycatcher.gentoo.org
1 bicatali 11/05/03 22:37:09
2
3 Added: wcstools-3.8.3-autotools.patch
4 Removed: wcstools-3.8.2-autotools.patch
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch?rev=1.1&content-type=text/plain
15
16 Index: wcstools-3.8.3-autotools.patch
17 ===================================================================
18 --- configure.ac 1970-01-01 01:00:00.000000000 +0100
19 +++ configure.ac 2011-04-10 15:54:07.000000000 +0100
20 @@ -0,0 +1,11 @@
21 +AC_PREREQ([2.59])
22 +AC_INIT(wcstools, 3.8.x , [http://tdc-www.harvard.edu/wcstools/])
23 +AM_INIT_AUTOMAKE([foreign])
24 +AM_CONFIG_HEADER(config.h)
25 +
26 +AC_PROG_CC
27 +AC_PROG_LIBTOOL
28 +AC_C_CONST
29 +AC_CHECK_LIB(m, sin)
30 +AC_CONFIG_FILES([libwcs/Makefile libned/Makefile Makefile wcstools.pc])
31 +AC_OUTPUT
32 --- libned/Makefile.am 1970-01-01 01:00:00.000000000 +0100
33 +++ libned/Makefile.am 2011-04-10 15:53:44.000000000 +0100
34 @@ -0,0 +1,5 @@
35 +lib_LTLIBRARIES = libned.la
36 +noinst_HEADERS = nedc.h ned_client.h
37 +libned_la_SOURCES = \
38 + ned_cli.c ned_cif.c ned_err.c ned_sk.c
39 +EXTRA_DIST = README
40 --- libwcs/Makefile.am 1970-01-01 01:00:00.000000000 +0100
41 +++ libwcs/Makefile.am 2011-04-10 16:00:15.000000000 +0100
42 @@ -0,0 +1,17 @@
43 +lib_LTLIBRARIES = libwcstools.la
44 +libwcstools_la_SOURCES = \
45 + imsetwcs.c imgetwcs.c matchstar.c findstar.c daoread.c wcscon.c \
46 + fitswcs.c wcsinit.c wcs.c ty2read.c webread.c tmcread.c \
47 + gscread.c gsc2read.c ujcread.c uacread.c ubcread.c ucacread.c \
48 + sdssread.c tabread.c binread.c ctgread.c actread.c catutil.c \
49 + skybotread.c imrotate.c fitsfile.c imhfile.c \
50 + hget.c hput.c imio.c dateutil.c imutil.c \
51 + worldpos.c tnxpos.c zpxpos.c dsspos.c platepos.c \
52 + sortstar.c platefit.c iget.c fileutil.c \
53 + wcslib.c lin.c cel.c proj.c sph.c wcstrig.c distort.c poly.c
54 +
55 +wcsdir = $(includedir)/wcs
56 +wcs_HEADERS = \
57 + wcscat.h wcslib.h wcs.h lwcs.h fitshead.h fitsfile.h imio.h
58 +
59 +noinst_HEADERS = fitsfile1.h wcscat1.h
60 --- Makefile.am 1970-01-01 01:00:00.000000000 +0100
61 +++ Makefile.am 2011-04-10 15:55:47.000000000 +0100
62 @@ -0,0 +1,81 @@
63 +SUBDIRS = libwcs libned
64 +INCLUDES = -I$(top_srcdir)/libwcs
65 +
66 +pkgconfigdir = $(libdir)/pkgconfig
67 +pkgconfig_DATA = wcstools.pc
68 +
69 +bin_SCRIPTS = wcstools
70 +
71 +EXTRA_DIST = wcstools COPYING Readme NEWS Programs
72 +
73 +bin_PROGRAMS = \
74 + cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
75 + imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
76 + keyhead skycoor subpix xy2sky wcshead conpix gettab newfits getfits \
77 + imstack imextract sumpix wcsremap getcol wcsgetdate imfill imsmooth imresize \
78 + fileroot filename filext char2sp sp2char wcscrlf isnum isrange isfits \
79 + simpos nedpos bincat nedname
80 +
81 +# these ones don't need libwcs
82 +wcscrlf_SOURCES = crlf.c
83 +filename_SOURCES = filename.c
84 +filedir_SOURCES = filedir.c
85 +fileroot_SOURCES = fileroot.c
86 +filext_SOURCES = filext.c
87 +isrange_SOURCES = isrange.c
88 +
89 +LDADD = $(top_builddir)/libwcs/libwcstools.la
90 +
91 +bincat_SOURCES = bincat.c
92 +getcol_SOURCES = getcol.c
93 +wcsgetdate_SOURCES = getdate.c
94 +gethead_SOURCES = gethead.c
95 +getfits_SOURCES = getfits.c
96 +getpix_SOURCES = getpix.c
97 +gettab_SOURCES = gettab.c
98 +imcat_SOURCES = imcat.c
99 +imsize_SOURCES = imsize.c
100 +imstar_SOURCES = imstar.c
101 +imwcs_SOURCES = imwcs.c
102 +immatch_SOURCES = immatch.c
103 +scat_SOURCES = scat.c
104 +setpix_SOURCES = setpix.c
105 +skycoor_SOURCES = skycoor.c
106 +sumpix_SOURCES = sumpix.c
107 +xy2sky_SOURCES = xy2sky.c
108 +simpos_SOURCES = simpos.c
109 +
110 +addpix_SOURCES = addpix.c
111 +char2sp_SOURCES = char2sp.c
112 +conpix_SOURCES = conpix.c
113 +cphead_SOURCES = cphead.c
114 +delwcs_SOURCES = delwcs.c
115 +delhead_SOURCES = delhead.c
116 +edhead_SOURCES = edhead.c
117 +fixpix_SOURCES = fixpix.c
118 +i2f_SOURCES = i2f.c
119 +imfill_SOURCES = imfill.c
120 +imresize_SOURCES = imresize.c
121 +imsmooth_SOURCES = imsmooth.c
122 +imhead_SOURCES = imhead.c
123 +imrot_SOURCES = imrot.c
124 +imstack_SOURCES = imstack.c
125 +imextract_SOURCES = imextract.c
126 +isnum_SOURCES = isnum.c
127 +keyhead_SOURCES = keyhead.c
128 +newfits_SOURCES = newfits.c
129 +wcsremap_SOURCES = remap.c
130 +sethead_SOURCES = sethead.c
131 +sky2xy_SOURCES = sky2xy.c
132 +sp2char_SOURCES = sp2char.c
133 +subpix_SOURCES = subpix.c
134 +wcshead_SOURCES = wcshead.c
135 +
136 +nedname_SOURCES = nedname.c
137 +nedname_LDADD = \
138 + $(top_builddir)/libned/libned.la \
139 + $(top_builddir)/libwcs/libwcstools.la
140 +nedpos_SOURCES = nedpos.c
141 +nedpos_LDADD = \
142 + $(top_builddir)/libned/libned.la \
143 + $(top_builddir)/libwcs/libwcstools.la
144 --- wcstools.pc.in 1970-01-01 01:00:00.000000000 +0100
145 +++ wcstools.pc.in 2011-04-10 15:53:44.000000000 +0100
146 @@ -0,0 +1,13 @@
147 +prefix=@prefix@
148 +exec_prefix=@exec_prefix@
149 +libdir=@libdir@
150 +includedir=@includedir@
151 +
152 +Name: @PACKAGE_NAME@
153 +Description: World Coordinate System Library and Tools
154 +Version: @PACKAGE_VERSION@
155 +URL: http://tdc-www.harvard.edu/wcstools/
156 +Libs: -L${libdir} -lwcstools
157 +Libs.private: -lm
158 +Cflags: -I${includedir}/wcs
159 +