Télécharger la liste

Description du projet

The Mknew Project is an investigation of how to
build simple Unix shell scripts to manage common
development and administrative tasks. The emphasis
is on using languages and tools that already exist
and are in common use. A related emphasis is on
exploring the functional programming nature of the
bash shell. This is accomplished by using the bash
function capability, and using the bash "$("
")"syntax to delay function execution in bash
scripts. This allows building scripts that have a
LISP-like function syntax that permits shell
scripts to be written as a series of function
calls with minimal syntax. The goal is to provide
a way to specify make procedures of heterogeneous
components in a bash script. These can include
diverse source code languages, documentation text,
test procedures, and data. In addition to the
mknew function library (mklib), these "make"
procedures rely only on capabilities provided by
the bash shell, and common Unix command line
utilities.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-12 18:22
1-2

Cette version fournit de nouvelles capacités et d'autres explorations des fonctions bash. Cette version de mknew soutient le déploiement de fichiers vers des destinations arbitraires, et est utile pour gérer de nombreux types de fichiers différents, tels que les fichiers de configuration, en utilisant un modèle d'activité constant. Une fois mknew est installé, un "MKD" fichier est créé dans le répertoire du fichier source, en précisant les types de fichiers les sources primaires. Pour déployer les fichiers, tapez simplement "MK ALL à l'invite du shell.
Tags: Minor feature enhancements
This release provides new capabilities and further
explorations of bash functions. This version of
mknew supports the deployment of files to
arbitrary destinations, and is useful for managing
many different types of files, such as
configuration files, using a consistent activity
pattern. Once mknew is installed, an "mkd" file is
created in the source file directory, specifying
the primary source file types. To deploy files,
simply type "mk all" at the shell prompt.

2005-11-02 23:21
1-1

Tags: Initial freshmeat announcement

Project Resources