Tue Nov 17 10:42:13 2015 UTC ()
Update gsl to 2.1:

* What is new in gsl-2.1:

** added test suite for example programs

** bug fix when compiling with #undef GSL_DISABLE_DEPRECATED

** bug fix in setting libtool age versioning

** bug fix in gsl_multifit_wlinear()

** added gsl_multifit_linear_rcond() to compute reciprocal
   condition number of least squares matrix

** added gsl_multilarge module for large linear least squares
   systems


(wiz)
diff -r1.35 -r1.36 pkgsrc/math/gsl/Makefile
diff -r1.19 -r1.20 pkgsrc/math/gsl/PLIST
diff -r1.30 -r1.31 pkgsrc/math/gsl/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/math/gsl/Makefile (switch to unified diff)

--- pkgsrc/math/gsl/Makefile 2015/11/06 11:19:48 1.35
+++ pkgsrc/math/gsl/Makefile 2015/11/17 10:42:12 1.36
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.35 2015/11/06 11:19:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2015/11/17 10:42:12 wiz Exp $
2 2
3DISTNAME= gsl-2.0 3DISTNAME= gsl-2.1
4CATEGORIES= math devel 4CATEGORIES= math devel
5MASTER_SITES= ${MASTER_SITE_GNU:=gsl/} 5MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
6 6
7MAINTAINER= david@maxwell.net 7MAINTAINER= david@maxwell.net
8HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html 8HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html
9COMMENT= The GNU Scientific Library 9COMMENT= The GNU Scientific Library
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14INFO_FILES= yes 14INFO_FILES= yes
15 15
16TEST_TARGET= check 16TEST_TARGET= check
17 17
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/math/gsl/PLIST (switch to unified diff)

