View | Details | Raw Unified | Return to bug 80873
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	hdf5
9
PORTNAME=	hdf5
10
PORTVERSION=	1.6.3
10
PORTVERSION=	1.6.4
11
CATEGORIES=	science archivers graphics
11
CATEGORIES=	science archivers graphics
12
MASTER_SITES=	ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/${PORTVERSION}/
12
MASTER_SITES=	ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/${PORTVERSION}/
13
13
Lines 37-43 Link Here
37
	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
37
	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
38
38
39
post-install:
39
post-install:
40
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart
40
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart h5jam h5unjam
41
	@${STRIP_CMD} ${PREFIX}/bin/${i}
41
	@${STRIP_CMD} ${PREFIX}/bin/${i}
42
.endfor
42
.endfor
43
43
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (hdf5-1.6.3.tar.gz) = 8f7f7164ed75536318c2d0fd051c6ea4
1
MD5 (hdf5-1.6.4.tar.gz) = 837de4bb977623e380d3501ab2791f02
2
SIZE (hdf5-1.6.3.tar.gz) = 4733419
2
SIZE (hdf5-1.6.4.tar.gz) = 4854883
(-)pkg-plist (-1 / +10 lines)
Lines 6-15 Link Here
6
bin/h5diff
6
bin/h5diff
7
bin/h5dump
7
bin/h5dump
8
bin/h5import
8
bin/h5import
9
bin/h5jam
9
bin/h5ls
10
bin/h5ls
10
bin/h5redeploy
11
bin/h5redeploy
11
bin/h5repack
12
bin/h5repack
12
bin/h5repart
13
bin/h5repart
14
bin/h5unjam
13
include/H5ACpublic.h
15
include/H5ACpublic.h
14
include/H5AbstractDs.h
16
include/H5AbstractDs.h
15
include/H5Apublic.h
17
include/H5Apublic.h
Lines 22-27 Link Here
22
include/H5CompType.h
24
include/H5CompType.h
23
include/H5Cpp.h
25
include/H5Cpp.h
24
include/H5CppDoc.h
26
include/H5CppDoc.h
27
include/H5Cpublic.h
25
include/H5DataSet.h
28
include/H5DataSet.h
26
include/H5DataSpace.h
29
include/H5DataSpace.h
27
include/H5DataType.h
30
include/H5DataType.h
Lines 53-62 Link Here
53
include/H5Group.h
56
include/H5Group.h
54
include/H5HGpublic.h
57
include/H5HGpublic.h
55
include/H5HLpublic.h
58
include/H5HLpublic.h
59
include/H5IM.h
56
include/H5IdComponent.h
60
include/H5IdComponent.h
57
include/H5Include.h
61
include/H5Include.h
58
include/H5IntType.h
62
include/H5IntType.h
59
include/H5Ipublic.h
63
include/H5Ipublic.h
64
include/H5LT.h
60
include/H5Library.h
65
include/H5Library.h
61
include/H5MMpublic.h
66
include/H5MMpublic.h
62
include/H5Object.h
67
include/H5Object.h
Lines 64-73 Link Here
64
include/H5Ppublic.h
69
include/H5Ppublic.h
65
include/H5PredType.h
70
include/H5PredType.h
66
include/H5PropList.h
71
include/H5PropList.h
67
include/H5RefCounter.h
68
include/H5Rpublic.h
72
include/H5Rpublic.h
69
include/H5Spublic.h
73
include/H5Spublic.h
70
include/H5StrType.h
74
include/H5StrType.h
75
include/H5TA.h
71
include/H5Tpublic.h
76
include/H5Tpublic.h
72
include/H5VarLenType.h
77
include/H5VarLenType.h
73
include/H5Zpublic.h
78
include/H5Zpublic.h
Lines 80-85 Link Here
80
lib/libhdf5.so
85
lib/libhdf5.so
81
lib/libhdf5.so.0
86
lib/libhdf5.so.0
82
lib/libhdf5_cpp.a
87
lib/libhdf5_cpp.a
88
lib/libhdf5_cpp.settings
89
lib/libhdf5_hl.a
90
lib/libhdf5_hl.so
91
lib/libhdf5_hl.so.0
83
%%EXAMPLESDIR%%/c/h5_attribute.c
92
%%EXAMPLESDIR%%/c/h5_attribute.c
84
%%EXAMPLESDIR%%/c/h5_chunk_read.c
93
%%EXAMPLESDIR%%/c/h5_chunk_read.c
85
%%EXAMPLESDIR%%/c/h5_compound.c
94
%%EXAMPLESDIR%%/c/h5_compound.c

Return to bug 80873