aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-01-28 19:18:44 +0800
committerrene <rene@FreeBSD.org>2017-01-28 19:18:44 +0800
commitcf69502b9b05739d04fc87de93f699bd0d3d1070 (patch)
tree0f032f2026aa998d5465c60da29d3e0e749a50c7 /math
parent46d01b0e8571b4bb02a509412c6ec24b2407a9db (diff)
downloadfreebsd-ports-gnome-cf69502b9b05739d04fc87de93f699bd0d3d1070.tar.gz
freebsd-ports-gnome-cf69502b9b05739d04fc87de93f699bd0d3d1070.tar.zst
freebsd-ports-gnome-cf69502b9b05739d04fc87de93f699bd0d3d1070.zip
Remove expired ports:
2017-01-28 databases/ruby-rdbc1: Upstream no longer active 2017-01-28 databases/ruby-sybct: Upstream no longer active 2017-01-28 databases/ruby-o_dbm: Upstream no longer active 2017-01-28 databases/ruby-cdb: Upstream no longer active 2017-01-28 devel/ruby-rbison: Does not work on modern ruby 2017-01-28 devel/ruby-property: Upstream no longer exists 2017-01-28 devel/ruby-dialogs: Upstream no longer active 2017-01-28 devel/ruby-byaccr: Upstream no longer active 2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead 2017-01-28 devel/ruby-locale: No longer useful 2017-01-28 devel/ruby-wirble: Upstream no longer active 2017-01-28 devel/ruby-tzfile: Upstream no longer exists 2017-01-28 devel/ruby-rreadline: Upstream no longer exists 2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead 2017-01-28 graphics/ruby-imlib2: Upstream no longer active 2017-01-28 graphics/ruby-image_size: Upstream no longer active 2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead 2017-01-28 irc/ruby-rice: Upstream no longer active 2017-01-28 irc/ruby-rica: Upstream no longer active 2017-01-28 irc/ruby-irc: Upstream no longer active 2017-01-28 japanese/ruby-usersguide: Does not exist upstream 2017-01-28 japanese/ruby-mecab: Upstream no longer active 2017-01-28 mail/ruby-rmail: Upstream no longer active 2017-01-28 mail/ruby-rfilter: Upstream no longer active 2017-01-28 math/ruby-algebra: Use rubygem-algebra instead 2017-01-28 net/ruby-tserver: Upstream no longer active 2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active 2017-01-28 net/ruby-icmp: Upstream no longer active 2017-01-28 net/ruby-dict: Upstream no longer active 2017-01-28 palm/palmos-sdk: Upstream no longer exists 2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead 2017-01-28 security/ruby-tcpwrap: Upstream no longer active 2017-01-28 security/ruby-password: Upstream no longer active 2017-01-28 sysutils/ruby-quota: Upstream no longer active 2017-01-28 textproc/ruby-rss.alt: Upstream no longer active 2017-01-28 textproc/ruby-rss: Upstream no longer exists 2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists 2017-01-28 textproc/ruby-xmlscan: Upstream no longer active 2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists 2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists 2017-01-28 www/ruby-google: Upstream no longer active 2017-01-28 archivers/ruby-lha: Upstream no longer active 2017-01-28 x11/ruby-X11: Upstream no longer active 2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby 2017-01-28 audio/ruby-mp3tag: Upstream no longer active 2017-01-28 converters/ruby-dump.rb: Upstream no longer active
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/ruby-algebra/Makefile30
-rw-r--r--math/ruby-algebra/distinfo2
-rw-r--r--math/ruby-algebra/pkg-descr22
-rw-r--r--math/ruby-algebra/pkg-plist215
5 files changed, 0 insertions, 270 deletions
diff --git a/math/Makefile b/math/Makefile
index 20a6209f575a..e1d2ad2dac30 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -655,7 +655,6 @@
SUBDIR += rpcalc
SUBDIR += rpy
SUBDIR += rpy2
- SUBDIR += ruby-algebra
SUBDIR += rubygem-algebra
SUBDIR += rubygem-expression_parser
SUBDIR += rubygem-fftw3
diff --git a/math/ruby-algebra/Makefile b/math/ruby-algebra/Makefile
deleted file mode 100644
index 4effcd3bdbe6..000000000000
--- a/math/ruby-algebra/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= algebra
-PORTVERSION= 0.72
-CATEGORIES= math ruby
-MASTER_SITES= http://blade.nagaokaut.ac.jp/~sinara/ruby/math/algebra/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library for mathematical (algebraic) computations
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-NO_ARCH= yes
-NO_BUILD= yes
-USE_RUBY= yes
-
-DEPRECATED= Use rubygem-algebra instead
-EXPIRATION_DATE= 2017-01-28
-
-do-install:
- @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
- cd ${WRKSRC}/doc/ && ${INSTALL_DATA} *.html *.rd ${STAGEDIR}${RUBY_MODDOCDIR}/
- cd ${WRKSRC}/doc-ja/ && ${INSTALL_DATA} *.html *.rd ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
- @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
- ${INSTALL_DATA} ${WRKSRC}/sample/sample-* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
-
-.include <bsd.port.mk>
diff --git a/math/ruby-algebra/distinfo b/math/ruby-algebra/distinfo
deleted file mode 100644
index 539b8429dfab..000000000000
--- a/math/ruby-algebra/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/algebra-0.72.tar.gz) = 57fdcecdcb25d6ec4ca366beddef837758d794c9bdd90b4ea75fafb6a885e42b
-SIZE (ruby/algebra-0.72.tar.gz) = 233025
diff --git a/math/ruby-algebra/pkg-descr b/math/ruby-algebra/pkg-descr
deleted file mode 100644
index c2c96b9e83bb..000000000000
--- a/math/ruby-algebra/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-This is a Ruby library for mathematical (algebraic) computations. Our
-purpose is to express mathematical objects naturally in Ruby. Though
-it does not operate fast, we can see the algorithm of the mathematical
-processing not in a black box but in scripts.
-
-Things Ruby/Algebra offers include the following:
-
-- One-variate polynomial
- o Fundamental operations (addition, multiplication,
- quotient/remainder, ...)
- o Factorization
-
-- Multi-variate polynomial
- o Fundamental operations (addition, multiplication, ...)
- o Creating Groebner-basis, quotient/remainder by Groebner-basis.
-
-- Algebraic systems
- o Creating quotient fields
- o Creating residue class fields
- o Operating matrices
-
-WWW: http://blade.nagaokaut.ac.jp/~sinara/ruby/math/algebra/
diff --git a/math/ruby-algebra/pkg-plist b/math/ruby-algebra/pkg-plist
deleted file mode 100644
index de2fdebceba1..000000000000
--- a/math/ruby-algebra/pkg-plist
+++ /dev/null
@@ -1,215 +0,0 @@
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebra.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebra.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-equation.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-equation.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-extension-field.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-extension-field.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-parser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/algebraic-parser.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/changes.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/changes.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/elementary-divisor.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/elementary-divisor.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/euclidian-ring.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/euclidian-ring.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-group.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-group.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-map.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-map.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-set.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/finite-set.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebra-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebra-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-equation-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-equation-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-extension-field-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-extension-field-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-parser-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/algebraic-parser-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/changes.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/changes.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/elementary-divisor-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/elementary-divisor-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/euclidian-ring-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/euclidian-ring-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-group-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-group-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-map-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-map-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-set-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/finite-set-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/index-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/index-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/jordan-form-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/jordan-form-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/localized-ring-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/localized-ring-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/m-polynomial-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/m-polynomial-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/matrix-algebra-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/matrix-algebra-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/matrix-algebra-triplet-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/matrix-algebra-triplet-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/permutation-group-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/permutation-group-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/polynomial-converter-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/polynomial-converter-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/polynomial-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/polynomial-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/residue-class-ring-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/residue-class-ring-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraic-equation01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraic-equation02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraic-root01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraicfield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraicfield02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-cayleyhamilton01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-diagonalization01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-divmod01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-elementary-divisor01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-factorize01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-factorize02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-factorize03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-factorize04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-factorize05.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-galois-group01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-gaussian-elimination01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-geometry01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-geometry02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-geometry03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-geometry04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-geometry07.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-groebner01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-groebner02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-groebner03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-group01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-jordan-form01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-jordanform01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-lagrange-multiplier01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-m-factorize01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-m-factorize02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-m-polynomial01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-map01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-polynomial01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-polynomial02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-primefield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-quotientfield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-quotientfield02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-quotientfield03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-quotientfield04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-set01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-splitting-field01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/samples-ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/samples-ja.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/todo.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/todo.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/jordan-form.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/jordan-form.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/localized-ring.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/localized-ring.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/m-polynomial.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/m-polynomial.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/matrix-algebra-triplet.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/matrix-algebra-triplet.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/matrix-algebra.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/matrix-algebra.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/permutation-group.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/permutation-group.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/polynomial-converter.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/polynomial-converter.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/polynomial.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/polynomial.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/residue-class-ring.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/residue-class-ring.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraic-equation01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraic-equation02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraic-root01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraicfield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraicfield02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-cayleyhamilton01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-diagonalization01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-divmod01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-elementary-divisor01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-factorize01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-factorize02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-factorize03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-factorize04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-factorize05.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-galois-group01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-gaussian-elimination01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-geometry01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-geometry02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-geometry03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-geometry04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-geometry07.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-groebner01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-groebner02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-groebner03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-group01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-jordan-form01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-lagrange-multiplier01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-m-factorize01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-m-factorize02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-m-polynomial01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-map01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-polynomial01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-polynomial02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-primefield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-quotientfield01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-quotientfield02.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-quotientfield03.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-quotientfield04.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-set01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-splitting-field01.rb.v.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/samples.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/samples.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/todo.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/todo.rd
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-algebraic-equation01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-algebraic-equation02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-algebraic-root01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-algebraicfield01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-algebraicfield02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-cayleyhamilton01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-diagonalization01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-divmod01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-elementary-divisor01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-factorize01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-factorize02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-factorize03.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-factorize04.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-factorize05.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-galois-group01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-gaussian-elimination01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-geometry01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-geometry02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-geometry03.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-geometry04.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-geometry07.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-groebner01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-groebner02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-groebner03.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-group01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-jordan-form01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-lagrange-multiplier01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-m-factorize01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-m-factorize02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-m-polynomial01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-map01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-polynomial01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-polynomial02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-primefield01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-quotientfield01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-quotientfield02.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-quotientfield03.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-quotientfield04.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-set01.rb
-%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/sample-splitting-field01.rb