Monday, July 31, 2023

UPDATE: astro/gnuastro 0.18 => 0.20

Index: Makefile
===================================================================
RCS file: /cvs/ports/astro/gnuastro/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 28 Feb 2023 07:59:03 -0000 1.10
+++ Makefile 31 Jul 2023 21:08:37 -0000
@@ -1,9 +1,9 @@
COMMENT = GNU Astronomy Utilities
-DISTNAME = gnuastro-0.18
+DISTNAME = gnuastro-0.20
CATEGORIES = astro
-REVISION = 0

-SHARED_LIBS += gnuastro 3.1 # 16.0
+SHARED_LIBS += gnuastro 4.0 # 18.0
+SHARED_LIBS += gnuastro_make 0.0 # 18.0

HOMEPAGE = https://www.gnu.org/software/gnuastro/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/astro/gnuastro/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 14 Aug 2022 14:07:01 -0000 1.7
+++ distinfo 31 Jul 2023 21:08:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (gnuastro-0.18.tar.gz) = bKfiLhQFERdMbwL9+UitCL8/dB/k6YKNjBzfKnCtWec=
-SIZE (gnuastro-0.18.tar.gz) = 6754502
+SHA256 (gnuastro-0.20.tar.gz) = kkuLtqwc0VFj3a3Dqb/bi4jKx7UJnV+CHs7bw/Cwac0=
+SIZE (gnuastro-0.20.tar.gz) = 7318098
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/astro/gnuastro/patches/patch-configure,v
retrieving revision 1.7
diff -u -p -r1.7 patch-configure
--- patches/patch-configure 14 Aug 2022 14:07:01 -0000 1.7
+++ patches/patch-configure 31 Jul 2023 21:08:37 -0000
@@ -3,7 +3,7 @@ Remove hardcoded -O3
Index: configure
--- configure.orig
+++ configure
-@@ -21353,7 +21353,7 @@ if test "x$enable_debug" = "xyes"
+@@ -21278,7 +21278,7 @@ if test "x$enable_debug" = "xyes"
then :
cflags_add="-g -O0"; enable_shared=no
else $as_nop
@@ -12,7 +12,7 @@ Index: configure
fi
CFLAGS="-Wall $cflags_add $CFLAGS"
CXXFLAGS="-Wall $cflags_add $CXXFLAGS"
-@@ -30660,7 +30660,7 @@ printf %s "checking for shell to use with libtool... "
+@@ -30609,7 +30609,7 @@ printf %s "checking for shell to use with libtool... "
cprog=libtool_shell_test.c
printf "%s\n" "#include <stdio.h>" > $cprog
printf "%s\n" "int main(void){printf(\"success\\n\"); return 0;}" >> $cprog
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/astro/gnuastro/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST 14 Aug 2022 14:07:01 -0000 1.7
+++ pkg/PLIST 31 Jul 2023 21:08:37 -0000
@@ -20,6 +20,7 @@ bin/astscript-psf-subtract
bin/astscript-psf-unite
bin/astscript-radial-profile
bin/astscript-sort-by-night
+bin/astscript-zeropoint
@bin bin/astsegment
@bin bin/aststatistics
@bin bin/asttable
@@ -30,6 +31,7 @@ include/gnuastro/array.h
include/gnuastro/binary.h
include/gnuastro/blank.h
include/gnuastro/box.h
+include/gnuastro/color.h
include/gnuastro/config.h
include/gnuastro/convolve.h
include/gnuastro/cosmology.h
@@ -37,6 +39,7 @@ include/gnuastro/data.h
include/gnuastro/dimension.h
include/gnuastro/ds9.h
include/gnuastro/eps.h
+include/gnuastro/fit.h
include/gnuastro/fits.h
include/gnuastro/git.h
include/gnuastro/interpolate.h
@@ -59,9 +62,14 @@ include/gnuastro/tile.h
include/gnuastro/txt.h
include/gnuastro/type.h
include/gnuastro/units.h
+include/gnuastro/warp.h
include/gnuastro/wcs.h
info/gnuastro-figures/
info/gnuastro-figures/README
+info/gnuastro-figures/color-names.eps
+info/gnuastro-figures/color-names.pdf
+info/gnuastro-figures/color-names.png
+info/gnuastro-figures/color-names.txt
info/gnuastro-figures/done.txt
info/gnuastro-figures/epicycles.eps
info/gnuastro-figures/epicycles.png
@@ -90,6 +98,9 @@ info/gnuastro-figures/sphereandplane.txt
@static-lib lib/libgnuastro.a
lib/libgnuastro.la
@lib lib/libgnuastro.so.${LIBgnuastro_VERSION}
+@static-lib lib/libgnuastro_make.a
+lib/libgnuastro_make.la
+@lib lib/libgnuastro_make.so.${LIBgnuastro_make_VERSION}
lib/pkgconfig/gnuastro.pc
@man man/man1/astarithmetic.1
@man man/man1/astbuildprog.1
@@ -113,6 +124,7 @@ lib/pkgconfig/gnuastro.pc
@man man/man1/astscript-psf-unite.1
@man man/man1/astscript-radial-profile.1
@man man/man1/astscript-sort-by-night.1
+@man man/man1/astscript-zeropoint.1
@man man/man1/astsegment.1
@man man/man1/aststatistics.1
@man man/man1/asttable.1
Hi ports --

Attached is an update to gnuastro. Major bump to the shared library as
symbols have been removed.

Posting this because I don't use gnu astro much anymore, and would be
happy to see someone else take over as maintainer.

Test suite results on amd64:
============================================================================
Testsuite summary for GNU Astronomy Utilities 0.20
============================================================================
# TOTAL: 76
# PASS: 67
# SKIP: 0
# XFAIL: 0
# FAIL: 9
# XPASS: 0
# ERROR: 0

~Brian

No comments:

Post a Comment