tar -xf mathomatic-16.0.5.tar.bz2 cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o main.o main.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o globals.o globals.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o am.o am.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o solve.o solve.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o help.o help.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o parse.o parse.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o cmds.o cmds.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o simplify.o simplify.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o factor.o factor.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o super.o super.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o unfactor.o unfactor.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o poly.o poly.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o diff.o diff.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o integrate.o integrate.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o complex.o complex.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o complex_lib.o complex_lib.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o list.o list.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o gcd.o gcd.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o factor_int.o factor_int.c cc -O2 -march=i486 -mtune=i686 -fexceptions -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE main.o globals.o am.o solve.o help.o parse.o cmds.o simplify.o factor.o super.o unfactor.o poly.o diff.o integrate.o complex.o complex_lib.o list.o gcd.o factor_int.o -lncurses -lm -lreadline -o mathomatic ./mathomatic successfully created. Testing ./mathomatic (Mathomatic version 16.0.5) cd tests && time -p ../mathomatic -t all 0<&- >test.out && diff -u --strip-trailing-cr all.out test.out && rm test.out && cd .. real 2.11 user 1.74 sys 0.11 All tests passed 100% correctly. install -d /home/djemos/mathomatic/pkg/usr/bin install -d /home/djemos/mathomatic/pkg/usr/share/applications install -d /home/djemos/mathomatic/pkg/usr/share/pixmaps install -d /home/djemos/mathomatic/pkg/usr/man/man1 install mathomatic /home/djemos/mathomatic/pkg/usr/bin install -m 0644 icons/mathomatic.desktop /home/djemos/mathomatic/pkg/usr/share/applications install -m 0644 icons/mathomatic.png icons/mathomatic.xpm /home/djemos/mathomatic/pkg/usr/share/pixmaps install -m 0644 mathomatic.1 /home/djemos/mathomatic/pkg/usr/man/man1 Installing docs... install -d /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5 install -d /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/html install -d /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/tests install -d /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/examples install -m 0644 VERSION AUTHORS COPYING README.txt NEWS /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5 install -m 0644 doc/* /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/html install -m 0644 *.pdf /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5 install: cannot stat «*.pdf»: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος make: [docinstall] Error 1 (ignored) install -m 0644 tests/* /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/tests install -m 0644 examples/* /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/examples Mathomatic is installed. install -d /home/djemos/mathomatic/pkg/usr/share/mathomatic install -d /home/djemos/mathomatic/pkg/usr/share/mathomatic/m4 echo '#!/bin/sh' >/home/djemos/mathomatic/pkg/usr/bin/matho echo '# Shell script to run Mathomatic with the GNU m4 preprocessor.' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo '# This allows entry of many standard math functions.' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo '#' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo '# Usage: matho [ input_files ]' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo >>/home/djemos/mathomatic/pkg/usr/bin/matho echo 'if ! m4 --version >/dev/null' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo 'then' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo ' echo The m4 package is not installed. GNU m4 is required to run m4 Mathomatic.' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo ' exit 1' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo 'fi' >>/home/djemos/mathomatic/pkg/usr/bin/matho echo >>/home/djemos/mathomatic/pkg/usr/bin/matho echo 'm4 -eP -- /usr/share/mathomatic/m4/functions.m4 "$@" - | mathomatic -ru -s-1' >>/home/djemos/mathomatic/pkg/usr/bin/matho chmod 0755 /home/djemos/mathomatic/pkg/usr/bin/matho install m4/rmath /home/djemos/mathomatic/pkg/usr/bin install -m 0644 rmath.1 /home/djemos/mathomatic/pkg/usr/man/man1 cd /home/djemos/mathomatic/pkg/usr/man/man1 && ln -sf rmath.1 matho.1 install -m 0644 m4/functions.m4 m4/degrees.m4 m4/gradians.m4 /home/djemos/mathomatic/pkg/usr/share/mathomatic/m4 m4 Mathomatic install completed. make: Entering directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' cc -O2 -march=i486 -mtune=i686 matho-primes.c -lncurses -lm -o matho-primes cc -O2 -march=i486 -mtune=i686 matho-pascal.c -lncurses -lm -o matho-pascal cc -O2 -march=i486 -mtune=i686 -c -o matho-sumsq.o matho-sumsq.c cc -O2 -march=i486 -mtune=i686 -c -o lsqrt.o lsqrt.c cc -O2 -march=i486 -mtune=i686 matho-sumsq.o lsqrt.o -lncurses -lm -o matho-sumsq Prime Number Tools successfully created. make: Leaving directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' make: Entering directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' Testing basic functionality of matho-primes: time -p ./matho-primes 10000000000000 10000000300000 twin >test.out && diff -u --strip-trailing-cr twins.out test.out real 0.12 user 0.07 sys 0.02 Small primes test passed. make: Leaving directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' make: Entering directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' install -d /home/djemos/mathomatic/pkg/usr/bin install -d /home/djemos/mathomatic/pkg/usr/man/man1 install matho-primes matho-pascal matho-sumsq primorial matho-mult matho-sum /home/djemos/mathomatic/pkg/usr/bin install -m 0644 matho-primes.1 matho-pascal.1 matho-sumsq.1 primorial.1 matho-mult.1 matho-sum.1 /home/djemos/mathomatic/pkg/usr/man/man1 The Prime Number Tools are installed. make: Leaving directory `/home/djemos/mathomatic/src/mathomatic-16.0.5/primes' /home/djemos/mathomatic/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 install drwxr-xr-x 7 root root 4096 Ιαν 31 23:14 usr /home/djemos/mathomatic/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 646 Ιαν 31 23:14 slack-desc /home/djemos/mathomatic/pkg/usr: σύνολο 20 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 bin drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 doc drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 man drwxr-xr-x 6 root root 4096 Ιαν 31 23:14 share drwxr-xr-x 3 root root 4096 Ιαν 31 23:13 src /home/djemos/mathomatic/pkg/usr/bin: σύνολο 336 -rwxr-xr-x 1 root root 369 Ιαν 31 23:14 matho -rwxr-xr-x 1 root root 702 Ιαν 31 23:14 matho-mult -rwxr-xr-x 1 root root 6216 Ιαν 31 23:14 matho-pascal -rwxr-xr-x 1 root root 11964 Ιαν 31 23:14 matho-primes -rwxr-xr-x 1 root root 540 Ιαν 31 23:14 matho-sum -rwxr-xr-x 1 root root 5904 Ιαν 31 23:14 matho-sumsq -rwxr-xr-x 1 root root 290836 Ιαν 31 23:14 mathomatic -rwxr-xr-x 1 root root 1037 Ιαν 31 23:14 primorial -rwxr-xr-x 1 root root 520 Ιαν 31 23:14 rmath /home/djemos/mathomatic/pkg/usr/doc: σύνολο 4 drwxr-xr-x 5 root root 4096 Ιαν 31 23:14 mathomatic-16.0.5 /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5: σύνολο 88 -rw-r--r-- 1 root root 1406 Ιαν 31 23:14 AUTHORS -rw-r--r-- 1 root root 26530 Ιαν 31 23:14 COPYING -rw-r--r-- 1 root root 21609 Ιαν 31 23:14 NEWS -rw-r--r-- 1 root root 15371 Ιαν 31 23:14 README.txt -rw-r--r-- 1 root root 7 Ιαν 31 23:14 VERSION drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 examples drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 html drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 tests /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/examples: σύνολο 48 -rw-r--r-- 1 root root 1838 Ιαν 31 23:14 README.txt -rw-r--r-- 1 root root 469 Ιαν 31 23:14 compile.limits -rw-r--r-- 1 root root 426 Ιαν 31 23:14 compile.roots -rw-r--r-- 1 root root 836 Ιαν 31 23:14 fact.c -rw-r--r-- 1 root root 621 Ιαν 31 23:14 fact.py -rw-r--r-- 1 root root 744 Ιαν 31 23:14 factorial -rw-r--r-- 1 root root 315 Ιαν 31 23:14 intfact.c -rw-r--r-- 1 root root 5280 Ιαν 31 23:14 limits.c -rw-r--r-- 1 root root 5275 Ιαν 31 23:14 roots.c -rw-r--r-- 1 root root 1453 Ιαν 31 23:14 testprimes /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/html: σύνολο 252 -rw-r--r-- 1 root root 775 Ιαν 31 23:14 README.txt -rw-r--r-- 1 root root 96459 Ιαν 31 23:14 am.html -rw-r--r-- 1 root root 1062 Ιαν 31 23:14 doc.css -rw-r--r-- 1 root root 318 Ιαν 31 23:14 favicon.ico -rw-r--r-- 1 root root 24927 Ιαν 31 23:14 fdl-1.3-standalone.html -rw-r--r-- 1 root root 1748 Ιαν 31 23:14 gnu-fdl.png -rw-r--r-- 1 root root 893 Ιαν 31 23:14 greenfade.png -rw-r--r-- 1 root root 3648 Ιαν 31 23:14 index.html -rw-r--r-- 1 root root 1174 Ιαν 31 23:14 led_circle_green.png -rw-r--r-- 1 root root 29424 Ιαν 31 23:14 manual.html -rw-r--r-- 1 root root 2131 Ιαν 31 23:14 matho-mult.1.html -rw-r--r-- 1 root root 2454 Ιαν 31 23:14 matho-pascal.1.html -rw-r--r-- 1 root root 5237 Ιαν 31 23:14 matho-primes.1.html -rw-r--r-- 1 root root 2115 Ιαν 31 23:14 matho-sum.1.html -rw-r--r-- 1 root root 2646 Ιαν 31 23:14 matho-sumsq.1.html -rw-r--r-- 1 root root 10550 Ιαν 31 23:14 mathomatic.1.html -rw-r--r-- 1 root root 189 Ιαν 31 23:14 mathomatic16x16.png -rw-r--r-- 1 root root 2902 Ιαν 31 23:14 open_book_nae_02.png -rw-r--r-- 1 root root 2254 Ιαν 31 23:14 primorial.1.html -rw-r--r-- 1 root root 8628 Ιαν 31 23:14 quickrefcard.html -rw-r--r-- 1 root root 6317 Ιαν 31 23:14 rmath.1.html /home/djemos/mathomatic/pkg/usr/doc/mathomatic-16.0.5/tests: σύνολο 312 -rw-r--r-- 1 root root 2349 Ιαν 31 23:14 README.txt -rw-r--r-- 1 root root 1299 Ιαν 31 23:14 all.in -rw-r--r-- 1 root root 127189 Ιαν 31 23:14 all.out -rw-r--r-- 1 root root 1332 Ιαν 31 23:14 batman_gnuplot_bug.in -rw-r--r-- 1 root root 794 Ιαν 31 23:14 batman_plot -rw-r--r-- 1 root root 425 Ιαν 31 23:14 circles.in -rw-r--r-- 1 root root 363 Ιαν 31 23:14 collatz.in -rw-r--r-- 1 root root 1389 Ιαν 31 23:14 cubic.in -rw-r--r-- 1 root root 1161 Ιαν 31 23:14 cubic2.in -rw-r--r-- 1 root root 395 Ιαν 31 23:14 demo -rw-r--r-- 1 root root 1430 Ιαν 31 23:14 demo.in -rw-r--r-- 1 root root 1326 Ιαν 31 23:14 demo_sub -rw-r--r-- 1 root root 549 Ιαν 31 23:14 distance.in -rw-r--r-- 1 root root 555 Ιαν 31 23:14 electronics.in -rw-r--r-- 1 root root 594 Ιαν 31 23:14 ellipse.in -rw-r--r-- 1 root root 2388 Ιαν 31 23:14 examples.in -rw-r--r-- 1 root root 1156 Ιαν 31 23:14 fibonacci.in -rw-r--r-- 1 root root 971 Ιαν 31 23:14 finance.in -rw-r--r-- 1 root root 596 Ιαν 31 23:14 fix1.in -rw-r--r-- 1 root root 373 Ιαν 31 23:14 fix2.in -rw-r--r-- 1 root root 202 Ιαν 31 23:14 fix5.in -rw-r--r-- 1 root root 383 Ιαν 31 23:14 fix7.in -rw-r--r-- 1 root root 287 Ιαν 31 23:14 fix8.in -rw-r--r-- 1 root root 238 Ιαν 31 23:14 fix9.in -rw-r--r-- 1 root root 433 Ιαν 31 23:14 fraction.in -rw-r--r-- 1 root root 232 Ιαν 31 23:14 heart.in -rw-r--r-- 1 root root 1857 Ιαν 31 23:14 heron.in -rw-r--r-- 1 root root 1853 Ιαν 31 23:14 how_limit_works.in -rw-r--r-- 1 root root 505 Ιαν 31 23:14 hypertrig.in -rw-r--r-- 1 root root 1010 Ιαν 31 23:14 limits.in -rw-r--r-- 1 root root 713 Ιαν 31 23:14 linear.in -rw-r--r-- 1 root root 849 Ιαν 31 23:14 pie.in -rw-r--r-- 1 root root 659 Ιαν 31 23:14 points.in -rw-r--r-- 1 root root 753 Ιαν 31 23:14 poly.in -rw-r--r-- 1 root root 507 Ιαν 31 23:14 pyth3d.in -rw-r--r-- 1 root root 1395 Ιαν 31 23:14 quadratic.in -rw-r--r-- 1 root root 1574 Ιαν 31 23:14 quartic.in -rw-r--r-- 1 root root 679 Ιαν 31 23:14 radius.in -rw-r--r-- 1 root root 1014 Ιαν 31 23:14 simplify.in -rw-r--r-- 1 root root 958 Ιαν 31 23:14 t -rw-r--r-- 1 root root 121 Ιαν 31 23:14 test.in -rw-r--r-- 1 root root 143 Ιαν 31 23:14 test1.in -rw-r--r-- 1 root root 180 Ιαν 31 23:14 test2.in -rw-r--r-- 1 root root 120 Ιαν 31 23:14 test3.in -rw-r--r-- 1 root root 675 Ιαν 31 23:14 test6.in -rw-r--r-- 1 root root 718 Ιαν 31 23:14 trig -rw-r--r-- 1 root root 752 Ιαν 31 23:14 trig.in /home/djemos/mathomatic/pkg/usr/man: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 man1 /home/djemos/mathomatic/pkg/usr/man/man1: σύνολο 32 -rw-r--r-- 1 root root 497 Ιαν 31 23:14 matho-mult.1.gz -rw-r--r-- 1 root root 556 Ιαν 31 23:14 matho-pascal.1.gz -rw-r--r-- 1 root root 1617 Ιαν 31 23:14 matho-primes.1.gz -rw-r--r-- 1 root root 492 Ιαν 31 23:14 matho-sum.1.gz -rw-r--r-- 1 root root 719 Ιαν 31 23:14 matho-sumsq.1.gz lrwxrwxrwx 1 root root 10 Ιαν 31 23:14 matho.1.gz -> rmath.1.gz -rw-r--r-- 1 root root 3181 Ιαν 31 23:14 mathomatic.1.gz -rw-r--r-- 1 root root 487 Ιαν 31 23:14 primorial.1.gz -rw-r--r-- 1 root root 1731 Ιαν 31 23:14 rmath.1.gz /home/djemos/mathomatic/pkg/usr/share: σύνολο 16 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 applications drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 icons drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 mathomatic drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 pixmaps /home/djemos/mathomatic/pkg/usr/share/applications: σύνολο 4 -rw-r--r-- 1 root root 241 Ιαν 31 23:14 mathomatic.desktop /home/djemos/mathomatic/pkg/usr/share/icons: σύνολο 4 drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 hicolor /home/djemos/mathomatic/pkg/usr/share/icons/hicolor: σύνολο 4 drwxr-xr-x 3 root root 4096 Ιαν 31 23:14 48x48 /home/djemos/mathomatic/pkg/usr/share/icons/hicolor/48x48: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 apps /home/djemos/mathomatic/pkg/usr/share/icons/hicolor/48x48/apps: σύνολο 4 -rw-r--r-- 1 root root 2952 Ιαν 31 23:14 mathomatic.png /home/djemos/mathomatic/pkg/usr/share/mathomatic: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 m4 /home/djemos/mathomatic/pkg/usr/share/mathomatic/m4: σύνολο 12 -rw-r--r-- 1 root root 949 Ιαν 31 23:14 degrees.m4 -rw-r--r-- 1 root root 3049 Ιαν 31 23:14 functions.m4 -rw-r--r-- 1 root root 953 Ιαν 31 23:14 gradians.m4 /home/djemos/mathomatic/pkg/usr/share/pixmaps: σύνολο 8 -rw-r--r-- 1 root root 2952 Ιαν 31 23:14 mathomatic.png -rw-r--r-- 1 root root 1319 Ιαν 31 23:14 mathomatic.xpm /home/djemos/mathomatic/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 31 23:14 mathomatic-16.0.5 /home/djemos/mathomatic/pkg/usr/src/mathomatic-16.0.5: σύνολο 4 -rw-r--r-- 1 root root 1901 Ιαν 31 23:14 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/man/man1/matho.1.gz -> rmath.1.gz Making symbolic link creation script: ( cd usr/man/man1 ; rm -rf matho.1.gz ) ( cd usr/man/man1 ; ln -sf rmath.1.gz matho.1.gz ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed «./usr/man/man1/matho.1.gz» Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/djemos/mathomatic/mathomatic-16.0.5-i486-1dj.txz ./ install/ install/slack-desc install/doinst.sh usr/ usr/man/ usr/man/man1/ usr/man/man1/primorial.1.gz usr/man/man1/matho-mult.1.gz usr/man/man1/mathomatic.1.gz usr/man/man1/rmath.1.gz usr/man/man1/matho-primes.1.gz usr/man/man1/matho-sumsq.1.gz usr/man/man1/matho-pascal.1.gz usr/man/man1/matho-sum.1.gz usr/doc/ usr/doc/mathomatic-16.0.5/ usr/doc/mathomatic-16.0.5/VERSION usr/doc/mathomatic-16.0.5/html/ usr/doc/mathomatic-16.0.5/html/matho-primes.1.html usr/doc/mathomatic-16.0.5/html/manual.html usr/doc/mathomatic-16.0.5/html/gnu-fdl.png usr/doc/mathomatic-16.0.5/html/matho-sum.1.html usr/doc/mathomatic-16.0.5/html/fdl-1.3-standalone.html usr/doc/mathomatic-16.0.5/html/matho-mult.1.html usr/doc/mathomatic-16.0.5/html/quickrefcard.html usr/doc/mathomatic-16.0.5/html/rmath.1.html usr/doc/mathomatic-16.0.5/html/open_book_nae_02.png usr/doc/mathomatic-16.0.5/html/greenfade.png usr/doc/mathomatic-16.0.5/html/primorial.1.html usr/doc/mathomatic-16.0.5/html/am.html usr/doc/mathomatic-16.0.5/html/matho-sumsq.1.html usr/doc/mathomatic-16.0.5/html/README.txt usr/doc/mathomatic-16.0.5/html/led_circle_green.png usr/doc/mathomatic-16.0.5/html/doc.css usr/doc/mathomatic-16.0.5/html/index.html usr/doc/mathomatic-16.0.5/html/mathomatic.1.html usr/doc/mathomatic-16.0.5/html/matho-pascal.1.html usr/doc/mathomatic-16.0.5/html/favicon.ico usr/doc/mathomatic-16.0.5/html/mathomatic16x16.png usr/doc/mathomatic-16.0.5/examples/ usr/doc/mathomatic-16.0.5/examples/limits.c usr/doc/mathomatic-16.0.5/examples/intfact.c usr/doc/mathomatic-16.0.5/examples/fact.c usr/doc/mathomatic-16.0.5/examples/README.txt usr/doc/mathomatic-16.0.5/examples/compile.limits usr/doc/mathomatic-16.0.5/examples/fact.py usr/doc/mathomatic-16.0.5/examples/compile.roots usr/doc/mathomatic-16.0.5/examples/testprimes usr/doc/mathomatic-16.0.5/examples/factorial usr/doc/mathomatic-16.0.5/examples/roots.c usr/doc/mathomatic-16.0.5/README.txt usr/doc/mathomatic-16.0.5/COPYING usr/doc/mathomatic-16.0.5/AUTHORS usr/doc/mathomatic-16.0.5/NEWS usr/doc/mathomatic-16.0.5/tests/ usr/doc/mathomatic-16.0.5/tests/t usr/doc/mathomatic-16.0.5/tests/demo.in usr/doc/mathomatic-16.0.5/tests/trig usr/doc/mathomatic-16.0.5/tests/batman_plot usr/doc/mathomatic-16.0.5/tests/heart.in usr/doc/mathomatic-16.0.5/tests/trig.in usr/doc/mathomatic-16.0.5/tests/simplify.in usr/doc/mathomatic-16.0.5/tests/linear.in usr/doc/mathomatic-16.0.5/tests/test2.in usr/doc/mathomatic-16.0.5/tests/test.in usr/doc/mathomatic-16.0.5/tests/test3.in usr/doc/mathomatic-16.0.5/tests/fix1.in usr/doc/mathomatic-16.0.5/tests/demo usr/doc/mathomatic-16.0.5/tests/quartic.in usr/doc/mathomatic-16.0.5/tests/poly.in usr/doc/mathomatic-16.0.5/tests/limits.in usr/doc/mathomatic-16.0.5/tests/test1.in usr/doc/mathomatic-16.0.5/tests/all.out usr/doc/mathomatic-16.0.5/tests/finance.in usr/doc/mathomatic-16.0.5/tests/circles.in usr/doc/mathomatic-16.0.5/tests/electronics.in usr/doc/mathomatic-16.0.5/tests/cubic2.in usr/doc/mathomatic-16.0.5/tests/README.txt usr/doc/mathomatic-16.0.5/tests/heron.in usr/doc/mathomatic-16.0.5/tests/fix5.in usr/doc/mathomatic-16.0.5/tests/quadratic.in usr/doc/mathomatic-16.0.5/tests/fix2.in usr/doc/mathomatic-16.0.5/tests/pie.in usr/doc/mathomatic-16.0.5/tests/fibonacci.in usr/doc/mathomatic-16.0.5/tests/fix9.in usr/doc/mathomatic-16.0.5/tests/collatz.in usr/doc/mathomatic-16.0.5/tests/distance.in usr/doc/mathomatic-16.0.5/tests/ellipse.in usr/doc/mathomatic-16.0.5/tests/points.in usr/doc/mathomatic-16.0.5/tests/hypertrig.in usr/doc/mathomatic-16.0.5/tests/cubic.in usr/doc/mathomatic-16.0.5/tests/examples.in usr/doc/mathomatic-16.0.5/tests/demo_sub usr/doc/mathomatic-16.0.5/tests/test6.in usr/doc/mathomatic-16.0.5/tests/all.in usr/doc/mathomatic-16.0.5/tests/fix8.in usr/doc/mathomatic-16.0.5/tests/batman_gnuplot_bug.in usr/doc/mathomatic-16.0.5/tests/radius.in usr/doc/mathomatic-16.0.5/tests/fix7.in usr/doc/mathomatic-16.0.5/tests/how_limit_works.in usr/doc/mathomatic-16.0.5/tests/pyth3d.in usr/doc/mathomatic-16.0.5/tests/fraction.in usr/bin/ usr/bin/matho-sum usr/bin/matho-primes usr/bin/matho-mult usr/bin/matho usr/bin/primorial usr/bin/matho-sumsq usr/bin/matho-pascal usr/bin/rmath usr/bin/mathomatic usr/share/ usr/share/pixmaps/ usr/share/pixmaps/mathomatic.xpm usr/share/pixmaps/mathomatic.png usr/share/applications/ usr/share/applications/mathomatic.desktop usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/mathomatic.png usr/share/mathomatic/ usr/share/mathomatic/m4/ usr/share/mathomatic/m4/gradians.m4 usr/share/mathomatic/m4/functions.m4 usr/share/mathomatic/m4/degrees.m4 usr/src/ usr/src/mathomatic-16.0.5/ usr/src/mathomatic-16.0.5/SLKBUILD Slackware package /home/djemos/mathomatic/mathomatic-16.0.5-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories