The changes and bug fixes have settled down. Therefore, it's time for
a new version of modules to be made available.
I just uploaded the files to sunsite.unc.edu and are located in
/incoming/Linux.
Much thanks to Steve Muskiewics & Robert Minsk for contributing many
bug fixes & additional features.
To contribute code patches, please "cvs diff -c" them against
my modules CVS repository.
This will download the current checked-in version
cvs -d :pserver:mo...@ko...:/usr/src/cvsroot login
give it "modules4all" as the password
cvs -d :pserver:mo...@ko...:/usr/src/cvsroot checkout modules-3.0rko
For a brief HOWTO on CVS read http://owen.sj.ca.us/rkowen/howto/cvsF.html .
R.K.
+-----------------------+----------------------------------+
| R.K.Owen,PhD | rk...@ow... |
| KooZ Software | |
| NERSC/LBNL | rk...@ne... (510)486-7556 |
+-----------------------+----------------------------------+
Modules 3.0.8-rko
Wed May 10 09:45:55 PDT 2000 R.K. Owen (rk...@ow...)
Contributors:
Steve Muskiewicz <smu...@no...>
Robert Minsk <eg...@ce...>
* Added another option to the module-info command named "specified"
which gives the name as specified on the command line.
This patch is due to Robert Minsk.
* Added the beginnings of python support. Still need an init
script. This patch is due to Robert Minsk.
* Changed the numbering of modules during a terse listing.
Instead of numbering left-to-right row by row, number
top-down by columns ... this corresponds to the order
of modules. Patch is compliments of Steve Muskiewicz.
* Fixed a modulefile unload of another modulefile problem.
This patch is due to Steve Muskiewicz.
* Fixed swap bug with setenv. Patch due to Robert Minsk.
* Added 'is-loaded' to test whether a given module is loaded
or not already. (need to add testsuite.) Provided by Robert Minsk.
Begin3
Title: modules
Version: 3.0.8-rko
Entered-date: 10MAY00
Description: The Modules package provides for the dynamic modification of
a user's environment via modulefiles.
Each modulefile contains the information needed to
configure the shell for an application. Once the Modules
package is initialized, the environment can be modified on
a per-module basis using the module command which
interprets modulefiles. Typically modulefiles instruct
the module command to alter or set shell environment
variables such as PATH, MANPATH, etc. modulefiles may be
shared by many users on a system and users may have their
own collection to supplement or replace the shared
modulefiles.
The modules environment is common on SGI/Crays and many
workstation farms.
Keywords: modules, user environment, shells, scripting
Author: jl...@be... (John Furlani)
Maintained-by: rk...@ow... (R.K. Owen) - send comments regarding
this distribution here
Primary-site: sunsite.unc.edu /pub/Linux/utils/shell/
Alternate-site: owen.sj.ca.us /pub/rkowen/modules/
Original-site: ftp.modules.org /pub/distrib/ (moribund)
Platforms: Unix, ANSI-C, Tcl > 7.4
Copying-policy: BSD type license, freely distributable, viral copyright,
only media charges for derivative work, such as this one.
End
|