diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 02:36:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-04 02:36:06 +0800 |
commit | 99d9ec77c5f4f35b89cd7a7d74565d696b156f17 (patch) | |
tree | 38bc41355b90b730b9d5007d65b2ef1ab1063550 /astro/cfitsio | |
parent | e7c77e70d1b710db3ecdd1f131a1f4b009832927 (diff) | |
download | freebsd-ports-gnome-99d9ec77c5f4f35b89cd7a7d74565d696b156f17.tar.gz freebsd-ports-gnome-99d9ec77c5f4f35b89cd7a7d74565d696b156f17.tar.zst freebsd-ports-gnome-99d9ec77c5f4f35b89cd7a7d74565d696b156f17.zip |
Update to 3.41
- Update pkg-descr
- Update WWW: use https://
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Diffstat (limited to 'astro/cfitsio')
-rw-r--r-- | astro/cfitsio/Makefile | 2 | ||||
-rw-r--r-- | astro/cfitsio/distinfo | 6 | ||||
-rw-r--r-- | astro/cfitsio/pkg-descr | 16 |
3 files changed, 11 insertions, 13 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index c6f6b9604143..9ae6bc08a8a5 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -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/ \ diff --git a/astro/cfitsio/distinfo b/astro/cfitsio/distinfo index fadaefaf5bd9..df1f807094f0 100644 --- a/astro/cfitsio/distinfo +++ b/astro/cfitsio/distinfo @@ -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 diff --git a/astro/cfitsio/pkg-descr b/astro/cfitsio/pkg-descr index f58a827ac451..03d4e1e97cff 100644 --- a/astro/cfitsio/pkg-descr +++ b/astro/cfitsio/pkg-descr @@ -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/ |