Date: Tue, 17 Jan 2023 11:05:15 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb4ef23dde67 - main - science/h5utils: Adopt/Update to 1.13.2 Message-ID: <202301171105.30HB5FIp020459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb4ef23dde674dfc28770f606318e72064ccd00a commit fb4ef23dde674dfc28770f606318e72064ccd00a Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-01-17 10:58:33 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-01-17 11:04:48 +0000 science/h5utils: Adopt/Update to 1.13.2 - Switch to MASTER_SITES - Add missing lib dependencies (graphics/jpeg-turbo and science/hdf) to build bin/h4fromh5 and bin/h5fromh4 binaries - Use USES+= localbase - Update new home url ChangeLog: https://github.com/NanoComp/h5utils/releases/tag/1.13.2 --- science/h5utils/Makefile | 27 +++++++++++++-------------- science/h5utils/distinfo | 6 +++--- science/h5utils/pkg-plist | 9 ++++++--- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile index f16be1fa8a85..6b063f7a2839 100644 --- a/science/h5utils/Makefile +++ b/science/h5utils/Makefile @@ -1,31 +1,30 @@ PORTNAME= h5utils -DISTVERSION= 1.13.1 -PORTREVISION= 6 +DISTVERSION= 1.13.2 CATEGORIES= science +MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Set of utilities for visualization and conversion of HDF5 format -WWW= https://github.com/stevengj/h5utils +WWW= https://github.com/NanoComp/h5utils -LICENSE= MIT GPLv2 +LICENSE= GPLv2 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:lang/gawk -LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libpng.so:graphics/png \ - libmatheval.so:devel/libmatheval +LIB_DEPENDS= libdf.so:science/hdf \ + libhdf5.so:science/hdf5 \ + libmatheval.so:devel/libmatheval \ + libpng.so:graphics/png -USES= autoreconf compiler:c++11-lang +USES= autoreconf compiler:c++11-lang jpeg localbase GNU_CONFIGURE= yes -USE_GITHUB= yes -GH_ACCOUNT= stevengj -CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread +CFLAGS+= -pthread CXXFLAGS+= -std=c++11 -OPTIONS_DEFINE= OCTAVE -OPTIONS_SUB= yes +OPTIONS_DEFINE= OCTAVE +OPTIONS_SUB= yes OCTAVE_DESC= With Octave support OCTAVE_CONFIGURE_WITH= octave diff --git a/science/h5utils/distinfo b/science/h5utils/distinfo index 957ad6fe8fe4..8de98029d60b 100644 --- a/science/h5utils/distinfo +++ b/science/h5utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521616297 -SHA256 (stevengj-h5utils-1.13.1_GH0.tar.gz) = 698941b787dd367d273acf103ff08eb3abd61332d88a6a65055ba65428fa6124 -SIZE (stevengj-h5utils-1.13.1_GH0.tar.gz) = 113754 +TIMESTAMP = 1673942285 +SHA256 (h5utils-1.13.2.tar.gz) = eea7855a8235facb7c454e61103098e55658da0ddf4b6de5b82a992e5f024351 +SIZE (h5utils-1.13.2.tar.gz) = 174406 diff --git a/science/h5utils/pkg-plist b/science/h5utils/pkg-plist index d19d93f1e0d5..4d3ba2923561 100644 --- a/science/h5utils/pkg-plist +++ b/science/h5utils/pkg-plist @@ -1,9 +1,12 @@ +bin/h4fromh5 +bin/h5fromh4 +bin/h5fromtxt bin/h5math +bin/h5topng bin/h5totxt -bin/h5fromtxt bin/h5tovtk -bin/h5topng %%OCTAVE%%lib/octave/%%OCTAVE_VERSION%%/site/oct/%%CONFIGURE_TARGET%%/h5read.oct +man/man1/h5fromh4.1.gz man/man1/h5fromtxt.1.gz man/man1/h5math.1.gz man/man1/h5topng.1.gz @@ -17,6 +20,7 @@ man/man1/h5tovtk.1.gz %%DATADIR%%/colormaps/colorcube %%DATADIR%%/colormaps/cool %%DATADIR%%/colormaps/copper +%%DATADIR%%/colormaps/dkbluered %%DATADIR%%/colormaps/flag %%DATADIR%%/colormaps/gray %%DATADIR%%/colormaps/green @@ -34,4 +38,3 @@ man/man1/h5tovtk.1.gz %%DATADIR%%/colormaps/winter %%DATADIR%%/colormaps/yarg %%DATADIR%%/colormaps/yellow -%%DATADIR%%/colormaps/dkbluered
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301171105.30HB5FIp020459>