Pan is available for installation on your system. It has been developed under Red Hat Linux, currently is known to work on RHEL 3 and Scientific Linux 3 (probably still works on Red Hat versions 7.3 and later), and has been used successfully under Debian Linux as well. Let us know if you need to use it under a different system and we'll do what we can to help you get there.
You can obtain Pan in either of two ways:
tar -xvzf pan_v1.1.tar.gz
This will create a directory called pan containing all source,
macro, and documentation files, and default configuration files.export CVS_RSH=ssh
cvs -d ":ext:user@cvs.jlab.org:/group/halla/parity/cvs" checkout pan
or (in csh type shells)
setenv CVS_RSH ssh
cvs -d ":ext:user@cvs.jlab.org:/group/halla/parity/cvs" checkout pan
where user is your Jlab user name; normally you will
need to type your Jlab password when prompted. This will create
a directory called pan containing all source,
macro, and documentation files, and default configuration files.
If you want write access to the CVS repository (i.e., if you
want to become a contributing Pan author) you must contact
Bob Michaels, <rom@jlab.org>.
Last modified: Fri Aug 26 16:53:25 EDT 2005