Ticket #4432: Portfile

File Portfile, 836 bytes (added by yuhei@…, 19 years ago)

Portfile

Line 
1# $Id: Portfile $
2PortSystem              1.0
3PortGroup               ruby 1.0
4
5ruby.setup              narray 0.5.8 extconf.rb {README.en SPEC.en ChangeLog}
6version       0.5.8
7maintainers             yuhei@pop21.odn.ne.jp
8description             Numerical array package for ruby
9long_description        NArray is a class of Numerical N-dimensional Array, \
10  whose elements are 1/2/4-byte Integer, single/double-prec Real/Complex, \
11  and Ruby Object. This extension library incorporates fast calculation \
12  and easy manipulation of large numerical arrays into the Ruby language. \
13  NArray has features similar to NumPy, but NArray has vector \
14  and matrix subclasses.
15categories-append   math       
16homepage            http://www.ir.isas.ac.jp/~masa/ruby/index-e.html
17master_sites    http://www.ir.isas.ac.jp/~masa/ruby/dist/
18checksums                   md5 399d969d12faf22735689f594dd7279c
19platforms                   darwin