Download List

Projeto Descrição

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.

System Requirements

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

Esta versão oferece novos recursos e outras explorações de funções bash. Esta versão do mknew suporta o envio de arquivos para destinos arbitrária, e é útil para gerenciar vários tipos de arquivos, como arquivos de configuração, utilizando um padrão de atividade constante. Depois mknew está instalado, um "MKD arquivo" é criado no diretório do arquivo fonte, especificando os tipos de arquivo a fonte primária. Para implantar os arquivos, basta digitar "mk todos" at the shell prompt.
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