GNU ccScript 4.0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU ccScript 4.0.3 (Default branch)
# 1  
Old 12-29-2008
GNU ccScript 4.0.3 (Default branch)

GNU ccScript offers a class extensible threaded embedded scripting engine for use with the Common C++ GNU package. This engine is also used in Bayonne (the GNU telephony server), and in TOSI (FreeBSD and GNU/Linux PBX integration servers). This engine differs from traditional scripting systems in that it is used to script near real-time state-event systems through deterministic callback step execution rather than the linear and non-deterministic fashion of embedded script libraries such as tcl, and libguile.License: GNU General Public License v3Changes:
This release introduces support for conditional compiling of scripts based on bound keywords. It introduces the %index symbol to access indexing within for/foreach loops, and new loop index manipulation functions including "previous" to skip backward in a loop. foreach now supports an optional starting offset. Support has been added for numeric expressions and an explicit assignment operator.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
anubis(1)							    GNU Anubis								 anubis(1)

NAME
anubis -- an SMTP message submission daemon. SYNOPSIS
anubis [options] DESCRIPTION
GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes and finally inserting modified messages into an MTA routing network. The set of changes applied to a message is configurable on a system-wide and per-user basis. The built-in configuration language used for defining sets of changes allows for considerable flexibility and is easily extensible. THE GNU ANUBIS MANUAL
The full documentation for GNU Anubis is maintained as a Texinfo manual. If the info and GNU Anubis programs are properly installed at your site, the command info anubis should give you access to the complete manual. REPORTING BUGS
Please send any bug reports, improvements, comments, suggestions, or questions to <bug-anubis@gnu.org>. Before reporting a bug, make sure you have actually found a real bug. Carefully reread the documentation and see if it really says you can do what you are trying to do. If it is not clear whether you should be able to do something or not, report that too; it's a bug in the doc- umentation! FILES
/etc/anubisrc - system configuration file ~/.anubisrc - user configuration file SEE ALSO
grep(1), regex(7), perlre(1), pcre(3), sendmail(8), openssl(1), gpg(1), identd(1), pam(8), tcpd(8) AUTHORS
The Anubis Team (read the AUTHORS file). GNU Anubis Home Page: http://www.gnu.org/software/anubis/ LICENSE
GNU Anubis is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. GNU Anubis is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Anubis. If not, see <http://www.gnu.org/licenses/>. anubis(1)