[Git][debian-gis-team/h5utils][upstream] New upstream version 1.13.1
Bas Couwenberg
gitlab at salsa.debian.org
Tue Mar 20 07:15:09 UTC 2018
Bas Couwenberg pushed to branch upstream at Debian GIS Project / h5utils
Commits:
b1476b04 by Bas Couwenberg at 2018-03-20T07:54:48+01:00
New upstream version 1.13.1
- - - - -
12 changed files:
- COPYING
- Makefile.in
- aclocal.m4
- configure
- configure.ac
- doc/man/h5fromh4.1
- doc/man/h5fromtxt.1
- doc/man/h5math.1
- doc/man/h5topng.1.in
- doc/man/h5totxt.1
- doc/man/h5tov5d.1
- doc/man/h5tovtk.1
Changes:
=====================================
COPYING
=====================================
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
#############################################################################
The h5utils package is
- Copyright (c) 1999-2009 by the Massachusetts Institute of Technology
+ Copyright (c) 1999-2018 by the Massachusetts Institute of Technology
#############################################################################
The following license applies to all files in the
=====================================
Makefile.in
=====================================
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -795,7 +795,7 @@ distdir: $(DISTFILES)
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
@@ -821,7 +821,7 @@ dist-shar: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+ shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
@@ -839,7 +839,7 @@ dist dist-all:
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -849,7 +849,7 @@ distcheck: dist
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
=====================================
aclocal.m4
=====================================
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.15'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.15], [],
+m4_if([$1], [1.15.1], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
+[AM_AUTOMAKE_VERSION([1.15.1])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
# AM_CONDITIONAL -*- Autoconf -*-
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
fi])])
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
# Generate code to set up dependency tracking. -*- Autoconf -*-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -408,7 +408,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# Do all the work for Automake. -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -605,7 +605,7 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -626,7 +626,7 @@ if test x"${install_sh+set}" != xset; then
fi
AC_SUBST([install_sh])])
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -648,7 +648,7 @@ AC_SUBST([am__leading_dot])])
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -683,7 +683,7 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
# Check to see how 'make' treats includes. -*- Autoconf -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -733,7 +733,7 @@ rm -f confinc confmf
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -774,7 +774,7 @@ fi
# Obsolete and "removed" macros, that must however still report explicit
# error messages when used, to smooth transition.
#
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -801,7 +801,7 @@ AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
# Helper functions for option handling. -*- Autoconf -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -830,7 +830,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -877,7 +877,7 @@ AC_LANG_POP([C])])
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -896,7 +896,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -977,7 +977,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file
])
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1037,7 +1037,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1065,7 +1065,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1084,7 +1084,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
=====================================
configure
=====================================
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for h5utils 1.13.
+# Generated by GNU Autoconf 2.69 for h5utils 1.13.1.
#
# Report bugs to <stevenj at alum.mit.edu>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='h5utils'
PACKAGE_TARNAME='h5utils'
-PACKAGE_VERSION='1.13'
-PACKAGE_STRING='h5utils 1.13'
+PACKAGE_VERSION='1.13.1'
+PACKAGE_STRING='h5utils 1.13.1'
PACKAGE_BUGREPORT='stevenj at alum.mit.edu'
PACKAGE_URL=''
@@ -1288,7 +1288,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures h5utils 1.13 to adapt to many kinds of systems.
+\`configure' configures h5utils 1.13.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1354,7 +1354,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of h5utils 1.13:";;
+ short | recursive ) echo "Configuration of h5utils 1.13.1:";;
esac
cat <<\_ACEOF
@@ -1456,7 +1456,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-h5utils configure 1.13
+h5utils configure 1.13.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2062,7 +2062,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by h5utils $as_me 1.13, which was
+It was created by h5utils $as_me 1.13.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2925,7 +2925,7 @@ fi
# Define the identity of the package.
PACKAGE='h5utils'
- VERSION='1.13'
+ VERSION='1.13.1'
cat >>confdefs.h <<_ACEOF
@@ -4741,7 +4741,7 @@ fi
if test $H5MATH = yes; then
MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: can't find libmatheval: won't be able to compile h5math" >&5
$as_echo "$as_me: WARNING: can't find libmatheval: won't be able to compile h5math" >&2;}
@@ -4933,11 +4933,11 @@ fi
if test $HDF4 = yes; then
if test "x$H4TOH5" != xh4toh5; then
MORE_H5UTILS="h5fromh4\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5fromh4.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5fromh4.1 $MORE_H5UTILS_MANS"
fi
if test "x$H5TOH4" != xh5toh4; then
MORE_H5UTILS="h4fromh5\$(EXEEXT) $MORE_H5UTILS"
- # MORE_H5UTILS_MANS="h4fromh5.1 $MORE_H5UTILS_MANS"
+ # MORE_H5UTILS_MANS="doc/man/h4fromh5.1 $MORE_H5UTILS_MANS"
fi
fi
fi
@@ -5292,7 +5292,7 @@ $as_echo "found" >&6; }
fi
if test $H5TOV5D = yes; then
MORE_H5UTILS="h5tov5d\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5tov5d.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5tov5d.1 $MORE_H5UTILS_MANS"
fi
@@ -6212,7 +6212,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by h5utils $as_me 1.13, which was
+This file was extended by h5utils $as_me 1.13.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6278,7 +6278,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-h5utils config.status 1.13
+h5utils config.status 1.13.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(h5utils, 1.13, stevenj at alum.mit.edu)
+AC_INIT(h5utils, 1.13.1, stevenj at alum.mit.edu)
AM_INIT_AUTOMAKE([foreign silent-rules 1.6])
AM_SILENT_RULES(yes)
AC_CONFIG_SRCDIR([h5topng.c])
@@ -68,7 +68,7 @@ AC_CHECK_LIB(matheval, evaluator_get_variables, H5MATH=yes, H5MATH=no)
if test $H5MATH = yes; then
MORE_H5UTILS="h5math\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5math.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5math.1 $MORE_H5UTILS_MANS"
else
AC_MSG_WARN([can't find libmatheval: won't be able to compile h5math])
fi
@@ -102,11 +102,11 @@ if test "x$H4TOH5" != xh4toh5 -o "x$H5TOH4" != xh5toh4; then
if test $HDF4 = yes; then
if test "x$H4TOH5" != xh4toh5; then
MORE_H5UTILS="h5fromh4\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5fromh4.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5fromh4.1 $MORE_H5UTILS_MANS"
fi
if test "x$H5TOH4" != xh5toh4; then
MORE_H5UTILS="h4fromh5\$(EXEEXT) $MORE_H5UTILS"
- # MORE_H5UTILS_MANS="h4fromh5.1 $MORE_H5UTILS_MANS"
+ # MORE_H5UTILS_MANS="doc/man/h4fromh5.1 $MORE_H5UTILS_MANS"
fi
fi
fi
@@ -187,7 +187,7 @@ elif test "$ok" != "no"; then
fi
if test $H5TOV5D = yes; then
MORE_H5UTILS="h5tov5d\$(EXEEXT) $MORE_H5UTILS"
- MORE_H5UTILS_MANS="h5tov5d.1 $MORE_H5UTILS_MANS"
+ MORE_H5UTILS_MANS="doc/man/h5tov5d.1 $MORE_H5UTILS_MANS"
fi
AC_SUBST(V5D_FILES)
AC_SUBST(V5D_INCLUDES)
=====================================
doc/man/h5fromh4.1
=====================================
--- a/doc/man/h5fromh4.1
+++ b/doc/man/h5fromh4.1
@@ -27,7 +27,7 @@ h5fromh4 \- convert HDF4 scientific datasets to an HDF5 file
[\fIOPTION\fR]... [\fIHDF4FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5fromh4 takes one or more files in HDF4 format and outputs files in
HDF5 format containing the datasets from the HDF4 files. (Currently,
only a single dataset per HDF4 file is converted.)
=====================================
doc/man/h5fromtxt.1
=====================================
--- a/doc/man/h5fromtxt.1
+++ b/doc/man/h5fromtxt.1
@@ -27,7 +27,7 @@ h5fromtxt \- convert text input to an HDF5 file
[\fIOPTION\fR]... [\fIHDF5FILE\fR]
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5fromtxt takes a series of numbers from standard input and outputs a
multi-dimensional numeric dataset in an HDF5 file.
=====================================
doc/man/h5math.1
=====================================
--- a/doc/man/h5math.1
+++ b/doc/man/h5math.1
@@ -27,7 +27,7 @@ h5math \- combine/create HDF5 files with math expressions
[\fIOPTION\fR]... \fIOUTPUT-HDF5FILE\fR [\fIINPUT-HDF5FILES\fR...]
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5math takes any number of HDF5 files as input, along with a mathematical
expression, and combines them to produce a new HDF5 file.
=====================================
doc/man/h5topng.1.in
=====================================
--- a/doc/man/h5topng.1.in
+++ b/doc/man/h5topng.1.in
@@ -27,7 +27,7 @@ h5topng \- generate PNG images from 2d slices of HDF5 files
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5topng is a utility to generate images in PNG (Portable Network Graphics)
format from two-dimensional slices of datasets in HDF5 files. It is
designed for quick-and-dirty visualization of scientific data, and for
=====================================
doc/man/h5totxt.1
=====================================
--- a/doc/man/h5totxt.1
+++ b/doc/man/h5totxt.1
@@ -27,7 +27,7 @@ h5totxt \- generate comma-delimited text from 2d slices of HDF5 files
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5totxt is a utility to generate comma-delimited text (and similar
formats) from one-, two-, or more-dimensional slices of numeric
datasets in HDF5 files. This way, the data can easily be imported
=====================================
doc/man/h5tov5d.1
=====================================
--- a/doc/man/h5tov5d.1
+++ b/doc/man/h5tov5d.1
@@ -27,7 +27,7 @@ h5tov5d \- convert datasets in HDF5 files to Vis5d format
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5tov5d is a program to generate Vis5d data files from
multidimensional datasets in HDF5 files. Vis5d is a free volumetric
visualization program capable of displaying 3, 4, or even 5
=====================================
doc/man/h5tovtk.1
=====================================
--- a/doc/man/h5tovtk.1
+++ b/doc/man/h5tovtk.1
@@ -27,7 +27,7 @@ h5tovtk \- convert datasets in HDF5 files to VTK format
[\fIOPTION\fR]... [\fIHDF5FILE\fR]...
.SH DESCRIPTION
.PP
-." Add any additional description here
+.\" Add any additional description here
h5tovtk is a program to generate VTK data files from multidimensional
datasets in HDF5 files. VTK, the Visualization ToolKit, is an
open-source, freely available software system for 3D computer
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/commit/b1476b0433c44be5d9a9aad957f77a127c7e34a4
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/commit/b1476b0433c44be5d9a9aad957f77a127c7e34a4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180320/577dce1a/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list