aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-30 02:06:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-30 02:06:47 +0800
commit576fd42e1971f4404dd0391bd4221ba80afb9c7a (patch)
treec6461a600d4bf8a6cdc0a1d090e7846c91c1d2c8 /math
parentcca12e9f39839226b3bee5c4309316ed37d38fad (diff)
downloadfreebsd-ports-gnome-576fd42e1971f4404dd0391bd4221ba80afb9c7a.tar.gz
freebsd-ports-gnome-576fd42e1971f4404dd0391bd4221ba80afb9c7a.tar.zst
freebsd-ports-gnome-576fd42e1971f4404dd0391bd4221ba80afb9c7a.zip
- Remove Author line
Diffstat (limited to 'math')
-rw-r--r--math/ruby-gnuplot/pkg-descr1
-rw-r--r--math/ruby-narray/pkg-descr1
2 files changed, 0 insertions, 2 deletions
diff --git a/math/ruby-gnuplot/pkg-descr b/math/ruby-gnuplot/pkg-descr
index 339647f2a475..93c2db26df8c 100644
--- a/math/ruby-gnuplot/pkg-descr
+++ b/math/ruby-gnuplot/pkg-descr
@@ -20,5 +20,4 @@ same principle. Here's an example usage of Ruby/Gnuplot:
plot.draw ( ds )
-Author: Gordon Miller <gmiller@bittwiddlers.com>
WWW: http://physci.gmu.edu/~gmiller/gnuplot/
diff --git a/math/ruby-narray/pkg-descr b/math/ruby-narray/pkg-descr
index 02007d5ff6f6..f786e0f56de8 100644
--- a/math/ruby-narray/pkg-descr
+++ b/math/ruby-narray/pkg-descr
@@ -1,4 +1,3 @@
NArray is an Numerical N-dimensional Array class. Supported element types are 1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix subclasses.
-Author: Masahiro TANAKA <masa16.tanaka @nospam@ gmail.com>
WWW: http://narray.rubyforge.org/