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

[debian-devel:13790] ITP: libnarray-ruby



 Rubyから高速に多次元配列を扱うための拡張ライブラリRuby/NArrayです。
ひょっとすると「ruby-narray」とパッケージ名をつけた方が良いかもしれません。

[copyright]
This package was debianized by Kiwamu Okabe <kiwamu@debian.or.jp> on
Fri, 26 Jan 2001 01:45:51 +0900.

It was downloaded from <http://www.ir.isas.ac.jp/~masa/ruby/>

Upstream Author(s): Masahiro Tanaka <masa@xxxxxxxxxxxxx>

Copyright:

Ruby is copyrighted free software by Yukihiro Matsumoto <matz@xxxxxxxxxxxx>.
You can redistribute it and/or modify it under either the terms of the GPL
(see COPYING file), or the conditions below:

  1. You may make and give away verbatim copies of the source form of the
     software without restriction, provided that you duplicate all of the
     original copyright notices and associated disclaimers.

  2. You may modify your copy of the software in any way, provided that
     you do at least ONE of the following:

       a) place your modifications in the Public Domain or otherwise
          make them Freely Available, such as by posting said
	  modifications to Usenet or an equivalent medium, or by allowing
	  the author to include your modifications in the software.

       b) use the modified software only within your corporation or
          organization.

       c) rename any non-standard executables so the names do not conflict
	  with standard executables, which must also be provided.

       d) make other distribution arrangements with the author.

  3. You may distribute the software in object code or executable
     form, provided that you do at least ONE of the following:

       a) distribute the executables and library files of the software,
	  together with instructions (in the manual page or equivalent)
	  on where to get the original distribution.

       b) accompany the distribution with the machine-readable source of
	  the software.

       c) give non-standard executables non-standard names, with
          instructions on where to get the original software distribution.

       d) make other distribution arrangements with the author.

  4. You may modify and include the part of the software into any other
     software (possibly commercial).  But some files in the distribution
     are not written by the author, so that they are not under this terms.
     They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch],
     glob.c, st.[ch] and some files under the ./missing directory.  See
     each file for the copying condition.

  5. The scripts and library files supplied as input to or produced as 
     output from the software do not automatically fall under the
     copyright of the software, but belong to whomever generated them, 
     and may be sold commercially, and may be aggregated with this
     software.

  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
     PURPOSE.

[dpkg -I]
 新形式 debian パッケージ、バージョン 2.0。
 サイズ 74650 バイト: コントロールアーカイブ = 2721 バイト。
     685 バイト,    16 行      control              
    5313 バイト,    67 行      md5sums              
     281 バイト,     8 行   *  postinst             #!/bin/sh
     206 バイト,     6 行   *  prerm                #!/bin/sh
 Package: libnarray-ruby
 Version: 0.5.2-1
 Section: math
 Priority: optional
 Architecture: i386
 Depends: fftw2, libc6 (>= 2.2.1-2), libruby (>= 1.6.2-6), xlibs (>= 4.0.1-11)
 Installed-Size: 400
 Maintainer: Kiwamu Okabe <kiwamu@debian.or.jp>
 Description: A class of Numerical N-dimensional Array for Ruby.
  NArray is a class of Numerical N-dimensional Array,
  whose elements are 1/2/4-byte Integer,
  single/double-prec Float/Complex, and Ruby Object.
  This extension library will provide fast calculation
  and efficient programing of large numerical arrays to Ruby.
  NArray has features similar to Python/NumPy's array object.
  Another team is developing another Numerical Array for Ruby.

