debian/0000775000000000000000000000000012035602020007156 5ustar debian/open-axiom-hypertex-data.install0000664000000000000000000000007111626507730015416 0ustar usr/lib/open-axiom/share/hypertex /usr/share/open-axiom/ debian/copyright0000664000000000000000000000716111660500217011126 0ustar This package was debianized by Igor Pashev on Sat, 03 Sep 2011 03:19:50 +0400. It was downloaded from (SVN) https://open-axiom.svn.sf.net/svnroot/open-axiom Upstream Authors: Gabriel Dos Reis , et.al. Files: debian/* Copyright: 2011, Igor Pashev License: WTFPL-2 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. Files: contrib/windows-installer/* Copyright: 2007-2011, Dan Martens Bill Page Alfredo Portes License: Modified BSD License Files: contrib/texmacs/src/texbreaker.c contrib/texmacs/src/useproto.h Copyright: 1991, Robert S. Sutor License: Modified BSD License Files: contrib/texmacs/src/tm_openaxiom.c Copyright: 2004, Bill Page 1999, Andrey Grozin License: GPL-3 Files: contrib/texmacs/progs/init-openaxiom.scm contrib/texmacs/progs/openaxiom-input.scm Copyright: 1999, Joris van der Hoeven License: GPL-3 Files: contrib/texmacs/packages/session/openaxiom.ts Copyright: 2002-2004, Joris van der Hoeven License: GPL-3 Comment: On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: OpenAxiom is derived from AXIOM, which was released as open source under the BSD-style license. All changes to OpenAxiom have been released open source under the BSD-style license reproduced below. Portions Copyright (C) 2007-2011, Gabriel Dos Reis Portions Copyright (C) 2003-2007, The Axiom Team Portions Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of The Numerical Algorithms Group Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/open-axiom-hypertex-data.links0000664000000000000000000000010011626507727015067 0ustar usr/share/open-axiom/hypertex usr/lib/open-axiom/share/hypertex debian/open-axiom-graphics-data.install0000664000000000000000000000003611623555013015341 0ustar usr/lib/open-axiom/lib/graph debian/rules0000775000000000000000000000642411752722170010262 0ustar #!/usr/bin/make -f # make clean does not clean properly, so building out of source BUILD = $(CURDIR)/build-tree LDFLAGS = -Wl,--as-needed DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) # List of archs currently having SBCL # Keep build-deb on sbcl in one line: sbcl (...) [...], HAVE_SBCL := $(shell grep sbcl debian/control | sed -r 's,.*\[(.+)\].*,\1,') ifneq ($(filter $(DEB_HOST_ARCH), $(HAVE_SBCL)),) LISP := sbcl else LISP := gcl endif PACKAGE = open-axiom SVN_REPO = https://open-axiom.svn.sf.net/svnroot/open-axiom/trunk SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn~//' ) TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz .PHONY: get-orig-source get-orig-source: rm -rf get-orig-source $(TARBALL) mkdir get-orig-source svn export -r $(SVN_REVISION) $(SVN_REPO) \ get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig GZIP='--best --no-name' \ tar czf $(TARBALL) -C get-orig-source \ $(PACKAGE)-$(SRC_VERSION).orig @rm -rf get-orig-source @echo " "$(TARBALL)" created; move it to the right destination to build the package" debian/open-axiom.1: build-stamp help2man --no-info \ --version-string='$(SRC_VERSION)' \ -m 'The open scientific computation platform' \ -n 'open source platform for symbolic, algebraic, and numerical computations' \ $(BUILD)/src/driver/open-axiom > $@ # --disable-gcl is for included GCL: configure-stamp: dh_testdir dh_auto_configure -B $(BUILD) -- \ --with-lisp=$(LISP) \ --with-x \ --disable-gcl \ LDFLAGS="$(LDFLAGS)" touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir cd $(BUILD) && $(MAKE) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd $(BUILD) && $(MAKE) check endif touch $@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot dh_prep dh_auto_install -B $(BUILD) touch $@ binary: binary-arch binary-indep binary-indep: install binary-arch: install debian/open-axiom.1 ifeq ($(LISP), sbcl) dh_install -p open-axiom usr/lib/open-axiom/lib/libopen-axiom-core.so dh_install -p open-axiom usr/lib/open-axiom/algebra/*.fasl # Remove shebangs and "compiled from ..." lines. # This makes lintian happy and prevents disclosure # of paths on build machine. E. g.: ## !$(BUILD)/src/interp/interpsys --script ## FASL # compiled from "$(BUILD)/src/algebra/IDECOMP.NRLIB/code.lsp" # using SBCL version 1.0.50.0.debian find debian/open-axiom -type f -name \*.fasl -exec \ sed -i '/^#!/ d; /compiled/ d' {} \; else dh_install -p open-axiom usr/lib/open-axiom/algebra/*.o endif dh_install dh_installman dh_installdocs -p open-axiom-graphics --link-doc=open-axiom dh_installdocs -p open-axiom-test --link-doc=open-axiom dh_installdocs -p open-axiom-hypertex --link-doc=open-axiom dh_installdocs --remaining-packages dh_installexamples dh_installchangelogs dh_installmenu dh_link # AXIOMsys seems already stripped, and dh_strip breaks it: dh_strip -X AXIOMsys dh_compress dh_fixperms dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb clean: dh_testdir dh_testroot rm -rf $(BUILD) rm -f install-stamp build-stamp configure-stamp dh_clean debian/README.github0000664000000000000000000000173611631371715011345 0ustar How to build packages: 1. Get debian stuff from GitHub: # git clone https://github.com/ip1981/open-axiom-debian.git 2. Change to the created directory: # cd open-axiom-debian 3. Get original sources (from OpenAxiom subversion repository): # ./debian/rules get-orig-source 4. Unpack the created tarball (* stands for version, e. g. 1.4.1+svn~2299): # tar xf open-axiom_*.orig.tar.gz --strip-component=1 Remember to apply patches: # QUILT_PATCHES=debian/patches quilt push -a 5. Install build dependencies. Take a look at `debian/control'. 6. Start building, either: # sudo ./debian/rules binary or: # dpkg-buildpackage -sa -rfakeroot or: # sudo dpkg-buildpackage -sa (latter two require *.orig.tar.gz in the upper directory: # mv open-axiom_*.orig.tar.gz .. ) 7. See and install new packages (open-axiom and open-axiom-databases at least): # ls -lh ../*.deb # sudo dpkg -i ../open-axiom_*.deb ../open-axiom-databases_*.deb debian/watch0000664000000000000000000000013211630411514010211 0ustar version=3 opts=dversionmangle=s/\+ds// \ http://sf.net/open-axiom/open-axiom-(.+).tar.bz2 debian/open-axiom.desktop0000664000000000000000000000043711752731414012650 0ustar [Desktop Entry] Name=OpenAxiom Type=Application Comment=Open scientific computation platform Comment[ru]=Универсальная система компьютерной алгебры Exec=open-axiom TryExec=open-axiom Icon=open-axiom Categories=Science;Education;Math; Terminal=true debian/TODO0000664000000000000000000000026711630401524007661 0ustar 1. OpenAxiom has some GUI support with Qt >= 4.6 It should be enabled eventually. 2. There is TeXmacs support in "contrib/texmacs". Sometime it should be tested and packaged. debian/changelog0000664000000000000000000000227112035602016011037 0ustar open-axiom (1.4.1+svn~2626-2ubuntu2) quantal; urgency=low * Include the diff for the regenerated configure file. -- Matthias Klose Thu, 11 Oct 2012 19:37:39 +0200 open-axiom (1.4.1+svn~2626-2ubuntu1) quantal; urgency=low * Don't blindly use -m32/-m64. Closes: #687608. -- Matthias Klose Wed, 10 Oct 2012 16:49:10 +0200 open-axiom (1.4.1+svn~2626-2) unstable; urgency=low * Added libgmp-dev build-dep for GCL -- Igor Pashev Wed, 16 May 2012 15:22:53 +0400 open-axiom (1.4.1+svn~2626-1) unstable; urgency=low * New upstream version * Include directory 'contrib' in sources * Removed patch for system xpm.h (fixed in upstream) * Use SBCL where available (currently i386, amd64, kfreebsd-amd64) and GCL otherwheres (Closes: #648877) * Bump standards version 3.9.2 → 3.9.3, no changes * Rewrote debian/rules (too many overrides) * Removed Encoding key from desktop file -- Igor Pashev Thu, 10 May 2012 16:23:17 +0400 open-axiom (1.4.1+svn~2299+ds-1) unstable; urgency=low * Initial release. Closes: #639185 -- Igor Pashev Sat, 03 Sep 2011 03:19:50 +0400 debian/open-axiom.xpm0000664000000000000000000003325211625713245012005 0ustar /* XPM */ static char * open_axiom_xpm[] = { "32 32 735 2", " c None", ". c #CCDFEB", "+ c #A8C9E0", "@ c #93BED9", "# c #7EB2D2", "$ c #6AA7CC", "% c #5498C3", "& c #3E84B3", "* c #327BAB", "= c #2E78A9", "- c #2975A5", "; c #2670A3", "> c #206DA0", ", c #1C699C", "' c #176499", ") c #136197", "! c #0A5B97", "~ c #095A96", "{ c #116096", "] c #176599", "^ c #1B689B", "/ c #1F6D9F", "( c #246FA2", "_ c #2974A5", ": c #2D77A8", "< c #317AAB", "[ c #3981B0", "} c #4F93BF", "| c #64A4CA", "1 c #79AFD1", "2 c #8EBBD8", "3 c #A2C6DE", "4 c #C2D8E8", "5 c #CFDFEC", "6 c #A9CAE0", "7 c #94BFDA", "8 c #80B3D3", "9 c #6BA7CD", "0 c #569AC4", "a c #4086B4", "b c #327BAC", "c c #2F78A9", "d c #2A75A6", "e c #2671A3", "f c #216EA1", "g c #1D6A9D", "h c #19669A", "i c #0F5E9C", "j c #6DA064", "k c #76A75E", "l c #156397", "m c #16649B", "n c #2471A3", "o c #2C77A8", "p c #3A82B0", "q c #5195C1", "r c #66A4CB", "s c #7BB0D1", "t c #8FBBD8", "u c #A4C7DE", "v c #C4DAE8", "w c #D4E3EE", "x c #ACCCE1", "y c #98C0DA", "z c #82B4D4", "A c #6FA9CE", "B c #5A9DC6", "C c #448AB7", "D c #337CAC", "E c #2F79AA", "F c #2B76A7", "G c #2772A4", "H c #236FA1", "I c #1E6B9F", "J c #17659F", "K c #F2FE1A", "L c #F6FF18", "M c #F4FF19", "N c #FDFF13", "O c #297293", "P c #1D6A9F", "Q c #226EA0", "R c #2671A4", "S c #327CAC", "T c #3E85B3", "U c #5598C2", "V c #69A6CD", "W c #7DB2D2", "X c #92BED9", "Y c #A6C8DF", "Z c #C9DDEB", "` c #DBE7F0", " . c #B2CFE3", ".. c #9CC3DC", "+. c #87B7D5", "@. c #73ACD0", "#. c #60A1C9", "$. c #4A90BC", "%. c #377FAE", "&. c #1C6AA4", "*. c #8CB75A", "=. c #F3FF19", "-. c #EDFA1D", ";. c #F1FD1A", ">. c #ABCC46", ",. c #1968A6", "'. c #2570A3", "). c #2873A4", "!. c #307AAA", "~. c #347DAC", "{. c #458CB8", "]. c #5B9DC6", "^. c #6FAACE", "/. c #96C0DA", "(. c #AACBE1", "_. c #D1E1ED", ":. c #E6EDF3", "<. c #BBD5E6", "[. c #A1C6DD", "}. c #8DBAD8", "|. c #7AB0D1", "1. c #67A5CC", "2. c #5397C2", "3. c #3E86B3", "4. c #1E6BA7", "5. c #A2C64E", "6. c #EDFA1C", "7. c #F0FC1B", "8. c #BFDB3B", "9. c #1A68AA", "0. c #4E92BE", "a. c #62A2CA", "b. c #75ADCF", "c. c #88B8D6", "d. c #9DC4DC", "e. c #DBE7EF", "f. c #EAEDF1", "g. c #C8DDEA", "h. c #95BFD9", "i. c #5D9FC7", "j. c #4A8FBB", "k. c #3780AF", "l. c #2773A6", "m. c #498A8C", "n. c #FFFF0D", "o. c #EFFC1B", "p. c #EFFB1C", "q. c #FEFF11", "r. c #699F77", "s. c #2471A7", "t. c #2D78A9", "u. c #317AAA", "v. c #357EAD", "w. c #458BB7", "x. c #589BC5", "y. c #6BA7CC", "z. c #7DB2D3", "A. c #90BCD8", "B. c #A3C7DE", "C. c #BED6E7", "D. c #E9EFF4", "E. c #AEB4C0", "F. c #DBE8F1", "G. c #B2D0E3", "H. c #9EC4DC", "I. c #8BB9D7", "J. c #7AAFD1", "K. c #68A5CB", "L. c #367EAE", "M. c #2B76A9", "N. c #216FAD", "O. c #5E9981", "P. c #D1E731", "Q. c #D8EC2C", "R. c #74A772", "S. c #1C6CB0", "T. c #2A75A9", "U. c #2D77A9", "V. c #337DAC", "W. c #4087B5", "X. c #5296C1", "Y. c #64A3CA", "Z. c #75ADD0", "`. c #87B7D6", " + c #99C2DB", ".+ c #CFE0EC", "++ c #DDE1E6", "@+ c #3B4D69", "#+ c #FCFFFF", "$+ c #C4D9E9", "%+ c #A7C9E0", "&+ c #96BFDA", "*+ c #84B5D5", "=+ c #74ACCF", "-+ c #5498C2", ";+ c #367FAF", ">+ c #3980A6", ",+ c #5A968C", "'+ c #56938C", ")+ c #51918E", "!+ c #488994", "~+ c #478994", "{+ c #50908E", "]+ c #57948C", "^+ c #44879E", "/+ c #347DAE", "(+ c #5094BF", "_+ c #70AACE", ":+ c #92BDD9", "<+ c #A3C6DE", "[+ c #EAF1F8", "}+ c #7E889A", "|+ c #224C6E", "1+ c #BEC1CA", "2+ c #DDE9F2", "3+ c #B6D2E5", "4+ c #A1C6DE", "5+ c #91BDD8", "6+ c #80B3D4", "7+ c #72ACCE", "8+ c #63A3CA", "9+ c #5599C3", "0+ c #468DBC", "a+ c #5D9998", "b+ c #FFFF09", "c+ c #F8FF15", "d+ c #FFFF0F", "e+ c #93BE68", "f+ c #4088BC", "g+ c #6EA9CD", "h+ c #7DB1D2", "i+ c #AFCEE2", "j+ c #D1E2ED", "k+ c #F1F1F4", "l+ c #173557", "m+ c #66A7C8", "n+ c #1D3251", "o+ c #FCFCFE", "p+ c #CEDFEC", "q+ c #9FC4DD", "r+ c #73ACCF", "s+ c #599DC8", "t+ c #65A2AB", "u+ c #DBEE2E", "v+ c #F7FF12", "w+ c #F6FF14", "x+ c #E1F228", "y+ c #88B884", "z+ c #5599C8", "A+ c #9BC3DB", "B+ c #AACBE0", "C+ c #C5DBE9", "D+ c #F9FDFF", "E+ c #546076", "F+ c #4C83A4", "G+ c #7FC9E9", "H+ c #3E7193", "I+ c #5E697E", "J+ c #FAFDFF", "K+ c #C7DBEA", "L+ c #ADCDE1", "M+ c #9EC5DC", "N+ c #90BCD9", "O+ c #83B5D4", "P+ c #78AFD0", "Q+ c #6DA9CD", "R+ c #63A3CC", "S+ c #4F96D3", "T+ c #67A4B1", "U+ c #F3FE17", "V+ c #96C27C", "W+ c #4A92D6", "X+ c #5EA0CE", "Y+ c #9BC2DB", "Z+ c #A8CAE0", "`+ c #C0D8E7", " @ c #E9F1F8", ".@ c #A9ADB9", "+@ c #1F4668", "@@ c #7AC1E2", "#@ c #85D1F1", "$@ c #79C0E0", "%@ c #224A6D", "&@ c #9096A5", "*@ c #F4F9FE", "=@ c #AECDE2", "-@ c #A0C5DD", ";@ c #95BFDA", ">@ c #89B8D6", ",@ c #77AED1", "'@ c #70AACF", ")@ c #5E9FDC", "!@ c #F9FF0D", "~@ c #F5FF13", "{@ c #84B7A9", "]@ c #6DA8CF", "^@ c #86B7D6", "/@ c #AACAE0", "(@ c #E3EDF5", "_@ c #D2D4DA", ":@ c #0E2B4E", "<@ c #6FB3D4", "[@ c #84D0F0", "}@ c #80C9E9", "|@ c #73B9DA", "1@ c #173D60", "2@ c #969CAB", "3@ c #F7FCFF", "4@ c #B4D1E4", "5@ c #A5C8DF", "6@ c #8AB9D6", "7@ c #84B5D4", "8@ c #74ABE3", "9@ c #F7FF0C", "0@ c #F4FF12", "a@ c #95C1AD", "b@ c #81B4D6", "c@ c #0F294B", "d@ c #66A7C7", "e@ c #83CEEE", "f@ c #82CDED", "g@ c #77BBDB", "h@ c #81CBEC", "i@ c #84D1F1", "j@ c #73B8D8", "k@ c #1E4566", "l@ c #6E778A", "m@ c #FEFFFF", "n@ c #D8E6F0", "o@ c #C0D7E7", "p@ c #98C1DA", "q@ c #8AB8EA", "r@ c #F6FF0C", "s@ c #F3FE12", "t@ c #A5CAB2", "u@ c #96C0DD", "v@ c #66A6C7", "w@ c #83CDED", "x@ c #83CFF0", "y@ c #79BFDF", "z@ c #6FAECE", "A@ c #79BEDE", "B@ c #81CCEC", "C@ c #77BDDD", "D@ c #366688", "E@ c #2C3E5A", "F@ c #D7D9DF", "G@ c #F4FAFE", "H@ c #D4E4EF", "I@ c #C1D8E8", "J@ c #B5D1E5", "K@ c #ACCCE2", "L@ c #A0C5F0", "M@ c #F4FF0B", "N@ c #F2FD12", "O@ c #B5D3B7", "P@ c #AACBE3", "Q@ c #BFD6E6", "R@ c #CFE0ED", "S@ c #1E4668", "T@ c #6FB3D3", "U@ c #7BC0E1", "V@ c #71B1D1", "W@ c #66A1C1", "X@ c #70AFCE", "Y@ c #78BDDD", "Z@ c #80CAEA", "`@ c #86D3F3", " # c #7DC7E7", ".# c #5C98BA", "+# c #153759", "@# c #576279", "## c #D7D9E0", "$# c #FBFEFF", "%# c #E2EDF4", "&# c #D4E3EF", "*# c #C5DAFD", "=# c #F1FD0A", "-# c #F0FC11", ";# c #D0E2C0", "># c #D0E1F0", ",# c #DEEAF2", "'# c #F5FAFE", ")# c #ECEDF1", "!# c #7D8495", "~# c #112D4F", "{# c #4A80A2", "]# c #79C2E1", "^# c #84D0F1", "/# c #7AC0E0", "(# c #71B3D3", "_# c #69A5C4", ":# c #5E93B3", "<# c #6EAECE", "[# c #76BADA", "}# c #7EC6E7", "|# c #85D0F1", "1# c #83CFEF", "2# c #78BEDE", "3# c #5089AB", "4# c #193E61", "5# c #30415D", "6# c #8990A0", "7# c #CBCED5", "8# c #F1F0FF", "9# c #EDFB09", "0# c #EDFB10", "a# c #F3F6CB", "b# c #D6D8E1", "c# c #9DA3B0", "d# c #46536C", "e# c #143355", "f# c #407496", "g# c #72B7D7", "h# c #85D2F2", "i# c #80C9EA", "j# c #78BCDD", "k# c #70B1D1", "l# c #68A4C4", "m# c #6096B5", "n# c #5584A3", "o# c #5D91B2", "p# c #649EBE", "q# c #6CAACA", "r# c #73B6D5", "s# c #7AC0E1", "t# c #81CBEB", "u# c #83CFEE", "v# c #7AC2E3", "w# c #67A9C9", "x# c #427698", "y# c #234B6E", "z# c #05265F", "A# c #FFFF17", "B# c #FAFF19", "C# c #435F4C", "D# c #1C4268", "E# c #38698B", "F# c #5F9EBF", "G# c #77BEDE", "H# c #83CDEE", "I# c #7CC2E3", "J# c #75B8D8", "K# c #6EADCC", "L# c #67A2C1", "M# c #5F95B5", "N# c #5787A7", "O# c #4C7796", "P# c #5483A2", "Q# c #5B8FAE", "R# c #629ABA", "S# c #6AA5C6", "T# c #70AFCF", "U# c #75B9D9", "V# c #7BC1E1", "W# c #85D1F2", "X# c #83CEEF", "Y# c #7FC8E8", "Z# c #6DBBF1", "`# c #F8FF0B", " $ c #F4FE12", ".$ c #90CBB7", "+$ c #7BC5E9", "@$ c #82CCED", "#$ c #7DC3E4", "$$ c #77BBDA", "%$ c #6AA8C7", "&$ c #649EBD", "*$ c #5D91B1", "=$ c #5586A5", "-$ c #4E7A99", ";$ c #476E8D", ">$ c #4C7695", ",$ c #517E9D", "'$ c #588AA9", ")$ c #5E94B4", "!$ c #6AA7C7", "~$ c #74B7D7", "{$ c #7DC4E4", "]$ c #7BCDFF", "^$ c #F7FE0A", "/$ c #F3FD11", "($ c #9AD9C6", "_$ c #82CFF1", ":$ c #7EC5E6", "<$ c #7AC0DF", "[$ c #76B9D9", "}$ c #71B2D1", "|$ c #6CA9C9", "1$ c #66A0C0", "2$ c #6097B6", "3$ c #5A8CAC", "4$ c #5382A0", "5$ c #4C7797", "6$ c #48708F", "7$ c #416584", "8$ c #456C8C", "9$ c #497392", "0$ c #5A8DAC", "a$ c #5F96B5", "b$ c #69A5C5", "c$ c #6DABCB", "d$ c #74B6D6", "e$ c #6DB6EE", "f$ c #90C9B6", "g$ c #75BADD", "h$ c #74B7D6", "i$ c #71B2D2", "j$ c #6EACCD", "k$ c #659FBF", "l$ c #6198B7", "m$ c #5B8FAF", "n$ c #5685A5", "o$ c #4F7C9C", "p$ c #4A7494", "q$ c #476F8E", "r$ c #426786", "s$ c #3C5D7C", "t$ c #3F6382", "u$ c #446A89", "v$ c #4B7594", "w$ c #4F7C9B", "x$ c #5484A2", "y$ c #598BAA", "z$ c #5D92B2", "A$ c #6199B8", "B$ c #649FBD", "C$ c #66A1C4", "D$ c #5B9CD7", "E$ c #8CBD9E", "F$ c #F1FD18", "G$ c #B3D66B", "H$ c #639FC8", "I$ c #65A0BE", "J$ c #619ABA", "K$ c #5A8DAD", "L$ c #507D9D", "M$ c #4B7696", "N$ c #487190", "O$ c #456B8A", "P$ c #3D5E7D", "Q$ c #365372", "R$ c #395A79", "S$ c #3E607F", "T$ c #4B7494", "U$ c #51809F", "V$ c #5685A4", "W$ c #5789AC", "X$ c #729F98", "Y$ c #F5FF12", "Z$ c #F2FD17", "`$ c #F6FF12", " % c #9ABD71", ".% c #578AAF", "+% c #5787A6", "@% c #5281A0", "#% c #4F7B9A", "$% c #497191", "%% c #466C8C", "&% c #3E6281", "*% c #3B5C7B", "=% c #375574", "-% c #2F4A69", ";% c #34506F", ">% c #385675", ",% c #3B5B7A", "'% c #3E6180", ")% c #426685", "!% c #446B8A", "~% c #466E8D", "{% c #497291", "]% c #4B7595", "^% c #4B7799", "/% c #6D9384", "(% c #FFFF0B", "_% c #F9FF14", ":% c #FEFF10", "<% c #9FBC5C", "[% c #4A779C", "}% c #4B7695", "|% c #456B8B", "1% c #3F6281", "2% c #3B5D7C", "3% c #395776", "4% c #355170", "5% c #314C6A", "6% c #2A405F", "7% c #2E4665", "8% c #314C6B", "9% c #355271", "0% c #385776", "a% c #3A5C7B", "b% c #406483", "c% c #426887", "d% c #456A8A", "e% c #49718E", "f% c #537A8A", "g% c #547C8C", "h% c #517A8F", "i% c #477295", "j% c #457097", "k% c #4D7691", "l% c #537B8C", "m% c #537A8B", "n% c #4C748D", "o% c #456C8B", "p% c #436988", "q% c #395877", "r% c #324E6D", "s% c #2E4967", "t% c #2B4261", "u% c #243756", "v% c #273D5C", "w% c #2B4362", "x% c #2F4866", "y% c #314D6C", "z% c #35516F", "A% c #3A5978", "B% c #416483", "C% c #416586", "D% c #3C628B", "E% c #789767", "F% c #E8F620", "G% c #B1C744", "H% c #416687", "I% c #416585", "J% c #406382", "K% c #3C5E7C", "L% c #3A5A79", "M% c #375675", "N% c #324D6C", "O% c #2F4968", "P% c #2C4362", "Q% c #293F5D", "R% c #253857", "S% c #1E2D4C", "T% c #213351", "U% c #243958", "V% c #283E5D", "W% c #2D4766", "X% c #304B6A", "Y% c #334E6D", "Z% c #345170", "`% c #395A7B", " & c #517070", ".& c #FEFF13", "+& c #EEFB1C", "@& c #A1B745", "#& c #34567E", "$& c #334F6E", "%& c #304C6B", "&& c #2E4766", "*& c #283F5E", "=& c #253A59", "-& c #223453", ";& c #1F2E4D", ">& c #172342", ",& c #1C2847", "'& c #213352", ")& c #243856", "!& c #273C5B", "~& c #29405F", "{& c #2C4363", "]& c #304C71", "^& c #90A546", "/& c #F2FF1A", "(& c #E3F122", "_& c #264475", ":& c #304A69", "<& c #2E4867", "[& c #2C4463", "}& c #2A4160", "|& c #253958", "1& c #202F4E", "2& c #1C2A49", "3& c #182443", "4& c #15213F", "5& c #172442", "6& c #1B2948", "7& c #213150", "8& c #223554", "9& c #243957", "0& c #293F5E", "a& c #294265", "b& c #697E4E", "c& c #FAFF18", "d& c #F0FD1B", "e& c #C1D12E", "f& c #233C68", "g& c #273D5B", "h& c #263A58", "i& c #233655", "j& c #213251", "k& c #182543", "l& c #162240", "m& c #172341", "n& c #1A2645", "o& c #1D2A49", "p& c #1E2E4C", "q& c #203150", "r& c #223352", "s& c #243857", "t& c #192F5E", "u& c #C5D429", "v& c #FDFF19", "w& c #F7FF1A", "x& c #F8FF1A", "y& c #3B5053", "z& c #243858", "A& c #233453", "B& c #213250", "C& c #1E2E4D", "D& c #1D2B4A", "E& c #1B2746", "F& c #152240", "G& c #192644", "H& c #1B2847", "I& c #1D2B49", "J& c #1D2C4B", "K& c #20314E", "L& c #102053", "M& c #4C5C44", "N& c #63723E", "O& c #1A2B51", "P& c #1D2E4F", "Q& c #1F2F4D", "R& c #1D2D4C", "S& c #182342", "T& c #152140", "U& c #16213F", "V& c #15223F", "W& c #162241", "X& c #182442", "Y& c #162244", "Z& c #152144", ". + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | 1 2 3 4 ", "5 6 7 8 9 0 a b c d e f g h i j k l m , > n _ o * p q r s t u v ", "w x y z A B C D E F G H I J K L M N O P Q R d = S T U V W X Y Z ", "` ...+.@.#.$.%.< : _ e &.*.=.-.-.;.>.,.'.).o !.~.{.].^.z /.(._.", ":.<.[.}.|.1.2.3.b E F ).4.5.;.6.6.7.8.9.G F = * p 0.a.b.c.d. .e.", "f.g.+ h.z ^.i.j.k.* = F l.m.n.o.p.q.r.s.F t.u.v.w.x.y.z.A.B.C.D.", "E.F.G.H.I.J.K.0 w.L.* c M.N.O.P.Q.R.S.T.U.< V.W.X.Y.Z.`. +x .+++", "@+#+$+%+&+*+=+Y.-+C ;+>+,+'+)+!+~+{+'+]+^+/+W.(+#._+8 :+<+<.[+}+", "|+1+2+3+4+5+6+7+8+9+0+a+b+c+c+c+c+c+c+d+e+f+X.#.g+h+}.H.i+j+k+l+", "m+n+o+p+i+q+t 8 r+r s+t+u+v+-.6.6.-.w+x+y+z+8+_+h+I.A+B+C+D+E+F+", "G+H+I+J+K+L+M+N+O+P+Q+R+S+T+v+6.6.U+V+W+X+y.Z.8 2 Y+Z+`+ @.@+@@@", "#@$@%@&@*@K+=@-@;@>@8 ,@'@)@!@6.6.~@{@]@Z.W ^@:+d./@`+(@_@:@<@[@", "}@#@|@1@2@3@. 4@5@..:+6@7@8@9@6.6.0@a@b@c.N+ +<+i+C+ @_@c@d@e@f@", "g@h@i@j@k@l@m@n@o@i+5@H.p@q@r@6.6.s@t@u@..B.x <.j+D+.@:@v@w@x@y@", "z@A@B@#@C@D@E@F@G@H@I@J@K@L@M@6.6.N@O@P@G.Q@R@[+k+E+S@T@e@x@U@V@", "W@X@Y@Z@`@ #.#+#@###$#%#&#*#=#6.6.-#;#>#,#'#)#!#~#{#]#^#e@/#(#_#", ":#W@<#[#}#|#1#2#3#4#5#6#7#8#9#6.6.0#a#b#c#d#e#f#g#B@h#i#j#k#l#m#", "n#o#p#q#r#s#t#h#u#v#w#x#y#z#A#6.6.B#C#D#E#F#G#f@h#H#I#J#K#L#M#N#", "O#P#Q#R#S#T#U#V#t#|#W#X#Y#Z#`#6.6. $.$+$w@#@#@@$#$$$V@%$&$*$=$-$", ";$>$,$'$)$p#!$T#~$A@{$i#X#]$^$6.6./$($_$h@:$<$[$}$|$1$2$3$4$5$6$", "7$8$9$-$P#0$a$&$b$c$V@d$[#e$`#6.6. $f$g$h$i$j$!$k$l$m$n$o$p$q$r$", "s$t$u$q$v$w$x$y$z$A$B$C$D$E$~@6.6.F$G$D$H$I$J$)$K$=$L$M$N$O$7$P$", "Q$R$S$7$O$6$T$-$U$V$W$X$~@Y$-.6.6.-.Z$`$ %.%+%@%#%>$$%%%r$&%*%=%", "-%;%>%,%'%)%!%~%{%]%^%/%(%_%_%_%_%_%_%:%<%[%}%9$q$|%r$1%2%3%4%5%", "6%7%8%9%0%a%S$b%c%d%~%e%f%g%h%i%j%k%l%m%n%;$o%p%7$'%2%q%Q$r%s%t%", "u%v%w%x%y%z%=%A%s$S$t$B%C%D%E%F%c+G%D%H%I%J%'%K%L%M%9%N%O%P%Q%R%", "S%T%U%V%t%W%X%Y%Z%=%0%A%`% &.&+&+&L @&#&L%0%M%Q$$&%&&&w%*&=&-&;&", ">&,&;&'&)&!&~&{&&&O%8%r%]&^&/&-.6.p.(&_&Y%y%:&<&[&}&v%|&-&1&2&3&", "4&4&5&6&S%7&8&9&!&0&}&P%a&b&c&-.-.d&e&f&[&t%*&g&h&i&j&;&2&k&l&4&", "l&4&4&4&m&n&o&p&q&r&i&s&|&t&u&v&w&x&y&z&s&i&A&B&C&D&E&>&l&4&4&l&", "F&4&4&l&4&4&l&>&G&H&I&J&;&K&L&M&N&O&P&Q&R&D&6&n&S&l&4&4&4&l&T&T&", "4&F&F&4&F&U&V&4&4&4&T&W&m&X&k&Y&Z&3&3&m&m&l&4&4&4&4&l&T&T&T&T&T&"}; debian/open-axiom-graphics.install0000664000000000000000000000017411623555013014435 0ustar usr/lib/open-axiom/lib/view2D usr/lib/open-axiom/lib/view3D usr/lib/open-axiom/lib/viewman usr/lib/open-axiom/bin/viewAlone debian/patches/0000775000000000000000000000000012035601725010620 5ustar debian/patches/no-missing-messages.patch0000664000000000000000000000122211744343416015534 0ustar Index: b/src/sman/sman.c =================================================================== --- a/src/sman/sman.c 2012-04-21 00:28:55.000000000 +0400 +++ b/src/sman/sman.c 2012-04-21 00:29:02.000000000 +0400 @@ -450,7 +450,6 @@ const char* command = oa_concatenate_string(root_dir,HypertexProgram); if (readablep(command) != 1) { - fprintf(stderr, "Hypertex program not found.\n"); return; } if (PasteFile){ @@ -480,8 +479,6 @@ if (readablep(command) == 1) spawn_of_hell(command, DoItAgain); - else - fprintf(stderr, "Graphics program not found.\n"); } /* Start the core executable session in a separate process, */ debian/patches/install-dir.patch0000664000000000000000000000147511744343416014100 0ustar Index: b/configure =================================================================== --- a/configure 2012-04-21 00:28:55.000000000 +0400 +++ b/configure 2012-04-21 00:29:01.000000000 +0400 @@ -5637,7 +5637,7 @@ -open_axiom_installdir=$libdir/open-axiom/$target/$PACKAGE_VERSION +open_axiom_installdir=$libdir/open-axiom if test $build != $target; then Index: b/configure.ac =================================================================== --- a/configure.ac 2012-04-21 00:28:55.000000000 +0400 +++ b/configure.ac 2012-04-21 00:29:01.000000000 +0400 @@ -55,7 +55,7 @@ AC_CONFIG_SRCDIR(src/Makefile.in) -open_axiom_installdir=$libdir/open-axiom/$target/$PACKAGE_VERSION +open_axiom_installdir=$libdir/open-axiom AC_SUBST(open_axiom_installdir) dnl For the moment, the OpenAxiom base source code is written debian/patches/non-static-open-axiom-binary.patch0000664000000000000000000000077011744343416017266 0ustar Index: b/src/driver/Makefile.in =================================================================== --- a/src/driver/Makefile.in 2012-04-21 00:28:55.000000000 +0400 +++ b/src/driver/Makefile.in 2012-04-21 00:29:02.000000000 +0400 @@ -70,7 +70,7 @@ main.lo: open-axiom.h open-axiom$(EXEEXT): $(open_axiom_objects) - $(CXXLINK) -all-static -o $@ $(open_axiom_objects) $(open_axiom_LDADD) + $(CXXLINK) -o $@ $(open_axiom_objects) $(open_axiom_LDADD) mostlyclean-local: @rm -f $(open_axiom_objects) debian/patches/open-axiom_m32.patch0000664000000000000000000000413512035601725014401 0ustar Index: open-axiom-1.4.1+svn~2626/config/open-axiom.m4 =================================================================== --- open-axiom-1.4.1+svn~2626.orig/config/open-axiom.m4 2012-02-03 11:21:00.000000000 +0000 +++ open-axiom-1.4.1+svn~2626/config/open-axiom.m4 2012-10-11 17:35:37.000000000 +0000 @@ -216,13 +216,13 @@ fi ## Augment C and C++ compiler flags with ABI directives as appropriate ## before we proceed to infer other host datatype properties. -if test -n "$openaxiom_host_lisp_precision"; then - if test x$oa_gnu_compiler = xyes; then - CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision" - LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision" - ## else, cross fingers and pray. - fi -fi +#if test -n "$openaxiom_host_lisp_precision"; then +# if test x$oa_gnu_compiler = xyes; then +# CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision" +# LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision" +# ## else, cross fingers and pray. +# fi +#fi OPENAXIOM_SATISFY_GCL_NEEDS AC_PROG_CPP AC_PROG_CXXCPP Index: open-axiom-1.4.1+svn~2626/configure =================================================================== --- open-axiom-1.4.1+svn~2626.orig/configure 2012-10-11 17:35:37.000000000 +0000 +++ open-axiom-1.4.1+svn~2626/configure 2012-10-11 17:37:17.341823009 +0000 @@ -7254,13 +7254,13 @@ fi ## Augment C and C++ compiler flags with ABI directives as appropriate ## before we proceed to infer other host datatype properties. -if test -n "$openaxiom_host_lisp_precision"; then - if test x$oa_gnu_compiler = xyes; then - CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision" - LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision" - ## else, cross fingers and pray. - fi -fi +#if test -n "$openaxiom_host_lisp_precision"; then +# if test x$oa_gnu_compiler = xyes; then +# CPPFLAGS="$CPPFLAGS -m$openaxiom_host_lisp_precision" +# LDFLAGS="$LDFLAGS -m$openaxiom_host_lisp_precision" +# ## else, cross fingers and pray. +# fi +#fi ## If we are using GCL as the base runtime system, then we do really need ## a C compiler from GNU. Well, at least for the moment. debian/patches/series0000664000000000000000000000014412035305341012027 0ustar install-dir.patch no-missing-messages.patch non-static-open-axiom-binary.patch open-axiom_m32.patch debian/open-axiom.install0000664000000000000000000000132211660445021012631 0ustar usr/bin/open-axiom usr/lib/open-axiom/lib/ex2ht # We make choice in debian/rules: # # SBCL: usr/lib/open-axiom/algebra/*.fasl # GCL: usr/lib/open-axiom/algebra/*.o # SBCL: usr/lib/open-axiom/lib/libopen-axiom-core.so # GCL: NOTHING usr/lib/open-axiom/lib/session usr/lib/open-axiom/lib/spadbuf usr/lib/open-axiom/lib/spadclient # For internal commands: # )copyright and )summary usr/lib/open-axiom/lib/copyright usr/lib/open-axiom/lib/summary usr/lib/open-axiom/lib/command.list usr/lib/open-axiom/doc usr/lib/open-axiom/bin/sman usr/lib/open-axiom/bin/clef usr/lib/open-axiom/bin/asq usr/lib/open-axiom/bin/AXIOMsys debian/open-axiom.xpm /usr/share/pixmaps/ debian/open-axiom.desktop /usr/share/applications/ debian/open-axiom-databases.install0000664000000000000000000000015011623555013014556 0ustar usr/lib/open-axiom/algebra/*.daase usr/lib/open-axiom/algebra/*.text usr/lib/open-axiom/algebra/*.DAASE debian/source/0000775000000000000000000000000011626645640010502 5ustar debian/source/format0000664000000000000000000000001411623555013011677 0ustar 3.0 (quilt) debian/README.source0000664000000000000000000000034511657552117011363 0ustar There is a target in "debian/rules" to fetch original source tarball for OpenAxiom: get-orig-source. It fetches sources from SVN repository on SourceForge, the SVN revision should be specified in version in "debian/changelog". debian/open-axiom.manpages0000664000000000000000000000002411626212354012757 0ustar debian/open-axiom.1 debian/open-axiom.menu0000664000000000000000000000040011625663263012136 0ustar ?package(open-axiom): \ needs="text" \ title="OpenAxiom" \ longtitle="The open scientific computation platform" \ section="Applications/Science/Mathematics" \ command="/usr/bin/open-axiom" \ icon="/usr/share/pixmaps/open-axiom.xpm" debian/open-axiom-test.install0000664000000000000000000000003111623555013013604 0ustar usr/lib/open-axiom/input debian/control0000664000000000000000000001763111754706736010623 0ustar Source: open-axiom Section: math Priority: optional Maintainer: Igor Pashev Build-Depends: debhelper ( >= 8 ), sbcl ( >= 1:1.0.30 ) [ i386 amd64 kfreebsd-amd64], gcl ( >= 2.6.7 ) [!i386 !amd64 !kfreebsd-amd64], libreadline-dev [!i386 !amd64 !kfreebsd-amd64], libncurses5-dev [!i386 !amd64 !kfreebsd-amd64], libgmp-dev [!i386 !amd64 !kfreebsd-amd64], libxpm-dev, libxt-dev, help2man, Standards-Version: 3.9.3 Vcs-Git: http://git.debian.org/git/pkg-open-axiom/pkg-open-axiom.git Vcs-Browser: http://git.debian.org/?p=pkg-open-axiom/pkg-open-axiom.git Homepage: http://www.open-axiom.org/ Package: open-axiom Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, open-axiom-databases (= ${source:Version}), Recommends: open-axiom-source, open-axiom-graphics, open-axiom-hypertex Suggests: texmacs, open-axiom-tex, open-axiom-test Description: open scientific computation platform OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains the main program binary and all precompiled algebra and autoloadable modules. Package: open-axiom-source Architecture: all Depends: ${misc:Depends} Description: open scientific computation platform: source files OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains source files in OpenAxiom's native spad language for the compiled algebra modules supplied in the open-axiom package. Package: open-axiom-test Architecture: all Depends: open-axiom (>= ${source:Version}), ${misc:Depends} Description: open scientific computation platform: regression test inputs OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains input files for OpenAxiom's regression test suite. Package: open-axiom-databases Architecture: all Depends: ${misc:Depends} Description: open scientific computation platform: generated text databases OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains the text databases generated during the build process used in computing the hierarchical domain structure, among other uses. Package: open-axiom-tex Architecture: all Depends: texlive-latex-recommended, ${misc:Depends} Description: open scientific computation platform: style file for TeX OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains a TeX style file useful in publishing results obtained with OpenAxiom. Package: open-axiom-graphics Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, open-axiom (= ${binary:Version}), open-axiom-graphics-data (= ${source:Version}), Description: open scientific computation platform: graphics subsystem OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains the binaries for the graphics subsystem. The programs in this package allow open-axiom to draw plots to separate windows in X as well as to output files in postscript format. Package: open-axiom-graphics-data Architecture: all Depends: ${misc:Depends} Description: open scientific computation platform: graphics subsystem data OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains required data files for the OpenAxiom graphics subsystem. Package: open-axiom-hypertex Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, open-axiom (= ${binary:Version}), open-axiom-hypertex-data (= ${source:Version}), Description: open scientific computation platform: hypertex subsystem OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains the binaries for the hypertex subsystem. The programs in this package provide an interactive online help system describing the many open-axiom commands. Package: open-axiom-hypertex-data Architecture: all Depends: ${misc:Depends} Description: open scientific computation platform: hypertex subsystem data OpenAxiom is an open source platform for symbolic, algebraic, and numerical computations. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences. . OpenAxiom is a descendent of the AXIOM computer algebra system as described by Richard Jenks and Robert Sutor in "AXIOM: The Scientific Computation System". That book is the base reference document for OpenAxiom. . This package contains required data files for the OpenAxiom hypertex subsystem. debian/open-axiom-tex.install0000664000000000000000000000012311623555013013427 0ustar usr/lib/open-axiom/share/texmf/tex/open-axiom.sty /usr/share/texmf/tex/plain/misc/ debian/compat0000664000000000000000000000000211623555013010367 0ustar 8 debian/README.lisps0000664000000000000000000000034711660722363011213 0ustar Lisps to build OpenAxiom: SBCL, GCL, CLisp, ECL, CCL SBCL is preferable, then GCL, then CLisp and so on. On archs where SBCL is unavailable, GCL should be used. To build with GCL libncurses-dev and libreadline-dev are required. debian/open-axiom.docs0000664000000000000000000000004011626206642012115 0ustar README* MAINTAINERS STYLES TODO debian/clean0000664000000000000000000000002411626266307010202 0ustar debian/open-axiom.1 debian/open-axiom-source.install0000664000000000000000000000002711623555013014132 0ustar usr/lib/open-axiom/src debian/open-axiom-hypertex.install0000664000000000000000000000007311623555013014503 0ustar usr/lib/open-axiom/lib/ht* usr/lib/open-axiom/lib/hypertex