Spar is a modular math parser that comes with a fully featured text frontend, something like an interactive calculator. It also provides a simple but complete API for C/C++ programmers. This API provide a complete interface to a top down parser that supports: variables, constants, functions, modules and a libc based math library. This math library overrides standard functions with a "custom" version (such as. deg, rad auto conversion, infinite symbol, function domain...). Spar, can be easily extended with modules. A module is a "user" extensions, written in C/C++, to the basic features of the Simple Parser. Here you can find the module definition: is a C structure that contains only few data member: - module name - module version - module description - a pointer to the module main function The modules are loaded at run-time by the module loader (that is a high level layer of the module manager): you can load your modules, simply, coping theirs paths into the .spar_modules (or any other file, with the -c option). WWW: http://spar.sourceforge.net/ href='/~lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove libzvt, it is not used anymore by anything in the ports treebapt2014-11-191-1/+0
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-191-3/+1
* Remove eel and ports that use it.kwm2014-10-031-1/+0
* Retire gnome-desktop-sharp20 it depends gnome-panel which is going awaykwm2014-10-021-1/+0
* Update CentOS base to 6.5, add userland portsxmj2014-09-221-0/+5
* Remove expired portsrene2014-09-201-1/+0
* - Update cad/p5-GDS2 to 3.28.hrs2014-09-14