Source Mage GNU/Linux

From Wikipedia, the free encyclopedia

Source Mage GNU/Linux
SMGL Raven
Website http://sourcemage.org/
Company/
developer
Source Mage GNU/Linux Community
OS family Linux
Source model Open source
Latest stable release 0.9.6.3 / 27 March 2007
Kernel type Monolithic kernel
License Various
Working state Current

Source Mage GNU/Linux is a Linux distribution. When a package is installed its source code is automatically downloaded, compiled, and installed. Source Mage is descended from Sorcerer.

Contents

[edit] History

In 2001, Kyle Sallee released a Linux distribution named Sorcerer GNU/Linux. However, several developers were unhappy with Kyle's development approach, and created a fork of the project that eventually became Lunar Linux. Kyle Sallee was extremely unhappy about this, and removed Sorcerer GNU/Linux from the web (making it impossible for users to update their systems). Most of the remaining developers of Sorcerer GNU/Linux picked up the pieces of Sorcerer GNU/Linux, and restarted the project. At first they released their project under the old name (Sorcerer GNU/Linux), but Kyle Sallee requested that they rename their project. They agreed, and eventually renamed their effort Source Mage GNU/Linux. The project was released under the name Source Mage, with new leadership not including Kyle Sallee, in April 2002.

[edit] Sorcery

Source Mage's tagline is “Linux so advanced, it may as well be magic”, and its commands have a “sorcerous theme”. Each package is called a “spell”, and its package management program is called “sorcery”. To install a package the user must “cast” that spell. Casting a spell consists of downloading the source code (if it is not already downloaded), checking for dependencies, casting them if necessary, compiling the program, and installing it. A set of available spells is called a “grimoire”. To uninstall a package the user must “dispel” the spell.

[edit] Social Contract

Source Mage GNU/Linux has established a “Social Contract” that establishes its basic rules, which are similar though not identical to Debian's. The first part of the contract ensures the freedom of Source Mage:

We promise to keep the Source Mage GNU/Linux Distribution entirely free (as in freedom). This means that all software we release will be licensed under the GNU General Public License as defined by the Free Software Foundation (fsf.org). All of our documentation will be released under the GNU Free Documentation License.[1]

Source Mage GNU/Linux does not restrict the user's choice of software to only free software:

We acknowledge that some of our users require the use of programs that don't conform to the strict SMGL Licensing Guidelines. While SMGL will never rely on non-free software, we do not limit a user's choice of software. We will provide the tools for a user to make their own informed decisions, via each spell's "LICENSE" field, and the sorcery spell filter. Thus, although non-free software isn't a part of Source Mage, we support its use, and we provide infrastructure (such as our bug-tracking system and mailing lists, as well as spells) for non-free software packages.[1]

[edit] Installation

Installing Source Mage GNU/Linux involves first creating a minimal installation with a kernel (so it can run), the GCC C compiler, a network connection, and a few other basic tools to support downloading and compiling source code. This enables the system to download, compile, and install all the other components, and the compilation results can be tailored for that specific system.

[edit] Portability

All Source Mage-maintained code is designed to presume a very minimal system. For example, it is written in Bash and GNU-based POSIX utilities, and GCC doesn't need to build with g++ (the C++ compiler). GNU Sed and Awk are used instead of Perl. This makes Source Mage suitable for a small installation.

[edit] References

  1. ^ a b SocialContract - SourceMage Wiki

[edit] External links