pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/h5utils
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 22 11:27:52 UTC 2025
Modified Files:
pkgsrc/graphics/h5utils: Makefile PLIST distinfo
Removed Files:
pkgsrc/graphics/h5utils/patches: patch-aa patch-writepng.c
Log Message:
h5utils: update to 1.13.2.
h5utils-1.13.2
1/15/23
Support relocatable installations by expanding shell metacharacters
~ and environment variables in the colormaps directory (#16).
h5utils-1.13.1
3/19/18
Fixed man page problems (#2 and #3), thanks to Bas Couwenberg.
h5utils-1.13
7/18/17
Fixed h5topng compilation for modern libpng versions. Thanks
to Daisuke Fujimura (@fd00 on github) for posting patches.
Moved hosting to Github and translated documentation to Markdown.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/h5utils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/h5utils/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/h5utils/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/h5utils/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/h5utils/patches/patch-writepng.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/h5utils/Makefile
diff -u pkgsrc/graphics/h5utils/Makefile:1.25 pkgsrc/graphics/h5utils/Makefile:1.26
--- pkgsrc/graphics/h5utils/Makefile:1.25 Thu Apr 24 14:14:23 2025
+++ pkgsrc/graphics/h5utils/Makefile Thu May 22 11:27:52 2025
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.25 2025/04/24 14:14:23 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.26 2025/05/22 11:27:52 wiz Exp $
-DISTNAME= h5utils-1.12.1
-PKGREVISION= 10
+DISTNAME= h5utils-1.13.2
CATEGORIES= graphics
-MASTER_SITES= http://ab-initio.mit.edu/h5utils/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=NanoComp/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://ab-initio.mit.edu/h5utils/
+HOMEPAGE= https://github.com/NanoComp/h5utils
COMMENT= Utilities for conversion from/to HDF5
LICENSE= mit AND gnu-gpl-v2
@@ -15,9 +14,6 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-octave
-pre-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/h5utils/colormaps
-
.include "../../devel/hdf5/buildlink3.mk"
.include "../../devel/hdf/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
Index: pkgsrc/graphics/h5utils/PLIST
diff -u pkgsrc/graphics/h5utils/PLIST:1.3 pkgsrc/graphics/h5utils/PLIST:1.4
--- pkgsrc/graphics/h5utils/PLIST:1.3 Sun Jun 14 17:59:18 2009
+++ pkgsrc/graphics/h5utils/PLIST Thu May 22 11:27:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:18 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/05/22 11:27:52 wiz Exp $
bin/h4fromh5
bin/h5fromh4
bin/h5fromtxt
@@ -12,6 +12,8 @@ man/man1/h5math.1
man/man1/h5topng.1
man/man1/h5totxt.1
man/man1/h5tovtk.1
+share/h5utils/colormaps/BrBG
+share/h5utils/colormaps/RdBu
share/h5utils/colormaps/autumn
share/h5utils/colormaps/bluered
share/h5utils/colormaps/bone
@@ -24,6 +26,7 @@ share/h5utils/colormaps/gray
share/h5utils/colormaps/green
share/h5utils/colormaps/hot
share/h5utils/colormaps/hsv
+share/h5utils/colormaps/inferno
share/h5utils/colormaps/jet
share/h5utils/colormaps/lines
share/h5utils/colormaps/pink
@@ -31,6 +34,7 @@ share/h5utils/colormaps/prism
share/h5utils/colormaps/spring
share/h5utils/colormaps/summer
share/h5utils/colormaps/vga
+share/h5utils/colormaps/viridis
share/h5utils/colormaps/winter
share/h5utils/colormaps/yarg
share/h5utils/colormaps/yellow
Index: pkgsrc/graphics/h5utils/distinfo
diff -u pkgsrc/graphics/h5utils/distinfo:1.9 pkgsrc/graphics/h5utils/distinfo:1.10
--- pkgsrc/graphics/h5utils/distinfo:1.9 Tue Oct 26 10:46:18 2021
+++ pkgsrc/graphics/h5utils/distinfo Thu May 22 11:27:52 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:46:18 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/05/22 11:27:52 wiz Exp $
-BLAKE2s (h5utils-1.12.1.tar.gz) = a52d00d14353629ec76489c96797b6e1de82568f27ac0b36d5c30af99bde2db7
-SHA512 (h5utils-1.12.1.tar.gz) = b4295ac52ddfe922ed9f0a9079c69d6fdba5a261558d8c820a8feae592db3bd57a3394ab1fc9ceead00038a80bc70f32e0a8aa437cb33182899553bfdbf1f547
-Size (h5utils-1.12.1.tar.gz) = 156785 bytes
-SHA1 (patch-aa) = 2961c8a4ef4319f5e74d6252f82364b94c2d24be
-SHA1 (patch-writepng.c) = cec1487f77f4534aa081e1e209a603876a288145
+BLAKE2s (h5utils-1.13.2.tar.gz) = fdc06372caa8d555b2e4a0337c40de3c2f17fbb17612a1533ae6848b62c41b49
+SHA512 (h5utils-1.13.2.tar.gz) = 98c733d1fc40397d4bcb73d57f382973debaa3cf8fcf42056fa59c636b65ec61302ad28eddfad5e1d16233f4117ea1c8519e3c6441b7e5047aa0b1290b0c5383
+Size (h5utils-1.13.2.tar.gz) = 174406 bytes
Home |
Main Index |
Thread Index |
Old Index