Home / alpha
Name Modified Size InfoDownloads / Week
Parent folder
OLD 2014-06-18
developer 2014-06-18
acl-nfsv4-test5.tar.gz 2013-11-09 850 Bytes
acl-nfsv4-test4.tar.gz 2013-11-09 756 Bytes
acl-nfsv4-test3.tar.gz 2013-11-09 851 Bytes
acl-nfsv4-test2.tar.gz 2013-11-09 983 Bytes
acl-nfsv4-test.tar.gz 2013-11-09 588 Bytes
star-1.5.3a01.tar.gz 2013-10-08 1.1 MB
star-1.5.3a01.tar.bz2 2013-10-07 879.6 kB
AN-1.5.3a01 2013-10-07 15.3 kB
cstyle.patch 2010-08-21 5.2 kB
star-on.tar.xz 2010-08-02 305.4 kB
README.SSPM 2002-05-22 2.1 kB
README.ACL 2002-05-22 8.1 kB
STARvsGNUTAR 2002-05-03 17.5 kB
ef.tar 2002-03-07 10.2 kB
acl-test5.tar.gz 2001-11-06 433 Bytes
acl-test4.tar.gz 2001-11-04 401 Bytes
acl-test3.tar.gz 2001-11-04 441 Bytes
acl-test2.tar.gz 2001-11-04 478 Bytes
acl-test.tar.gz 2001-11-04 297 Bytes
STATUS.alpha 2001-06-29 53 Bytes
NEW 1997-11-10 347 Bytes
fastfs.c 1995-03-19 4.6 kB
Totals: 24 Items   2.3 MB 0
     A new milestone in modular portable programming is ready!

The "Slottable Source Plugin Module" system (SSPM) is an idea that
really is more than 3 years old but I was hesitating to announce it
earlier. Now I can tell you that the new makefile system has been
under test during the last 6 months and nobody complained about any 
problem caused by the SSPM.

The portability overhead is currently about 2 MB. This turns a medium
sized application like 'star' which is about 500 kB of pure source
into a packet that is 5x as big as the pure source size.

As all my applications are based on the Schily SING makefile system
and share a common portability base it makes sense to share the
advantages of the Schily makefile system with all users.

Simple ideas like the SSPM are usually hard to understand by people
from outside, so I try to describe the new system by giving you an
example on how it is used:

--------------------
You may test the new system by first downloading the latest
cdrtools package 

	ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/cdrtools-1.11a23.tar.gz

or newer. Then unpack the source tarball, chdir into the top level
directory of the cdrtools package. Run 'make' and wait until the 
compilation has finished.

So far, there is nothing new (except that some people may recognize
that this is a 'smooth' fully integrated compilation and you don't need
to call 'configure'.

Now, to understand what a "Slottable Source Plugin Module" is, fetch
another source. There is currently only one demo source that is ready
for testing:

	ftp://ftp.fokus.gmd.de/pub/unix/star/star-1.4-sspm.tar.gz

Unpack this tarball in the top level directory of cdrtools and
call 'make' again. The Schily makefile system does recognize that there
is additional (uncompiled) source and will compile these new parts.
As there is no need to run 'configure' again, compilation of the 
additional 'star' sources is much faster than the compilation of the
complete 'star' source package would take.

To understand how the "Slottable Source Plugin Module" system works,
have a look into the TARGETS directory.....

-------------------
Source: README.SSPM, updated 2002-05-22