jasspa.com

Hewlett Packard HP-UX Download

Complete Package

Download Image Pre-built Installation Files
jasspa-mepkg-hpux-pa-10.20-20090909.depot.gz HP HP-UX (pa-risc) 10.20 package.
jasspa-mepkg-hpux-pa-11.00-20090909.depot.gz HP HP-UX (pa-risc) 11.00 package.

Package Installation

As root run the command /usr/sbin/swinstall -s `pwd`/jasspa-mepkg-hpux-pa-xx.xx-20090909.depot jasspa-me

Package Removal

As root run the command /usr/sbin/swremove jasspa-me

NanoEmacs

Small foot print version of JASSPA MicroEmacs. Runs without macro files.

NanoEmacs
Executable
Images
Optional - Small foot print MicroEmacs may be run with no configuration files. This component may be built from the standard source. Use these binaries to give you Emacs on a box via a floppy with no configuration files.
jasspa-ne-hpux-pa-10.00-20090909.gz HP-UX 10.20+ (PA-RISC) - NanoEmacs console version.
jasspa-ne-hpux-pa-11.00-20090909.gz HP-UX 11.0+ (PA-RISC) - NanoEmacs console version.

Installation

Component Install

Additional downloads for the HP-UX platform.

Miscellaneous
Files
Optional Components - Selection of miscellaneous items.
jasspame.pdf JASSPA MicroEmacs Quick Start Guide.
jasspa-me-hpux-pa-10.00-20090909.gz HP HP-UX (pa-risc) 10.20 pre-built executable only.
Will also require memacros or metree to run.
jasspa-me-hpux-pa-11.00-20090909.gz HP HP-UX (pa-risc) 11.x pre-built executable only.
Will also require memacros or metree to run.
jasspa-metree-20091011.tar.gz
jasspa-metree-20091011.zip
Pre-built macros tree for installation, includes macros and help information. You do not require the memacros bundle if this is downloaded.

System Wide Component Installation

As root, unpack metree which creates a directory tree called jasspa and install into a suitable directory, typically /opt or /usr/local i.e.

  cd /opt
  gtar zxvf /path-to-tarball/jasspa-metree-yyyymmdd.tar.gz
  

The directory /opt/jasspa should now exist. Add downloaded spelling dictionaries by unpacking into the /opt/jasspa/spell subdirectory.

Create a new directory in the jasspa tree to hold the binary. Unpack the binary into the new directory.

  cd /opt/jasspa
  mkdir bin
  cd bin
  gunzip -c /path-to-tarball/jasspa-me-hpux-pa-mm.nn-yyyymmdd.gz > me
  chmod a+rx me
  

Change your path to include the executable (ideally edit /etc/profile for system wide change) or locally by editing the .profile or .cshrc files i.e.

  #
  # Set up JASSPA Microemacs
  #
  if [ -d /opt/jasspa/bin ] ; then
      PATH=$PATH:/opt/jasspa/bin
  fi
  export PATH
  

Logout and back in, installation is complete and you may now execute your favorite editor me.

Single User Component Installation

Unpack metree in your home directory, this generates a directory tree called jasspa. Once unpacked then rename the directory to .jasspa.

  cd ~
  gtar zxvf /path-to-tarball/jasspa-metree-yyyymmdd.tar.gz
  mv jasspa .jasspa
  

Add downloaded spelling dictionaries by unpacking into the ~/.jasspa/spell subdirectory.

Install the binary into your local binary directory - we assume ~/bin i.e.

  cd ~/bin
  gunzip -c /path-to-tarball/jasspa-me-hpux-pa-mm.nn-yyyymmdd.gz > me
  chmod a+rx me
  

Assuming that the binary directory is already on the users path then the installation is complete.

Now execute your favorite editor me and follow the instructions on setting up your environment.

NO WARRANTY

This program is licensed free of charge, there is no warranty for the program, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the program "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair or correction.

In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who may modify and/or redistribute the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages.

By downloading any material from this site you agree to these conditions.