ports/155482: new port: science/h5utils --- utilities for visualization and conversion of HDF5 format

Klaus Aehlig aehlig at linta.de
Fri Mar 11 21:40:08 UTC 2011


>Number:         155482
>Category:       ports
>Synopsis:       new port: science/h5utils --- utilities for visualization and conversion of HDF5 format
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 11 21:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Klaus Aehlig
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD curry.linta.de 8.2-STABLE FreeBSD 8.2-STABLE #11: Sun Feb 27 03:33:40 GMT 2011 aehlig at curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64

>Description:

h5utils is a set of utilities for visualization and conversion of 
scientific data in the free, portable HDF5 format.

Besides providing a simple tool for batch visualization as PNG images, 
h5utils also includes programs to convert HDF5 datasets into the formats 
required by other free visualization software (e.g. plain text, Vis5d, 
and VTK).

WWW: http://ab-initio.mit.edu/wiki/index.php/H5utils
How-To-Repeat:

>How-To-Repeat:
>Fix:


--- h5utils.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:    h5utils
X# Date created:				Mar 11, 2011
X# Whom:					Klaus Aehlig <aehlig at linta.de>
X# $FreeBSD: $
X
XPORTNAME=	h5utils
XPORTVERSION=	1.12.1
XCATEGORIES=	science
XMASTER_SITES=	http://ab-initio.mit.edu/${PORTNAME}/
X
XMAINTAINER=	aehlig at linta.de
XCOMMENT=	A set of utilities for visualization and conversion of HDF5 format
X
XLICENSE=        MIT GPLv2
XLICENSE_COMB=	multi
XLICENSE_FILE=   ${WRKSRC}/LICENSE
X
XMAN1=		h5totxt.1 h5fromtxt.1 h5tovtk.1 h5topng.1
X
XGNU_CONFIGURE=	YES
XCFLAGS +=	-L${LOCALBASE}/lib -I${LOCALBASE}/include ${PTHREAD_LIBS}
X
XBUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
XLIB_DEPENDS +=	hdf5.0:${PORTSDIR}/science/hdf5 \
X		png:${PORTSDIR}/graphics/png
X
X## The following dependencies are BROKEN on most relevant
X## architectures; but if present, extra binaries files
X## are built and installed
X
X.if exists(${LOCALBASE}/lib/libdf.a)
XPLIST_FILES +=	bin/h5fromh4 bin/h4fromh5
XMAN1 +=		h5fromh4.1 h4fromh5.1
X.endif
X
X.if exists(${LOCALBASE}/lib/libmatheval.a)
XPLIST_FILES +=	bin/h5math
XMAN1 +=		h5math.1
X.endif
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XSHA256 (h5utils-1.12.1.tar.gz) = 7290290ca5d5d4451d757a70c86baaa70d23a28edb09c951b6b77c22b924a38d
XSIZE (h5utils-1.12.1.tar.gz) = 156785
aec8793adfd5b7c3f00e62ae41a09ac2
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
Xh5utils is a set of utilities for visualization and conversion of 
Xscientific data in the free, portable HDF5 format.
X
XBesides providing a simple tool for batch visualization as PNG images, 
Xh5utils also includes programs to convert HDF5 datasets into the formats 
Xrequired by other free visualization software (e.g. plain text, Vis5d, 
Xand VTK).
X
XWWW: http://ab-initio.mit.edu/wiki/index.php/H5utils
0e313719ff012ceaf97a028d51caa8f5
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
Xbin/h5totxt
Xbin/h5fromtxt
Xbin/h5tovtk
Xbin/h5topng
Xshare/h5utils/colormaps/autumn
Xshare/h5utils/colormaps/bluered
Xshare/h5utils/colormaps/bone
Xshare/h5utils/colormaps/colorcube
Xshare/h5utils/colormaps/cool
Xshare/h5utils/colormaps/copper
Xshare/h5utils/colormaps/flag
Xshare/h5utils/colormaps/gray
Xshare/h5utils/colormaps/green
Xshare/h5utils/colormaps/hot
Xshare/h5utils/colormaps/hsv
Xshare/h5utils/colormaps/jet
Xshare/h5utils/colormaps/lines
Xshare/h5utils/colormaps/pink
Xshare/h5utils/colormaps/prism
Xshare/h5utils/colormaps/spring
Xshare/h5utils/colormaps/summer
Xshare/h5utils/colormaps/vga
Xshare/h5utils/colormaps/winter
Xshare/h5utils/colormaps/yarg
Xshare/h5utils/colormaps/yellow
Xshare/h5utils/colormaps/dkbluered
X at dirrmtry bin
X at dirrm share/h5utils/colormaps
X at dirrm share/h5utils
X at dirrmtry share
X
ef3e7f63841ae908ba397c2bef1fbad6
exit
--- h5utils.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list