Add cfitsio 2.490, library for reading and writing files in FITS data
format.
This commit is contained in:
parent
3ec5e039de
commit
4ce007b1f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108032
5 changed files with 55 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
SUBDIR += SETIsupport
|
||||
SUBDIR += accrete
|
||||
SUBDIR += celestia
|
||||
SUBDIR += cfitsio
|
||||
SUBDIR += dgpsip
|
||||
SUBDIR += ephem
|
||||
SUBDIR += fooseti
|
||||
|
|
31
astro/cfitsio/Makefile
Normal file
31
astro/cfitsio/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: cfitsio
|
||||
# Date created: Fri Apr 30 16:49:36 CEST 2004
|
||||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cfitsio
|
||||
PORTVERSION= 2.490
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for reading and writing files in FITS data format
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
ALL_TARGET= shared
|
||||
|
||||
post-install:
|
||||
${MV} ${PREFIX}/lib/libcfitsio.so ${PREFIX}/lib/libcfitsio.so.0
|
||||
${LN} -s ${PREFIX}/lib/libcfitsio.so.0 ${PREFIX}/lib/libcfitsio.so
|
||||
.ifndef(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/*.doc ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
astro/cfitsio/distinfo
Normal file
2
astro/cfitsio/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (cfitsio2490.tar.gz) = 271b07dcfe3e928e5138d64672eb77d9
|
||||
SIZE (cfitsio2490.tar.gz) = 2032914
|
10
astro/cfitsio/pkg-descr
Normal file
10
astro/cfitsio/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
CFITSIO is a library of C and Fortran subroutines for reading and writing
|
||||
data files in FITS (Flexible Image Transport System) data format. CFITSIO
|
||||
simplifies the task of writing software that deals with FITS files by
|
||||
providing an easy to use set of high-level routines that insulate the
|
||||
programmer from the internal complexities of the FITS file format. At
|
||||
the same time, CFITSIO provides many advanced features that have made
|
||||
it the most widely used FITS file programming interface in the
|
||||
astronomical community.
|
||||
|
||||
WWW: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/
|
11
astro/cfitsio/pkg-plist
Normal file
11
astro/cfitsio/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
include/drvrsmem.h
|
||||
include/fitsio.h
|
||||
include/fitsio2.h
|
||||
include/longnam.h
|
||||
lib/libcfitsio.a
|
||||
lib/libcfitsio.so
|
||||
lib/libcfitsio.so.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cfitsio.doc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cfortran.doc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fitsio.doc
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue