21 projects tagged "Unix Shell"
makeself is a small shell script that generates a self-extractable compressed TAR archive from a directory. The resulting file appears as a shell script, and can be launched as is. The archive will then uncompress itself to a temporary directory and an arbitrary command will be executed (for example, an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world.
DSWIM is a powerful informational tool for Debian's packaging system. Designed with an integrated approach it combines the functionality found in several other programs and scripts. This provides users with a centralized approach for querying the installation, allowing programmers the liberty of writing smaller and simpler code.
smake is a highly portable 'make' program that makes commands up to date based on rules in Makefiles and on the timestamps of the related files. It implements a complete superset of the features of the classical POSIX/Unix make program. It warns about typical misuse of dynamic macros that prevent portability of makefiles. Its automake features allow you to run scripts to automatically create rules for unknown platforms.
IPFS (IPSquad Package From Source) is a system which allows you to trace an program's installation from sources and register it in your favorite packaging system (only the Slackware package system and RPM are currently supported). IPFS watches a command (generally make install), collects the list of added files, and then registers them in the chosen packaging system as if the install was made from a normal package. Unlike other similar products, IPFS is able to track both shared and statically linked programs.