Annotation of OpenXM/misc/packages/FreeBSD/openxm-ports/openxm/pkg-descr, Revision 1.1
1.1 ! maekawa 1: This is a port of OpenXM.
! 2: It contains mathematical software systems complient to the OpenXM protocol.
! 3: The OpenXM protocol is an infrastracture for communications between
! 4: mathematical software systems.
! 5:
! 6: The directory structure of this port is not following the standard
! 7: of the FreeBSD port system.
! 8: All binaries, documents and libraries are under the directory of OpenXM.
! 9: Scripts to start clients are copied to ${PKG_PREFIX}/bin
! 10: for the convinience.
! 11: The following clients are under the bin directory:
! 12: asir ---- a general computer algebra system.
! 13: sm1 ---- a computer algebra system for the ring of differential operators.
! 14: oxmath --- A script to start mathematica with the OpenXM support.
! 15: To use oxmath, you need to buy Mathematica.
! 16:
! 17: The following servers are available:
! 18: ox_asir --- asir server (factorization, simplification of rational functions,
! 19: primary ideal decomposition, Grobner basis computation
! 20: etc.)
! 21: ox_sm1 --- sm1 server (Grobner basis in the ring of differential operators)
! 22: ox_phc --- phc server (Solving systems of algebraic equations)
! 23: ox_tigers --- TiGERs server (Enumerating all the Grobner basis for toric ideal)
! 24: ox_gnuplot --- gnuplot server
! 25: OMproxy ---- OpenMath/XML support
! 26: ox_math ---- mathematica server
! 27:
! 28: Experimental servers and clients are provided only in the source
! 29: distribution. These are under OpenXM/src.
! 30:
! 31: As to details, see OpenXM/doc directory.
! 32:
! 33: Nobuki Takayama
! 34: takayama@math.sci.kobe-u.ac.jp
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>