Sat Mar 12 13:38:33 2016 UTC ()
Update ruby-gsl to 2.1.0.

This version comes with extra Linux tmp files; reported upstream as
	https://github.com/SciRuby/rb-gsl/issues/34

Changes:

Support for gsl-2.1.0.
Support for nmatrix (not in pkgsrc yet)


(wiz)
diff -r1.16 -r1.17 pkgsrc/math/ruby-gsl/Makefile
diff -r1.8 -r1.9 pkgsrc/math/ruby-gsl/PLIST
diff -r1.11 -r1.12 pkgsrc/math/ruby-gsl/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/math/ruby-gsl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/Makefile 2015/09/13 14:37:10 1.16
+++ pkgsrc/math/ruby-gsl/Attic/Makefile 2016/03/12 13:38:33 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2015/09/13 14:37:10 taca Exp $ 1# $NetBSD: Makefile,v 1.17 2016/03/12 13:38:33 wiz Exp $
2 2
3DISTNAME= gsl-1.16.0.6 3DISTNAME= gsl-2.1.0
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/SciRuby/rb-gsl 7HOMEPAGE= http://github.com/SciRuby/rb-gsl
8COMMENT= Ruby interface to GNU Scientific Library 8COMMENT= Ruby interface to GNU Scientific Library
9LICENSE= gnu-gpl-v2 # OR later 9LICENSE= gnu-gpl-v2 # OR later
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray 11DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
12 12
13USE_GCC_RUNTIME= yes 13USE_GCC_RUNTIME= yes
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../math/gsl/buildlink3.mk" 16.include "../../math/gsl/buildlink3.mk"