[dpkg -c]
drwxr-xr-x root/root         0 2001-02-24 01:14:02 ./
drwxr-xr-x root/root         0 2001-02-24 01:14:00 ./usr/
drwxr-xr-x root/root         0 2001-02-24 01:13:58 ./usr/lib/
drwxr-xr-x root/root         0 2001-02-24 01:13:58 ./usr/lib/ruby/
drwxr-xr-x root/root         0 2001-02-24 01:13:59 ./usr/lib/ruby/1.6/
-rw-r--r-- root/root       885 2001-02-24 01:13:59 ./usr/lib/ruby/1.6/nimage.rb
drwxr-xr-x root/root         0 2001-02-24 01:14:01 ./usr/lib/ruby/1.6/i386-linux/
-rw-r--r-- root/root    110968 2001-02-24 01:14:01 ./usr/lib/ruby/1.6/i386-linux/narray.so
-rw-r--r-- root/root      7896 2001-02-24 01:14:01 ./usr/lib/ruby/1.6/i386-linux/nimage_c.so
-rw-r--r-- root/root      3821 2001-02-24 01:13:58 ./usr/lib/ruby/1.6/narray_ext.rb
-rw-r--r-- root/root      5245 2001-02-24 01:13:58 ./usr/lib/ruby/1.6/nmatrix.rb
drwxr-xr-x root/root         0 2001-02-24 01:14:00 ./usr/share/
drwxr-xr-x root/root         0 2001-02-24 01:14:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2001-02-24 01:14:01 ./usr/share/doc/libnarray-ruby/
drwxr-xr-x root/root         0 2001-01-30 13:03:48 ./usr/share/doc/libnarray-ruby/demo-nimage/
-rw-r--r-- root/root      1804 2000-07-21 05:18:56 ./usr/share/doc/libnarray-ruby/demo-nimage/fits.rb
-rw-r--r-- root/root       589 2000-08-03 05:42:11 ./usr/share/doc/libnarray-ruby/demo-nimage/fits_convol.rb
-rw-r--r-- root/root       602 2000-07-19 08:44:17 ./usr/share/doc/libnarray-ruby/demo-nimage/fits_fftdemo.rb
-rw-r--r-- root/root       646 2000-12-11 05:47:56 ./usr/share/doc/libnarray-ruby/demo-nimage/mandel.rb
-rw-r--r-- root/root       470 2000-07-06 03:33:21 ./usr/share/doc/libnarray-ruby/demo-nimage/fitsdemo3.rb
-rw-r--r-- root/root       847 2001-01-30 11:27:18 ./usr/share/doc/libnarray-ruby/demo-nimage/life_na.rb
-rw-r--r-- root/root       707 2001-01-30 11:21:46 ./usr/share/doc/libnarray-ruby/demo-nimage/fitsmorph.rb
-rw-r--r-- root/root       175 2000-07-06 03:33:02 ./usr/share/doc/libnarray-ruby/demo-nimage/fitsdemo1.rb
-rw-r--r-- root/root       630 2001-01-20 07:34:02 ./usr/share/doc/libnarray-ruby/demo-nimage/fitsdemo2.rb
-rw-r--r-- root/root      3064 2001-01-30 12:46:09 ./usr/share/doc/libnarray-ruby/SPEC.jp.gz
-rw-r--r-- root/root       577 2001-02-24 01:14:00 ./usr/share/doc/libnarray-ruby/README.en.nimage
-rw-r--r-- root/root      1192 2001-01-19 08:14:50 ./usr/share/doc/libnarray-ruby/README.en
-rw-r--r-- root/root      2834 2001-01-26 02:06:19 ./usr/share/doc/libnarray-ruby/copyright
drwxr-xr-x root/root         0 2001-01-30 13:03:48 ./usr/share/doc/libnarray-ruby/test/
-rw-r--r-- root/root       377 2000-07-22 08:32:34 ./usr/share/doc/libnarray-ruby/test/testtrans.rb
-rw-r--r-- root/root       250 2000-10-29 09:38:42 ./usr/share/doc/libnarray-ruby/test/testcast.rb
-rw-r--r-- root/root       573 2000-07-29 01:19:05 ./usr/share/doc/libnarray-ruby/test/testmath2.rb
-rw-r--r-- root/root       320 2000-07-31 05:06:52 ./usr/share/doc/libnarray-ruby/test/testarray.rb
-rw-r--r-- root/root       553 1999-12-19 23:03:49 ./usr/share/doc/libnarray-ruby/test/testwhere.rb
-rw-r--r-- root/root       346 2000-09-02 06:51:00 ./usr/share/doc/libnarray-ruby/test/testrandom.rb
-rw-r--r-- root/root       305 1999-11-27 23:18:46 ./usr/share/doc/libnarray-ruby/test/teststr.rb
-rw-r--r-- root/root       347 2000-10-28 04:57:37 ./usr/share/doc/libnarray-ruby/test/testpow.rb
-rw-r--r-- root/root       676 2000-07-18 07:10:40 ./usr/share/doc/libnarray-ruby/test/testsort.rb
-rw-r--r-- root/root       643 2001-01-30 10:53:33 ./usr/share/doc/libnarray-ruby/test/testcomplex.rb
-rw-r--r-- root/root       399 2000-07-11 03:30:09 ./usr/share/doc/libnarray-ruby/test/testindexary.rb
-rw-r--r-- root/root       227 2000-11-26 08:06:50 ./usr/share/doc/libnarray-ruby/test/testmatrix3.rb
-rw-r--r-- root/root       554 2000-11-26 07:53:28 ./usr/share/doc/libnarray-ruby/test/testmatrix2.rb
-rw-r--r-- root/root       265 2000-11-26 08:35:46 ./usr/share/doc/libnarray-ruby/test/testfftw.rb
-rw-r--r-- root/root       831 2000-07-28 02:44:12 ./usr/share/doc/libnarray-ruby/test/testmath.rb
-rw-r--r-- root/root       514 2000-09-02 04:02:35 ./usr/share/doc/libnarray-ruby/test/testcompare.rb
-rw-r--r-- root/root       299 2000-01-21 17:32:45 ./usr/share/doc/libnarray-ruby/test/testround.rb
-rw-r--r-- root/root      1227 2000-09-28 09:01:57 ./usr/share/doc/libnarray-ruby/test/testindexset.rb
-rw-r--r-- root/root       331 2000-07-29 01:07:00 ./usr/share/doc/libnarray-ruby/test/testbit.rb
-rw-r--r-- root/root       245 2000-11-26 07:50:13 ./usr/share/doc/libnarray-ruby/test/testmatrix.rb
-rw-r--r-- root/root       651 2000-07-31 05:04:33 ./usr/share/doc/libnarray-ruby/test/testminmax.rb
-rw-r--r-- root/root       380 2000-09-02 04:22:36 ./usr/share/doc/libnarray-ruby/test/statistics.rb
-rw-r--r-- root/root       320 2000-11-26 06:59:45 ./usr/share/doc/libnarray-ruby/test/testobject.rb
-rw-r--r-- root/root       287 2000-07-11 02:26:29 ./usr/share/doc/libnarray-ruby/test/testindex.rb
-rw-r--r-- root/root      2880 2001-01-30 12:46:21 ./usr/share/doc/libnarray-ruby/SPEC.en.gz
-rw-r--r-- root/root      1788 2000-12-13 05:21:25 ./usr/share/doc/libnarray-ruby/README.jp
-rw-r--r-- root/root      2612 2001-01-30 11:04:34 ./usr/share/doc/libnarray-ruby/changelog.gz
drwxr-xr-x root/root         0 2001-01-30 13:03:49 ./usr/share/doc/libnarray-ruby/speed/
-rw-r--r-- root/root       134 2000-11-26 07:18:00 ./usr/share/doc/libnarray-ruby/speed/mul.rb
-rw-r--r-- root/root       255 2000-11-26 07:20:04 ./usr/share/doc/libnarray-ruby/speed/lu.rb
-rw-r--r-- root/root       439 2001-01-23 01:05:04 ./usr/share/doc/libnarray-ruby/speed/mybench.rb
-rw-r--r-- root/root       311 2000-11-26 07:20:21 ./usr/share/doc/libnarray-ruby/speed/solve.rb
-rw-r--r-- root/root       373 2000-11-24 05:37:38 ./usr/share/doc/libnarray-ruby/speed/mul2.py
-rw-r--r-- root/root       130 2000-11-26 07:19:24 ./usr/share/doc/libnarray-ruby/speed/add_int.rb
-rw-r--r-- root/root       378 2000-11-25 07:36:12 ./usr/share/doc/libnarray-ruby/speed/solve.m
-rw-r--r-- root/root       430 2000-11-25 07:39:55 ./usr/share/doc/libnarray-ruby/speed/mat.m
-rw-r--r-- root/root       339 2000-11-24 06:19:00 ./usr/share/doc/libnarray-ruby/speed/lu.m
-rw-r--r-- root/root       130 2000-11-26 07:18:47 ./usr/share/doc/libnarray-ruby/speed/mul_int.rb
-rw-r--r-- root/root       343 2000-11-26 07:20:14 ./usr/share/doc/libnarray-ruby/speed/mat.rb
-rw-r--r-- root/root       136 2000-11-26 07:17:48 ./usr/share/doc/libnarray-ruby/speed/mul_comp.rb
-rw-r--r-- root/root       207 2000-11-24 04:56:13 ./usr/share/doc/libnarray-ruby/speed/mul2.rb
-rw-r--r-- root/root       258 2000-11-26 07:24:06 ./usr/share/doc/libnarray-ruby/speed/mul.py
-rw-r--r-- root/root       258 2000-11-26 07:22:08 ./usr/share/doc/libnarray-ruby/speed/add.py
-rw-r--r-- root/root       266 2000-11-26 07:21:30 ./usr/share/doc/libnarray-ruby/speed/add_int.py
-rw-r--r-- root/root       365 2000-11-25 07:35:26 ./usr/share/doc/libnarray-ruby/speed/solve.py
-rw-r--r-- root/root       284 2000-11-26 07:23:50 ./usr/share/doc/libnarray-ruby/speed/mul_int.py
-rw-r--r-- root/root       276 2000-11-26 07:23:17 ./usr/share/doc/libnarray-ruby/speed/mul_comp.py
-rw-r--r-- root/root       115 2000-11-24 04:53:17 ./usr/share/doc/libnarray-ruby/speed/add.rb
-rw-r--r-- root/root       298 2000-11-26 07:22:25 ./usr/share/doc/libnarray-ruby/speed/mybench.py
-rw-r--r-- root/root       311 2001-02-24 01:13:37 ./usr/share/doc/libnarray-ruby/changelog.Debian.gz

-- 
Tokyo Metropolitan University     Kiwamu Okabe
 Mail: kiwamu@debian.or.jp
 URL:  http://silica.eei.metro-u.ac.jp/~kiwamu/