Index: head/astro/cfitsio/Makefile =================================================================== --- head/astro/cfitsio/Makefile (revision 430495) +++ head/astro/cfitsio/Makefile (revision 430496) @@ -1,51 +1,51 @@ # Created by: Markus Brueffer # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.390 +PORTVERSION= 3.410 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/ \ LOCAL/sunpoet DISTNAME= ${PORTNAME}${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for reading and writing files in FITS data format LIB_DEPENDS= libf2c.so:lang/f2c OPTIONS_DEFINE= DOCS ALL_TARGET= libcfitsio.a shared CONFIGURE_ARGS= ac_cv_prog_FC=f2c GNU_CONFIGURE= yes MAKE_ARGS= ZLIB_SOURCES="zlib/zcompress.c zlib/zuncompress.c" USE_LDCONFIG= yes USES= localbase pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ SHLIB_MINOR=${SHLIB_MINOR} PORTDOCS= * SHLIB_MAJOR= 5 SHLIB_MINOR= ${PORTVERSION:S|0$||} post-patch: @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/*.[chl] ${WRKSRC}/zlib/*.h do-install: cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libcfitsio.a ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_LIB} ${WRKSRC}/libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/cfitsio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ ${LN} -fs libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so.${SHLIB_MAJOR} ${LN} -fs libcfitsio.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ${STAGEDIR}${PREFIX}/lib/libcfitsio.so do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/docs/*.doc ${STAGEDIR}${DOCSDIR}/ .include Index: head/astro/cfitsio/distinfo =================================================================== --- head/astro/cfitsio/distinfo (revision 430495) +++ head/astro/cfitsio/distinfo (revision 430496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473144718 -SHA256 (cfitsio3390.tar.gz) = 62d3d8f38890275cc7a78f5e9a4b85d7053e75ae43e988f1e2390e539ba7f409 -SIZE (cfitsio3390.tar.gz) = 4755390 +TIMESTAMP = 1483380083 +SHA256 (cfitsio3410.tar.gz) = a556ac7ea1965545dcb4d41cfef8e4915eeb8c0faa1b52f7ff70870f8bb5734c +SIZE (cfitsio3410.tar.gz) = 4755428 Index: head/astro/cfitsio/pkg-descr =================================================================== --- head/astro/cfitsio/pkg-descr (revision 430495) +++ head/astro/cfitsio/pkg-descr (revision 430496) @@ -1,10 +1,8 @@ -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. +CFITSIO is a library of C and Fortran subroutines for reading and writing data +files in FITS (Flexible Image Transport System) data format. CFITSIO provides +simple high-level routines for reading and writing FITS files that insulate the +programmer from the internal complexities of the FITS format. CFITSIO also +provides many advanced features for manipulating and filtering the information +in FITS files. -WWW: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ +WWW: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/