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.

2005-12-11 22:06
1.8

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: Stable, 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;").

2004-11-24 20:31
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;").

2003-06-25 14:39
1.7

Actualizaciones se realizaron para apoyar a un patrón de coincidencia en el shell del usuario y para incluir scripts arbitrarios en el entorno de shell. Atajos nueva sintaxis se han añadido, permitiendo que los patrones opcional.
Tags: Stable, Major feature enhancements
Updates were made to support pattern matching on the user's shell and to include arbitrary scripts into the shell environment. New syntax shortcuts were added, allowing optional patterns.

2003-02-28 14:04
1.6.3

Esta versión se ha actualizado para utilizar la variable de entorno HOME para ~ expansión si está disponible.
Tags: Stable, Minor bugfixes
This release has been updated to use the HOME environment variable for ~ expansion if available.

2002-06-18 00:37
1.6.2

La división de la página de manual en dos (para el frontend y backend), y algunos cambios cosméticos.
Tags: Stable, Minor bugfixes
Splitting the manual page into two (for frontend and backend), and some cosmetic changes.

Project Resources