Download List

Descripción del Proyecto

Usepackage is a tool for managing the Unix
environment for a multi-tool, multi-platform site.
It is designed to simplify login scripts and allow
administrators to control users' environments
centrally. This tool should be considered
primarily designed for sites where users have to
deal with a number of different tools, or versions
of tools, that are installed in different
locations and require environment variables to be
set. This is particularly a problem for
developers, or anyone who has to manage a large
toolset across multiple platforms (e.g. different
versions of the Sun JDK which require various
environment variables to be set correctly). One or
more central configuration files control a number
of different "packages" and their associated
environment and dependencies for different
platforms (this includes the standard PATH,
MANPATH, and LD_LIBRARY_PATH variables). A single
user command, use, can be invoked to source the
appropriate environment information into the
users' current shell.

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.

2004-11-24 20:31 Back to release list
1.8b4

Esta versión es compatible con la comprobación de base para la existencia de directorios antes de añadirlos a un camino (o el establecimiento de una variable) con el nuevo "? =" Y "?+=" operadores. El orden en que las variables se obtienen en el medio ambiente se ha cambiado a mejor admite el uso de otras variables como partes de cambios en el medio ambiente (por ejemplo, "foo = / opt / foo, PATH + = $ foo / bin;").
Tags: Beta, Minor feature enhancements
This release supports basic checking for the existence of directories before adding them to a path (or setting a variable) using the new "?=" and "?+=" operators. The order that variables are sourced into the environment has been changed to better support using other variables as parts of updates to the environment (e.g. "FOO=/opt/foo, PATH+=$FOO/bin;").

Project Resources