ftp.nice.ch/pub/next/text/tex/apps/dvips.5528.s.tar.gz#/dvips/vms

MAKETEXPK.COM
 
Makefile
 
README.VMS
 
dvips.cld
 
dvips.hlp
 
dvips.rnh
 
make.com
 
texc_scr.com
 
vaxcrtl.opt
 
vaxvms.c
[View vaxvms.c] 
vms.h
[View vms.h] 
vms_gcc.txt
[View vms_gcc.txt] 
vms_gcc_paths.h
[View vms_gcc_paths.h] 
vmscli.c
[View vmscli.c] 

README.VMS

This is the beginnings of a port to VMS. The documentation is not yet
complete, but the program works. To compile, set the following in
MAKE.COM: 

Set TFMPATH to where the TFM files are located. Default is TEX$FONTS:
 ($ TFMPATH = "TEX$FONTS:")

Set PKPATH to where the PK fonts are located. Default is TEX_PK:
 ($ PKPATH = "TEX_PK:")

Set VFPATH to where the VF fonts are located. Default is TEX_VF:
 ($ VFPATH = "TEX_VF:")

Set FIGPATH to where the epsf and psfiles are located. Default is TEX_INPUTS:
 ($ FIGPATH = "TEX_INPUTS:")

Set HEADERPATH to where the header files are located. Default is
TEX$POSTSCRIPT:,SYS$LOGIN:,"
 ($ HEADERPATH = "TEX$POSTSCRIPT:,SYS$LOGIN:,")

Set CONFIGPATH to where the config files are located. Default is 
TEX$POSTSCRIPT:
 ($ CONFIGPATH = "TEX$POSTSCRIPT:")

Set TPIC to ",TPIC" if you want TPIC support enabled. Default is enabled.
 ($ TPIC = ",TPIC")

Set DEBUG to ",DEBUG" if you want DEBUG support enabled. Default is enabled.
 ($ DEBUG = ",DEBUG")

Expect 1 warning in dospecial.c

To install:

dvips := $DIRECTORY:dvips
maketexpk := @DIRECTORY:maketexpk

Make sure that all the logicals defined above (eg, tex_pk, tex_vf) are
actually defined.

Again, this is a first cut, with improvements to come later. It has
not been thoroughly tested. More documentation will be coming later,
and possibly a VMS command line interface. If you have any problems or
improvements, please let me know.

Xev Gittler
GTE Laboratories, Inc.
xev@bunny.gte.com

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.