--- pkgsrc/math/gsl/PLIST 2015/11/06 11:19:48 1.19
+++ pkgsrc/math/gsl/PLIST 2015/11/17 10:42:12 1.20
@@ -1,238 +1,239 @@ @@ -1,238 +1,239 @@
1@comment $NetBSD: PLIST,v 1.19 2015/11/06 11:19:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.20 2015/11/17 10:42:12 wiz Exp $
2bin/gsl-config 2bin/gsl-config
3bin/gsl-histogram 3bin/gsl-histogram
4bin/gsl-randist 4bin/gsl-randist
5include/gsl/gsl_blas.h 5include/gsl/gsl_blas.h
6include/gsl/gsl_blas_types.h 6include/gsl/gsl_blas_types.h
7include/gsl/gsl_block.h 7include/gsl/gsl_block.h
8include/gsl/gsl_block_char.h 8include/gsl/gsl_block_char.h
9include/gsl/gsl_block_complex_double.h 9include/gsl/gsl_block_complex_double.h
10include/gsl/gsl_block_complex_float.h 10include/gsl/gsl_block_complex_float.h
11include/gsl/gsl_block_complex_long_double.h 11include/gsl/gsl_block_complex_long_double.h
12include/gsl/gsl_block_double.h 12include/gsl/gsl_block_double.h
13include/gsl/gsl_block_float.h 13include/gsl/gsl_block_float.h
14include/gsl/gsl_block_int.h 14include/gsl/gsl_block_int.h
15include/gsl/gsl_block_long.h 15include/gsl/gsl_block_long.h
16include/gsl/gsl_block_long_double.h 16include/gsl/gsl_block_long_double.h
17include/gsl/gsl_block_short.h 17include/gsl/gsl_block_short.h
18include/gsl/gsl_block_uchar.h 18include/gsl/gsl_block_uchar.h
19include/gsl/gsl_block_uint.h 19include/gsl/gsl_block_uint.h
20include/gsl/gsl_block_ulong.h 20include/gsl/gsl_block_ulong.h
21include/gsl/gsl_block_ushort.h 21include/gsl/gsl_block_ushort.h
22include/gsl/gsl_bspline.h 22include/gsl/gsl_bspline.h
23include/gsl/gsl_cblas.h 23include/gsl/gsl_cblas.h
24include/gsl/gsl_cdf.h 24include/gsl/gsl_cdf.h
25include/gsl/gsl_chebyshev.h 25include/gsl/gsl_chebyshev.h
26include/gsl/gsl_check_range.h 26include/gsl/gsl_check_range.h
27include/gsl/gsl_combination.h 27include/gsl/gsl_combination.h
28include/gsl/gsl_complex.h 28include/gsl/gsl_complex.h
29include/gsl/gsl_complex_math.h 29include/gsl/gsl_complex_math.h
30include/gsl/gsl_const.h 30include/gsl/gsl_const.h
31include/gsl/gsl_const_cgs.h 31include/gsl/gsl_const_cgs.h
32include/gsl/gsl_const_cgsm.h 32include/gsl/gsl_const_cgsm.h
33include/gsl/gsl_const_mks.h 33include/gsl/gsl_const_mks.h
34include/gsl/gsl_const_mksa.h 34include/gsl/gsl_const_mksa.h
35include/gsl/gsl_const_num.h 35include/gsl/gsl_const_num.h
36include/gsl/gsl_deriv.h 36include/gsl/gsl_deriv.h
37include/gsl/gsl_dft_complex.h 37include/gsl/gsl_dft_complex.h
38include/gsl/gsl_dft_complex_float.h 38include/gsl/gsl_dft_complex_float.h
39include/gsl/gsl_dht.h 39include/gsl/gsl_dht.h
40include/gsl/gsl_diff.h 40include/gsl/gsl_diff.h
41include/gsl/gsl_eigen.h 41include/gsl/gsl_eigen.h
42include/gsl/gsl_errno.h 42include/gsl/gsl_errno.h
43include/gsl/gsl_fft.h 43include/gsl/gsl_fft.h
44include/gsl/gsl_fft_complex.h 44include/gsl/gsl_fft_complex.h
45include/gsl/gsl_fft_complex_float.h 45include/gsl/gsl_fft_complex_float.h
46include/gsl/gsl_fft_halfcomplex.h 46include/gsl/gsl_fft_halfcomplex.h
47include/gsl/gsl_fft_halfcomplex_float.h 47include/gsl/gsl_fft_halfcomplex_float.h
48include/gsl/gsl_fft_real.h 48include/gsl/gsl_fft_real.h
49include/gsl/gsl_fft_real_float.h 49include/gsl/gsl_fft_real_float.h
50include/gsl/gsl_fit.h 50include/gsl/gsl_fit.h
51include/gsl/gsl_heapsort.h 51include/gsl/gsl_heapsort.h
52include/gsl/gsl_histogram.h 52include/gsl/gsl_histogram.h
53include/gsl/gsl_histogram2d.h 53include/gsl/gsl_histogram2d.h
54include/gsl/gsl_ieee_utils.h 54include/gsl/gsl_ieee_utils.h
55include/gsl/gsl_inline.h 55include/gsl/gsl_inline.h
56include/gsl/gsl_integration.h 56include/gsl/gsl_integration.h
57include/gsl/gsl_interp.h 57include/gsl/gsl_interp.h
58include/gsl/gsl_interp2d.h 58include/gsl/gsl_interp2d.h
59include/gsl/gsl_linalg.h 59include/gsl/gsl_linalg.h
60include/gsl/gsl_machine.h 60include/gsl/gsl_machine.h
61include/gsl/gsl_math.h 61include/gsl/gsl_math.h
62include/gsl/gsl_matrix.h 62include/gsl/gsl_matrix.h
63include/gsl/gsl_matrix_char.h 63include/gsl/gsl_matrix_char.h
64include/gsl/gsl_matrix_complex_double.h 64include/gsl/gsl_matrix_complex_double.h
65include/gsl/gsl_matrix_complex_float.h 65include/gsl/gsl_matrix_complex_float.h
66include/gsl/gsl_matrix_complex_long_double.h 66include/gsl/gsl_matrix_complex_long_double.h
67include/gsl/gsl_matrix_double.h 67include/gsl/gsl_matrix_double.h
68include/gsl/gsl_matrix_float.h 68include/gsl/gsl_matrix_float.h
69include/gsl/gsl_matrix_int.h 69include/gsl/gsl_matrix_int.h
70include/gsl/gsl_matrix_long.h 70include/gsl/gsl_matrix_long.h
71include/gsl/gsl_matrix_long_double.h 71include/gsl/gsl_matrix_long_double.h
72include/gsl/gsl_matrix_short.h 72include/gsl/gsl_matrix_short.h
73include/gsl/gsl_matrix_uchar.h 73include/gsl/gsl_matrix_uchar.h
74include/gsl/gsl_matrix_uint.h 74include/gsl/gsl_matrix_uint.h
75include/gsl/gsl_matrix_ulong.h 75include/gsl/gsl_matrix_ulong.h
76include/gsl/gsl_matrix_ushort.h 76include/gsl/gsl_matrix_ushort.h
77include/gsl/gsl_message.h 77include/gsl/gsl_message.h
78include/gsl/gsl_min.h 78include/gsl/gsl_min.h
79include/gsl/gsl_minmax.h 79include/gsl/gsl_minmax.h
80include/gsl/gsl_mode.h 80include/gsl/gsl_mode.h
81include/gsl/gsl_monte.h 81include/gsl/gsl_monte.h
82include/gsl/gsl_monte_miser.h 82include/gsl/gsl_monte_miser.h
83include/gsl/gsl_monte_plain.h 83include/gsl/gsl_monte_plain.h
84include/gsl/gsl_monte_vegas.h 84include/gsl/gsl_monte_vegas.h
85include/gsl/gsl_multifit.h 85include/gsl/gsl_multifit.h
86include/gsl/gsl_multifit_nlin.h 86include/gsl/gsl_multifit_nlin.h
 87include/gsl/gsl_multilarge.h
