diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-08 01:51:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-08 01:51:59 +0000 |
commit | 1a4ac2ac95827c77af3143bc81dd601a2778e5ee (patch) | |
tree | 6108629177243e9702c961f85a1d835de2f6296f /math | |
parent | 3573eb268b2e52bf883853a0061525664ee6c75c (diff) | |
download | pkgsrc-1a4ac2ac95827c77af3143bc81dd601a2778e5ee.tar.gz |
Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-bigfloat/pkg/DESCR | 1 | ||||
-rw-r--r-- | math/ruby-bitvector/pkg/DESCR | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/math/ruby-bigfloat/pkg/DESCR b/math/ruby-bigfloat/pkg/DESCR index 1bbe641a0f1..d0067c8e94c 100644 --- a/math/ruby-bigfloat/pkg/DESCR +++ b/math/ruby-bigfloat/pkg/DESCR @@ -2,4 +2,3 @@ BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation. Author: Shigeo Kobayashi <shigeo@tinyforest.gr.jp> -WWW: http://www.tinyforest.gr.jp/ruby/bigfloat_en.html diff --git a/math/ruby-bitvector/pkg/DESCR b/math/ruby-bitvector/pkg/DESCR index 4bffd1cf6a6..8f841316343 100644 --- a/math/ruby-bitvector/pkg/DESCR +++ b/math/ruby-bitvector/pkg/DESCR @@ -3,4 +3,3 @@ Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented as a wrapper around Bit::Vector version 6.0 by Steffen Beyer. Author: Robert Feldt <feldt@ce.chalmers.se> -WWW: http://www.ce.chalmers.se/~feldt/ruby/extensions/bitvector/ |