pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/ruby-gsl Remove math/ruby-gsl since it successor ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b3b350a03bb
branches:  trunk
changeset: 539693:2b3b350a03bb
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 11 16:07:16 2008 +0000

description:
Remove math/ruby-gsl since it successor exists as math/ruby-rb-gsl.

diffstat:

 math/ruby-gsl/DESCR    |  31 ------------------------------
 math/ruby-gsl/Makefile |  32 -------------------------------
 math/ruby-gsl/PLIST    |  51 --------------------------------------------------
 math/ruby-gsl/distinfo |   5 ----
 4 files changed, 0 insertions(+), 119 deletions(-)

diffs (135 lines):

diff -r 3bf367e065e8 -r 2b3b350a03bb math/ruby-gsl/DESCR
--- a/math/ruby-gsl/DESCR       Tue Mar 11 16:06:32 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-This is a port of the GNU Scientific Library to the Ruby programming language.
-
-Things from GSL you can use in ruby-gsl:
-- some error handling (ch. 3 in the GSL documentation)
-- basic mathematical functions (ch. 4)
-- complex numbers (ch. 5)
-- functions for polynomial evaluation/roots (ch. 6)
-- most "special functions" (ch. 7)
-- vectors and matrices (ch. 8)
-- permutations (ch. 9)
-- combinations (ch. 10)
-- BLAS support (ch. 12)
-- linear algebra (ch. 13)
-- eigensystems (ch. 14)
-- numerical integration (ch. 16)
-- random number generation (ch. 17)
-- quasi-random sequences (ch. 18)
-- most random number distributions (ch. 19)
-- most statistical functions (ch. 20)
-- histograms (ch. 21)
-- Monte Carlo integration (ch. 23)
-- Simulated Annealing (not reliable) (ch. 24)
-- interpolation (ch. 26)
-- numerical differentiation (ch. 27)
-- Chebyshev approximation (ch. 28)
-- series acceleration (ch. 29)
-- Discrete Hankel Transforms (ch. 30)
-- 1-dimensional root-finding (ch. 31)
-- 1-dimensional minimization (ch. 32)
-- some functions for least-squares fitting (ch. 35)
-- physical constants (ch. 37)
diff -r 3bf367e065e8 -r 2b3b350a03bb math/ruby-gsl/Makefile
--- a/math/ruby-gsl/Makefile    Tue Mar 11 16:06:32 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/08/31 08:42:41 rillig Exp $
-
-DISTNAME=      ruby-gsl-0.2.0
-PKGNAME=       ${RUBY_PKGPREFIX}-gsl-0.2.0
-PKGREVISION=   4
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ruby-gsl/}
-
-MAINTAINER=    dmcmahill%NetBSD.org@localhost
-HOMEPAGE=      http://ruby-gsl.sourceforge.net/
-COMMENT=       Wrapper of the GNU Scientific Library (GSL) for Ruby
-
-CONFIGURE_DIRS=                ext
-RUBY_EXTCONF_SUBDIRS=  ${CONFIGURE_DIRS}
-RUBY_HAS_ARCHLIB=      yes
-USE_RUBY_EXTCONF=      yes
-INSTALL_TARGET=                site-install
-DOCS=                  AUTHORS HISTORY HOWTO IMPLEMENTED README THANKS \
-                       TODO doc.rd
-REPLACE_RUBY_DIRS=     ${WRKSRC}/samples
-
-post-install:
-       ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/gsl
-.for f in ${DOCS}
-       ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/gsl
-.endfor
-       ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/gsl
-       ${INSTALL_DATA} ${WRKSRC}/samples/*.rb ${RUBY_EXAMPLESDIR}/gsl
-
-.include "../../lang/ruby/modules.mk"
-.include "../../math/gsl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3bf367e065e8 -r 2b3b350a03bb math/ruby-gsl/PLIST
--- a/math/ruby-gsl/PLIST       Tue Mar 11 16:06:32 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/GSL.${RUBY_DLEXT}
-${RUBY_DOCDIR}/gsl/AUTHORS
-${RUBY_DOCDIR}/gsl/HISTORY
-${RUBY_DOCDIR}/gsl/HOWTO
-${RUBY_DOCDIR}/gsl/IMPLEMENTED
-${RUBY_DOCDIR}/gsl/README
-${RUBY_DOCDIR}/gsl/THANKS
-${RUBY_DOCDIR}/gsl/TODO
-${RUBY_DOCDIR}/gsl/doc.rd
-${RUBY_EXAMPLESDIR}/gsl/array.rb
-${RUBY_EXAMPLESDIR}/gsl/blas.rb
-${RUBY_EXAMPLESDIR}/gsl/cheb.rb
-${RUBY_EXAMPLESDIR}/gsl/comb.rb
-${RUBY_EXAMPLESDIR}/gsl/complex.rb
-${RUBY_EXAMPLESDIR}/gsl/const.rb
-${RUBY_EXAMPLESDIR}/gsl/diff.rb
-${RUBY_EXAMPLESDIR}/gsl/eigen.rb
-${RUBY_EXAMPLESDIR}/gsl/error.rb
-${RUBY_EXAMPLESDIR}/gsl/fit.rb
-${RUBY_EXAMPLESDIR}/gsl/func.rb
-${RUBY_EXAMPLESDIR}/gsl/hist.rb
-${RUBY_EXAMPLESDIR}/gsl/hist2d.rb
-${RUBY_EXAMPLESDIR}/gsl/integration.rb
-${RUBY_EXAMPLESDIR}/gsl/interp.rb
-${RUBY_EXAMPLESDIR}/gsl/linalg.rb
-${RUBY_EXAMPLESDIR}/gsl/linalg_complex.rb
-${RUBY_EXAMPLESDIR}/gsl/matrix.rb
-${RUBY_EXAMPLESDIR}/gsl/matrix_complex.rb
-${RUBY_EXAMPLESDIR}/gsl/min.rb
-${RUBY_EXAMPLESDIR}/gsl/monte.rb
-${RUBY_EXAMPLESDIR}/gsl/monteI.rb
-${RUBY_EXAMPLESDIR}/gsl/multi.rb
-${RUBY_EXAMPLESDIR}/gsl/perm.rb
-${RUBY_EXAMPLESDIR}/gsl/poly.rb
-${RUBY_EXAMPLESDIR}/gsl/qrng.rb
-${RUBY_EXAMPLESDIR}/gsl/rnd.rb
-${RUBY_EXAMPLESDIR}/gsl/rnd2.rb
-${RUBY_EXAMPLESDIR}/gsl/rnd3.rb
-${RUBY_EXAMPLESDIR}/gsl/rng.rb
-${RUBY_EXAMPLESDIR}/gsl/shuffle.rb
-${RUBY_EXAMPLESDIR}/gsl/siman.rb
-${RUBY_EXAMPLESDIR}/gsl/solve.rb
-${RUBY_EXAMPLESDIR}/gsl/sort.rb
-${RUBY_EXAMPLESDIR}/gsl/special.rb
-${RUBY_EXAMPLESDIR}/gsl/spline.rb
-${RUBY_EXAMPLESDIR}/gsl/stats.rb
-${RUBY_EXAMPLESDIR}/gsl/sum.rb
-${RUBY_EXAMPLESDIR}/gsl/vector.rb
-@dirrm ${RUBY_DOCDIR}/gsl
-@dirrm ${RUBY_EXAMPLESDIR}/gsl
diff -r 3bf367e065e8 -r 2b3b350a03bb math/ruby-gsl/distinfo
--- a/math/ruby-gsl/distinfo    Tue Mar 11 16:06:32 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2006/01/03 14:25:50 taca Exp $
-
-SHA1 (ruby-gsl-0.2.0.tar.gz) = 8a04336cce6547890ad74cecbfc694ff7f5ffe62
-RMD160 (ruby-gsl-0.2.0.tar.gz) = ea6216e1c1f9fceff8e6c1309b97c3034fba0025
-Size (ruby-gsl-0.2.0.tar.gz) = 149391 bytes



Home | Main Index | Thread Index | Old Index