87include/gsl/gsl_multimin.h 88include/gsl/gsl_multimin.h
88include/gsl/gsl_multiroots.h 89include/gsl/gsl_multiroots.h
89include/gsl/gsl_multiset.h 90include/gsl/gsl_multiset.h
90include/gsl/gsl_nan.h 91include/gsl/gsl_nan.h
91include/gsl/gsl_ntuple.h 92include/gsl/gsl_ntuple.h
92include/gsl/gsl_odeiv.h 93include/gsl/gsl_odeiv.h
93include/gsl/gsl_odeiv2.h 94include/gsl/gsl_odeiv2.h
94include/gsl/gsl_permutation.h 95include/gsl/gsl_permutation.h
95include/gsl/gsl_permute.h 96include/gsl/gsl_permute.h
96include/gsl/gsl_permute_char.h 97include/gsl/gsl_permute_char.h
97include/gsl/gsl_permute_complex_double.h 98include/gsl/gsl_permute_complex_double.h
98include/gsl/gsl_permute_complex_float.h 99include/gsl/gsl_permute_complex_float.h
99include/gsl/gsl_permute_complex_long_double.h 100include/gsl/gsl_permute_complex_long_double.h
100include/gsl/gsl_permute_double.h 101include/gsl/gsl_permute_double.h
101include/gsl/gsl_permute_float.h 102include/gsl/gsl_permute_float.h
102include/gsl/gsl_permute_int.h 103include/gsl/gsl_permute_int.h
103include/gsl/gsl_permute_long.h 104include/gsl/gsl_permute_long.h
104include/gsl/gsl_permute_long_double.h 105include/gsl/gsl_permute_long_double.h
105include/gsl/gsl_permute_short.h 106include/gsl/gsl_permute_short.h
106include/gsl/gsl_permute_uchar.h 107include/gsl/gsl_permute_uchar.h
107include/gsl/gsl_permute_uint.h 108include/gsl/gsl_permute_uint.h
108include/gsl/gsl_permute_ulong.h 109include/gsl/gsl_permute_ulong.h
109include/gsl/gsl_permute_ushort.h 110include/gsl/gsl_permute_ushort.h
110include/gsl/gsl_permute_vector.h 111include/gsl/gsl_permute_vector.h
111include/gsl/gsl_permute_vector_char.h 112include/gsl/gsl_permute_vector_char.h
112include/gsl/gsl_permute_vector_complex_double.h 113include/gsl/gsl_permute_vector_complex_double.h
113include/gsl/gsl_permute_vector_complex_float.h 114include/gsl/gsl_permute_vector_complex_float.h
114include/gsl/gsl_permute_vector_complex_long_double.h 115include/gsl/gsl_permute_vector_complex_long_double.h
115include/gsl/gsl_permute_vector_double.h 116include/gsl/gsl_permute_vector_double.h
116include/gsl/gsl_permute_vector_float.h 117include/gsl/gsl_permute_vector_float.h
117include/gsl/gsl_permute_vector_int.h 118include/gsl/gsl_permute_vector_int.h
118include/gsl/gsl_permute_vector_long.h 119include/gsl/gsl_permute_vector_long.h
119include/gsl/gsl_permute_vector_long_double.h 120include/gsl/gsl_permute_vector_long_double.h
120include/gsl/gsl_permute_vector_short.h 121include/gsl/gsl_permute_vector_short.h
121include/gsl/gsl_permute_vector_uchar.h 122include/gsl/gsl_permute_vector_uchar.h
122include/gsl/gsl_permute_vector_uint.h 123include/gsl/gsl_permute_vector_uint.h
123include/gsl/gsl_permute_vector_ulong.h 124include/gsl/gsl_permute_vector_ulong.h
124include/gsl/gsl_permute_vector_ushort.h 125include/gsl/gsl_permute_vector_ushort.h
125include/gsl/gsl_poly.h 126include/gsl/gsl_poly.h
126include/gsl/gsl_pow_int.h 127include/gsl/gsl_pow_int.h
127include/gsl/gsl_precision.h 128include/gsl/gsl_precision.h
128include/gsl/gsl_qrng.h 129include/gsl/gsl_qrng.h
129include/gsl/gsl_randist.h 130include/gsl/gsl_randist.h
130include/gsl/gsl_rng.h 131include/gsl/gsl_rng.h
131include/gsl/gsl_roots.h 132include/gsl/gsl_roots.h
132include/gsl/gsl_rstat.h 133include/gsl/gsl_rstat.h
133include/gsl/gsl_sf.h 134include/gsl/gsl_sf.h
134include/gsl/gsl_sf_airy.h 135include/gsl/gsl_sf_airy.h
135include/gsl/gsl_sf_bessel.h 136include/gsl/gsl_sf_bessel.h
136include/gsl/gsl_sf_clausen.h 137include/gsl/gsl_sf_clausen.h
137include/gsl/gsl_sf_coulomb.h 138include/gsl/gsl_sf_coulomb.h
138include/gsl/gsl_sf_coupling.h 139include/gsl/gsl_sf_coupling.h
139include/gsl/gsl_sf_dawson.h 140include/gsl/gsl_sf_dawson.h
140include/gsl/gsl_sf_debye.h 141include/gsl/gsl_sf_debye.h
141include/gsl/gsl_sf_dilog.h 142include/gsl/gsl_sf_dilog.h
142include/gsl/gsl_sf_elementary.h 143include/gsl/gsl_sf_elementary.h
143include/gsl/gsl_sf_ellint.h 144include/gsl/gsl_sf_ellint.h
144include/gsl/gsl_sf_elljac.h 145include/gsl/gsl_sf_elljac.h
145include/gsl/gsl_sf_erf.h 146include/gsl/gsl_sf_erf.h
146include/gsl/gsl_sf_exp.h 147include/gsl/gsl_sf_exp.h
147include/gsl/gsl_sf_expint.h 148include/gsl/gsl_sf_expint.h
148include/gsl/gsl_sf_fermi_dirac.h 149include/gsl/gsl_sf_fermi_dirac.h
149include/gsl/gsl_sf_gamma.h 150include/gsl/gsl_sf_gamma.h
150include/gsl/gsl_sf_gegenbauer.h 151include/gsl/gsl_sf_gegenbauer.h
151include/gsl/gsl_sf_hyperg.h 152include/gsl/gsl_sf_hyperg.h
152include/gsl/gsl_sf_laguerre.h 153include/gsl/gsl_sf_laguerre.h
153include/gsl/gsl_sf_lambert.h 154include/gsl/gsl_sf_lambert.h
154include/gsl/gsl_sf_legendre.h 155include/gsl/gsl_sf_legendre.h
155include/gsl/gsl_sf_log.h 156include/gsl/gsl_sf_log.h
156include/gsl/gsl_sf_mathieu.h 157include/gsl/gsl_sf_mathieu.h
157include/gsl/gsl_sf_pow_int.h 158include/gsl/gsl_sf_pow_int.h
158include/gsl/gsl_sf_psi.h 159include/gsl/gsl_sf_psi.h
159include/gsl/gsl_sf_result.h 160include/gsl/gsl_sf_result.h
160include/gsl/gsl_sf_synchrotron.h 161include/gsl/gsl_sf_synchrotron.h
161include/gsl/gsl_sf_transport.h 162include/gsl/gsl_sf_transport.h
162include/gsl/gsl_sf_trig.h 163include/gsl/gsl_sf_trig.h
163include/gsl/gsl_sf_zeta.h 164include/gsl/gsl_sf_zeta.h
164include/gsl/gsl_siman.h 165include/gsl/gsl_siman.h
165include/gsl/gsl_sort.h 166include/gsl/gsl_sort.h
166include/gsl/gsl_sort_char.h 167include/gsl/gsl_sort_char.h
167include/gsl/gsl_sort_double.h 168include/gsl/gsl_sort_double.h
168include/gsl/gsl_sort_float.h 169include/gsl/gsl_sort_float.h
169include/gsl/gsl_sort_int.h 170include/gsl/gsl_sort_int.h
170include/gsl/gsl_sort_long.h 171include/gsl/gsl_sort_long.h
171include/gsl/gsl_sort_long_double.h 172include/gsl/gsl_sort_long_double.h
172include/gsl/gsl_sort_short.h 173include/gsl/gsl_sort_short.h
173include/gsl/gsl_sort_uchar.h 174include/gsl/gsl_sort_uchar.h
174include/gsl/gsl_sort_uint.h 175include/gsl/gsl_sort_uint.h
175include/gsl/gsl_sort_ulong.h 176include/gsl/gsl_sort_ulong.h
176include/gsl/gsl_sort_ushort.h 177include/gsl/gsl_sort_ushort.h
177include/gsl/gsl_sort_vector.h 178include/gsl/gsl_sort_vector.h
178include/gsl/gsl_sort_vector_char.h 179include/gsl/gsl_sort_vector_char.h
179include/gsl/gsl_sort_vector_double.h 180include/gsl/gsl_sort_vector_double.h
180include/gsl/gsl_sort_vector_float.h 181include/gsl/gsl_sort_vector_float.h
181include/gsl/gsl_sort_vector_int.h 182include/gsl/gsl_sort_vector_int.h
182include/gsl/gsl_sort_vector_long.h 183include/gsl/gsl_sort_vector_long.h
183include/gsl/gsl_sort_vector_long_double.h 184include/gsl/gsl_sort_vector_long_double.h
184include/gsl/gsl_sort_vector_short.h 185include/gsl/gsl_sort_vector_short.h
185include/gsl/gsl_sort_vector_uchar.h 186include/gsl/gsl_sort_vector_uchar.h
186include/gsl/gsl_sort_vector_uint.h 187include/gsl/gsl_sort_vector_uint.h
187include/gsl/gsl_sort_vector_ulong.h 188include/gsl/gsl_sort_vector_ulong.h
188include/gsl/gsl_sort_vector_ushort.h 189include/gsl/gsl_sort_vector_ushort.h
189include/gsl/gsl_spblas.h 190include/gsl/gsl_spblas.h
190include/gsl/gsl_specfunc.h 191include/gsl/gsl_specfunc.h
191include/gsl/gsl_splinalg.h 192include/gsl/gsl_splinalg.h
192include/gsl/gsl_spline.h 193include/gsl/gsl_spline.h
193include/gsl/gsl_spline2d.h 194include/gsl/gsl_spline2d.h
194include/gsl/gsl_spmatrix.h 195include/gsl/gsl_spmatrix.h
195include/gsl/gsl_statistics.h 196include/gsl/gsl_statistics.h
196include/gsl/gsl_statistics_char.h 197include/gsl/gsl_statistics_char.h
197include/gsl/gsl_statistics_double.h 198include/gsl/gsl_statistics_double.h
198include/gsl/gsl_statistics_float.h 199include/gsl/gsl_statistics_float.h
199include/gsl/gsl_statistics_int.h 200include/gsl/gsl_statistics_int.h
200include/gsl/gsl_statistics_long.h 201include/gsl/gsl_statistics_long.h
201include/gsl/gsl_statistics_long_double.h 202include/gsl/gsl_statistics_long_double.h
202include/gsl/gsl_statistics_short.h 203include/gsl/gsl_statistics_short.h
203include/gsl/gsl_statistics_uchar.h 204include/gsl/gsl_statistics_uchar.h
204include/gsl/gsl_statistics_uint.h 205include/gsl/gsl_statistics_uint.h
205include/gsl/gsl_statistics_ulong.h 206include/gsl/gsl_statistics_ulong.h
206include/gsl/gsl_statistics_ushort.h 207include/gsl/gsl_statistics_ushort.h
207include/gsl/gsl_sum.h 208include/gsl/gsl_sum.h
208include/gsl/gsl_sys.h 209include/gsl/gsl_sys.h
209include/gsl/gsl_test.h 210include/gsl/gsl_test.h
210include/gsl/gsl_types.h 211include/gsl/gsl_types.h
211include/gsl/gsl_vector.h 212include/gsl/gsl_vector.h
212include/gsl/gsl_vector_char.h 213include/gsl/gsl_vector_char.h
213include/gsl/gsl_vector_complex.h 214include/gsl/gsl_vector_complex.h
214include/gsl/gsl_vector_complex_double.h 215include/gsl/gsl_vector_complex_double.h
215include/gsl/gsl_vector_complex_float.h 216include/gsl/gsl_vector_complex_float.h
216include/gsl/gsl_vector_complex_long_double.h 217include/gsl/gsl_vector_complex_long_double.h
217include/gsl/gsl_vector_double.h 218include/gsl/gsl_vector_double.h
218include/gsl/gsl_vector_float.h 219include/gsl/gsl_vector_float.h
219include/gsl/gsl_vector_int.h 220include/gsl/gsl_vector_int.h
220include/gsl/gsl_vector_long.h 221include/gsl/gsl_vector_long.h
221include/gsl/gsl_vector_long_double.h 222include/gsl/gsl_vector_long_double.h
222include/gsl/gsl_vector_short.h 223include/gsl/gsl_vector_short.h
223include/gsl/gsl_vector_uchar.h 224include/gsl/gsl_vector_uchar.h
224include/gsl/gsl_vector_uint.h 225include/gsl/gsl_vector_uint.h
225include/gsl/gsl_vector_ulong.h 226include/gsl/gsl_vector_ulong.h
226include/gsl/gsl_vector_ushort.h 227include/gsl/gsl_vector_ushort.h
227include/gsl/gsl_version.h 228include/gsl/gsl_version.h
228include/gsl/gsl_wavelet.h 229include/gsl/gsl_wavelet.h
229include/gsl/gsl_wavelet2d.h 230include/gsl/gsl_wavelet2d.h
230info/gsl-ref.info 231info/gsl-ref.info
231lib/libgsl.la 232lib/libgsl.la
232lib/libgslcblas.la 233lib/libgslcblas.la
233lib/pkgconfig/gsl.pc 234lib/pkgconfig/gsl.pc
234man/man1/gsl-config.1 235man/man1/gsl-config.1
235man/man1/gsl-histogram.1 236man/man1/gsl-histogram.1
236man/man1/gsl-randist.1 237man/man1/gsl-randist.1
237man/man3/gsl.3 238man/man3/gsl.3
238share/aclocal/gsl.m4 239share/aclocal/gsl.m4

