[SM-Commit] GIT changes to test cauldron by Quentin Rameau (342970b659d1ac44ebf07ed6c39f755525f40137)

Ladislav Hagara ladislav.hagara at unob.cz
Tue Jan 6 12:29:17 EST 2009


>  iso/usr/share/smgl.install/smgl-alchemy |  196 ++++++++++++++++++++++++++++++++
>  1 files changed, 196 insertions(+)
>
> New commits:
> commit 342970b659d1ac44ebf07ed6c39f755525f40137
> Author: Quentin Rameau <quinq at sourcemage.org>
> Commit: Quentin Rameau <quinq at sourcemage.org>
>
>     smgl.install/smgl-alchemy: added new script
>     
>     This new dialog based script permits to select optional spells from cache
>     directory, and then writes list into a file in order to cast them.
>     It remembers previously selected spells when called several times.
>
> diff --git a/iso/usr/share/smgl.install/smgl-alchemy b/iso/usr/share/smgl.install/smgl-alchemy
> new file mode 100755
> index 0000000..0fab2c3
> --- /dev/null
> +++ b/iso/usr/share/smgl.install/smgl-alchemy
> @@ -0,0 +1,196 @@
> +#!/bin/bash
> +#---------------------------------------------------------------------
> +##
> +##=head1 SYNOPSIS
> +##
> +##  Alchemy is a an optional spell management utility
> +##
> +##=head1 DESCRIPTION
> +##
> +## ...
> +##
> +##=head1 COPYRIGHT
> +##
> +## Sourced from sorcery Copyright 2001 by Kyle Sallee
> +## Original version Copyright 2008 Q. Rameau
> +## Additions/corrections Copyright 2008 by the Source Mage Team
> +##
> +##=head1 FUNCTIONS
> +##
> +##=over 4
> +##
> +#---------------------------------------------------------------------
> +
> +help() {
> +
> +  cat << EOF
> +
> +Alchemy is the menu interface for installing optional spells, on your
> +new system.
> +
> +Example:        alchemy
> +Usage:          alchemy [parameters]
smgl-alchemy ?

-- 
Ladislav Hagara



More information about the SM-Commit mailing list