cvs diff -r1.8 -r1.9 pkgsrc/math/ruby-gsl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/PLIST 2015/09/13 14:37:10 1.8
+++ pkgsrc/math/ruby-gsl/Attic/PLIST 2016/03/12 13:38:33 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2015/09/13 14:37:10 taca Exp $ 1@comment $NetBSD: PLIST,v 1.9 2016/03/12 13:38:33 wiz Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_EXTSDIR}/gem.build_complete 3${GEM_EXTSDIR}/gem.build_complete
4${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT} 4${GEM_EXTSDIR}/gsl_native.${RUBY_DLEXT}
5${GEM_LIBDIR}/.gitignore 5${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/.travis.yml 6${GEM_LIBDIR}/.travis.yml
7${GEM_LIBDIR}/AUTHORS 7${GEM_LIBDIR}/AUTHORS
8${GEM_LIBDIR}/COPYING 8${GEM_LIBDIR}/COPYING
9${GEM_LIBDIR}/ChangeLog 9${GEM_LIBDIR}/ChangeLog
10${GEM_LIBDIR}/Gemfile 10${GEM_LIBDIR}/Gemfile
11${GEM_LIBDIR}/README.md 11${GEM_LIBDIR}/README.md
12${GEM_LIBDIR}/Rakefile 12${GEM_LIBDIR}/Rakefile
13${GEM_LIBDIR}/THANKS 13${GEM_LIBDIR}/THANKS
14${GEM_LIBDIR}/examples/alf/alf.gp 14${GEM_LIBDIR}/examples/alf/alf.gp
@@ -382,26 +382,27 @@ ${GEM_LIBDIR}/ext/gsl_native/dht.c @@ -382,26 +382,27 @@ ${GEM_LIBDIR}/ext/gsl_native/dht.c
382${GEM_LIBDIR}/ext/gsl_native/diff.c 382${GEM_LIBDIR}/ext/gsl_native/diff.c
383${GEM_LIBDIR}/ext/gsl_native/dirac.c 383${GEM_LIBDIR}/ext/gsl_native/dirac.c
384${GEM_LIBDIR}/ext/gsl_native/eigen.c 384${GEM_LIBDIR}/ext/gsl_native/eigen.c
385${GEM_LIBDIR}/ext/gsl_native/error.c 385${GEM_LIBDIR}/ext/gsl_native/error.c
386${GEM_LIBDIR}/ext/gsl_native/extconf.rb 386${GEM_LIBDIR}/ext/gsl_native/extconf.rb
387${GEM_LIBDIR}/ext/gsl_native/fft.c 387${GEM_LIBDIR}/ext/gsl_native/fft.c
388${GEM_LIBDIR}/ext/gsl_native/fit.c 388${GEM_LIBDIR}/ext/gsl_native/fit.c
389${GEM_LIBDIR}/ext/gsl_native/fresnel.c 389${GEM_LIBDIR}/ext/gsl_native/fresnel.c
390${GEM_LIBDIR}/ext/gsl_native/function.c 390${GEM_LIBDIR}/ext/gsl_native/function.c
391${GEM_LIBDIR}/ext/gsl_native/geometry.c 391${GEM_LIBDIR}/ext/gsl_native/geometry.c
392${GEM_LIBDIR}/ext/gsl_native/graph.c 392${GEM_LIBDIR}/ext/gsl_native/graph.c
393${GEM_LIBDIR}/ext/gsl_native/gsl.c 393${GEM_LIBDIR}/ext/gsl_native/gsl.c
394${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c 394${GEM_LIBDIR}/ext/gsl_native/gsl_narray.c
 395${GEM_LIBDIR}/ext/gsl_native/gsl_nmatrix.c
395${GEM_LIBDIR}/ext/gsl_native/histogram.c 396${GEM_LIBDIR}/ext/gsl_native/histogram.c
396${GEM_LIBDIR}/ext/gsl_native/histogram2d.c 397${GEM_LIBDIR}/ext/gsl_native/histogram2d.c
397${GEM_LIBDIR}/ext/gsl_native/histogram3d.c 398${GEM_LIBDIR}/ext/gsl_native/histogram3d.c
398${GEM_LIBDIR}/ext/gsl_native/histogram3d_source.c 399${GEM_LIBDIR}/ext/gsl_native/histogram3d_source.c
399${GEM_LIBDIR}/ext/gsl_native/histogram_find.c 400${GEM_LIBDIR}/ext/gsl_native/histogram_find.c
400${GEM_LIBDIR}/ext/gsl_native/histogram_oper.c 401${GEM_LIBDIR}/ext/gsl_native/histogram_oper.c
401${GEM_LIBDIR}/ext/gsl_native/ieee.c 402${GEM_LIBDIR}/ext/gsl_native/ieee.c
402${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl.h 403${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl.h
403${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_array.h 404${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_array.h
404${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_cheb.h 405${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_cheb.h
405${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_common.h 406${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_common.h
406${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_complex.h 407${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_complex.h
407${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_const.h 408${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_const.h
@@ -416,26 +417,27 @@ ${GEM_LIBDIR}/ext/gsl_native/include/rb_ @@ -416,26 +417,27 @@ ${GEM_LIBDIR}/ext/gsl_native/include/rb_
416${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_integration.h 417${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_integration.h
417${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_interp.h 418${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_interp.h
418${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_linalg.h 419${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_linalg.h
419${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_math.h 420${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_math.h
420${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_odeiv.h 421${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_odeiv.h
421${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_poly.h 422${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_poly.h
422${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rational.h 423${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rational.h
423${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rng.h 424${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_rng.h
424${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_root.h 425${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_root.h
425${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h 426${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_sf.h
426${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h 427${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_statistics.h
427${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h 428${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_tensor.h
428${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h 429${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_narray.h
 430${GEM_LIBDIR}/ext/gsl_native/include/rb_gsl_with_nmatrix.h
429${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h 431${GEM_LIBDIR}/ext/gsl_native/include/templates_off.h
430${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h 432${GEM_LIBDIR}/ext/gsl_native/include/templates_on.h
431${GEM_LIBDIR}/ext/gsl_native/integration.c 433${GEM_LIBDIR}/ext/gsl_native/integration.c
432${GEM_LIBDIR}/ext/gsl_native/interp.c 434${GEM_LIBDIR}/ext/gsl_native/interp.c
433${GEM_LIBDIR}/ext/gsl_native/jacobi.c 435${GEM_LIBDIR}/ext/gsl_native/jacobi.c
434${GEM_LIBDIR}/ext/gsl_native/linalg.c 436${GEM_LIBDIR}/ext/gsl_native/linalg.c
435${GEM_LIBDIR}/ext/gsl_native/linalg_complex.c 437${GEM_LIBDIR}/ext/gsl_native/linalg_complex.c
436${GEM_LIBDIR}/ext/gsl_native/math.c 438${GEM_LIBDIR}/ext/gsl_native/math.c
437${GEM_LIBDIR}/ext/gsl_native/matrix.c 439${GEM_LIBDIR}/ext/gsl_native/matrix.c
438${GEM_LIBDIR}/ext/gsl_native/matrix_complex.c 440${GEM_LIBDIR}/ext/gsl_native/matrix_complex.c
439${GEM_LIBDIR}/ext/gsl_native/matrix_double.c 441${GEM_LIBDIR}/ext/gsl_native/matrix_double.c
440${GEM_LIBDIR}/ext/gsl_native/matrix_int.c 442${GEM_LIBDIR}/ext/gsl_native/matrix_int.c
441${GEM_LIBDIR}/ext/gsl_native/matrix_source.h 443${GEM_LIBDIR}/ext/gsl_native/matrix_source.h
@@ -538,79 +540,144 @@ ${GEM_LIBDIR}/rdoc/hist3d.rdoc @@ -538,79 +540,144 @@ ${GEM_LIBDIR}/rdoc/hist3d.rdoc
538${GEM_LIBDIR}/rdoc/integration.rdoc 540${GEM_LIBDIR}/rdoc/integration.rdoc
539${GEM_LIBDIR}/rdoc/interp.rdoc 541${GEM_LIBDIR}/rdoc/interp.rdoc
540${GEM_LIBDIR}/rdoc/intro.rdoc 542${GEM_LIBDIR}/rdoc/intro.rdoc
541${GEM_LIBDIR}/rdoc/linalg.rdoc 543${GEM_LIBDIR}/rdoc/linalg.rdoc
542${GEM_LIBDIR}/rdoc/linalg_complex.rdoc 544${GEM_LIBDIR}/rdoc/linalg_complex.rdoc
543${GEM_LIBDIR}/rdoc/math.rdoc 545${GEM_LIBDIR}/rdoc/math.rdoc
544${GEM_LIBDIR}/rdoc/matrix.rdoc 546${GEM_LIBDIR}/rdoc/matrix.rdoc
545${GEM_LIBDIR}/rdoc/min.rdoc 547${GEM_LIBDIR}/rdoc/min.rdoc
546${GEM_LIBDIR}/rdoc/monte.rdoc 548${GEM_LIBDIR}/rdoc/monte.rdoc
547${GEM_LIBDIR}/rdoc/multimin.rdoc 549${GEM_LIBDIR}/rdoc/multimin.rdoc
548${GEM_LIBDIR}/rdoc/multiroot.rdoc 550${GEM_LIBDIR}/rdoc/multiroot.rdoc
549${GEM_LIBDIR}/rdoc/narray.rdoc 551${GEM_LIBDIR}/rdoc/narray.rdoc
550${GEM_LIBDIR}/rdoc/ndlinear.rdoc 552${GEM_LIBDIR}/rdoc/ndlinear.rdoc
 553${GEM_LIBDIR}/rdoc/nmatrix.rdoc
551${GEM_LIBDIR}/rdoc/nonlinearfit.rdoc 554${GEM_LIBDIR}/rdoc/nonlinearfit.rdoc
552${GEM_LIBDIR}/rdoc/ntuple.rdoc 555${GEM_LIBDIR}/rdoc/ntuple.rdoc
553${GEM_LIBDIR}/rdoc/odeiv.rdoc 556${GEM_LIBDIR}/rdoc/odeiv.rdoc
554${GEM_LIBDIR}/rdoc/perm.rdoc 557${GEM_LIBDIR}/rdoc/perm.rdoc
555${GEM_LIBDIR}/rdoc/poly.rdoc 558${GEM_LIBDIR}/rdoc/poly.rdoc
556${GEM_LIBDIR}/rdoc/qrng.rdoc 559${GEM_LIBDIR}/rdoc/qrng.rdoc
557${GEM_LIBDIR}/rdoc/randist.rdoc 560${GEM_LIBDIR}/rdoc/randist.rdoc
558${GEM_LIBDIR}/rdoc/ref.rdoc 561${GEM_LIBDIR}/rdoc/ref.rdoc
559${GEM_LIBDIR}/rdoc/rng.rdoc 562${GEM_LIBDIR}/rdoc/rng.rdoc
560${GEM_LIBDIR}/rdoc/roots.rdoc 563${GEM_LIBDIR}/rdoc/roots.rdoc
561${GEM_LIBDIR}/rdoc/sf.rdoc 564${GEM_LIBDIR}/rdoc/sf.rdoc
562${GEM_LIBDIR}/rdoc/siman.rdoc 565${GEM_LIBDIR}/rdoc/siman.rdoc
563${GEM_LIBDIR}/rdoc/sort.rdoc 566${GEM_LIBDIR}/rdoc/sort.rdoc
564${GEM_LIBDIR}/rdoc/start.rdoc 567${GEM_LIBDIR}/rdoc/start.rdoc
565${GEM_LIBDIR}/rdoc/stats.rdoc 568${GEM_LIBDIR}/rdoc/stats.rdoc
566${GEM_LIBDIR}/rdoc/sum.rdoc 569${GEM_LIBDIR}/rdoc/sum.rdoc
567${GEM_LIBDIR}/rdoc/tensor.rdoc 570${GEM_LIBDIR}/rdoc/tensor.rdoc
568${GEM_LIBDIR}/rdoc/tut.rdoc 571${GEM_LIBDIR}/rdoc/tut.rdoc
569${GEM_LIBDIR}/rdoc/use.rdoc 572${GEM_LIBDIR}/rdoc/use.rdoc
570${GEM_LIBDIR}/rdoc/vector.rdoc 573${GEM_LIBDIR}/rdoc/vector.rdoc
571${GEM_LIBDIR}/rdoc/vector_complex.rdoc 574${GEM_LIBDIR}/rdoc/vector_complex.rdoc
572${GEM_LIBDIR}/rdoc/wavelet.rdoc 575${GEM_LIBDIR}/rdoc/wavelet.rdoc
 576${GEM_LIBDIR}/test.sh
573${GEM_LIBDIR}/test/gsl/blas_test.rb 577${GEM_LIBDIR}/test/gsl/blas_test.rb
574${GEM_LIBDIR}/test/gsl/bspline_test.rb 578${GEM_LIBDIR}/test/gsl/bspline_test.rb
575${GEM_LIBDIR}/test/gsl/cdf_test.rb 579${GEM_LIBDIR}/test/gsl/cdf_test.rb
576${GEM_LIBDIR}/test/gsl/cheb_test.rb 580${GEM_LIBDIR}/test/gsl/cheb_test.rb
577${GEM_LIBDIR}/test/gsl/combination_test.rb 581${GEM_LIBDIR}/test/gsl/combination_test.rb
578${GEM_LIBDIR}/test/gsl/complex_test.rb 582${GEM_LIBDIR}/test/gsl/complex_test.rb
579${GEM_LIBDIR}/test/gsl/const_test.rb 583${GEM_LIBDIR}/test/gsl/const_test.rb
580${GEM_LIBDIR}/test/gsl/deriv_test.rb 584${GEM_LIBDIR}/test/gsl/deriv_test.rb
581${GEM_LIBDIR}/test/gsl/dht_test.rb 585${GEM_LIBDIR}/test/gsl/dht_test.rb
582${GEM_LIBDIR}/test/gsl/diff_test.rb 586${GEM_LIBDIR}/test/gsl/diff_test.rb
583${GEM_LIBDIR}/test/gsl/eigen_test.rb 587${GEM_LIBDIR}/test/gsl/eigen_test.rb
584${GEM_LIBDIR}/test/gsl/err_test.rb 588${GEM_LIBDIR}/test/gsl/err_test.rb
585${GEM_LIBDIR}/test/gsl/fit_test.rb 589${GEM_LIBDIR}/test/gsl/fit_test.rb
586${GEM_LIBDIR}/test/gsl/histo_test.rb 590${GEM_LIBDIR}/test/gsl/histo_test.rb
587${GEM_LIBDIR}/test/gsl/index_test.rb 591${GEM_LIBDIR}/test/gsl/index_test.rb
588${GEM_LIBDIR}/test/gsl/integration_test.rb 592${GEM_LIBDIR}/test/gsl/integration_test.rb
589${GEM_LIBDIR}/test/gsl/interp_test.rb 593${GEM_LIBDIR}/test/gsl/interp_test.rb
590${GEM_LIBDIR}/test/gsl/linalg_test.rb 594${GEM_LIBDIR}/test/gsl/linalg_test.rb
591${GEM_LIBDIR}/test/gsl/matrix_nmf_test.rb 595${GEM_LIBDIR}/test/gsl/matrix_nmf_test.rb
592${GEM_LIBDIR}/test/gsl/matrix_test.rb 596${GEM_LIBDIR}/test/gsl/matrix_test.rb
593${GEM_LIBDIR}/test/gsl/min_test.rb 597${GEM_LIBDIR}/test/gsl/min_test.rb
594${GEM_LIBDIR}/test/gsl/monte_test.rb 598${GEM_LIBDIR}/test/gsl/monte_test.rb
595${GEM_LIBDIR}/test/gsl/multifit_test.rb 599${GEM_LIBDIR}/test/gsl/multifit_test.rb
596${GEM_LIBDIR}/test/gsl/multimin_test.rb 600${GEM_LIBDIR}/test/gsl/multimin_test.rb
597${GEM_LIBDIR}/test/gsl/multiroot_test.rb 601${GEM_LIBDIR}/test/gsl/multiroot_test.rb
598${GEM_LIBDIR}/test/gsl/multiset_test.rb 602${GEM_LIBDIR}/test/gsl/multiset_test.rb
 603${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_cheb_test.rb
 604${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_eigen_test.rb
 605${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_gsl_test.rb
 606${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_interp_test.rb
 607${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_linalg_test.rb
 608${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_stats_test.rb
 609${GEM_LIBDIR}/test/gsl/nmatrix_tests/nmatrix_wavelet_test.rb
599${GEM_LIBDIR}/test/gsl/odeiv_test.rb 610${GEM_LIBDIR}/test/gsl/odeiv_test.rb
600${GEM_LIBDIR}/test/gsl/oper_test.rb 611${GEM_LIBDIR}/test/gsl/oper_test.rb
601${GEM_LIBDIR}/test/gsl/poly_test.rb 612${GEM_LIBDIR}/test/gsl/poly_test.rb
602${GEM_LIBDIR}/test/gsl/qrng_test.rb 613${GEM_LIBDIR}/test/gsl/qrng_test.rb
603${GEM_LIBDIR}/test/gsl/quartic_test.rb 614${GEM_LIBDIR}/test/gsl/quartic_test.rb
604${GEM_LIBDIR}/test/gsl/randist_test.rb 615${GEM_LIBDIR}/test/gsl/randist_test.rb
605${GEM_LIBDIR}/test/gsl/rng_test.rb 616${GEM_LIBDIR}/test/gsl/rng_test.rb
606${GEM_LIBDIR}/test/gsl/roots_test.rb 617${GEM_LIBDIR}/test/gsl/roots_test.rb
607${GEM_LIBDIR}/test/gsl/sf_test.rb 618${GEM_LIBDIR}/test/gsl/sf_test.rb
608${GEM_LIBDIR}/test/gsl/stats_test.rb 619${GEM_LIBDIR}/test/gsl/stats_test.rb
609${GEM_LIBDIR}/test/gsl/sum_test.rb 620${GEM_LIBDIR}/test/gsl/sum_test.rb
610${GEM_LIBDIR}/test/gsl/tensor_test.rb 621${GEM_LIBDIR}/test/gsl/tensor_test.rb
611${GEM_LIBDIR}/test/gsl/vector_test.rb 622${GEM_LIBDIR}/test/gsl/vector_test.rb
612${GEM_LIBDIR}/test/gsl/wavelet_test.rb 623${GEM_LIBDIR}/test/gsl/wavelet_test.rb
613${GEM_LIBDIR}/test/gsl_test.rb 624${GEM_LIBDIR}/test/gsl_test.rb
614${GEM_LIBDIR}/test/test_helper.rb 625${GEM_LIBDIR}/test/test_helper.rb
 626${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/alf.rdoc
 627${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/blas.rdoc
 628${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/bspline.rdoc
 629${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/changes.rdoc
 630${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cheb.rdoc
 631${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/cholesky_complex.rdoc
 632${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/combi.rdoc
 633${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/complex.rdoc
 634${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/const.rdoc
 635${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/dht.rdoc
 636${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/diff.rdoc
 637${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ehandling.rdoc
 638${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/eigen.rdoc
 639${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fft.rdoc
 640${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/fit.rdoc
 641${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/function.rdoc
 642${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/graph.rdoc
 643${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist.rdoc
 644${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist2d.rdoc
 645${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/hist3d.rdoc
 646${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/integration.rdoc
 647${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/interp.rdoc
 648${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/intro.rdoc
 649${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg.rdoc
 650${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/linalg_complex.rdoc
 651${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/math.rdoc
 652${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/matrix.rdoc
 653${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/min.rdoc
 654${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/monte.rdoc
 655${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multimin.rdoc
 656${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/multiroot.rdoc
 657${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/narray.rdoc
 658${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ndlinear.rdoc
 659${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nmatrix.rdoc
 660${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/nonlinearfit.rdoc
 661${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ntuple.rdoc
 662${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/odeiv.rdoc
 663${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/perm.rdoc
 664${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/poly.rdoc
 665${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/qrng.rdoc
 666${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/randist.rdoc
 667${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/ref.rdoc
 668${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/rng.rdoc
 669${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/roots.rdoc
 670${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sf.rdoc
 671${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/siman.rdoc
 672${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sort.rdoc
 673${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/start.rdoc
 674${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/stats.rdoc
 675${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/sum.rdoc
 676${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tensor.rdoc
 677${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/tut.rdoc
 678${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/use.rdoc
 679${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector.rdoc
 680${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/vector_complex.rdoc
 681${GEM_LIBDIR}/tmp/i686-linux/stage/rdoc/wavelet.rdoc
615${GEM_LIBDIR}/uncrustify.cfg 682${GEM_LIBDIR}/uncrustify.cfg
616${GEM_HOME}/specifications/${GEM_NAME}.gemspec 683${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.11 -r1.12 pkgsrc/math/ruby-gsl/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/math/ruby-gsl/Attic/distinfo 2015/11/03 23:33:43 1.11
+++ pkgsrc/math/ruby-gsl/Attic/distinfo 2016/03/12 13:38:33 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 23:33:43 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/03/12 13:38:33 wiz Exp $
2 2
3SHA1 (gsl-1.16.0.6.gem) = d5fb6ac373c11628358f1260344644e74f66dffa 3SHA1 (gsl-2.1.0.gem) = 2d07865174b524539965773a78f002344d5a24e7
4RMD160 (gsl-1.16.0.6.gem) = c3d6b5e62059c2c7331a3c0e0d9f2f542f9f5b57 4RMD160 (gsl-2.1.0.gem) = 8ef6e58151b0103e1c2e4b945b354841ec66556f
5SHA512 (gsl-1.16.0.6.gem) = 99610ef7e9b57c29f1972c4cb2853642157660b885a0a9761876c649badeb02dace7f0191453ce63d1a7f59bc3ee89fb61a73ae71522b5430f7916a60c4d1490 5SHA512 (gsl-2.1.0.gem) = b6632429160dff2f8cbe2ad929e2c56ba18a3922ed441411b805c14df52ff7cdecb41951fe6b061a746cae32f90af0c108f1ce08df64c197947e395d02fb5861
6Size (gsl-1.16.0.6.gem) = 594944 bytes 6Size (gsl-2.1.0.gem) = 729600 bytes