cvs diff -r1.30 -r1.31 pkgsrc/math/gsl/distinfo (switch to unified diff)

--- pkgsrc/math/gsl/distinfo 2015/11/06 11:19:48 1.30
+++ pkgsrc/math/gsl/distinfo 2015/11/17 10:42:12 1.31
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.30 2015/11/06 11:19:48 wiz Exp $ 1$NetBSD: distinfo,v 1.31 2015/11/17 10:42:12 wiz Exp $
2 2
3SHA1 (gsl-2.0.tar.gz) = 1b43e863e30e8e338ebea27f5f2625cd4be00c11 3SHA1 (gsl-2.1.tar.gz) = e20110bf060c4030b26c519a70c6c0e113abc9f7
4RMD160 (gsl-2.0.tar.gz) = 828247787079f6e02bda57947a5d98c2692e42b6 4RMD160 (gsl-2.1.tar.gz) = 4ccf5425d54c2b0ef76db97f5960563a4bf0e311
5SHA512 (gsl-2.0.tar.gz) = 66bcfa0ecdc55ad0b723c9553c6c84c85adc0e28a6d5e7fdfa8b441d3085290d120331e8d8d0283055a8580fa38d2ada5bcafcace13d8513b1f8879a2112f9d5 5SHA512 (gsl-2.1.tar.gz) = d63660fdfae9c9ec9f4fd1894b0af705297cefb6169973ef10faacd0b8a3d52f537508e9c07f4f9f4253138cc48e5570bb10ef303538226d7febd92e8fd184b0
6Size (gsl-2.0.tar.gz) = 3542654 bytes 6Size (gsl-2.1.tar.gz) = 3827265 bytes
7SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09 7SHA1 (patch-aa) = 3065e1282ded8b4a1b571f62603c3f49fbde8a09
8SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d 8SHA1 (patch-ae) = df7c4f8863a1b8c0dc598d6fccd6243406b7ba0d
9SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb 9SHA1 (patch-af) = 570f98483a5f05862da606c06e59e582048c6fcb