mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
astro/gnuastro: update Gnuastro to version 0.15.
Announcement: https://lists.gnu.org/archive/html/info-gnuastro/2021-05/msg00000.html Reported by: portscout
This commit is contained in:
parent
90bce6144b
commit
6902d0057b
@ -1,8 +1,7 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= gnuastro
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1611573866
|
||||
SHA256 (gnuastro-0.14.tar.lz) = e57df89a5f7feba7bdd62c437ac4aeda008066a1828bf8a2371dec8e05b1e6f6
|
||||
SIZE (gnuastro-0.14.tar.lz) = 3678025
|
||||
TIMESTAMP = 1622411120
|
||||
SHA256 (gnuastro-0.15.tar.lz) = c4c3cac3cf7fd3b04c505e80cbf8979b5a56bd0810aaa3492d59dfd57b1c59ca
|
||||
SIZE (gnuastro-0.15.tar.lz) = 3767537
|
||||
|
@ -11,6 +11,8 @@ bin/astmknoise
|
||||
bin/astmkprof
|
||||
bin/astnoisechisel
|
||||
bin/astquery
|
||||
bin/astscript-ds9-region
|
||||
bin/astscript-radial-profile
|
||||
bin/astscript-sort-by-night
|
||||
bin/astsegment
|
||||
bin/aststatistics
|
||||
@ -28,8 +30,10 @@ bin/astwarp
|
||||
@sample etc/astmknoise.conf.sample
|
||||
@sample etc/astmkprof-3d.conf.sample
|
||||
@sample etc/astmkprof.conf.sample
|
||||
@sample etc/astnoisechisel-3d.conf.sample
|
||||
@sample etc/astnoisechisel.conf.sample
|
||||
@sample etc/astquery.conf.sample
|
||||
@sample etc/astsegment-3d.conf.sample
|
||||
@sample etc/astsegment.conf.sample
|
||||
@sample etc/aststatistics.conf.sample
|
||||
@sample etc/asttable.conf.sample
|
||||
@ -45,6 +49,7 @@ include/gnuastro/convolve.h
|
||||
include/gnuastro/cosmology.h
|
||||
include/gnuastro/data.h
|
||||
include/gnuastro/dimension.h
|
||||
include/gnuastro/ds9.h
|
||||
include/gnuastro/eps.h
|
||||
include/gnuastro/fits.h
|
||||
include/gnuastro/git.h
|
||||
@ -71,8 +76,8 @@ include/gnuastro/units.h
|
||||
include/gnuastro/wcs.h
|
||||
lib/libgnuastro.a
|
||||
lib/libgnuastro.so
|
||||
lib/libgnuastro.so.12
|
||||
lib/libgnuastro.so.12.0.0
|
||||
lib/libgnuastro.so.13
|
||||
lib/libgnuastro.so.13.0.0
|
||||
libdata/pkgconfig/gnuastro.pc
|
||||
man/man1/astarithmetic.1.gz
|
||||
man/man1/astbuildprog.1.gz
|
||||
@ -87,12 +92,15 @@ man/man1/astmknoise.1.gz
|
||||
man/man1/astmkprof.1.gz
|
||||
man/man1/astnoisechisel.1.gz
|
||||
man/man1/astquery.1.gz
|
||||
man/man1/astscript-ds9-region.1.gz
|
||||
man/man1/astscript-radial-profile.1.gz
|
||||
man/man1/astscript-sort-by-night.1.gz
|
||||
man/man1/astsegment.1.gz
|
||||
man/man1/aststatistics.1.gz
|
||||
man/man1/asttable.1.gz
|
||||
man/man1/astwarp.1.gz
|
||||
share/info/gnuastro-figures/README
|
||||
share/info/gnuastro-figures/done.txt
|
||||
share/info/gnuastro-figures/epicycles.eps
|
||||
share/info/gnuastro-figures/epicycles.png
|
||||
share/info/gnuastro-figures/epicycles.txt
|
||||
@ -112,3 +120,4 @@ share/info/gnuastro-figures/sphereandplane.eps
|
||||
share/info/gnuastro-figures/sphereandplane.pdf
|
||||
share/info/gnuastro-figures/sphereandplane.png
|
||||
share/info/gnuastro-figures/sphereandplane.txt
|
||||
%%DATADIR%%/completion.bash
|
||||
|
Loading…
Reference in New Issue
Block a user