From ea84f944740fcdb9193c08f567f2de9dc5b9128b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 12 Mar 2004 01:15:45 +0000 Subject: update to yacas-1.0.56 and bl3ify. Many, many, many additions, bug fixes, and improvements since the last packaged version. Too many to even summarize here. Please refer to the change log in the distfile or on the homepage. --- math/yacas/Makefile | 28 ++++- math/yacas/PLIST | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++-- math/yacas/distinfo | 6 +- 3 files changed, 354 insertions(+), 20 deletions(-) (limited to 'math') diff --git a/math/yacas/Makefile b/math/yacas/Makefile index f182159fa7e..f60a18efafb 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,22 +1,40 @@ -# $NetBSD: Makefile,v 1.11 2003/11/07 15:27:24 gavan Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/12 01:15:45 dmcmahill Exp $ # -DISTNAME= yacas-1.0.48 +DISTNAME= yacas-1.0.56 CATEGORIES= math -MASTER_SITES= http://www.xs4all.nl/~apinkus/backups/ +MASTER_SITES= http://yacas.sourceforge.net/backups/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.xs4all.nl/~apinkus/yacas.html +HOMEPAGE= http://yacas.sourceforge.net COMMENT= Yet Another Computer Algebra System +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GCC_SHLIB= YES +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +USE_X11= YES TEST_TARGET= test +LDFLAGS+= -Wl,-R${PREFIX}/lib/yacas + +# dos2unix fix on a few files +pre-patch: +.for __tmp__ in src/cyacas.h src/cyacas.cpp plugins/pcre/pcre_config.h + ${MV} ${WRKSRC}/${__tmp__} ${WRKSRC}/${__tmp__}.bak + ${CAT} ${WRKSRC}/${__tmp__}.bak | ${TR} -d "\015" > \ + ${WRKSRC}/${__tmp__} +.endfor + post-install: ${INSTALL_SCRIPT} ${WRKSRC}/yacas.sh ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp - ${INSTALL_DATA} ${WRKSRC}/yacas.el ${PREFIX}/share/emacs/site-lisp +.for __tmp__ in yacas.el yacas-names.el yacas-functions.el yacas-notebook.el \ + yacas-notebook.sty font-latex.el + ${INSTALL_DATA} ${WRKSRC}/YacasNotebook/${__tmp__} ${PREFIX}/share/emacs/site-lisp +.endfor +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/yacas/PLIST b/math/yacas/PLIST index b7e532d89a8..1d27a4879f0 100644 --- a/math/yacas/PLIST +++ b/math/yacas/PLIST @@ -1,45 +1,161 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:34 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/03/12 01:15:45 dmcmahill Exp $ bin/yacas +bin/yacas.sh bin/yacas_client +bin/ytxt2tex +lib/libcyacas.a +lib/libcyacas.la +lib/libcyacas.so +lib/libcyacas.so.0 +lib/libcyacas.so.0.0 +lib/libyacas.a +lib/libyacas.la +lib/libyacas.so +lib/libyacas.so.0 +lib/libyacas.so.0.0 +lib/libyacasnumbers.a +lib/libyacasnumbers.la +lib/libyacasnumbers.so +lib/libyacasnumbers.so.0 +lib/libyacasnumbers.so.0.0 +lib/libyacasplatform.a +lib/libyacasplatform.la +lib/libyacasplatform.so +lib/libyacasplatform.so.0 +lib/libyacasplatform.so.0.0 +lib/yacas/example.a +lib/yacas/example.la +lib/yacas/example.so +lib/yacas/filescanner.a +lib/yacas/filescanner.la +lib/yacas/filescanner.so +lib/yacas/forth.a +lib/yacas/forth.la +lib/yacas/forth.so +lib/yacas/libmath.a +lib/yacas/libmath.la +lib/yacas/libmath.so +lib/yacas/libmath.so.0 +lib/yacas/libmath.so.0.0 +lib/yacas/opengl.a +lib/yacas/opengl.la +lib/yacas/opengl.so +lib/yacas/pcre.a +lib/yacas/pcre.la +lib/yacas/pcre.so +lib/yacas/yacas_gsl.a +lib/yacas/yacas_gsl.la +lib/yacas/yacas_gsl.so +share/emacs/site-lisp/font-latex.el +share/emacs/site-lisp/yacas-functions.el +share/emacs/site-lisp/yacas-names.el +share/emacs/site-lisp/yacas-notebook.el +share/emacs/site-lisp/yacas-notebook.sty share/emacs/site-lisp/yacas.el -share/yacas/Makefile -share/yacas/Makefile.am -share/yacas/Makefile.in -share/yacas/addons/README share/yacas/addons/editvi.ys share/yacas/addons/editvi.ys.def -share/yacas/addons/gnuplot.ys -share/yacas/addons/gnuplot.ys.def +share/yacas/addons/unix.ys +share/yacas/addons/unix.ys.def share/yacas/array.rep/code.ys share/yacas/array.rep/code.ys.def share/yacas/assoc.rep/code.ys share/yacas/assoc.rep/code.ys.def +share/yacas/base.rep/math.ys +share/yacas/base.rep/math.ys.def share/yacas/c_form.rep/code.ys share/yacas/c_form.rep/code.ys.def +share/yacas/codecheck.rep/codetransform.ys +share/yacas/codecheck.rep/commonlispreader.ys +share/yacas/codecheck.rep/cplusplusreader.ys +share/yacas/codecheck.rep/genericparser.ys +share/yacas/codecheck.rep/interface.ys +share/yacas/codecheck.rep/interface.ys.def +share/yacas/codecheck.rep/process.ys +share/yacas/codecheck.rep/process.ys.def +share/yacas/compile.rep/compilecpp.ys +share/yacas/compile.rep/compilecpp.ys.def share/yacas/complex.rep/code.ys share/yacas/complex.rep/code.ys.def +share/yacas/complex.rep/om.ys share/yacas/constants.rep/code.ys share/yacas/constants.rep/code.ys.def +share/yacas/constants.rep/om.ys share/yacas/controlflow.rep/code.ys share/yacas/controlflow.rep/code.ys.def +share/yacas/corefunctions.ys share/yacas/cstubgen.rep/code.ys share/yacas/cstubgen.rep/code.ys.def +share/yacas/debug.rep/code.ys +share/yacas/debug.rep/code.ys.def share/yacas/deffunc.rep/code.ys share/yacas/deffunc.rep/code.ys.def share/yacas/deriv.rep/code.ys share/yacas/deriv.rep/code.ys.def +share/yacas/documentation/Algo.html +share/yacas/documentation/Algochapter1.html +share/yacas/documentation/Algochapter2.html +share/yacas/documentation/Algochapter3.html +share/yacas/documentation/Algochapter4.html +share/yacas/documentation/Algochapter5.html +share/yacas/documentation/Algochapter6.html +share/yacas/documentation/Algochapter7.html +share/yacas/documentation/Algochapter8.html +share/yacas/documentation/Algochapters.html +share/yacas/documentation/Algomanual.html +share/yacas/documentation/LispProgramming.html +share/yacas/documentation/LispProgrammingchapter1.html +share/yacas/documentation/LispProgrammingchapter2.html +share/yacas/documentation/LispProgrammingchapter3.html +share/yacas/documentation/LispProgrammingchapter4.html +share/yacas/documentation/LispProgrammingchapter5.html +share/yacas/documentation/LispProgrammingchapters.html +share/yacas/documentation/LispProgrammingmanual.html +share/yacas/documentation/NewDesign.html +share/yacas/documentation/NewDesignchapter1.html +share/yacas/documentation/NewDesignchapter10.html +share/yacas/documentation/NewDesignchapter2.html +share/yacas/documentation/NewDesignchapter3.html +share/yacas/documentation/NewDesignchapter4.html +share/yacas/documentation/NewDesignchapter5.html +share/yacas/documentation/NewDesignchapter6.html +share/yacas/documentation/NewDesignchapter7.html +share/yacas/documentation/NewDesignchapter8.html +share/yacas/documentation/NewDesignchapter9.html +share/yacas/documentation/NewDesignchapters.html +share/yacas/documentation/NewDesignmanual.html share/yacas/documentation/books.html +share/yacas/documentation/coding.html share/yacas/documentation/codingchapter1.html share/yacas/documentation/codingchapter2.html share/yacas/documentation/codingchapter3.html share/yacas/documentation/codingchapter4.html share/yacas/documentation/codingchapter5.html +share/yacas/documentation/codingchapter6.html +share/yacas/documentation/codingchapter7.html +share/yacas/documentation/codingchapter8.html +share/yacas/documentation/codingchapter9.html share/yacas/documentation/codingchapters.html share/yacas/documentation/codingmanual.html +share/yacas/documentation/essays.html +share/yacas/documentation/essayschapter1.html +share/yacas/documentation/essayschapter10.html +share/yacas/documentation/essayschapter11.html +share/yacas/documentation/essayschapter2.html +share/yacas/documentation/essayschapter3.html +share/yacas/documentation/essayschapter4.html +share/yacas/documentation/essayschapter5.html +share/yacas/documentation/essayschapter6.html +share/yacas/documentation/essayschapter7.html +share/yacas/documentation/essayschapter8.html +share/yacas/documentation/essayschapter9.html +share/yacas/documentation/essayschapters.html +share/yacas/documentation/essaysmanual.html +share/yacas/documentation/hints share/yacas/documentation/intro.html share/yacas/documentation/introchapter1.html share/yacas/documentation/introchapter2.html share/yacas/documentation/introchapter3.html +share/yacas/documentation/introchapter4.html share/yacas/documentation/introchapters.html share/yacas/documentation/intromanual.html share/yacas/documentation/manicon.html @@ -51,7 +167,15 @@ share/yacas/documentation/refchapter12.html share/yacas/documentation/refchapter13.html share/yacas/documentation/refchapter14.html share/yacas/documentation/refchapter15.html +share/yacas/documentation/refchapter16.html +share/yacas/documentation/refchapter17.html +share/yacas/documentation/refchapter18.html +share/yacas/documentation/refchapter19.html share/yacas/documentation/refchapter2.html +share/yacas/documentation/refchapter20.html +share/yacas/documentation/refchapter21.html +share/yacas/documentation/refchapter22.html +share/yacas/documentation/refchapter23.html share/yacas/documentation/refchapter3.html share/yacas/documentation/refchapter4.html share/yacas/documentation/refchapter5.html @@ -61,65 +185,196 @@ share/yacas/documentation/refchapter8.html share/yacas/documentation/refchapter9.html share/yacas/documentation/refchapters.html share/yacas/documentation/refmanual.html +share/yacas/documentation/refprog.html share/yacas/documentation/refprogchapter1.html +share/yacas/documentation/refprogchapter10.html share/yacas/documentation/refprogchapter2.html share/yacas/documentation/refprogchapter3.html share/yacas/documentation/refprogchapter4.html +share/yacas/documentation/refprogchapter5.html +share/yacas/documentation/refprogchapter6.html +share/yacas/documentation/refprogchapter7.html +share/yacas/documentation/refprogchapter8.html +share/yacas/documentation/refprogchapter9.html share/yacas/documentation/refprogchapters.html share/yacas/documentation/refprogmanual.html share/yacas/documentation/yacaslogo.gif share/yacas/example.rep/code.ys share/yacas/example.rep/code.ys.def +share/yacas/examples/ABIN.ys +share/yacas/examples/MinimumSpanningTree.ys share/yacas/examples/benchbuild.ys share/yacas/examples/benchmark.ys share/yacas/examples/benchmark2.ys share/yacas/examples/findsum.ys share/yacas/examples/goldbach.ys +share/yacas/examples/pi.ys share/yacas/examples/queens.ys share/yacas/examples/series.ys -share/yacas/examples/tests.ys +share/yacas/examples/wordproblems.ys +share/yacas/factors.rep/binaryfactors.ys +share/yacas/factors.rep/binaryfactors.ys.def share/yacas/factors.rep/code.ys share/yacas/factors.rep/code.ys.def share/yacas/fakedb.rep/code.ys share/yacas/fakedb.rep/code.ys.def -share/yacas/formula.rep/code.ys -share/yacas/formula.rep/code.ys.def share/yacas/functional.rep/code.ys share/yacas/functional.rep/code.ys.def share/yacas/glview.ys share/yacas/html.rep/code.ys share/yacas/html.rep/code.ys.def +share/yacas/include/GPL_stuff.h +share/yacas/include/anumber.h +share/yacas/include/anumber.inl +share/yacas/include/archiver.h +share/yacas/include/arggetter.h +share/yacas/include/arrayclass.h +share/yacas/include/arrayclass.inl +share/yacas/include/choices.h +share/yacas/include/commandline.h +share/yacas/include/compressedfiles.h +share/yacas/include/core_yacasmain.h +share/yacas/include/corefunctions.h +share/yacas/include/ctokenizer.h +share/yacas/include/cyacas.h +share/yacas/include/debugmem.h +share/yacas/include/deffile.h +share/yacas/include/deffile.inl +share/yacas/include/elfdll.h +share/yacas/include/epoccli.h +share/yacas/include/epocclsv.h +share/yacas/include/epocserv.h +share/yacas/include/errors.h +share/yacas/include/evalfunc.h +share/yacas/include/exedll.h +share/yacas/include/filescanner.h +share/yacas/include/genericobject.h +share/yacas/include/genericstructs.h +share/yacas/include/grower.h +share/yacas/include/grower.inl +share/yacas/include/infixparser.h +share/yacas/include/lispassert.h +share/yacas/include/lispatom.h +share/yacas/include/lispcleanupstack.h +share/yacas/include/lispenvironment.h +share/yacas/include/lisperror.h +share/yacas/include/lispeval.h +share/yacas/include/lispevalhash.h +share/yacas/include/lispglobals.h +share/yacas/include/lisphash.h +share/yacas/include/lisphash.inl +share/yacas/include/lispio.h +share/yacas/include/lispobject.h +share/yacas/include/lispobject.inl +share/yacas/include/lispparser.h +share/yacas/include/lispplugin.h +share/yacas/include/lispstring.h +share/yacas/include/lispstring.inl +share/yacas/include/lispuserfunc.h +share/yacas/include/log.h +share/yacas/include/lzoconf.h +share/yacas/include/mathcommands.h +share/yacas/include/mathenvironment.h +share/yacas/include/mathuserfunc.h +share/yacas/include/mathutil.h +share/yacas/include/minilzo.h +share/yacas/include/numbers.h +share/yacas/include/patcher.h +share/yacas/include/patternclass.h +share/yacas/include/patterns.h +share/yacas/include/plat/linux32/lisptype.h +share/yacas/include/plat/linux32/platdll.h +share/yacas/include/plat/linux32/platfileio.h +share/yacas/include/plat/linux32/stubs.inl +share/yacas/include/platmath.h +share/yacas/include/refcount.h +share/yacas/include/standard.h +share/yacas/include/standard.inl +share/yacas/include/stdcommandline.h +share/yacas/include/stdfileio.h +share/yacas/include/stringio.h +share/yacas/include/stubs.h +share/yacas/include/substitute.h +share/yacas/include/tokenizer.h +share/yacas/include/unipoly.h +share/yacas/include/unixcommandline.h +share/yacas/include/version.h +share/yacas/include/win32dll.h +share/yacas/include/win32dllresource.h +share/yacas/include/win32yacasdll.h +share/yacas/include/win32yacasdllresource.h +share/yacas/include/xmltokenizer.h +share/yacas/include/yacas.h +share/yacas/include/yacasbase.h +share/yacas/include/yacasprivate.h share/yacas/integrate.rep/code.ys share/yacas/integrate.rep/code.ys.def +share/yacas/io.rep/code.ys +share/yacas/io.rep/code.ys.def +share/yacas/io.rep/defaultprint.ys +share/yacas/io.rep/defaultprint.ys.def +share/yacas/io.rep/errors.ys +share/yacas/io.rep/formula.ys +share/yacas/io.rep/print.ys share/yacas/limit.rep/code.ys share/yacas/limit.rep/code.ys.def share/yacas/linalg.rep/code.ys share/yacas/linalg.rep/code.ys.def share/yacas/lists.rep/code.ys share/yacas/lists.rep/code.ys.def +share/yacas/lists.rep/scopestack.ys +share/yacas/lists.rep/scopestack.ys.def share/yacas/localrules.rep/code.ys share/yacas/localrules.rep/code.ys.def share/yacas/logic.rep/code.ys share/yacas/logic.rep/code.ys.def +share/yacas/logic.rep/om.ys +share/yacas/manmake/book2TeX.sh +share/yacas/manmake/book2TeX.ys +share/yacas/manmake/txt2yacasdoc.pl share/yacas/multivar.rep/code.ys share/yacas/multivar.rep/code.ys.def +share/yacas/multivar.rep/makemulti.ys +share/yacas/multivar.rep/sparsenomial.ys +share/yacas/multivar.rep/sparsetree.ys +share/yacas/multivar.rep/sparsetree.ys.def share/yacas/newly.rep/code.ys share/yacas/newly.rep/code.ys.def +share/yacas/numbers.rep/GaussianIntegers.ys +share/yacas/numbers.rep/GaussianIntegers.ys.def +share/yacas/numbers.rep/NumberTheory.ys +share/yacas/numbers.rep/NumberTheory.ys.def share/yacas/numbers.rep/code.ys share/yacas/numbers.rep/code.ys.def +share/yacas/numbers.rep/nthroot.ys +share/yacas/numbers.rep/nthroot.ys.def share/yacas/odesolver.rep/code.ys share/yacas/odesolver.rep/code.ys.def share/yacas/openmath.rep/code.ys share/yacas/openmath.rep/code.ys.def share/yacas/orthopoly.rep/code.ys share/yacas/orthopoly.rep/code.ys.def +share/yacas/osdep.rep/code.ys +share/yacas/osdep.rep/code.ys.def +share/yacas/osdep.rep/unix.ys +share/yacas/osdep.rep/win32.ys +share/yacas/packages.ys share/yacas/padic.rep/code.ys share/yacas/padic.rep/code.ys.def share/yacas/patterns.rep/code.ys share/yacas/patterns.rep/code.ys.def +share/yacas/plots.rep/backends-2d.ys +share/yacas/plots.rep/backends-3d.ys +share/yacas/plots.rep/code.ys +share/yacas/plots.rep/code.ys.def +share/yacas/plots.rep/plot2d.ys +share/yacas/plots.rep/plot2d.ys.def +share/yacas/plots.rep/plot3d.ys +share/yacas/plots.rep/plot3d.ys.def share/yacas/predicates.rep/code.ys share/yacas/predicates.rep/code.ys.def -share/yacas/print.ys +share/yacas/probability.rep/code.ys +share/yacas/probability.rep/code.ys.def share/yacas/pslq.rep/code.ys share/yacas/pslq.rep/code.ys.def share/yacas/rabinmiller.rep/code.ys @@ -130,16 +385,52 @@ share/yacas/random.rep/code.ys share/yacas/random.rep/code.ys.def share/yacas/simplify.rep/code.ys share/yacas/simplify.rep/code.ys.def +share/yacas/simplify.rep/factorial.ys +share/yacas/simplify.rep/factorial.ys.def share/yacas/solve.rep/code.ys share/yacas/solve.rep/code.ys.def +share/yacas/specfunc.rep/bernou.ys +share/yacas/specfunc.rep/bernou.ys.def +share/yacas/specfunc.rep/bessel.ys +share/yacas/specfunc.rep/bessel.ys.def +share/yacas/specfunc.rep/code.ys +share/yacas/specfunc.rep/code.ys.def +share/yacas/specfunc.rep/gamma.ys +share/yacas/specfunc.rep/gamma.ys.def +share/yacas/specfunc.rep/gammaconst.ys +share/yacas/specfunc.rep/gammaconst.ys.def +share/yacas/specfunc.rep/zeta.ys +share/yacas/specfunc.rep/zeta.ys.def share/yacas/standard.ys +share/yacas/standard.ys.def +share/yacas/statistics.rep/distributions.ys +share/yacas/statistics.rep/distributions.ys.def +share/yacas/statistics.rep/hypothesystest.ys +share/yacas/statistics.rep/hypothesystest.ys.def +share/yacas/statistics.rep/incompletegamma.ys +share/yacas/statistics.rep/incompletegamma.ys.def +share/yacas/statistics.rep/randomtest.ys +share/yacas/statistics.rep/regression.ys +share/yacas/statistics.rep/regression.ys.def +share/yacas/statistics.rep/statistics.ys +share/yacas/statistics.rep/statistics.ys.def share/yacas/stats.rep/code.ys share/yacas/stats.rep/code.ys.def +share/yacas/stdarith.ys +share/yacas/stdarith.ys.def share/yacas/stdfuncs.rep/code.ys share/yacas/stdfuncs.rep/code.ys.def +share/yacas/stdfuncs.rep/elemfuncs.ys +share/yacas/stdfuncs.rep/elemfuncs.ys.def +share/yacas/stdfuncs.rep/numerical.ys +share/yacas/stdfuncs.rep/numerical.ys.def +share/yacas/stdfuncs.rep/nummethods.ys +share/yacas/stdfuncs.rep/nummethods.ys.def +share/yacas/stdfuncs.rep/om.ys share/yacas/stdopers.ys share/yacas/stubs.rep/code.ys share/yacas/stubs.rep/code.ys.def +share/yacas/stubs.rep/om.ys share/yacas/substitute.rep/code.ys share/yacas/substitute.rep/code.ys.def share/yacas/sums.rep/code.ys @@ -150,13 +441,24 @@ share/yacas/testers.rep/code.ys share/yacas/testers.rep/code.ys.def share/yacas/texform.rep/code.ys share/yacas/texform.rep/code.ys.def +share/yacas/transforms.rep/code.ys +share/yacas/transforms.rep/code.ys.def share/yacas/trigsimp.rep/code.ys share/yacas/trigsimp.rep/code.ys.def +share/yacas/univar.rep/Cyclotomic.ys +share/yacas/univar.rep/Cyclotomic.ys.def share/yacas/univar.rep/code.ys share/yacas/univar.rep/code.ys.def +share/yacas/univar.rep/sparse.ys +share/yacas/univar.rep/sparse.ys.def +share/yacas/univar.rep/sturm.ys +share/yacas/univar.rep/sturm.ys.def +share/yacas/yacas-gmtplot2d.sh +share/yacas/yacas-gmtplot3d.sh share/yacas/yacasinit.ys @dirrm share/yacas/univar.rep @dirrm share/yacas/trigsimp.rep +@dirrm share/yacas/transforms.rep @dirrm share/yacas/texform.rep @dirrm share/yacas/testers.rep @dirrm share/yacas/tensor.rep @@ -165,30 +467,39 @@ share/yacas/yacasinit.ys @dirrm share/yacas/stubs.rep @dirrm share/yacas/stdfuncs.rep @dirrm share/yacas/stats.rep +@dirrm share/yacas/statistics.rep +@dirrm share/yacas/specfunc.rep @dirrm share/yacas/solve.rep @dirrm share/yacas/simplify.rep @dirrm share/yacas/random.rep @dirrm share/yacas/radsimp.rep @dirrm share/yacas/rabinmiller.rep @dirrm share/yacas/pslq.rep +@dirrm share/yacas/probability.rep @dirrm share/yacas/predicates.rep +@dirrm share/yacas/plots.rep @dirrm share/yacas/patterns.rep @dirrm share/yacas/padic.rep +@dirrm share/yacas/osdep.rep @dirrm share/yacas/orthopoly.rep @dirrm share/yacas/openmath.rep @dirrm share/yacas/odesolver.rep @dirrm share/yacas/numbers.rep @dirrm share/yacas/newly.rep @dirrm share/yacas/multivar.rep +@dirrm share/yacas/manmake @dirrm share/yacas/logic.rep @dirrm share/yacas/localrules.rep @dirrm share/yacas/lists.rep @dirrm share/yacas/linalg.rep @dirrm share/yacas/limit.rep +@dirrm share/yacas/io.rep @dirrm share/yacas/integrate.rep +@dirrm share/yacas/include/plat/linux32 +@dirrm share/yacas/include/plat +@dirrm share/yacas/include @dirrm share/yacas/html.rep @dirrm share/yacas/functional.rep -@dirrm share/yacas/formula.rep @dirrm share/yacas/fakedb.rep @dirrm share/yacas/factors.rep @dirrm share/yacas/examples @@ -196,14 +507,19 @@ share/yacas/yacasinit.ys @dirrm share/yacas/documentation @dirrm share/yacas/deriv.rep @dirrm share/yacas/deffunc.rep +@dirrm share/yacas/debug.rep @dirrm share/yacas/cstubgen.rep @dirrm share/yacas/controlflow.rep @dirrm share/yacas/constants.rep @dirrm share/yacas/complex.rep +@dirrm share/yacas/compile.rep +@dirrm share/yacas/codecheck.rep @dirrm share/yacas/c_form.rep +@dirrm share/yacas/base.rep @dirrm share/yacas/assoc.rep @dirrm share/yacas/array.rep @dirrm share/yacas/addons @dirrm share/yacas @unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} +@dirrm lib/yacas diff --git a/math/yacas/distinfo b/math/yacas/distinfo index 7a3a3b2fc38..35dc5464f32 100644 --- a/math/yacas/distinfo +++ b/math/yacas/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/12/19 01:09:25 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2004/03/12 01:15:45 dmcmahill Exp $ -SHA1 (yacas-1.0.48.tar.gz) = a4099347971063d3080858d4c6203a82e3fec914 -Size (yacas-1.0.48.tar.gz) = 796932 bytes +SHA1 (yacas-1.0.56.tar.gz) = b21af18975289148e6bc868cda0212ed67c74bba +Size (yacas-1.0.56.tar.gz) = 1931182 bytes -- cgit v1.2.3