Ravenports generated: 17 Mar 2024 00:49
[ravenports.git] / bucket_E2 / cfitsio
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               cfitsio
4 VERSION=                4.4.0
5 KEYWORDS=               astro
6 VARIANTS=               standard
7 SDESC[standard]=        NASA FITS data format library
8 HOMEPAGE=               https://heasarc.gsfc.nasa.gov/docs/software/fitsio/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/
13                         https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/
14                         ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
15                         ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
16 DISTFILE[1]=            cfitsio-4.4.0.tar.gz:main
17 DF_INDEX=               1
18 SPKGS[standard]=        complete
19                         primary
20                         docs
21
22 OPTIONS_AVAILABLE=      none
23 OPTIONS_STANDARD=       none
24
25 USES=                   cpe pkgconfig zlib
26
27 DISTNAME=               cfitsio-4.4.0
28
29 LICENSE=                CUSTOM1:primary
30 LICENSE_NAME=           CUSTOM1:"NASA permissive license"
31 LICENSE_FILE=           CUSTOM1:{{WRKSRC}}/licenses/NASA_Open_Source_Agreement_1.3.txt
32 LICENSE_SCHEME=         solo
33
34 CPE_VENDOR=             nasa
35 FPC_EQUIVALENT=         astro/cfitsio
36
37 MUST_CONFIGURE=         gnu
38
39 BUILD_TARGET=           libcfitsio.a shared
40
41 SOVERSION=              10.4.4
42 PLIST_SUB=              EXTENDED_SOVERSION=10.4.4.0
43
44 post-patch:
45         ${GREP} -l "<malloc.h>" ${WRKSRC}/*.[chl] |\
46                 ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|'
47
48 [FILE:406:descriptions/desc.primary]
49 CFITSIO is a library of C and Fortran subroutines for reading and writing
50 data files in FITS (Flexible Image Transport System) data format. CFITSIO
51 provides simple high-level routines for reading and writing FITS files
52 that insulate the programmer from the internal complexities of the FITS
53 format. CFITSIO also provides many advanced features for manipulating and
54 filtering the information in FITS files.
55
56
57 [FILE:99:distinfo]
58 95900cf95ae760839e7cb9678a7b2fad0858d6ac12234f934bd1cb6bfc246ba9      4278372 cfitsio-4.4.0.tar.gz
59
60
61 [FILE:177:manifests/plist.primary]
62 include/
63  drvrsmem.h
64  fitsio.h
65  fitsio2.h
66  longnam.h
67 lib/
68  libcfitsio.a
69  libcfitsio.so
70  libcfitsio.so.%%EXTENDED_SOVERSION%%
71  libcfitsio.so.%%SOMAJOR%%
72 lib/pkgconfig/cfitsio.pc
73
74
75 [FILE:237:patches/patch-configure]
76 --- configure.orig      2024-02-22 21:29:25 UTC
77 +++ configure
78 @@ -2595,7 +2595,7 @@ case $host in
79         ARCH=`uname -p`
80         EXT="darwin"
81         ;;
82 -    *freebsd*)
83 +    *dragonfly*|*freebsd*|*solaris*|*netbsd*|*midnight*)
84         ARCH="linux"
85         EXT="lnx"
86         ;;
87
88
89 [FILE:157:patches/patch-fitsio2.h]
90 --- fitsio2.h.orig      2024-02-22 21:29:25 UTC
91 +++ fitsio2.h
92 @@ -1,5 +1,7 @@
93  #ifndef _FITSIO2_H
94  #define _FITSIO2_H
95 +
96 +#undef MACHINE
97   
98  #include "fitsio.h"
99  
100