site_scons/ and tests/ directories added to FILES

This commit is contained in:
Radim Kolar 2009-09-03 22:57:39 +02:00
parent ef4d8da8c0
commit b671faae31

44
FILES
View File

@ -1,23 +1,27 @@
Complete content of the FSP package: Complete content of the FSP package:
-------------------------------------------------- ------------------------------------
BETA.README Warning about using FSP beta versions
COPYRIGHT Who wrote FSP
ChangeLog A list of all the changes made to the source code ChangeLog A list of all the changes made to the source code
seperated by version. seperated by version.
FILES This list. FILES This list.
INFO Information about the purpose of FSP INFO Information about the purpose of FSP
INSTALL Installation instructions for FSP INSTALL Installation instructions for FSP
PROTOCOL FSP protocol definition
MACHINES Where FSP compiles out of box MACHINES Where FSP compiles out of box
setup.csh CSH script for initializing FSP (Unix). setup.csh CSH script for initializing FSP (Unix).
setup.sh SH script for initializing FSP (Unix). setup.sh SH script for initializing FSP (Unix).
fspd.conf An example fspd.conf file suitable for copying and editing. fspd.conf An example fspd.conf file suitable for copying and editing.
SConstruct SCons main configuration file SConstruct SCons main configuration file
SConscript SCons script for building files in directory SConscript SCons script for building files in directory
TODO What is planed for future versions
doc/ Aditional FSP documentation doc/ Aditional FSP documentation
SConscript SCons script for building files in directory SConscript SCons script for building files in directory
faq.html OLD FSP FAQ faq.html OLD FSP FAQ
HISTORY OLD FSP Changelog HISTORY OLD FSP Changelog
PROTOCOL FSP v2 protocol definition PROTOCOL FSP v2 protocol definition
4LAMERZ.TXT Lamerpack readme
fsp-faq.sgml New SGML FSP FAQ fsp-faq.sgml New SGML FSP FAQ
bsd_src/ Directory containing additional sources derived from bsd_src/ Directory containing additional sources derived from
@ -41,15 +45,15 @@ Complete content of the FSP package:
lib.c Core routines of the client library. lib.c Core routines of the client library.
lock.c Simple file locking code to do client multi-plexing. lock.c Simple file locking code to do client multi-plexing.
util.c Supplementry routines of the client library. util.c Supplementry routines of the client library.
clients/ Code for the standalone and merged client versions clients/ Code for the standalone and merged client versions
SConscript SCons script for building files in directory SConscript SCons script for building files in directory
fgrabcmd.c environment variables (fcdcmd and fhostcmd)
fcatcmd.c These compiles into individual client utilities. fcatcmd.c These compiles into individual client utilities.
fcdcmd.c Those with a "cmd" in their name will require fcdcmd.c Those with a "cmd" in their name will require
fducmd.c shell alias wrappers either because they do their own fducmd.c shell alias wrappers either because they do their own
ffindcmdc file globbing on argv based on directory information ffindcmd.c file globbing on argv based on directory information
fgetcmd.c gotten from the server or because the modify the fgetcmd.c gotten from the server or because the modify the
fgrabcmd.c environment variables (fcdcmd and fhostcmd)
fhostcmd.c fhostcmd.c
flscmd.c flscmd.c
fmkdir.c fmkdir.c
@ -69,8 +73,8 @@ Complete content of the FSP package:
contains all client funtionalities, which are to contains all client funtionalities, which are to
be distinguished at run time by the name used to be distinguished at run time by the name used to
activate the program. Significant space saving can activate the program. Significant space saving can
be achieved on some machines. be achieved on some machines.
common/ Directory containing code used in both server and clients common/ Directory containing code used in both server and clients
SConscript SCons script for building files in directory SConscript SCons script for building files in directory
strdup.c Unix strdup function. strdup.c Unix strdup function.
@ -153,4 +157,30 @@ Complete content of the FSP package:
SConscript SCons script for building files in directory SConscript SCons script for building files in directory
rotate.py 90deg. rotation of input text rotate.py 90deg. rotation of input text
fspscan.c FSP site scanner fspscan.c FSP site scanner
fspscan.h FSP site scanner header file
auto_del.csh Remove outdated files from FSP home auto_del.csh Remove outdated files from FSP home
tests/ Tests for some internal FSPD functions
SConscript SCons script for building files in directory
cacheheck.c FSP key/value Cache function tests
mklargefile.c Creates large file
parsecheck.c Input path parsing
randomcheck.c Random generator tests
site_scons/ Custom tests for SCons framework
importer.py Imports variables from environment into SCons
clangtest.py Test for existence of variable, variable size
gzipBuilder.py Builds GZip compressed file
lockprefix.py User supplied lock prefix
symlinkBuilder.py Builds symlink
locktype.py Autodetects or user selected locking type
timeout.py Check if we should build clients with infinite retry
prefix.py User supplied installation prefix
maintainer.py Check if we are enabling maintainer mode
compilertest.py Tests if compiler support additional switches
lamerpack.py Check if we are building lamerpack
mandir.py User supplied man directory
debugmode.py Check if extra debug info is requested
sysconfdir.py User configured directory with server config
relsignals.py Check if signal handlers auto installs themself
docdir.py User supplied documentation directory