svn commit: r430496 - head/astro/cfitsio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 3 18:36:08 UTC 2017


Author: sunpoet
Date: Tue Jan  3 18:36:06 2017
New Revision: 430496
URL: https://svnweb.freebsd.org/changeset/ports/430496

Log:
  Update to 3.41
  
  - Update pkg-descr
  - Update WWW: use https://
  
  Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt

Modified:
  head/astro/cfitsio/Makefile
  head/astro/cfitsio/distinfo
  head/astro/cfitsio/pkg-descr

Modified: head/astro/cfitsio/Makefile
==============================================================================
--- head/astro/cfitsio/Makefile	Tue Jan  3 18:33:19 2017	(r430495)
+++ head/astro/cfitsio/Makefile	Tue Jan  3 18:36:06 2017	(r430496)
@@ -2,7 +2,7 @@
 # $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/ \

Modified: head/astro/cfitsio/distinfo
==============================================================================
--- head/astro/cfitsio/distinfo	Tue Jan  3 18:33:19 2017	(r430495)
+++ head/astro/cfitsio/distinfo	Tue Jan  3 18:36:06 2017	(r430496)
@@ -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

Modified: head/astro/cfitsio/pkg-descr
==============================================================================
--- head/astro/cfitsio/pkg-descr	Tue Jan  3 18:33:19 2017	(r430495)
+++ head/astro/cfitsio/pkg-descr	Tue Jan  3 18:36:06 2017	(r430496)
@@ -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/


More information about the svn-ports-all mailing list